Linked by Thom Holwerda on Mon 10th May 2010 10:03 UTC, submitted by robertson
Thread beginning with comment 423532
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Using boot menu option, you can get it to work on wide screen resolution. Might be very specific case, but option to try.
http://www.haiku-os.org/community/forum/haiku_vaio_vgntxn15p
RE[3]: Comment by Darak
by drcouzelis on Mon 10th May 2010 15:42
in reply to "RE[2]: Comment by Darak"
Using boot menu option, you can get it to work on wide screen resolution. Might be very specific case, but option to try.
http://www.haiku-os.org/community/forum/haiku_vaio_vgntxn15p
http://www.haiku-os.org/community/forum/haiku_vaio_vgntxn15p
The Sony Vaio TXN15P has an Intel GMA 950 video card. It was probably not using the VESA driver.
Questions about using a native monitor resolution with the VESA driver caused the Haiku developers to add this section in the FAQ:
http://www.haiku-os.org/about/faq#12
As you mentioned, if Haiku doesn't have a driver for your video card then it will use the VESA driver. The VESA driver is very good, but it is only possible for it to support a specific set of screen resolutions, none of which are wide screen:
That's actually not correct, most modern graphics cards will query the monitor for its preferred resolution and add a VESA mode line for that one specifically to the BIOS's exported list.
RE[3]: Comment by Darak
by drcouzelis on Mon 10th May 2010 15:50
in reply to "RE[2]: Comment by Darak"






Member since:
2010-01-11
As you mentioned, if Haiku doesn't have a driver for your video card then it will use the VESA driver. The VESA driver is very good, but it is only possible for it to support a specific set of screen resolutions, none of which are wide screen:
http://en.wikipedia.org/wiki/VESA_BIOS_Extensions
You can learn more about which video cards have native drivers in Haiku by looking at the source code:
http://git.newos.org/?p=haiku.git;a=tree;f=src/add-ons/kernel/drive...
As far as I can tell, Radeon cards up to R420 are supported, and Nvidia cards up to the GeForce 7 series are supported, and it looks like most of the Intel integrated video cards are supported. Other video cards are supported as well. Work is being done on the "radeon_hd" driver.
My Radeon X850 works well.
Edited 2010-05-10 14:09 UTC