Thanks for your reply! <br><br>The link you sent me is only valid for the ATI proprietary drivers, but the Radeon 9250 is not supported by the current proprietary drivers, so I&#39;m using the open source ones. Anyone in this list has a working configuration for TV Out with a radeon board using the open source drivers? I want to be able to use only a TV connected to the TV Out, without any monitor connected to the VGA output.<br>
<br>Best regards<br><br>Fernando<br><br><div class="gmail_quote">On Sun, Jul 6, 2008 at 12:40 AM, Mark Greenwood &lt;<a href="mailto:fatgerman@ntlworld.com">fatgerman@ntlworld.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Saturday 05 July 2008 22:01:06 Fernando Gomes wrote:<br>
<br>
The way you&#39;re doing it adds a &#39;clone&#39; screen which copies the main screen. If there&#39;s no main screen (i.e. no VGA monitor) then there&#39;s nothing to clone, hence no output on the TV. What you need to do is to configure your xorg.conf to use the tv connector - this will involve adding entries to the &quot;Device&quot; section, and possibly some &quot;modes&quot; sections too. I don&#39;t know how to do this for ATI as I&#39;m an NVIDIA man, but you could try this:<br>

<br>
<a href="http://www.kvaes.be/mythtv/the-unofficial-guide-to-getting-your-tv-out-working-on-an-ati-x1250/" target="_blank">http://www.kvaes.be/mythtv/the-unofficial-guide-to-getting-your-tv-out-working-on-an-ati-x1250/</a><br>

<br>
Or Google &quot;ati tv out xorg.conf&quot; or something like that.<br>
<br>
Mark<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; Hi, I have a Ubuntu 8.04 with MythTV installed with a ATI 9250 graphics<br>
&gt; card. After reading some posts I managed to activate the TV-Out using the<br>
&gt; following commands:<br>
&gt;<br>
&gt; xrandr --addmode S-video 800x600<br>
&gt; xrandr --output S-video --mode 800x600<br>
&gt; xrandr --output S-video --set tv_standard pal<br>
&gt; xrandr --output S-video --off<br>
&gt; xrandr --output S-video --mode 800x600<br>
&gt; xvattr -a XV_CRTC -v 1<br>
&gt;<br>
&gt; This is working perfectly with my 42&quot; plasma TV, the only problem I have now<br>
&gt; is that it doesn&#39;t work if I start the PC without the VGA monitor connected<br>
&gt; (only works well with the TV Out if the VGA monitor is also connected to the<br>
&gt; VGA connector). Can anyone suggest me some tip to solve this limitation? I<br>
&gt; want to use this PC with no VGA monitor, only a TV connected to it.<br>
&gt;<br>
&gt; Thanks!<br>
&gt;<br>
&gt; Fernando<br>
&gt;<br>
&gt; PS: This is the xorg.conf file:<br>
&gt;<br>
&gt; # xorg.conf (X.Org X Window System server configuration file)<br>
&gt; #<br>
&gt; # This file was generated by dexconf, the Debian X Configuration tool, using<br>
&gt; # values from the debconf database.<br>
&gt; #<br>
&gt; # Edit this file with caution, and see the xorg.conf manual page.<br>
&gt; # (Type &quot;man xorg.conf&quot; at the shell prompt.)<br>
&gt; #<br>
&gt; # This file is automatically updated on xserver-xorg package upgrades *only*<br>
&gt; # if it has not been modified since the last upgrade of the xserver-xorg<br>
&gt; # package.<br>
&gt; #<br>
&gt; # If you have edited this file but would like it to be automatically updated<br>
&gt; # again, run the following command:<br>
&gt; # sudo dpkg-reconfigure -phigh xserver-xorg<br>
&gt;<br>
&gt; Section &quot;InputDevice&quot;<br>
&gt; Identifier &quot;Generic Keyboard&quot;<br>
&gt; Driver &quot;kbd&quot;<br>
&gt; Option &quot;XkbRules&quot; &quot;xorg&quot;<br>
&gt; Option &quot;XkbModel&quot; &quot;pc105&quot;<br>
&gt; Option &quot;XkbLayout&quot; &quot;pt&quot;<br>
&gt; Option &quot;XkbOptions&quot; &quot;lv3:ralt_switch&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt; Section &quot;InputDevice&quot;<br>
&gt; Identifier &quot;Configured Mouse&quot;<br>
&gt; Driver &quot;mouse&quot;<br>
&gt; Option &quot;CorePointer&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt; Section &quot;Device&quot;<br>
&gt; Identifier &quot;Configured Video Device&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt; Section &quot;Monitor&quot;<br>
&gt; Identifier &quot;Configured Monitor&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt; Section &quot;Screen&quot;<br>
&gt; Identifier &quot;Default Screen&quot;<br>
&gt; Monitor &quot;Configured Monitor&quot;<br>
&gt; Device &quot;Configured Video Device&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt; Section &quot;ServerLayout&quot;<br>
&gt; Identifier &quot;Default Layout&quot;<br>
&gt; Screen &quot;Default Screen&quot;<br>
&gt; EndSection<br>
&gt;<br>
<br>
<br>
</div></div>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>