Article archivé, dernière mise à jour 2007.
Cette page décrit la configuration de Projet Livetux pas à pas
Récupérer la dernière version de Debian. Graver le CD et suivre l'installation pas à pas.
Caractèristiques procipales de mon installation :
Configurer Xorg afin qu'il démarre.
Par exemple, si l'écran ne supporte pas la fréquence séléctionnée, ajouter la ligne suivante dans la section “Monitor” de /ect/X11/xorg.conf :
VertRefresh 60.0 - 60.0
Utiliser aptitude pour mettre à jour les packets. Installez le dernière noyau disponible pour votre système.
Voir Nvidia.
Votre fichier /etc/X11/xorg.conf doit ressembler à :
Section "Device" Identifier "NVIDIA CRT" Driver "nvidia" Option "NoLogo" "true" Option "ConnectedMonitor" "CRT-1" Option "NvAgp" "1" EndSection
Configurer un deuxième layout dans Xorg correspondant à la configuration particulière utilisé pour regarder les films. Pour moi il s'agit d'utiliser la deuxième sortie de la carte vidéo en 1024×768. (Voir Xorg pour plus de détails).
Exemple de fichier :
# nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Aug 1 21:11:12 PDT 2006 # /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "ServerLayout" Identifier "Default Layout" Screen "Ecran normal" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "ServerLayout" Identifier "cinema" Screen "Projecteur" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" # path to defoma fonts FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "Emulate3Buttons" "true" EndSection Section "Monitor" Identifier "VP2130 SERIE" VertRefresh 60.0 - 60.0 Option "DPMS" EndSection Section "Monitor" Identifier "Videoproj" VertRefresh 60.0 - 60.0 Option "DPMS" EndSection Section "Device" Identifier "NVIDIA CRT" Driver "nvidia" Option "NoLogo" "true" Option "ConnectedMonitor" "CRT-1" Option "NvAgp" "1" EndSection Section "Device" Identifier "NVIDIA DVI" Driver "nvidia" Option "NoLogo" "true" Option "ConnectedMonitor" "CRT-0" Option "NvAgp" "1" EndSection Section "Screen" Identifier "Ecran Normal" Device "NVIDIA DVI" Monitor "VP2130 SERIE" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" EndSubSection EndSection Section "Screen" Identifier "Projecteur" Device "NVIDIA CRT" Monitor "Videoproj" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection
Pour des raisons de performance, je n'active pas les deux sorties video en même temps.
J'utilise GDM pour switcher de layout. J'ai donc configuré un deuxième serveur statique (Voir GDM).
Pour Livetux, il suffit d'ajouter à la fin :
[servers] # Also note, that if you redefine a [server-foo] section, then GDM will # use the definition in this file, not the defaults.conf file. It is # currently not possible to disable a [server-foo] section defined # in the defaults.conf file. # 0=Standard -layout cinema 1=Standard
Voir ALSA (Advanced Linux Sound Architecture).
Tester les différents canaux avec XMMS.
voir Lirc (Linux Infrared Remote Control).
Tester la télécommander avec irw.
Voir Le multimédia sous Linux.
Puis tester Xine avec diverses vidéos.
Nous pouvons désormais installer l'OSD.
Suivre la procédure décrite dans la page Oxine.
Suivre les explications sur la page Oxine
Il faut notamment configurer :
Créer le fichier /usr/share/xsessions/oxine.desktop comme indiqué dans GDM.
Installer le paquet numlockx.
Voir Linux en Français