Su UBUNTU
1. aggiungere la repository
sudo add-apt-repository ppa:falk-t-j/qtsixa
2. aggiornare tutte le repository (passaggio obbligato)
sudo apt-get update
se la repository dovesse dare errore di può cancellare la stessa senza problemi scrivendo nel terminale
sudo add-apt-repository -r sudo add-apt-repository ppa:falk-t-j/qtsixa
3. installare il programma
sudo apt-get install qtsixa xf86-input-joystick
4. modificare le istruzioni di qtsixa digitando sul terminale
sudo gedit /etc/X11/xorg.conf.d/50-joystick.conf
5. inserire le seguenti scritte dentro a gedit che si è aperto
Section “InputClass”
Identifier “joystick catchall”
MatchIsJoystick “on”
MatchDevicePath “/dev/input/event*”
Driver “joystick”Section “InputClass”
Identifier “joystick catchall”
MatchIsJoystick “on”
MatchDevicePath “/dev/input/event*”
Driver “joystick”
Option “StartKeysEnabled” “False” #Disable mouse
Option “StartMouseEnabled” “False” #support
EndSection
5.salvare il file e chiudere gedit
Su ARCH LINUX
installare qtsixa in Arch Linux digitando sul terminale
yaourt -Sy qtsixa xf86-input-joystick
abilitare il bluetooth
sudo systemctl start bluetooth.service
modificare le istruzioni di qtsixa digitando sul terminale
sudo gedit /etc/X11/xorg.conf.d/50-joystick.conf
inserire le seguenti scritte dentro a gedit
Section “InputClass”
Identifier “joystick catchall”
MatchIsJoystick “on”
MatchDevicePath “/dev/input/event*”
Driver “joystick”Section “InputClass”
Identifier “joystick catchall”
MatchIsJoystick “on”
MatchDevicePath “/dev/input/event*”
Driver “joystick”
Option “StartKeysEnabled” “False” #Disable mouse
Option “StartMouseEnabled” “False” #support
EndSection
salvare il file e chiudere gedit
DOPO L'INSTALLAZIONE
1. far partire il programma qtsixa digitando nel terminale
qtsixa
2. Collegare il Gamepad con l'USB al Computer
andare nel menu
Tasks -> Pair Device To PC
cliccare su Next e successivamente su Finish
3. cliccare con il tasto destro sull’ID del joystick (la scritta evidanziata azzurra) e cliccare su
Configure default profile
5.collegare ogni volta il Gamepad via bluetooth digitando sul terminale
sudo sixad –start
[tratto da http://deasproject.altervista.org e http://www.lffl.org]