### dualhead + quadhead ### # # layout: # 3 4 # 1 5 6 2 # upper row: 2 17" TFT in the middle, G200 # lower row: 2 17" CRT (left/right), G200; 2 21" CRT (middle), G550 # # Notes: only the G550 supports resolutions >1280x1024 without problems. # so the big monitors are connected there. # Section "Files" FontPath "/usr/share/fonts/truetype" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/TrueType" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" # Load "pcm" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "de,sk,ru" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "mga1agp" #xv Driver "mga" VideoRam 32768 BusID "PCI:1:5:0" # Option "AGPmode" "4" Option "HWCursor" "on" Option "ShadowFB" "true" # Option "UseFBDev" "true" Screen 0 EndSection Section "Device" Identifier "mga2agp" #no xv, dvi Driver "mga" VideoRam 32768 BusID "PCI:1:5:0" # Option "AGPmode" "4" Option "HWCursor" "on" Option "ShadowFB" "true" # Option "UseFBDev" "true" Screen 1 EndSection Section "Device" Identifier "mga1pci" #xv Driver "mga" VideoRam 8192 BusID "PCI:3:0:0" # Option "AGPmode" "4" # Option "HWCursor" "true" # Option "ShadowFB" "true" # Option "UseFBDev" "true" EndSection Section "Device" Identifier "mga2pci" #xv Driver "mga" VideoRam 8192 BusID "PCI:3:4:0" # Option "HWCursor" "true" # Option "ShadowFB" "true" # Option "UseFBDev" "true" EndSection Section "Device" Identifier "mga3pci" #xv Driver "mga" VideoRam 8192 BusID "PCI:3:8:0" # Option "HWCursor" "true" # Option "ShadowFB" "true" # Option "UseFBDev" "true" # Screen 1 EndSection Section "Device" Identifier "mga4pci" #xv Driver "mga" VideoRam 8192 BusID "PCI:3:12:0" # Option "HWCursor" "true" # Option "ShadowFB" "true" # Option "UseFBDev" "true" # Screen 1 EndSection Section "Monitor" Identifier "Hansol720P" HorizSync 30-96 VertRefresh 50-150 EndSection Section "Monitor" Identifier "Belinea" HorizSync 30-120 VertRefresh 50-160 EndSection Section "Monitor" Identifier "EizoL565" HorizSync 31.5-80 VertRefresh 55-75 EndSection ### Screen sections Section "Screen" Identifier "1" Device "mga1pci" Monitor "Hansol720P" DefaultColorDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "2" Device "mga2pci" Monitor "Hansol720P" DefaultColorDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "3" Device "mga3pci" Monitor "EizoL565" DefaultColorDepth 24 Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "4" Device "mga4pci" Monitor "EizoL565" DefaultColorDepth 24 Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "5" Device "mga1agp" Monitor "Belinea" DefaultColorDepth 16 Subsection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1024x768" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "6" Device "mga2agp" Monitor "Belinea" DefaultColorDepth 16 Subsection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1024x768" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Layout" Option "Xinerama" "on" # looks weird, but thats required for optimal usage. Screen "1" # 17" CRT, xv Screen "5" RightOf "1" # 21" CRT, xv Screen "6" RightOf "5" # 21" CRT, no xv Screen "2" RightOf "6" # 17" CRT, xv Screen "3" Above "5" # 17" TFT, xv Screen "4" Above "6" # 17" TFT, xv InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection