# # xorg.conf - for Modular X.Org ab 7.0 - mkn. # Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" EndSection Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "dbe" Load "dri" Load "freetype" Load "type1" EndSection Section "DRI" Group "video" Mode 0660 EndSection Section "InputDevice" Identifier "Keyboard-IBM" Driver "kbd" Option "Protocol" "Standard" Option "XkbLayout" "de" Option "XkbModel" "pc102" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Logi-opt-wheel_at_USB" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mouse0" Option "Name" "Autodetection" Option "Vendor" "Logitech" Option "Emulate3Buttons" "off" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Mon-F980" VendorName "ENC" ModelName "F980" Option "DPMS" # HorizSync 30-137 # VertRefresh 50-160 # Recommended Resolution 1600 dots x 1200 lines @ 109Hz # Maximum Resolution 2048 dots x 1536 lines @ 85Hz EndSection Section "Monitor" Identifier "Mon-T761" VendorName "EIZO" ModelName "FLEXSCAN T761" Option "DPMS" # HorizSync 30-115 # VertRefresh 50-160 # Recommended Resolution 1280 dots x 1024 lines @ 107 Hz # Maximum Resolution 1600 dots x 1200 lines @ 92 Hz EndSection Section "Device" Identifier "G550_0" Driver "mga" VendorName "Matrox Graphics, Inc." BoardName "MGA G550 AGP - Primary" BusID "PCI:1:0:0" VideoRam 32768 Screen 0 Option "AGPMode" "1" Option "OldDmaInit" "On" Option "MGASDRAM" "True" EndSection Section "Device" Identifier "G550_1" Driver "mga" VendorName "Matrox Graphics, Inc." BoardName "MGA G550 AGP - Secondary" BusID "PCI:1:0:0" VideoRam 32768 Screen 1 Option "AGPMode" "1" Option "OldDmaInit" "On" Option "MGASDRAM" "True" EndSection Section "Screen" Identifier "Screen0" Device "G550_0" Monitor "Mon-F980" DefaultDepth 16 SubSection "Display" Modes "1600x1200" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "G550_1" Monitor "Mon-T761" DefaultDepth 16 SubSection "Display" Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "SingleView" InputDevice "Keyboard-IBM" "CoreKeyboard" InputDevice "Logi-opt-wheel_at_USB" "CorePointer" Screen 0 "Screen0" EndSection Section "ServerLayout" Identifier "TwinView" InputDevice "Keyboard-IBM" "CoreKeyboard" InputDevice "Logi-opt-wheel_at_USB" "CorePointer" Screen 0 "Screen0" Screen 1 "Screen1" Above "Screen0" EndSection