[Openchrome-users] CN700 TV Out PAL

Lasse Bigum Lasse
Sun Jan 21 10:05:49 PST 2007


On 18:03, Sun 21 Jan, Antonio Nevado wrote:
> I have also seen that 720x576Noscale is still not supported by the
> driver and I would like to help someone developing this feature and/or
> testing it. I am not experienced on developing drivers (I am in C/C++)
> so I would need some help to start from. 

I had mine working by largely following the instructions on this page:
http://www.kingcot.eclipse.co.uk/unichrome/unichromeTvOut.html

What I have in my xorg.conf is most importantly this:
Section "Monitor"
        Identifier  "TV"
        HorizSync    24.0 - 80.0
        VertRefresh  50.0 - 75.0
# Set for 4:3 display
#       DisplaySize     300 225
# 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
        ModeLine "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
        ModeLine "1440x1050" 126.2 1440 1536 1688 1936 1050 1051 1054 1087
EndSection

Section "Device"
        Identifier      "VIA"
        Driver          "via"
        BusID           "PCI:1:0:0"
        Option          "DisableIRQ"
        Option          "EnableAGPDMA" "0"
        Option          "VBEModes" "true"   # Comment in for TV-out
#       Option          "AccelMethod" "exa"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "VIA"
        Monitor    "TV"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "720x576"
#               Modes    "720x576Noscale"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "720x576"
#               Modes    "720x576Noscale"
        EndSubSection
EndSection

Section "ServerFlags"
       Option  "AllowMouseOpenFail"
       Option  "AllowKeyboardOpenFail"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

What I don't quite get is that the "720x576Noscale" mode is not working. I have
not defined it, and that probably accounts for it not working, but I see that
many others have it working, so I am at a bit of a loss about this.

/Lasse
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3168 bytes
Desc: not available
Url : http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20070121/c5bb4ea5/smime-0001.bin



More information about the Openchrome-users mailing list