William Tracy wrote:
> In the interest of not cluttering up the list, I've dumped all the
> relevant configuration data here:
> http://users.csc.calpoly.edu/~wtracy/1420/
>
> I'm trying to build LFS with Linux 2.6.22.5
The driver I was referring to earlier is found in the kernel's menuconfig:
Intel 440LX/BX/GX, I8xx and E7x05 chipset support, compiled via
Device Drivers -> Character devices -> Intel ...
A review of the LFS Xorg.lib tells me that this was found.
The xorg.conf file looks like its OK.
Section "Device"
Identifier "Generic Video Card"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
But you need to remove the i810 entry in 'Section "Module"'. I don't know if
that is an issue or not.
If you run 'Xorg -configure' (as root) and then test with
X -config ~/xorg.conf.new what do you get?
See: http://www.linuxfromscratch.org/blfs/view/cvs/x/x-setup.html
> I'm noticing now that X under LFS can't open /var/run/acpid.socket,
> but under Ubuntu it can, and wondering if that has anything to do with
> my problem.
Doubtful. You would need to run the acpid daemon to get this to work.
> Finally, I've tried telling Xorg to use the "intel" driver instead of
> "i810", and was told that there was no such driver.
Yes. It is i810 in your Ubuntu configuration so it is the same in LFS.
> rhubarbpie: I would be ready to just live with the vesa driver myself,
> but right now, every time I exit X, my display blanks out. I get a
> black screen instead of a console, and have to reboot to get it back.
Did you try Ctrl-Alt-F1? You may be at screen 7 when X exits instead of screen
1.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page