LINUX.ORG.RU

3-я кнопка в Х


0

0

Дистр RH 7.3
В консоле с мышой все OK в X не работает 3-я кнопка

cat /etc/sysconfig/mouse
MOUSETYPE="Microsoft"
XMOUSETYPE="Microsoft"
FULLNAME="Generic 3 Button Mouse (serial)"
XEMU3=no
DEVICE=/dev/mouse

cat /etc/X11/XF86Config-4
....
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "Microsoft"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
...
В чем грабли???
Вообще как то можно из X заюзать gpm...?

anonymous

Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 # InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection

#Section "InputDevice" # Identifier "Mouse0" # Driver "mouse" # Option "Protocol" "PS/2" # Option "Device" "/dev/mouse" #EndSection

Section "Pointer" Protocol "IMPS/2" Device "/dev/mouse" ZAxisMapping 4 5 EndSection

anonymous
()

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
# InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

#Section "InputDevice"
# Identifier "Mouse0"
# Driver "mouse"
# Option "Protocol" "PS/2"
# Option "Device" "/dev/mouse"
#EndSection

Section "Pointer"
Protocol "IMPS/2"
Device "/dev/mouse"
ZAxisMapping 4 5
EndSection

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.