Changes between Version 2 and Version 3 of setup


Ignore:
Timestamp:
06/22/16 08:57:16 (8 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setup

    v2 v3  
    8484}}}
    8585where ''your_user'' is your user login. Then logout and login.
     86
     87== Setup bluetooth for DualShock3 controller (optional) ==
     88
     89L'utilisation du bluetooth pour la manette n'est pas conventionnelle. Il faut donc faire une modification sur le service bluetooth de Linux. Cette opération n'est à faire qu'une seule fois pour toute:
     90{{{
     91$ sudo nano /etc/bluetooth/main.conf
     92}}}
     93et ajouter input à la directive !DisablePlugins:
     94{{{
     95[General]
     96# List of plugins that should not be loaded on bluetoothd startup
     97DisablePlugins = network,input
     98}}}
     99Puis redémarrer bluetoothd:
     100{{{
     101$ sudo service bluetooth restart
     102}}}