# X.org Konfiguration für X11R7.6 # =============================== # Layouts # ------- Section "ServerLayout" Identifier "dualscreen" Screen "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection # ============ # Servererweiterungen # ------------------- Section "Extensions" Option "XVideo" "Disable" EndSection # ============ # Dateien, die X nutzen soll # -------------------------- Section "Files" EndSection # ============ # Serverkonfiguration # ------------------- Section "ServerFlags" Option "AllowEmptyInput" "false" Option "OffTime" "20" Option "DontZap" "off" EndSection # ============ # Module und Erweiterungen des Servers # ------------------------------------ Section "Module" EndSection # ============ # Die Maus # -------- Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "SysMouse" Option "Device" "/dev/sysmouse" EndSection # ============ # Die Tastatur # ------------ Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection # ============ # Monitore # -------- Section "Monitor" Identifier "Monitor0" Option "DPMS" EndSection # ============ # Grafikkarten # ------------ Section "Device" Identifier "Card0" Driver "intel" Option "DRI" "true" EndSection # ============ # Screens # ------- Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" Virtual 1680 1050 EndSubSection EndSection