18 lines
456 B
Xorg
18 lines
456 B
Xorg
# Pour clavier azerty
|
|
Section "InputClass"
|
|
Identifier "Keyboard Defaults"
|
|
MatchIsKeyboard "yes"
|
|
Option "XkbLayout" "fr"
|
|
EndSection
|
|
|
|
# Pour la résolution du 22"
|
|
Section "Screen"
|
|
Identifier "Screen0"
|
|
Device "Device0"
|
|
Monitor "Monitor0"
|
|
DefaultDepth 24
|
|
SubSectionSub "Display"
|
|
Depth 24
|
|
Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600"
|
|
EndSubSection
|
|
EndSection |