Re: i945G and Xorg
Matthieu Herrb <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
Sam Fourman Jr. wrote: > I also have a i945G on a lenovo Notebook, does anyone have a working > xorg.conf for 1440 X 900 they could post > > > Sam Fourman Jr. > > On 11/18/06, ICMan <[email protected]> wrote: >> Hi all, >> >> I just upgraded my MB from an i810 to an i945G, and things have >> changed. The i810 driver still loads, but I can't get the 1440x900 >> resolution on my Samsung 940BW flat panel screen to work. It was >> working fine right up until I changed boards. >> >> I was wondering if there is an i945 driver for Xorg that works on >> OBSD4.0, and how I could get it and install it. >> >> Thanks. If you don't post the Xorg.0.log files showing what happens when you configure xorg.conf for 1440x900, it's hard to tell what happens. One guess however it that, as often with intel based graphics, the BIOS lacks the proper information to set up this mode. Since the i810 driver needs this information, it can't work. There may be 2 solutions: - update your BIOS to a more recent one which has more video modes built-in. - google for the 'i915resolution' tool, port it to OpenBSD and use it. It allows to tweak the modes reported by the bios. *Use at your own risk* The 'modesetting' branch of the xf86-video-intel driver in X.Org git repository is supposed to solve this problems in the longer term, by not using the BIOS anymore to setup video modes. Once X.Org 7.2 is imported in OpenBSD (this should happen soon) it will be possible to have a try at this driver (it's not considered as good enough to be included by default in X.Org 7.2). -- Matthieu Herrb