Date: Wed, 19 Jan 2005 10:18:10 -0500 From: James Snow <snow@teardrop.org> To: Khairil Yusof <kaeru@jaring.my> Cc: freebsd-mobile@freebsd.org Subject: Re: X40 Garbled display - was Re: ThinkPad X40 (2371-H9U) - Atheros attach fails? Message-ID: <20050119151810.GA48390@teardrop.org> In-Reply-To: <1106097578.25319.129.camel@wolverine> References: <20050116085836.GA34477@teardrop.org> <20050116165022.GA37535@teardrop.org> <61368.24.71.128.63.1105896267.squirrel@24.71.128.63> <20050117205244.GB61265@teardrop.org> <1106097578.25319.129.camel@wolverine>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 19, 2005 at 09:19:37AM +0800, Khairil Yusof wrote: > > Section "Device" > Identifier "i810" > Driver "i810" > VideoRam 8196 > #Option "NoAccel" > #Option "SWCursor" > Option "VBERestore" "no" > Option "DevicePresence" "yes" > # Insert Clocks lines here if appropriate > EndSection Interestingly, this doesn't work for me. But then again, my original devd.conf fix didn't quite work either. I had restarted devd from within a shell within X, so it was picking up my DISPLAY environment variable. After a reboot, that fix no longer worked. I had to change it to: devd.conf: notify 10 { match "system" "ACPI"; match "subsystem" "Lid"; action "/usr/X11R6/bin/xrandr -display :0.0 -s 0"; }; And that works perfectly for me. > http://www.iosn.net/Members/kaeru/articles/freebsd/x40 I've actually seen your website before when doing research before buying this laptop. Thanks for putting all that information up. It was part of why I decided to forge ahead with buying something so new. I think you and I have slightly different laptops though; my onboard wireless card is an Atheron. -Snow
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050119151810.GA48390>