Hello Björn,

I had the same problem with SID. First of all I had to update /etc/modules:
(Commented entries were working with kernel 2.4)
#usb-uhci
uhci-hcd
#input
#usbkbd
#keybdev
psmouse
mousedev
e100
#ide-scsi
usb-storage

With kernel 2.6 PS/2 mouses have an own kernel module.

My active mouse section from /etc/X11/XF86config-4 looks like this:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

I hope that's all (i'm not 100% sure).

Tim

Am Freitag, 21. Mai 2004 09:30 schrieb Björn Wolter:
> Ich habe installed a current snapshot of sarge....
> the i installed the kernel 2.6.4 image
> 
> now i cant boot directly into X.
> I use kdm as the login manager...
> 
> kdm.log and XFree86*.log tells me that he has no core pointer, also he 
> cannot open /dev/input/mice.
> 
> strange is.. when i log in as root, and start kde with /etc/init.d/kdm 
> start, he runs kdm and no errors like no core pointer appears.
> 
> i have reconfigured the device section in XF86Config-4 to /dev/psaux and 
> /dev/input/mice -> all the same result.
> 
> when i start debian with kernel 2.4.x kdm works well...
> 
> so it must be problem with kernel 2.6
> 
> my mouse device section looks like this
> ..
>   Identifier  "Generic Mouse"
>      Driver      "mouse"
>      Option "SendCoreEvents" "true"
>      Option "Protocol"    "ImPS/2"
>      Option "Device" "/dev/input/mice
>      Option "ZAxisMapping" "4 5"
> ..
> 
> has someone a tip for me to run X (kdm) with kernel 2.6
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]
> 
> 

Reply via email to