Code: Select all
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
[...]
Option "Device" "/dev/mouse"
[...]
EndSectionCode: Select all
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
[...]
Option "Device" "/dev/input/mouse0"
[...]
EndSection
Code: Select all
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
[...]
Option "Device" "/dev/input/mouse0"
[...]
EndSectionCode: Select all
InputDevice "Mouse0" "CorePointer"


Code: Select all
i dont have a /dev/input/mouse i guess that explains it
but still X shouldnt just freeze should it