On Wed, Jan 30, 2008 at 09:51:11PM +0000, Siraj Shaikh wrote:
> On 30/01/2008, Jonathan Chen <[EMAIL PROTECTED]> wrote:
> > On Wed, Jan 30, 2008 at 09:29:02PM +0000, Siraj Shaikh wrote:
> >
> > [...]
> > > (--) PCI: (0:2:1) Intel Corporation Mobile GM965/GL960 Integrated
> > > Graphics Controller rev 3, Mem @ 0xf0100000/20
> > > New driver is "i810"
> >
> > The i810 driver doesn't quite support laptop screens that well. Try using
> > the "intel" driver (x11-drivers/xf86-video-intel) instead. This driver
> > will conflict with the i180 driver, so you will have to remove the old
> > one first.
...
> >
> How do I do this? what do I change? Thanks
There should be a more elegant way to do this, but the way I did it
was to:
# pkg_delete -f xf86-video-i810-1.7.4
# cd /usr/ports/x11-drivers/xorg-drivers
# make rmconfig
# make config
[untick i180 and tick intel]
# portupgrade -f xorg-drivers
After which, X on my laptop started behaving as it should.
--
Jonathan Chen <[EMAIL PROTECTED]>
----------------------------------------------------------------------
Power corrupts, Absolute Power is pretty neat
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"