Click to See Complete Forum and Search --> : wheel mouse
atl2ptown
03-30-2001, 05:40 PM
Here is my XF86Config, specifically the mouse input section.
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/mouse"
Option "Protocol" "imps/2"
Option "ZAxisMapping" "4 5"
EndSecion
atl2ptown
03-30-2001, 05:41 PM
What do I need to change in order for this to work.
mychl
03-30-2001, 05:46 PM
try changing the device line to mouse(1)
not [1]
if that doesn't work , then maybe try (0)
just a guess though
Tyr-7BE
03-30-2001, 07:36 PM
The program "imwheel" gives some good documentation on what this should be. Get it from freshmeat.
Lend273
03-30-2001, 11:30 PM
Try /dev/psaux instead of /dev/mouse
Also run Imheel if you have it.
If not get it.
Len
Lend273
03-30-2001, 11:31 PM
Try /dev/psaux instead of /dev/mouse
Also run Imheel if you have it.
If not get it.
Len
Lend273
03-30-2001, 11:32 PM
Try /dev/psaux instead of /dev/mouse
Also run Imheel if you have it.
If not get it.
Len
bdg1983
03-31-2001, 11:58 AM
http://www.xfree86.org/current/mouse.html
Once-Ler
04-01-2001, 12:46 AM
I think IMPS needs to be capitalized... umm... here is my section (i've made my own mouse driver so for "Device" just use the one your using now):
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse"
Option "BaudRate" "1200"
Option "Resolution" "100"
Option "ZAxisMapping""4 5"
Option "Buttons" "3"
I hope this helps... what kind of mouse are you using... I'm using a logetich optical mouse thingy :)
bdg1983
04-01-2001, 06:09 AM
This thread has now been continued in a new post. 'Wheel mouse again'.