Changes between Version 9 and Version 10 of setup


Ignore:
Timestamp:
Feb 13, 2019, 5:41:51 PM (6 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setup

    v9 v10  
    8686== Setup bluetooth for DualShock3 controller (optional) ==
    8787
    88 L'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.
     88Using bluetooth for the ds3 is not conventional. Thus, you need a small modification in the linux's bleutooth service. You just have to do it once.
    8989
    9090=== On newer distros (ubuntu >=16.4 or mint>=18) ===
     
    106106$ sudo nano /etc/bluetooth/main.conf
    107107}}}
    108 et ajouter input à la directive !DisablePlugins:
     108and add a line to !DisablePlugins:
    109109{{{
    110110[General]
     
    112112DisablePlugins = network,input
    113113}}}
    114 Puis redémarrer bluetoothd:
     114Then restart bluetoothd:
    115115{{{
    116116$ sudo service bluetooth restart