About this product | |
---|---|
Product | AOpen Optical OpenEye PS/2 |
Vendor | AOpen |
Tested operating systems | Linux other |
Average rating | |
CompatDB XML | aopen-optical-openeye-ps-2.xml |
Compatibility Reports for AOpen Optical OpenEye PS/2
Reported by Anonymous
Rating
Operating system
Linux other
Date
<p>Works but does not properly initialize under XFree 4.1.0 - use 4.2.0 instead. Use this configuration in /etc/X11/XF86Config-4 :</p>
<pre>
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/misc/psaux"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "9"
Option "ZAxisMapping" "6 7 8 9"
EndSection
</pre>
<p>Put this in your .gnomerc or .xinitrc:</p>
<pre>
xmodmap -e 'pointer = 1 2 3 8 9 4 5 6 7'
</pre>