From 543d4953a13d9348a1b18820c6ed7427e578b38b Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 6 Nov 2009 10:19:16 +0100 Subject: Updated xorg, added pythonheader for vim --- xorg/xorg.conf | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'xorg/xorg.conf') diff --git a/xorg/xorg.conf b/xorg/xorg.conf index 1f8d1a2..355f50c 100644 --- a/xorg/xorg.conf +++ b/xorg/xorg.conf @@ -1,20 +1,18 @@ Section "InputDevice" - Identifier "Keyboard" + 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 "Grafik" + Identifier "aaaahhh" Driver "intel" - Option "AccelMethod" "uxa" - Option "EXAOptimizeMigration" "true" - Option "MigrationHeuristic" "greedy" - Option "Tiling" "false" EndSection Section "Monitor" @@ -23,15 +21,15 @@ Section "Monitor" EndSection Section "Screen" - Identifier "Screen" - Device "Grafik" + Identifier "gnarf" + Device "aaaahhh" Monitor "Display" EndSection Section "ServerLayout" - Identifier "Layout" - InputDevice "Keyboard" - Screen "Screen" + Identifier "mumu" + InputDevice "argh" + Screen "gnarf" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" @@ -40,7 +38,7 @@ Section "ServerLayout" EndSection Section "ServerFlags" - Option "DontZap" "false" + Option "DontZap" "on" Option "AutoAddDevices" "False" Option "AllowEmptyInput" "False" EndSection -- cgit v1.2.3