boy_wonder
10-25-2000, 06:30 AM
I finally got my usb mouse working in linux.
I installed X 4.01 yesterday following the steps in the NHF. I had a 2.4.0-test7 kernel compiled with all the relevant mousey stuff. Followed the instructions in the kernel docs.
cd /dev
mkdir input
mknod input/mice c 13 63
and changed the line in my XF86Config file from
Option "device" "/dev/mouse"
to
Option "device" "/dev/mouse"
restarted X and was done.
BTW it wasn't really this simple. It took me a few hours of reading to work out, but I think that if people read this it shouldn't take that long to set up.
And who said linux was difficult to use.
I installed X 4.01 yesterday following the steps in the NHF. I had a 2.4.0-test7 kernel compiled with all the relevant mousey stuff. Followed the instructions in the kernel docs.
cd /dev
mkdir input
mknod input/mice c 13 63
and changed the line in my XF86Config file from
Option "device" "/dev/mouse"
to
Option "device" "/dev/mouse"
restarted X and was done.
BTW it wasn't really this simple. It took me a few hours of reading to work out, but I think that if people read this it shouldn't take that long to set up.
And who said linux was difficult to use.