bah c'est un fichier texte donc non juste qu'il faut pas oublier ensuite de definir la souris IR dans la config XF86
Code :
- In order to use the remote as a mouse in XFree86, add the following section to your X configuration (/etc/X11/XF86Config):
- Section "InputDevice"
- Identifier "LIRC-Mouse"
- Driver "mouse"
- Option "Device" "/dev/lircm"
- Option "Protocol" "IMPS/2"
- Option "SendCoreEvents"
- Option "Buttons" "5"
- Option "ZAxisMapping" "4 5"
- EndSection
- Add the following to your ServerLayout section in XF86Config, it should look something like this:
- Section "ServerLayout"
- Identifier "ServerLayout"
- Screen "Screen0"
- InputDevice "Mouse1" "CorePointer"
- InputDevice "LIRC-mouse" "CorePointer"
- InputDevice "Keyboard1" "CoreKeyboard"
- EndSection
|
quand au fichier .conf tu devrais lire ce document où on te dit tout ce qu'il faut.
Enfin avan tout, verifies que ta remotecontrol est supportée liste des commandes IP supportées
Message édité par francoispgp le 26-06-2006 à 17:03:01