



Code: Select all
...
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
...
Code: Select all
(EE) xf86OpenSerial: Cannot open device /dev/mouse
No such file or directory.
(EE) Mouse1: cannot open input device
(EE) PreInit failed for input device "Mouse1"
No core Pointer

Code: Select all
cat /dev/input/mice
i have tried all the locations possible. /dev/input/mouse0 though 3 give the followingNeoCORE wrote:There are several possible areas in /dev your mouse could be... have a wee seach though the forums to find the possibilities... to check if its the right one...
cat "insert possible location here" and then move the mouse... if u get a stream of weird characters... thats the correct one
Code: Select all
cat: /dev/input/mouse0: No such device

