Re: After updates KDM login screen wont accept input.
It does and there was no change.
Also got another update for Xorg just now and still no luck.
I narrowed down the problem to the Xorg server itself instead of KDM. I launched the X server on its own and i couldnt move the mouse. Then i switched back to the terminal and noticed the X log printed on the screen and had a bit of a d'oh moment.
Here are some interesting excerpts from /var/log/Xorg.0.log
now evdev is a kernel module. I checked and it is loaded. I'm going to try loading a previous kernel and see what happens although I dont see why this would only break for me if there was a serious conflict between the kernel and Xorg.
Am I barking up the wrong tree? Does anyone see anything i'm not?
It does and there was no change.
Also got another update for Xorg just now and still no luck.
I narrowed down the problem to the Xorg server itself instead of KDM. I launched the X server on its own and i couldnt move the mouse. Then i switched back to the terminal and noticed the X log printed on the screen and had a bit of a d'oh moment.
Here are some interesting excerpts from /var/log/Xorg.0.log
Code:
... (==) Automatically adding devices (==) Automatically enabling devices (==) No FontPath specified. Using compiled-in default. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType (==) ModulePath set to "/usr/lib/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput. ... (II) config/hal: Adding input device Razer Razer Diamondback Optical Mouse (II) LoadModule: "evdev" (WW) Warning, couldn't open module evdev (II) UnloadModule: "evdev" (EE) Failed to load module "evdev" (module does not exist, 0) (EE) No input driver matching `evdev' (EE) config/hal: NewInputDeviceRequest failed (II) config/hal: Adding input device Macintosh mouse button emulation (II) LoadModule: "evdev" (WW) Warning, couldn't open module evdev (II) UnloadModule: "evdev" (EE) Failed to load module "evdev" (module does not exist, 0) (EE) No input driver matching `evdev' (EE) config/hal: NewInputDeviceRequest failed (II) config/hal: Adding input device AT Translated Set 2 keyboard (II) LoadModule: "evdev" (WW) Warning, couldn't open module evdev (II) UnloadModule: "evdev" (EE) Failed to load module "evdev" (module does not exist, 0) (EE) No input driver matching `evdev' (EE) config/hal: NewInputDeviceRequest failed
Am I barking up the wrong tree? Does anyone see anything i'm not?
Comment