44 lines
1.2 KiB
Xorg
44 lines
1.2 KiB
Xorg
Section "InputDevice"
|
|
Identifier "argh"
|
|
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"
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "aaaahhh"
|
|
Driver "intel"
|
|
EndSection
|
|
|
|
Section "Monitor"
|
|
Identifier "Display"
|
|
Option "DPMS" "false"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "gnarf"
|
|
Device "aaaahhh"
|
|
Monitor "Display"
|
|
EndSection
|
|
|
|
Section "ServerLayout"
|
|
Identifier "mumu"
|
|
InputDevice "argh"
|
|
Screen "gnarf"
|
|
Option "BlankTime" "0"
|
|
Option "StandbyTime" "0"
|
|
Option "SuspendTime" "0"
|
|
Option "OffTime" "0"
|
|
Option "NoPM" "1"
|
|
EndSection
|
|
|
|
Section "ServerFlags"
|
|
Option "DontZap" "False"
|
|
Option "AutoAddDevices" "False"
|
|
Option "AllowEmptyInput" "False"
|
|
EndSection
|