bonjour,
je viens de me rendre compte que mon clavier est passe en mode qwerty.
mais seulement quand je suis en mode graphique… j ai beau chercher, je ne trouve pas de solution…
j ai essaye de modifier mon xorg.conf, sans succes…
merci d avance
le voila
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
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" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV350 AP [Radeon 9600]"
# Other important bit. The radeon driver is mature enough, as been said in #xorg
Driver "radeon"
VendorName "ATI"
BoardName "ATI Radeon 9600 pro"
# Options recommended on dri.freedesktop.org
Option "AccelMethod" "XAA"
Option "AGPMode" "8"
Option "EnablePageFlip" "1"
Option "ColorTiling" "1"
BusID "PCI:2:0:0"
EndSection
Section "Monitor"
Identifier "CM1555NEL"
Option "DPMS"
#
# Those are the magic values that make it all work.
#
HorizSync 31.4 - 53.6
VertRefresh 56.0 - 86.9
## This allowed for resolutions in the 19AAxBBBB
## See also the Virtual directive in Display subsection below
#VertRefresh 56.0 - 83.0v
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AP [Radeon 9600]"
Monitor "CM1555NEL"
DefaultDepth 24
SubSection "Display"
Modes "1024x768" "800x600" "720x400" "640x480" "640x350"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection