
Segui estas instruções para configurar a rolagem natural para minha área de trabalho normal do Ubuntu (11.04) e elas funcionaram perfeitamente:
http://maketecheasier.com/reverse-mouse-scrolling-direction-in-ubuntu/2011/09/16
mas essas configurações, mesmo quando estou logado como o mesmo usuário através do nxserver remotamente, não se aplicam. Então tentei ajustar a direção de rolagem manualmente usando o xinput assim:
xinput list
"pointer" id=0 [XPointer]
"keyboard" id=1 [XKeyboard]
e então:
xinput get-button-map 0
X Error of failed request: XI_BadDevice (invalid Device parameter)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 3 (X_OpenDevice)
Device id in failed request: 0x0
Serial number of failed request: 15
Current serial number in output stream: 15
para ver o mapa de botões atual, tentando alterar o mapeamento com:
xinput set-button-map "pointer" 1 2 3 5 4 6 7 8 9 10 11 12 13 14 15 16
X Error of failed request: XI_BadDevice (invalid Device parameter)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 3 (X_OpenDevice)
Device id in failed request: 0x0
Serial number of failed request: 15
Current serial number in output stream: 15
resulta no mesmo erro. Alguém sabe como fazer isto?
Responder1
Tente xmodmap -e "pointer = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16"
isso funciona para mim.