voici ce que je répond en général pour ce genre de problème.
[quote=“sinozis”]pour reconfigurer xorg
Code:
dpkg-reconfigure xserver-xorg
ne sert a rien
voila ce qu’il faut faire
[code]# killall xdm (ou kdm ou gdm )
Xorg -configure
X -config /root/xorg.conf.new[/code]
Si ton serveur X démarre c’est ok
fait une sauvegarde de ton ancien xorg.conf
[code]# mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
cp /root/xorg.conf.new /etc/X11/xorg.conf[/code]
il y a de forte chance pour que le clavier soit en qwerty apres ça. Si avant la manip. c’était ok copie la section “InputDevice” de xorg.conf.old vers ton xorg.conf
sinon voici la section “InputDevice” d’un pc standard
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection[/quote]