[Openchrome-users] Cle266 - CRT ok, TV out not ok

James A R Brown james
Sun Jul 18 14:54:14 PDT 2010


Hi, 

I have been trying to get minimyth running. It has previously worked on
my CLE266 all ok with XvMC=vld, but I have tried upgrading minimyth and
it now wont work.

It will work ok with a standard VGA monitor, but TV (Composite or
S-Video) and I get a messed up flickering display. 

NewModeSwitchMethod = "new", improves it, but does not cure it. I have
tried a lot of xorg configs over the past hours so any suggestions will
be welcome.

Minimyth docs say :-
Xorg = 7.5
OpenChrome Drivers to SVN 856 (have checked this is latest)

I am trying at the moment to compile a custom build with older Xorg7.4
and not 7.5 to see what happens.

James


Below is my current xorg.conf


root at tv1:/etc/X11 # more xorg.conf
Section "Files"
#    ModulePath  "/usr/lib/nvidia/xorg/modules"
    ModulePath  "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
    Option      "DefaultServerLayout" "Layout1"
#    Option      "BlankTime"           "0"
#    Option      "StandbyTime"         "0"
#    Option      "SuspendTime"         "0"
#    Option      "OffTime"             "0"
#    Option      "NoPM"                "true"
    Option      "Xinerama"            "false"
    Option      "AIGLX"               "false"
EndSection

Section "Monitor"
    Identifier  "Monitor1"
    DisplaySize 320 180
    HorizSync 10.0-70.0
    VertRefresh 58-62
EndSection

                            
Section "Device"
    Identifier  "Device_openchrome"
    Driver      "openchrome"
    Option      "EnableAGPDMA"        "true"
    Option      "ActiveDevice"        "TV,CRT"
    Option      "TVType"              "PAL"
    Option      "TVOutput"            "Composite"
    Option      "TVDeflicker"         "2"
    Option        "ModeSwitchMethod"    "new" 
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "Device_openchrome"
    Monitor     "Monitor1"  
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Virtual     1280 720
        ViewPort    0 0
        Modes       "1280x720"   
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Layout1"
    Screen      "Screen1"
EndSection

Section "DRI"
    Mode 0666
EndSection






More information about the Openchrome-users mailing list