xeno/xorg.conf
2009-08-10 10:29:16 +02:00

40 lines
1 KiB
Xorg

Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "neo"
EndSection
Section "Device"
Identifier "Grafik"
Driver "intel"
Option "AccelMethod" "uxa"
Option "EXAOptimizeMigration" "true"
Option "MigrationHeuristic" "greedy"
Option "Tiling" "false"
EndSection
Section "Monitor"
Identifier "Display"
EndSection
Section "Screen"
Identifier "Screen"
Device "Grafik"
Monitor "Display"
EndSection
Section "ServerLayout"
Identifier "Layout"
InputDevice "Keyboard"
Screen "Screen"
EndSection
Section "ServerFlags"
Option "DontZap" "false"
Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "False"
EndSection