Roger Legrand : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Kdenlive 0.7 portable)
m (44 révisions importées)
 
(8 révisions intermédiaires par 5 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
 
==  Kdenlive 0.7 portable ==
 
==  Kdenlive 0.7 portable ==
 +
 +
[[Kdenlive]]
  
 
  strace -f -F -e trace=file -o strace.2 /home/roger/kdenlive/bin/kdenlive_start  
 
  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
+
  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 ==
 
== Tour ==
 +
 +
[[Roger Legrand:Tour]]
  
 
; Intervention :  
 
; Intervention :  
Ligne 42 : Ligne 48 :
  
 
== Portable ==
 
== 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 :
+
[[Roger Legrand:Portable]]
 
 
* connexion ADSL(freebox v5)
 
  
 
; Périphériques divers :
 
; Périphériques divers :
Ligne 68 : Ligne 59 :
 
* probleme kdenlive 0.6.0 svn (resolu)
 
* probleme kdenlive 0.6.0 svn (resolu)
  
* ==
+
* ==probleme gestion alim acpi
  
* ==
+
* == résolu dans grub acpi=force , nolapic
  
 
* Module wifi r818x
 
* Module wifi r818x
Ligne 125 : Ligne 116 :
  
 
* http://guide.andesi.org/html/dimprimanteusb.html
 
* http://guide.andesi.org/html/dimprimanteusb.html
 +
 +
 +
----
 +
[[Category:Membres]]

Version actuelle en date du 28 janvier 2017 à 17:11

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