<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font size="+1"><tt>Hi everyone,<br>
<br>
What is wrong with the following xorg.conf file that it won't
use the second monitor? The second monitor in fact goes into
power saving mode the instant X starts. The graphic card is HIS
Radeon HD 6450, running on latest 64 bit Archlinux.<br>
<br>
Section "Device"<br>
Identifier "Device0"<br>
Driver "radeon"<br>
Option "ZaphodHeads" "DVI-I"<br>
Screen 0<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Device1"<br>
Driver "radeon"<br>
Option "ZaphodHeads" "VGA"<br>
Screen 1<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "Monitor0"<br>
Option "Enable" "true" <br>
Option "DPMS"<br>
Option "Primary" "false"<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "Monitor1"<br>
Option "Enable" "true"<br>
Option "DPMS"<br>
Option "Primary" "false"<br>
Option "Right" "Monitor0"<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen0"<br>
Monitor "Monitor0"<br>
Device "Device0"<br>
DefaultDepth 24<br>
Option "TwinView" "0"<br>
SubSection "Display"<br>
Depth 24<br>
Modes "1680x1050" "1680x1050" #the resolutions of your
monitors<br>
Virtual 3360 1050<br>
EndSubSection<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen1"<br>
Monitor "Monitor1"<br>
Device "Device1"<br>
DefaultDepth 24<br>
Option "TwinView" "0"<br>
SubSection "Display"<br>
Depth 24<br>
Modes "1680x1050" "1680x1050" #the resolutions of your
monitors<br>
EndSubSection<br>
EndSection<br>
<br>
Section "InputClass"<br>
Identifier "Keyboard Defaults"<br>
MatchIsKeyboard "yes"<br>
Option "XkbOptions" "terminate:ctrl_alt_bksp"<br>
EndSection<br>
<br>
Section "ServerFlags"<br>
Option "Xinerama" "true"<br>
EndSection<br>
<br>
Section "ServerLayout"<br>
Identifier "My X Server"<br>
Screen 0 "Screen0" 0 0<br>
Screen 1 "Screen1" RightOf "Screen0"<br>
EndSection<br>
<br>
Thanks in advance for any help.<br>
<br>
Drl<br>
</tt></font>
</body>
</html>