Como posso impedir que um joystick controle meu mouse?

2

Como posso impedir que um joystick controle meu mouse no Ubuntu 12.04?

Eu tentei remover xserver-xorg-input-joystick e /usr/lib/X11/xorg.conf.d/10-joystick , ambos não instalados.

    
por AhmedAlkaabi 15.10.2012 / 16:41

1 resposta

1

1- Você deve ver o seu número de joystick primeiro ... então, Run Terminal e digite xinpute list, e olhe para o seu número de joystick e substitua o seu número em vez do 10 no Exemplo abaixo.

#!/bin/bash id= xinput list | Mulher Mulher Mulheres MulherBBBBesBBBBBB32 MulherBBBBB MulherBBBB MulherBBBBesBesBBesB MulherBBBBesBesBB MulherBBesBB MulherBBesBBesB MulherBBesBBesBB MulherBBesBBesB MulherBBesBBesB MulherBBesBBesB MulherBBBesBes Bes Mulher Mulher Mulher Mulheres Mulher MulherBBBB Mulher Mulheres Mulher32BB Mulher Mulheres32B Mulheres32B Mulheres32B Mulheres32BBB MulheresBB Mulher MulheresesBB Mulher MulherBBes MulherBBeses Mulher Mulheres Mulher Mulher32 Mulher MulheresBes Mulher MulheresesBB MulheresB MulheresB MulheresBB MulheresBB Mulher MulheresBesBBBB MulherBesBes grep "Gerar eventos do mouse (" | cortar -c25-27 props_mouse= xinput list-props 10 | grep "Gerar eventos-chave (" | cortar -c23-25 props_teclado=

32BBBBBBBB MulherBBBBB MulherBBBB MulherBBBBBB Mulher32BBBBBB MulherB32BBBBBBBB Mulher32BBBBBBBBBB MulherBBBBBBB MulherBBBBBBB MulheresBBBBBBBBBB MulheresBBBBBBBBB MulheresBBBBes 3- Execute o Terminal e coloque o caminho onde você salvou o arquivo.

32BBBB Mulher MulherBBBBB Mulher MulherBBB MulherBB MulheresBB MulherBB MulherBesBB MulherBB MulheresB MulherBB MulherBesB MulheresB MulherBBBB MulherBesB MulherBesBBB Mulher MulherBesBB Mulher MulherBesB Mulheres MulherBesBB MulherBesB MulheresBesBBBBBBBB MulherBesesBBes

4- Digite bash name.sh (Clique em Enter e você está pronto!)

MulherBBB32B Mulher MulherBB32 Mulher Mulher MulherBB32 Mulher MulherBB32BBes MulherBB32BBesB MulherBBBBBes MulherBB32 MulherBB MulherBB MulheresBBBesBBesBBBesBBesBBBesBBBes MulherBB MulheresBBBesBBesBBBesBBBesBBesBBBes MulherBes Nota 2: se isso não funcionar, certifique-se de remover xserver-xorg-input-joystick e /usr/lib/X11/xorg.conf.d/10-joystick

    
por AhmedAlkaabi 16.10.2012 / 12:24