[mythtv-users] Separate resolutions for gui and video
Tim Phipps
mythtv-users at phipps-hutton.freeserve.co.uk
Thu Oct 18 07:26:44 UTC 2007
wouter lists wrote:
> Is there someone using a 1024x576 and 720x576 setup? Could you provide
> me your xorg.conf?
Not exactly what you want, I run the gui in 800x600 so it doesn't have
to rescale the themes, TVplay is 720x576, the TV is a 4:3 CRT. Xorg snippet:
Section "Monitor"
Identifier "PAL TV"
HorizSync 10-68
VertRefresh 50
DisplaySize 203.2 152.4 # Gives 100dpi with 800x600.
EndSection
Section "Device"
Identifier "VIA S-Video"
Driver "via"
Option "EnableAGPDMA" "True"
Option "ActiveDevice" "TV"
Option "TVType" "PAL"
Option "TVOutput" "S-Video"
EndSection
Section "Screen"
Identifier "VIA S-Video"
Device "VIA S-Video"
Monitor "PAL TV"
DefaultDepth 24
SubSection "Display"
Modes "800x600" "720x576Noscale"
EndSubSection
EndSection
Cheers,
Tim.
More information about the mythtv-users
mailing list