Bonjour,
à chaque démarrage de mon PC, je ne peux pas taper mon login : le clavier ne réagit pas.
Je passe en tty3 (Ctrl + Alt + F3) mais mon clavier m'affiche des truc bisards genre : ^R^R^L,etc...
Je refait un mode graphique (Ctrl + Alt + F7) et là je peux taper pseudo et mon passe...
Mais toujours des trucs bisards chez tty3...
Avez vous déjà rencontré ça ?
Mon xorg.conf au cas où :
llaumgui@enterprise ~> cat /etc/X11/xorg.conf
#
# xorg.conf by LLaumgui for xorg 7.1
#
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "LIRC-Mouse"
InputDevice "MX500" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
FontPath "unix/:7100"
FontPath "built-ins"
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
Load "glx"
Load "dbe"
Load "extmod"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "MX500"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 7 6"
EndSection
Section "InputDevice"
Identifier "LIRC-Mouse"
Driver "mouse"
Option "Device" "/dev/lircm"
Option "Protocol" "IntelliMouse"
Option "SendCoreEvents"
Option "Buttons" "2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
Identifier "SyncMaster0"
VendorName "Monitor Vendor"
ModelName "Samsung SyncMaster 910N/912N"
DisplaySize 380 300
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Device"
# Option "RenderAccel" "true"
# Option "noLogo"
Identifier "nvidia0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
Option "TripleBuffer" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "SyncMaster0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 2
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection