Roger Legrand

De Asso Val Libre
Révision de 21 octobre 2008 à 23:37 par 82.241.200.36 (discussion) (Tour)

Aller à : navigation, rechercher

Tour

Intervention 
 mise a jour reguliere 
Motivation 
 volonter personnel passage a linux 
Distribution 
Ubuntu 8.04 LTS
Caractéristiques matérielles 
  • P4 2.8 ghz 1 de ram
  • hardy + windows xp
  • 3 dd dont 2 de 80 giga et un de 4 giga
Caractéristiques réseau 
  • connexion ADSL
Périphériques divers 
  • epson stylus color 890
Compléments 
  • mise a jour openoffice fr et firefox fr(msttcorefonts) + plugins flash et java
  • real player ok test chez moi firefox
  • install de k3b + synaptic

Portable

Intervention 
mise a jour reguliere
Motivation 
volonter personnel passage a linux
Distribution 
Ubuntu 8.04 LTS
Caractéristiques matérielles 
  • ==
  • ==
  • ==
Caractéristiques réseau 
  • connexion ADSL(freebox v5)
Périphériques divers 
Compléments 
  • probleme kdenlive 0.6.0 svn (resolu)
  • ==
  • ==
  • Module wifi r818x

Périphériques

  • (à faire) Partage scanner fixe/portable
  • Mystère imprimante USB Epson Stylus (en principe réglé sauf réinstallation sauvage ;-)

Désactivation 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