# Having multiple "Screen" sections is known to be problematic. Make # sure you don't have in use another one laying around e.g. in another # xorg.conf.d file or even a generic xorg.conf file. More details can # be found in https://bugs.freedesktop.org/show_bug.cgi?id=32430. # #Section "Screen" # Identifier "Default Screen" # # Device "Default Device" # # ## Doesn't help for radeon/radeonhd drivers; use magic in # ## 50-device.conf instead # Monitor "Default Monitor" # #EndSection # The magic mentioned above isn't needed any more; the old style # device-screen-number technique can be used instead. # Please mind that the driver wasn't fixed very properly so # * you have to "use" at least 1 screen if you want to output HDMI; # * you have to "use" at least 2 screens if you want to output VGA [+HDMI] # * ... at least 3 screens if you want to output DVI [+HDMI] [+VGA] # Zum Thema Multihead siehe auch: https://wiki.archlinux.org/index.php/Multihead Section "Screen" Identifier "Dummy-Screen" # Device "Device: A4-APU" Device "Device: A4-APU scr0" Monitor "Dummy 1" EndSection Section "Screen" Identifier "VGA-Screen" # Device "Device: A4-APU" # Device "Device: A4-APU +1" Device "Device: A4-APU scr1" Monitor "Matsch-VGA" EndSection Section "Screen" Identifier "DVI-Screen" # Device "Device: A4-APU" # Device "Device: A4-APU +0" Device "Device: A4-APU scr2" # ## Doesn't help for radeon/radeonhd drivers; use magic in # ## 50-device.conf instead Monitor "Klar-DVI" # DefaultDepth 24 # SubSection "Display" # Depth 24 # Modes "1280x1024_60" "1024x768_50" # EndSubSection EndSection Section "Screen" Identifier "DVI-Screen (2)" # Device "Device: A4-APU" # Device "Device: A4-APU +1" Device "Device: A4-APU scr3" Monitor "Dummy 2" EndSection