For that we need not be disappointed because we can edit the xorg.conf file (for Slackware 10) and x86conf (for Slackware 9.1 and its prior version), the file is located didirektori / etc/X11 /. Log in as root and then edit using your favorite editor (kwrite, kare, gedit, nano, joe, pico, vi).
Customize your configuration with the configuration below. Slanted font section is the configuration for your scroll mouse.
Section "InputDevice"
#identifier and driver
Identifier "Mouse1"
Driver "mouse"
#On platforms where PnP mouse detection is supported the following protocol setting can be used #when using a newer PnP mouse
#Option "Protocol" "Auto"
#The available mouse protocols types that you can set bellows are :
#Auto BusMouse GlidePoint GlidePointPS/2
#IntelliMouse IMPS/2
#Logitech Microsoft MMHitTab MMSeries Mouseman
#MouseManPlusPS/2
#MouseSystems NerMousePs/2 NetScrollPS/2 OOSMouse
#PS/2 SysMouse
#ThinkingMouse ThinkingMousePS/2 Xqueue
#Default is PS / 2 and then replace it in accordance with the following configuration
Option "Protocol" "IMPS/2"
#The mouse device. The device is normally set to /dev/mouse
#Which is usually a synbolic link to the real edvice
#Option "Device" "/dev/mouse"
Option "Device" "/ev/psaux"
#Option "Device" "/dev/ttyS0"
#Option "DEvice" "/dev/ttyS1"
#Below is the important part that needs to be addedbelow is the important part that needs to be added
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
0 comments:
Post a Comment