Section "ServerLayout" Identifier "blacktower.xiando.com Xorg X11 Config" Screen "XIANDO" EndSection Section "Files" # http://en.gentoo-wiki.com/wiki/X.Org/Fonts FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" # Non-free custom fonts FontPath "/usr/share/fonts/xiando" # FontPath "/usr/share/fonts/non-free/Adobe_Font_Pack" FontPath "/usr/share/fonts/non-free/misc" FontPath "/usr/share/fonts/non-free/otf" FontPath "/usr/share/fonts/non-free/type1" FontPath "/usr/share/fonts/non-free/win32" FontPath "/usr/share/fonts/non-free/xanubhav" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/artwiz" EndSection Section "Module" # Load "bitmap" Load "glx" Load "int10" Load "ddc" Load "extmod" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "Device" Identifier "Radeon3k" Driver "radeon" VendorName "ati" BusID "PCI:1:5:0" # http://www.x.org/wiki/radeonhd%3Ar6xx_r7xx_branch Option "AccelMethod" "EXA" # default shadowfb Option "DRI" "on" Option "Monitor-HDMI-0" "BENQ" Option "Monitor-VGA-0" "Iiyama" # in the "Device" section. This reorders the RandR outputs, which # is reflected in the Xinerama screen order. You can specify any # number of outputs, separated by spaces or comas. Note that this # is a radeonhd specific option, it won't work with other drivers. Option "RROutputOrder" "HDMI-0 VGA-0" EndSection Section "Monitor" Identifier "BENQ" Option "DPMS" "ON" # Option "Right Of" "Iiyama" Option "PreferredMode" "1920x1080" Option "Primary" "1" EndSection Section "Monitor" Identifier "Iiyama" VendorName "Iiyama" ModelName "Iiyama S900MT1" # DisplaySize 365 274 DisplaySize 360 270 HorizSync 30.0 - 95.0 VertRefresh 50.0 - 160.0 Option "DPMS" Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync Modeline "1280x960" 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync # ModeLine "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync Option "Left Of" "BENQ" # This optional entry specifies whether the monitor should be # turned on at startup. By default, the server will attempt to # enable all connected monitors. #Option "Enable" "true" #This optional entry specifies the initial rotation of the given monitor. # Valid values for rotation are "normal", "left", "right", and "inverted". # Option "Rotate" "left" EndSection Section "Screen" Identifier "XIANDO" Device "Radeon3k" Monitor "BENQ" SubSection "Display" Depth 24 Modes "1920x1080" "1280x1024" # 1920x1080 + 1280x1024 Virtual 3200 1080 EndSubSection EndSection #Section "Screen" # Identifier "SVGA" # Device "SVGA" # Monitor "Iiyama" # DefaultDepth 24 # Option "AddARGBGLXVisuals" "true" #EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" Option "DAMAGE" "Enable" Option "XVideo" "Enable" EndSection