startx
), I was able to momentarily see the arrow, but it wasn't moving while I was moving the mouse. Once X started I also saw the arrow, but I still couldn't use the mouse, so I had to connect the USB one. cat
ing this device in the terminal shows no output, but however /dev/bpsm0 works.moused_port="/dev/bpsm0"
[amzo@Bahamut ~]$ ls -lars /dev/*psm*
0 crw-rw-rw- 1 root wheel 0x2a Jul 26 15:09 /dev/psm0
0 crw-rw-rw- 1 root wheel 0x2b Jul 26 15:09 /dev/bpsm0
/dev/psm0 `non-blocking' device node
/dev/bpsm0 `blocking' device node
The mouse drivers may have ``non-blocking'' attribute which will make the
driver return immediately if mouse data is not available.
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/bpsm0"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection