# X.org Konfiguration für X11R7.6 # =============================== # Layouts # ------- Section "ServerLayout" Identifier "dualscreen" Screen "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection # ============ # Servererweiterungen # ------------------- Section "Extensions" EndSection # ============ # Dateien, die X nutzen soll # -------------------------- Section "Files" EndSection # ============ # Serverkonfiguration # ------------------- Section "ServerFlags" Option "AllowEmptyInput" "false" Option "OffTime" "10" 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" Option "ZAxisMapping" "4 5" 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 # -------- # Links Section "Monitor" Identifier "Monitor0" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" Option "LeftOf" "Monitor0" Option "DPMS" EndSection # ============ # Grafikkarten # ------------ # Extern Section "Device" Identifier "Card0" Driver "radeon" Option "DRI" "true" Option "AccelMethod" "exa" Option "Monitor-DVI-0" "Monitor0" Option "Monitor-DVI-1" "Monitor1" EndSection # ============ # Screens # ------- Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 #Virtual 2560 1024 #Virtual 1680 1050 EndSubSection EndSection