aujourdhui je voulais en finir avec la creation d'un vrais bon vieux xorg.conf , ça fait un bon moment que sur un de mes clavier , le typeMarix je ne peux pas utiliser les balises pour le code , j'appuie la touche mais rien ne sort , apparement le clavier n'est pas reconnu pourtant bien configurer dans le panel materiel et le grep 'WW' /var/log/Xorg.0.log me dit en autres :
Code : Tout sélectionner
grep 'WW' /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 80.219] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 80.833] (WW) Warning, couldn't open module nv
[ 80.875] (WW) Falling back to old probe method for modesetting
[ 80.875] (WW) Falling back to old probe method for fbdev
[ 80.887] (WW) Falling back to old probe method for vesa
[ 83.447] (WW) evdev: TypeMatrix.com USB Keyboard: ignoring absolute axes.
mon xorg.conf actuel
Code : Tout sélectionner
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 340.46 (buildd@brahms) Tue Oct 7 08:00:32 UTC 2014
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Code : Tout sélectionner
Section "Monitor"
identifier "HP vs17"
vendorname "Generic"
modelname "Flat Panel 1280x1024"
VertRefresh 50.0 - 76.0 #HorizSync 31.5-90
HorizSync 30.0 - 83.0 #VertRefresh 60
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1792x1344@60" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
modeline "1856x1392@60" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
modeline "1920x1440@60" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
gamma 0.7
EndSection