Thanks for the help i will check my xorg.conf tonight i let know what happen<br><br><div class="gmail_quote">On Mon, Apr 12, 2010 at 2:14 PM, Alex Deucher <span dir="ltr"><<a href="mailto:alexdeucher@gmail.com">alexdeucher@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On Sun, Apr 11, 2010 at 5:16 PM, E0x <<a href="mailto:samudhio@gmail.com">samudhio@gmail.com</a>> wrote:<br>

> Hello i am trying do a zaphod mode setup because i read was fixed in the<br>
> radeon driver but not work<br>
> i read about a new option in radeon driver called ZaphodHeads , but i am not<br>
> sure how use it , i try what example say but not luck ( ZaphodHeads<br>
> "DVI-0,DVI-1")<br>
> i attach the last xorg.conf with the last config i try and the xorg.0.log<br>
><br>
> xf86-video-ati - 6.12.192<br>
> xorg-server 1.7.6-3<br>
> kernel 2.6.33<br>
<br>
</div></div>Your config has some problems.  You need to add:<br>
Screen 0<br>
and:<br>
Screen 1<br>
to your device sections to associate the device with a screen.  Also,<br>
the ZaphodHeads option associates outputs with that particular<br>
instance of the driver, so Option     "ZaphodHeads"<br>
"DVI-0,DVI-1" will associate DVI-0 and DVI-1 with one instance of the<br>
driver.  if you want each instance to get one DVI connector, then you<br>
need to do:<br>
Option     "ZaphodHeads"       "DVI-0"<br>
for one device section and:<br>
Option     "ZaphodHeads"       "DVI-1"<br>
for the other section.<br>
<font color="#888888"><br>
Alex<br>
</font></blockquote></div><br>