[mythtv-users] TV-Out configuration problem - doesn't work without VGA monitor connected

Fernando Gomes fernando.gomes at ideavity.com
Sat Jul 5 21:01:06 UTC 2008


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:

xrandr --addmode S-video 800x600
xrandr --output S-video --mode 800x600
xrandr --output S-video --set tv_standard pal
xrandr --output S-video --off
xrandr --output S-video --mode 800x600
xvattr -a XV_CRTC -v 1

This is working perfectly with my 42" plasma TV, the only problem I have now
is that it doesn'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.

Thanks!

Fernando

PS: This is the xorg.conf file:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pt"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20080705/a95f7cff/attachment.htm 


More information about the mythtv-users mailing list