Roger Legrand

De Asso Val Libre
Aller à : navigation, rechercher

Kdenlive 0.7 portable

Kdenlive

strace -f -F -e trace=file -o strace.2 /home/roger/kdenlive/bin/kdenlive_start 
more strace.2 | grep open | grep -v ENOENT | awk '{print $2}' | awk -F '"'  '{print $2}' | sort | uniq 
|  grep -v /var/ | grep -v /tmp  | xargs dpkg -S 2>/dev/null | grep -v /etc 
| awk -F ":" '{print $1}' | xargs dpkg -l 2>/dev/null | grep ^ii > kdenlive7.debs

Tour

Roger Legrand:Tour

Intervention 
 mise a jour reguliere 
Motivation 
 volontée personnelle 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

Roger Legrand:Portable

Périphériques divers 
Compléments 
  • probleme kdenlive 0.6.0 svn (resolu)
  • ==probleme gestion alim acpi
  • == résolu dans grub acpi=force , nolapic
  • 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