[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#237574: #237574 X cannot start under kernel 2.6.3



On 12.03.2004   13:03 Debian Bug Tracking System wrote:

                       Debian Bug report logs - #237574
                       X cannot start under kernel 2.6.3


Since kernel 2.6.3 has recently become available to testing, I installed it
and booted. The kernel was unable to startup gdm, and I also could not
"startx". The 2.4 kernels do not appear to have this problem. The kernel log
complains about errors with XFree86, so that is why I am submitting it under
this package.

[...]

(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "PS/2"
(**) Configured Mouse: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(EE) xf86OpenSerial: Cannot open device /dev/psaux
        No such device.
(EE) Configured Mouse: cannot open input device
(EE) PreInit failed for input device "Configured Mouse"
(II) UnloadModule: "mouse"
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
        No such device.
(EE) Generic Mouse: cannot open input device
(EE) PreInit failed for input device "Generic Mouse"
(II) UnloadModule: "mouse"
(WW) No core pointer registered
Couldn't load XKB keymap, falling back to pre-XKB keymap
No core pointer

Fatal server error:
failed to initialize core devices


I guess, you don't have /dev/psaux available on your system.
(maybe due to the new kernel + devfs ...)
Please check, if there's /dev/misc/psaux.

if true, then do a:
ln -s /dev/misc/psaux /dev/psaux

and see if X works again.

 - Christian




Reply to: