Hello, I had the same problem. My workaround was making the /etc/X11/xorg.conf.d/ directory empty, moving all the settings to the /etc/X11/xorg.conf file.
Groet, Thomas -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dr.-Ing. Edgar Alwers Sent: donderdag 22 maart 2012 16:01 To: [email protected] Subject: Re: [blfs-support] Problems porting a BLFS System On Wed, 21 Mar 2012 20:14:12 +0000 Ken Moffat <[email protected]> wrote: > > I'm not sure if I've parsed that correctly - you say that the desktop > used to work, but the new kernel broke it ? I assume you mean that > the mouse and keyboard stopped working in xorg ? It was not so clear for me at the beginning. I will try to explain the hole problem again: My wife has a PC and a Laptop ( ThinkPad). Both build from the scratch, with the new xorg. Both were working. Then, we needed to recompile the kernel ( Linux-3.1 ) in the Laptop, to enable wireless.After compilation, the KDE Desktop showed up, but no keybords and no mouse were working. Then, as a try, we compiled again the existing kernel in the PC, withouth changing anything, and the keyboard and mouse stopped working, exactly like on the Laptop. The last issue means: kernel compiled during LFS7, BLFS build, everything working. Kernel recompiled, withouth changes, keyboard and mouse stopped working ! I have also a PC and a ThinkPad. Both built from the scratch, but few days before the building of my wife's boxes, therefore my boxes build with the old xorg withouth evdev. Here no problems with keyboard or mouse, no matter if I recompile the kernel ( e.g.wireless ) or not. All kernels linux-3.1 > Anyway, for your wife's system, have you set CONFIG_INPUT_EVDEV in > the kernel config ? > Yes > > After the startx command, the directory "/etc/X11/xorg.conf.d" contains > > two new files, "10-evdev.conf" and "11-keyboard.conf" and the original > > "xkb-defaults.conf" is away. > > > Surely 10-evdev.conf was installed by the xorg-server, and you > installed 11-keyboard.conf yourself ? No, both were installed by the server, I only wrote xkb-defaults.conf > I think 10-evdev.conf should be ok - it comes from the server, so it > should match what everyone else has. For 11-keyboard.conf you should > have something similar to this: > > Section "InputClass" > Identifier "keyboard-all" > Driver "evdev" > Option "XkbLayout" "gb" > Option "XkbModel" "evdev" > Option "XkbOptions" "ctrl_alt_bksp" > MatchIsKeyboard "on" > EndSection > Exactly this is the generated 11-keyboard.conf, with Option XkbLayout "de" ! > Do you have MagicSysRQ enabled in the kernel ? > No, I am collecting the info from another partition in the box, mounting the failed one. > I think those two 'No input driver' messages are the signs that the > input devices are not configured correctly. > I miss all the time the line telling me that evdev is beeing mounted, like in Bruce's xorg.0.log. I think, this is the clue. evdev_drv.la and evdev_drv.so are in /usr/lib/X11/modules/input but nobody is mounting them ;-) Edgar -- Dr.-Ing. Edgar Alwers <[email protected]> GPG Key ID:AD5C6F70 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
