|

楼主 |
发表于 2004-11-5 13:18:59
|
显示全部楼层
试了一下,gpm是用于字符界面下的。点鼠标左键拷贝,点鼠标右键粘贴。
在X下,支持鼠标左键拷贝,左右键双击粘贴的可能是xorg。
但我的xorg.conf里的鼠标设置没有Emulate 3 buttons功能:
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "SendCoreEvents" "true"
Option " rotocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
结果却能拷贝粘贴,很奇怪。 |
|