diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2013-06-20 08:26:12 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-20 08:26:12 -0300 |
commit | a3b91db3514e14eee42daf6044bb2ee5b31daaec (patch) | |
tree | 27ecb8e2291258d37aab5b5fdb79bd2b478eb830 /games/qtsixa/README | |
parent | 5200be1276940197d900cc674457097b7b5360e6 (diff) | |
download | slackbuilds-a3b91db3514e14eee42daf6044bb2ee5b31daaec.tar.gz |
games/qtsixa: Added (Sixaxis Joystick Manager)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/qtsixa/README')
-rw-r--r-- | games/qtsixa/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games/qtsixa/README b/games/qtsixa/README new file mode 100644 index 0000000000..b6cb594d20 --- /dev/null +++ b/games/qtsixa/README @@ -0,0 +1,29 @@ +QtSixA is the Sixaxis Joystick Manager. It can connect PS3 hardware +(Sixaxis/DualShock3 and Keypads) to a Linux-compatible machine. +Currently it supports Sixaxis buttons, axis, accelerometers and LEDs. + +Some patches thankfully taken from https://aur.archlinux.org/packages/qtsixa/. + +Notes: + +Be sure you are using a Bluetooth dongle with a HCI version higher than 1.1 +by using `hciconfig default version | grep HCI`. + +Please note that due to the behaviour of "sixpair" and a replaced "hidd", +the stock Bluetooth stack is getting disabled while running and no other +Bluetooth devices will work, until the "replaced" hidd is disabled again +from `sh /etc/rc.d/rc.sixad stop`. + +In case something like `kdesu` is not installed, you need to run `qtsixa` +with root rights. + +Steps: + +- connect your device through USB +- start "qtsixa" and pair your device (Tasks->Pair Device to PC) +- start "sixad" by `sh /etc/rc.d/rc.sixad start` +- press the PS button on your controller + +Pairing is just needed once. If wanted, you can add rc.sixad to your +rc.local and pressing the PS button again after a reboot without any +further interaction. |