Roger Legrand

De Asso Val Libre
Aller à : navigation, rechercher

Tour

  • Installation epson stylus color 890 (Mise à jour des paquets ad-hocs /cupsys-driver-... + redéclaration de l'imprimante dans http://localhost:631) --88.166.156.115 27 janvier 2007 à 11:08 (CET) a refaire ubuntu 6.10
  • P4 2.8 ghz 1 de ram
  • 3 dd dont 2 de 80 giga et un de 4 giga
  • os : ubuntu dapper + windows xp pro
  • 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

  • Install ubuntu dapper

Périphériques

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