View previous topic :: View next topic |
Author |
Message |
tux43 n00b
Joined: 14 May 2004 Posts: 24
|
Posted: Mon Apr 02, 2007 9:17 am Post subject: Playstation SixAxis Remote |
|
|
Hi
Does anybody know how to get the playstation 3 sixaxis remote working with X. I have tried the following however it just jumps around the screen. I assume that the driver should be different than "mouse" but I am not sure what it should be. I would like to use this with MythTV rather than plugging in a keyboard.
Code: |
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/js0"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
|
|
|
Back to top |
|
|
rig0r n00b
Joined: 25 Mar 2004 Posts: 73
|
|
Back to top |
|
|
Sedrik l33t
Joined: 08 Apr 2005 Posts: 655 Location: Uppsala, Sweden
|
Posted: Sat Aug 04, 2007 8:37 pm Post subject: |
|
|
To get a joystick working with xorg you need to compile it with INPUT_DEVICE="joystick" check the useflags for xorg-base and edit your make.conf accordingly.
Let me know if you get it to work. This would be another good reason as to why I should try to get my hands on a ps3. _________________ From Gentoo with love |
|
Back to top |
|
|
|