Brian Winfrey wrote: > Hello, > > I have installed xorg according to instructions from the book and x.org. > When I run Xorg -retro -config ~/xorg.conf.new the display changes to b/w X > background with the cursor in the middle. However, my computer is > frozen/locked. I cant CTRL + ALT + F2 for a new terminal or reboot with CTRL > + ALT + DEL. I have to power off the computer. The only errors in the log > reference evdev. INPUT_EVDEV=yes in kernel config. > > $ grep "(EE)" Xorg.0.log > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > [ 3224.877] (EE) Failed to load module "evdev" (module does not exist, 0) > [ 3224.877] (EE) No input driver matching `evdev' > [ 3224.881] (EE) Failed to load module "evdev" (module does not exist, 0) > [ 3224.881] (EE) No input driver matching `evdev' > [ 3224.899] (EE) Failed to load module "evdev" (module does not exist, 0) > [ 3224.899] (EE) No input driver matching `evdev' > [ 3224.900] (EE) Failed to load module "evdev" (module does not exist, 0) > [ 3224.900] (EE) No input driver matching `evdev' > > > $ tail Xorg.0.log > [ 3224.899] (EE) No input driver matching `evdev' > [ 3224.899] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse > (/dev/input/event4) > [ 3224.899] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev > pointer catchall" > [ 3224.899] (II) LoadModule: "evdev" > [ 3224.900] (WW) Warning, couldn't open module evdev > [ 3224.900] (II) UnloadModule: "evdev" > [ 3224.900] (EE) Failed to load module "evdev" (module does not exist, 0) > [ 3224.900] (EE) No input driver matching `evdev' > [ 3224.901] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse > (/dev/input/mouse0) > [ 3224.901] (II) No input driver/identifier specified (ignoring) > > > Any help is appreciated. >
Solved. xf86_input_evdev was missing. Thanks. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
