[Openchrome-users] Mode settings for PAL 16:9

Evan Roth eroth
Wed Jun 21 07:48:28 PDT 2006


Hi Folks,

thanks to your drivers, i've finally got xine to use the via hardware 
decoding on my epia sp board (taking cpu from 55% to 7% usage).

The one big issue i have left, is that i can't seem to get X to go to a 
nice mode for my tv.  i've been following the guide by Terry Barnaby at 
http://www.kingcot.eclipse.co.uk/unichrome/unichromeTvOut.html...but i'm 
just not having any luck.

My hardware:
VIA Epia SP13000 (with the CN400)
TV is a Sony Vega 16:9 PAL

The best I can do is use "720x576", which does not use the full screen 
and is somewhat centered (meaning there is a bit more border on the top 
and left).  When i use Terry's tvout test from 
http://www.kingcot.eclipse.co.uk/unichrome/tvoutTest.html, I get clumped 
lines, indicating (according to his details there) some sort of scaling 
or filtering.
If I read his paper correctly, it seems like 720x576Noscale is the way 
to go, but that is all garbled on my tv.  I'm able to make out the to 
blueish window bars in the basic X windows manager, as well as the red 
from the prompt...but it's still very unusable.  And 720x576Over is 
stretched too far off screen.

Any help or a tip in the right direction would be more than 
appreciated...and if any other info is needed...logs, tests, 
whatever...i'd be happy to provide!
Regards,
Evan


The following is in my Xorg.0.log, so i assume the driver is working 
properly:
(II) VIA: driver for VIA chipsets: CLE266, KM400/KN400, K8M800,
        PM800/PM880/CN400, VM800
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset PM800/PM880/CN400 found
(!!) VIA Technologies does not support or endorse this driver in any way.
(!!) For support, please refer to http://www.openchrome.org/ or
(!!) your X vendor.
(!!) (development build, at svn revision  166)

 From my xorg.conf:

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Monitor"
        Identifier   "MonitorTv"
        VendorName   ""
        ModelName    "TV-PAL"
        HorizSync    24.0 - 80.0
        VertRefresh  50.0 - 75.0
        Option      "nodpms"
        Option      "noddc"
# Set for 16:9 display
        DisplaySize     400 225

        #Refresh Rate 60Hz
        ModeLine "720x480" 26.7 720 736 808 896 480 481 484 497
        ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
        ModeLine "848x480" 31.5 848 864 952 1056 480 481 484 497
        ModeLine "856x480" 31.7 856 872 960 1064 480 481 484 497
        ModeLine "1024x512" 41.3 1024 1056 1160 1296 512 513 516 531
EndSection

Section "Device"
        Identifier  "VideocardViaTv"
        Driver      "via"
        VendorName  "Via"
        BoardName   "CN400"
        Option  "PciRetry" "true"
        Option      "ActiveDevice" "TV"
        Option      "TVType" "PAL"
        Option      "TVOutput" "S-Video"
        Option       "EnableAGPDMA" "true"
EndSection

 Section "Screen"
        Identifier "Screen0"
        Device     "VideocardViaTv"
       Monitor    "MonitorTv"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
#               Modes    "1280x1024" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480"
#               Modes    "800x600"
                Modes    "720x576"
#               Modes    "720x576Noscale"
#               Modes    "720x576Over"
        EndSubSection
        SubSection "Display"
                Depth     16
#               Modes    "1280x1024" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480"
#               Modes    "720x576"
                Modes    "720x576Noscale"
        EndSubSection
EndSection
Section "DRI"
        Group        0
        Mode         0666
EndSection




More information about the Openchrome-users mailing list