LWN.net Logo

A grain of salt regarding Intel chipsets

A grain of salt regarding Intel chipsets

Posted Jul 20, 2006 14:36 UTC (Thu) by kamil (subscriber, #3802)
Parent article: OLS: Open source graphics drivers

Granted, Intel graphic chipsets have better free support than ATI or Nvidia, but before everybody rushes to stores for a new laptop built on Intel chipset, let me point out one irritating feature of their free driver:

It won't support an arbitrary resolution.

It simply won't. Period. It uses the video bios calls to switch to the graphics mode, and only supports the resolutions that are hard-coded in that bios. Typically, that's a small subset of standard 4:3 VESA resolutions. Attach a widescreen LCD and you are in trouble. Heck, many laptop owners couldn't even run the built-in 1400x1050 LCD screens at their native resolution, because it wasn't in the bios. That is to say, couldn't under Linux, because Windows naturally had no problems (it didn't use the video bios...).

Currently, several years after the problem has been noticed, the situation is somewhat better thanks to third party hacks such as "855resolution", which patch the in-memory copy of the video bios on each reboot, replacing one of the available resolutions with a user-supplied one, but I think we will all agree that that's not an optimal solution to the problem...


(Log in to post comments)

A grain of salt regarding Intel chipsets

Posted Jul 20, 2006 15:22 UTC (Thu) by airlied (subscriber, #9104) [Link]

As I said in future directions, Intel are working on fixing this the code is all available in public trees and they are working on stabilising it on all intel chipsets..

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds