mardi 19 février 2008

installation lenny sur inspiron 6400 kde

installation de debian etch

Téléchargement des isos

Tout d’abord on télécharge le cd businesscard

iso i386

répertoire les regroupant

Installation

On suit les instructions. L’installation se fait classiquement par les menus au clavier, /!\on ne sélectionne pas l’environnement graphique par défaut. (gnome) !! Ensuite on redémarre l’ordinateur .

1 er redémarrage

ajout des dépôts et mises à jour

en root ( ‘su’ puis mot de passe du root )

  #nano /etc/apt/sources.list

On enlève les lignes écrites et on mets les suivantes ( suivant que l’on veut être en stable testing ou unstable)

  1. Stable
 ##dépôts officiels
deb http://ftp2.fr.debian.org/debian/ stable main non-free contrib
deb-src http://ftp2.fr.debian.org/debian / stable main non-free contrib
##Marillat (codecs)
deb http://www.debian-multimedia.org/ stable main
  1. testing
 ##dépôts officiels
deb http://ftp2.fr.debian.org/debian/ testing main non-free contrib
deb-src http://ftp2.fr.debian.org/debian / testing main non-free contrib
##Marillat (codecs)
deb http://www.debian-multimedia.org/ testing main
  1. unstable
 ##dépôts officiels
deb http://ftp2.fr.debian.org/debian/ unstable main non-free contrib
deb-src http://ftp2.fr.debian.org/debian / unstable main non-free contrib
##Marillat (codecs)
deb http://www.debian-multimedia.org/ unstable main

Ensuite on mets à jour :

 #apt-get update && apt-get dist-upgrade

et on reboot

 #reboot

installation de l'environnement

moteur graphique

en root :

 #apt-get install linux-headers-`uname -r`
#apt-get install xfonts-base
#apt-get install xserver-xorg-input-all
  1. puis si vous avez une nvidia
 #apt-get install xserver-xorg-video-nv
  1. puis si vous avez une radeon
 #apt-get install xserver-xorg-video-ati
  1. puis si vous avez une intel
 #apt-get install xserver-xorg-video-intel
  1. Sinon il faut adapter avec votre carte
 #apt-get install xserver-xorg-video-***
  1. Au pire on install tout les modules
  #apt-get install xserver-xorg-video-all

En suite on édite le fichier xorg.conf

 #nano /etc/X11/xorg.conf

et on replace dans ‘Device’ à la ligne ‘driver’ vesa par ‘ati’ ou ‘nv’ ou’intel’ enfin le nom du module installé , sinon laissez ‘vesa’.

environnement graphique DE BASE

KDE
 #apt-get install kde-core kdm

le son

en root

#apt-get install alsa-base linux-sound-base

Maintenant il faut installer le controleur sonore qui dépend de l’environnement graphique choisi

KDE

#apt-get install kmix



Maintenant il ne reste plus qu’a redémarrer l’ordinateur : en root

 #reboot

Ensuite pour pauffiner votre environnement il faut allez aus rubriques respectives.



Pour reconnaitre le clavier :

#apt-get install kmilo

#aptitude install xbindkeys xbindkeys-config


Inserer ça dans le fichier $HOME/.xbindkeysrc)
Et mettre en exécution le programme "xbindkeys"

Code:
###########################
# xbindkeys configuration #
###########################
#
# Version: 0.1.3
#
# If you edit this, do not forget to uncomment any lines that you change.
# The pound(#) symbol may be used anywhere for comments.
#
# A list of keys is in /usr/include/X11/keysym.h and in
# /usr/include/X11/keysymdef.h
# The XK_ is not needed.
#
# List of modifier (on my keyboard):
# Control, Shift, Mod1 (Alt), Mod2 (NumLock),
# Mod3 (CapsLock), Mod4, Mod5 (Scroll).
#
# Another way to specifie a key is to use 'xev' and set the
# keycode with c:nnn or the modifier with m:nnn where nnn is
# the keycode or the state returned by xev
#
# This file is created by xbindkey_config
# The structure is :
# # Remark
# "command"
# m:xxx + c:xxx
# Shift+...




#keystate_numlock = enable
#keystate_scrolllock = enable
#keystate_capslock = enable



#MediaDirect
"amarok"
m:0x0 + c:237
NoSymbol

#Play/Pause
"dcop amarok player playPause"
m:0x0 + c:162
XF86AudioPlay

#Prev
"dcop amarok player prev"
m:0x0 + c:144
XF86AudioPrev

#Next
"dcop amarok player next"
m:0x0 + c:153
XF86AudioNext

#Stop
"dcop amarok player stop"
m:0x0 + c:164
XF86AudioStop

#
# End of xbindkeys configuration

Aucun commentaire: