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