Recently I bought a Logitech F310 gamepad and I found out that it works like a charm under Linux Fedora 16.
Here is the lsusb output:
$ lsusb
Bus 001 Device 013: ID 046d:c21d Logitech, Inc. F310 Gamepad [XInput Mode]
$lsmod|grep joy
joydev 17412 0
I have tested the following games, and they work with the gamepad:
- supertuxkart
- seahorse-adventures
- glaxium
- frogatto
- shippy 1984
I have tested it with Fedora 17 – LXDE.
I followed the instructions on this website:
https://www.blakerohde.com/blog/2012/06/gamepads-joysticks-on-fedora-17/
$ sudo yum install kernel-modules-extra
$ sudo yum install joystick
$ jstest –event /dev/input/jsX (X was 0 at my pc)
I had to reboot my PC after the 2 installations.
The Gamepad works very good.
Testet with “snes9x”:
Super Street Fighter II
Super Mario World
Super Mario Kart
$ lsusb
Bus 001 Device 003: ID 046d:c21d Logitech, Inc. F310 Gamepad [XInput Mode]
$ lsmod | grep “joy”
joydev 17458 0
When there is a *stable* release of Fedora 18 (currently beta) I will write a new comment.
I have tested it with Fedora 18 – LXDE.
It works perfectly too.
Just install the “kernel-modules-extra” and “joystick” and reboot.
With “jstest” you can check the functionality of your gamepad.