View previous topic :: View next topic |
Author |
Message |
skeletal29 n00b
Joined: 07 Oct 2002 Posts: 39 Location: Nyc
|
Posted: Thu Oct 17, 2002 11:34 am Post subject: mouse and scroll |
|
|
i have a optical ps/2 mouse i would like to know how do i add scroll? _________________ omp:
1.2ghz @ 1.32 Amd Athlon
Gigabyte GA-7VRXP Motherboard
256 Mb Samsung PC-2700 Ram
80 GbMAXTOR 6L080J4
LITEON DVD-ROM LTD163
Os: Gentoo Linux. |
|
Back to top |
|
|
skeletal29 n00b
Joined: 07 Oct 2002 Posts: 39 Location: Nyc
|
Posted: Thu Oct 17, 2002 11:36 am Post subject: |
|
|
Section "Pointer"
Protocol "PS/2"
Device "/dev/mouse"
Emulate3Buttons
Emulate3Timeout 70
ZaxisMapping 4 5
EndSection
and in the -4
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection _________________ omp:
1.2ghz @ 1.32 Amd Athlon
Gigabyte GA-7VRXP Motherboard
256 Mb Samsung PC-2700 Ram
80 GbMAXTOR 6L080J4
LITEON DVD-ROM LTD163
Os: Gentoo Linux. |
|
Back to top |
|
|
rommel Veteran
Joined: 19 Apr 2002 Posts: 1145 Location: Williamsburg Virginia
|
Posted: Sun Oct 20, 2002 2:57 pm Post subject: |
|
|
if you havent got it to work yet try loosing the emulation stuff in your x-config , also ZAxisMapping "4 5" should have parenthesis around them, also i would change the protocol to IMPS/2 |
|
Back to top |
|
|
broschi Apprentice
Joined: 20 Aug 2002 Posts: 189 Location: Atlantide
|
Posted: Sun Oct 20, 2002 6:53 pm Post subject: |
|
|
I never managed to get the wheelmouse to work in PS/2 mode, I had to switch to USB and it worked right away for some reason (and yes I tried all possible configurations while in ps/2). _________________ "Is this type of thing going to happen every time we switch to improbability drive?" "Very probably I'm afraid." |
|
Back to top |
|
|
skeletal29 n00b
Joined: 07 Oct 2002 Posts: 39 Location: Nyc
|
Posted: Mon Oct 21, 2002 3:41 am Post subject: |
|
|
yea it works under imps/2
thanks. _________________ omp:
1.2ghz @ 1.32 Amd Athlon
Gigabyte GA-7VRXP Motherboard
256 Mb Samsung PC-2700 Ram
80 GbMAXTOR 6L080J4
LITEON DVD-ROM LTD163
Os: Gentoo Linux. |
|
Back to top |
|
|
mmc n00b
Joined: 24 Oct 2002 Posts: 4 Location: Torino (IT)
|
Posted: Thu Oct 24, 2002 9:05 pm Post subject: no wheel for me |
|
|
I have a notebook toshiba 1900-703.
It has touchpad and a wireless wheel mouse
attached to ps/2 port(i assume). I've never got the wheel to work.
I've tried the following protocols:
"MouseManPlusPS/2" "ps/2"
the mouse worked, but w/o wheel.
Then i tried:
"intellimouse" "IMPS/2" "ExplorerPS/2"
and the mouse behaved out of control (i could
move, but after a while it skipped back. sometimes even clicks out of control). |
|
Back to top |
|
|
adastra Tux's lil' helper
Joined: 16 Oct 2002 Posts: 106
|
Posted: Thu Oct 24, 2002 9:48 pm Post subject: |
|
|
Yes MMC, I have had the same issue with my laptop. The touchpoint works with the PS/2 protocol. If I then hook up an externel PS/2 mouse, it will work but the scroll wheel will not. In fact, I can use either the external mouse or touchpoint at the same time. However, to get the scroll wheel to work on the external mouse I need to change the protocol in the XF86Config to IMPS/2. I can still use either the external or touchpoint. If I unhook the external mouse the touchpoint does not like the IMPS/2 protocol causing the cursor to jump all over the screen. The problem is that both the external and touchpoint are on the PS/2 bus (they both work through /dev/psaux) and therefore you cannot specify seperate mouse protocols for the same bus in the XF86Config file. |
|
Back to top |
|
|
|