/etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 1360 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "Logitech Marble Mouse" "CorePointer"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Logitech Marble Mouse"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "9"
Option "ZAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "9"
EndSection
/etc/X11/xinit/xinitrc.d/mouse.sh -> 이 파일은 없으므로 만들어줘야 한다.
#!bin/sh
#/etc/X11/xinit/xinitrc.d/mouse
#
xmodmap -e "pointer = 1 8 3 4 5 6 7 2 9 10 11 12 13"
위와 같이 설정하면 왼쪽 작은 버튼을 누른 후 상하 스크롤이 가능해진다.
'Research > Linux' 카테고리의 다른 글
제로보드 설치시 확인 할 사항 (0) | 2009.08.12 |
---|---|
Fedora 10 Enable GUI Root Login (0) | 2009.08.11 |
TRAC: anonymous Default permission (0) | 2009.07.31 |
TRAC: Add Acount Fail (0) | 2009.07.31 |
TRAC: web admin 설치시 주의할 점 (0) | 2009.07.30 |