xeno/xorg/xorg.conf

45 lines
1.2 KiB
Xorg
Raw Normal View History

2009-08-10 10:29:16 +02:00
Section "InputDevice"
Identifier "argh"
2009-08-10 10:29:16 +02:00
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "neo"
# Make ctrl-alt-backspace working
Option "XkbOptions" "terminate:ctrl_alt_bksp"
2009-08-10 10:29:16 +02:00
EndSection
Section "Device"
Identifier "aaaahhh"
2009-08-10 10:29:16 +02:00
Driver "intel"
EndSection
Section "Monitor"
Identifier "Display"
2009-08-26 09:59:21 +02:00
Option "DPMS" "false"
2009-08-10 10:29:16 +02:00
EndSection
Section "Screen"
Identifier "gnarf"
Device "aaaahhh"
2009-08-10 10:29:16 +02:00
Monitor "Display"
EndSection
Section "ServerLayout"
Identifier "mumu"
InputDevice "argh"
Screen "gnarf"
2009-08-26 09:59:21 +02:00
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "NoPM" "1"
2009-08-10 10:29:16 +02:00
EndSection
Section "ServerFlags"
2009-12-18 15:04:04 +01:00
Option "DontZap" "False"
2009-08-10 10:29:16 +02:00
Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "False"
EndSection