diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-07 13:26:37 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-07 13:26:37 +0200 |
commit | 31cae2538311f58c8bba5441313d041436f11ce6 (patch) | |
tree | cc1fef0aaed8a6affc57b8abff2f8cf7690bb6c1 /base/aaabasicfs/xorg.conf | |
download | nutyx-extra-31cae2538311f58c8bba5441313d041436f11ce6.tar.gz nutyx-extra-31cae2538311f58c8bba5441313d041436f11ce6.tar.bz2 nutyx-extra-31cae2538311f58c8bba5441313d041436f11ce6.tar.xz nutyx-extra-31cae2538311f58c8bba5441313d041436f11ce6.zip |
Ajout de aaabasicfs#2009-1
Diffstat (limited to 'base/aaabasicfs/xorg.conf')
-rw-r--r-- | base/aaabasicfs/xorg.conf | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/base/aaabasicfs/xorg.conf b/base/aaabasicfs/xorg.conf new file mode 100644 index 000000000..6c945b728 --- /dev/null +++ b/base/aaabasicfs/xorg.conf @@ -0,0 +1,51 @@ +Section "ServerFlags" + Option "AllowEmptyInput" "off" +EndSection +Section "Files" +EndSection + +Section "InputDevice" + Identifier "Generic Keyboard" + Driver "kbd" + Option "CoreKeyboard" + Option "XkbRules" "xorg" + Option "XkbModel" "pc105" + Option "XkbLayout" "fr" + Option "XkbOptions" "grp:alt_shift_toggle" +EndSection + +Section "InputDevice" + Identifier "Configured Mouse" + Driver "mouse" + Option "CorePointer" + Option "Device" "/dev/input/mice" + Option "Protocol" "ImPS/2" + Option "ZAxisMapping" "4 5" + Option "Emulate3Buttons" "true" +EndSection +# La section ci-dessous defini le pilote d'affichage par defaut +# Si vous le souhaitez, compilez le pilote de votre carte graphique: +# Par exemple pour le pilote ati +# prt-get install xorg-xf86-video-ati +# si tout se passe bien, vous pouvez commenter la section ci-dessous +Section "Device" + Identifier "VESA" + Driver "vesa" +EndSection +#Section "Monitor" +# Identifier "Default Monitor" +# HorizSync 30-81 +# VertRefresh 56-76 +#EndSection +Section "Screen" + Identifier "Default Screen" + Device "Normal Screen" + Monitor "Default Monitor" + DefaultDepth 16 +# La sous-section ci-dessous défini la résolution graphique +# A ajuster en fontion de l'écran utilisé + SubSection "Display" + Depth 16 + Modes "1024x768" + EndSubSection +EndSection |