eXtreme Development


Translate:  

  • Installing the gamepad Zhixu on Linux Mint

    2020-09

    1. Install the jstest-gtk and qjoypad (they are used to configure the gamepad)
      netto@bella:~$ sudo apt-get install jstest-gtk qjoypad
      Reading package lists... Done
      Building dependency tree
      ...
      netto@bella:~$

    2. Add user permission to the input and plugdev groups (netto is my user name)
      netto@bella:~$ sudo usermod -a -G input,plugdev netto

    3. Edit the file 99-input.rules (it's a configuration that dynamically adds read/write permissions to the gamepad buttons)
      netto@bella:~$ sudo {your prefered text editor here} /etc/udev/rules.d/99-input.rules

      Add the following line to all linux kernel catch gamepad events
      KERNEL=="event*", NAME="input/%k", MODE="660", GROUP="input"

    4. Enjoy your games!!!

    My gamepad
    Gamepad Zhixu

    My gamepad in action
    Gamepad Zhixu in action


 

Geraldo Netto
SourceForge
{
 "name": "Geraldo Netto" 
 "contacts": [
              
 ]
 "food": [
     
 ]
 "folk": [
         
 ]
 "mindset": [
  "Control Theory"
  "Ponde"
  "Seneca"
  "utilitarianism"
  "..."
 ]
 "praying": [
  "Hermetism"
  "Kabbalah"
  "Spiritism"
  "Tantra"
  "Umbanda Branca"
  "..."
 ]
 "music": [
  "Cafe Del Mar"
  "Fito Paez"
  "Jennifer Rostock"
  "Juli"
  "Leningrad"
  "Mafalda Veiga"
  "Oasis"
  "Raimundos"
  "Rammstein"
  "Sabaton"
  "Skank"
  "The Cure"
  "Tom Jobim"
  "Zucchero"
  "..."
 ]
 "arts": [
  "Kandinsky"
  "Pollock"
  "..."
 ]
 "tech": [
  "algorithms"
  "distributed systems"
  "linux"
  "statistics"
  "..."
 ]
}