# 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" "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" 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 # -------- # Rechts Section "Monitor" Identifier "Monitor0" Option "DPMS" EndSection # ============ # Grafikkarten # ------------ # Oben Section "Device" Identifier "Card0" Driver "nvidia" # Option "TwinView" "yes" # Option "TwinViewOrientation" "CRT-0 RightOf CRT-1" # Option "MetaModes" "1280x1024,1280x1024;1280x1024,NONE;1152x864,NONE" 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