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 "pex5" Load "record" Load "speedo" Load "type1" Load "vbe" Load "xie" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "de" 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 "mga1" #xv Driver "mga" VideoRam 32768 BusID "PCI:1:0:0" Option "HWCursor" "true" Option "ShadowFB" "true" # Option "UseFBDev" "true" Screen 0 EndSection Section "Device" Identifier "mga2" #dvi Driver "mga" VideoRam 32768 BusID "PCI:1:0:0" Option "HWCursor" "true" Option "ShadowFB" "true" Screen 1 EndSection Section "Monitor" Identifier "Hansol 720P" HorizSync 30-96 VertRefresh 47-160 # Option "DPMS" EndSection Section "Monitor" Identifier "Hansol 720P #2" HorizSync 30-96 VertRefresh 47-160 # Option "DPMS" EndSection # Screen sections Section "Screen" Identifier "links" Device "mga1" Monitor "Hansol 720P" DefaultColorDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "rechts" Device "mga2" Monitor "Hansol 720P" DefaultColorDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Layout" Screen "links" Screen "rechts" RightOf "links" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" Option "Xinerama" "True" EndSection Section "DRI" Mode 0666 EndSection