View previous topic :: View next topic |
Author |
Message |
MadBassist Apprentice
Joined: 10 Apr 2004 Posts: 200
|
Posted: Fri May 21, 2004 8:39 am Post subject: wireless optical dektop questions |
|
|
I've recently got a Microsoft Wireless Optical Dektop and and am very happy with it. However I have a couple of questions:
1) Can you use the tilt wheel ANd scroll wheel at once? (I have ZAxisMapping set in xorg.conf to use the scrool wheel)
2) in the XBModel section of the xorg conf i currently have it set to "pc102" however what options do I shoose to use my extra keys or do I need to use something like khotkeys?
many thanks
Robin _________________ System
---------
AMD Athlon XP 2800 Barton
512 Corsair XMS LLPT DDRRAM
Nvidia GeForce FX5900
Audigy2
gentoo-dev-sources 2.6.8-r3 |
|
Back to top |
|
|
grantangi n00b
Joined: 18 Jan 2004 Posts: 32 Location: 52°00'165" N 8°34'365" E
|
Posted: Sat May 22, 2004 10:38 am Post subject: Re: wireless optical dektop questions |
|
|
MadBassist wrote: | I've recently got a Microsoft Wireless Optical Dektop and and am very happy with it. However I have a couple of questions:
1) Can you use the tilt wheel ANd scroll wheel at once? (I have ZAxisMapping set in xorg.conf to use the scrool wheel)
2) in the XBModel section of the xorg conf i currently have it set to "pc102" however what options do I shoose to use my extra keys or do I need to use something like khotkeys?
many thanks
Robin |
I probably can't help you with the wheels (as I got a logitech setup here)...but you have to set the keyboard to at least pc105 to get it working fully in xorg.
Snapshot from my xorg.conf:
Code: |
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "MapName" "Standard Keyboard [ pc104 ]"
Option "Protocol" "Standard"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbRules" "xorg"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[2]"
Option "Device" "/dev/mouse"
Option "Name" "USB: Logitech"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
|
Hope it helps
Udo |
|
Back to top |
|
|
|