Comment 44 for bug 335297

Revision history for this message
CarloSalvatore (carlosalvatore) wrote :

You can try disabling hotplug from Xorg.

Add the following to your xorg.conf
Section "ServerFlags"
# Option "DontZap" "False" ## Uncomment this only is you wish to enable Ctrl+Alt+Backspace to kill X
     Option "AutoAddDevices" "False"
EndSection

This option lets X and hal use the information about your input devices from xorg.conf.

PS. This issue has nothing to do with the nvidia kernel module (the one from nvidia site).