Roger Legrand

De Asso Val Libre
Révision de 20 janvier 2007 à 17:08 par 192.168.3.251 (discussion) (desactivation touchpad)

Aller à : navigation, rechercher

Tour

Portable

  • Install Kaella 3.0 en mode Debian

Périphériques

Mystère imprimante USB Epson Stylus

  • Tout semble parfait côté logiciel
    • Détection imprimante
    • Configuration / interface (CUPS)
  • L'imprimante ne bronche pas !
  • L'imprimante fonctionne sous windows (donc pas de problème matériel a priori)

desactivation touchpad

modifier Xorg.conf

Section "InputDevice"

   Identifier    "Synaptics Touchpad"
   Driver        "synaptics"
   Option        "SendCoreEvents"    "true"
   Option        "Device"        "/dev/input/mice"
   Option        "Protocol"        "auto-dev"
   Option        "HorizScrollDelta"    "0"
   Option        "SHMConfig"        "true"

EndSection

Section "ServerLayout"

       Identifier      "Default Layout"
       Screen          "Default Screen"
       InputDevice     "Generic Keyboard"
       InputDevice     "Configured Mouse"
       InputDevice     "Synaptics Touchpad"
       InputDevice     "stylus" "SendCoreEvents"
       InputDevice     "cursor" "SendCoreEvents"
       InputDevice     "eraser" "SendCoreEvents"

EndSection


puis en console :

sudo synclient TouchpadOff=1

et creer dans

/home/user/.kde/Autostart/

nommée touchpad

 #!/bin/sh
 synclient TouchpadOff=1

Manquait les paquets cupsys-driver... correspondant !!!

Pour info


Montage automatique de la clé.

  • Problème uid=gid=knoppix !!
  • bidouille Guillaume au niveau du groupe des utilisateurs (roger == knoppix)
  • par contre, montage en ro par défaut... (bouton droit sur icône)