[mythtv-users] Xorg: TV Screen Resolution?

Shawn Haworth shawnuth at gmail.com
Sun May 6 15:11:32 UTC 2007


Denis,

You'll want to setup your device and screen sections similar to this:

Section "Device"
        Identifier      "RADEON-TVOut"
        Driver  "radeon"
        Option  "AGPMode" "4"
        Option  "AGPFastWrite" "yes"
        Option  "TVOutput" "NTSC"
        Option  "IgnoreEDID" "true"
        Option "MonitorLayout" "NONE, CRT"   #here it is!
 EndSection

 Section "Monitor"
        Identifier      "TV Monitor"
        HorizSync    30.0 - 40.0
        VertRefresh  60
        Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
 EndSection

 Section "Screen"
        Identifier      "TV Screen"
        Device          "RADEON-TVOut"
        Monitor         "TV Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "800x600"
        EndSubSection
 EndSection


You'll need to add another monitor (your tv) with the correct vert refresh
and horiz sync.  You can find this either on the back of the television or
in the user manual.

Good luck.

-Shawn

On 5/6/07, Denis Papathanasiou <denis.papathanasiou at gmail.com> wrote:
>
> I'm using the TV-out jack of my ATI Rage card to connect my myth tv
> machine to my TV screen.
>
> It works for the intial boot sequence: I can see the bios information
> and the initial linux messages messages (uncompressing kernel, etc.)
> perfectly.
>
> But when it gets to the X server login screen (I'm using Fedora 6),
> the screen image becomes mangled and illegible.
>
> The default Fedora resolution is 1280x1024 at depth 24 ("millions of
> colors", according to system-config-display) which is obviously
> incompatible with the TV (it's an NTSC tube, or CRT display).
>
> I've tried chaging xorg.conf with different resolutions and depth
> values, but none of them work: I've tried 800x600, 640x480, even
> 720×480, which is supposed to be NTSC's default resolution.
>
> Basically, I'd like to set xorg.conf to the same resolution settings
> the machine uses when first booting.
>
> So how can I can get X to display in the same way?
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070506/8e5f6f59/attachment.htm 


More information about the mythtv-users mailing list