[Openchrome-users] [PATCH] VT1625 720x576 PAL

Daniel Ramsay daniel.ramsay
Mon Oct 29 09:40:12 PDT 2007



Hi - Sorry for the delay replying.  I'm afraid I'm not sure about interlacing, or the XvMC status.

The EX15000 board belongs to one of my colleagues. As soon as I can get access to it again, I'll try and verify that the version of the driver I have still works on it the same way, and I'll also try out the latest trunk.

Here are the parts of my xorg.conf, this came from the same code running on my EN12000 board:

-- 8< --

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "via"
        Option "ActiveDevice" "CRT,TV" 
        Option "TVType" "PAL" 
        Option "TVOutput" "S-Video"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
	SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

-- >8 --
This xorg is still running with experimental_branch prior to the driver name change.

The modes pretty much get ignored in favour of the modelines hardcoded in the driver.  In Xorg.log, lots of modes are evaulated against the VT1625 mode lists before it settles on 720x576.

Hope that helps,

Daniel.

On Sun, 21 Oct 2007 13:04:42 +0200
Jeroen Roo <openchrome at roosnl.com> wrote:

> Xavier Bachelot wrote:
> > Daniel Ramsay wrote:
> >> Here is a patch for a vt1625 720x576 PAL mode, against v.386 in experimental_branch.  
> [...]
> >> This mode has also been tested on an EX15000 board.
> 
> I have upgraded to latest trunk version, but still have lots of trouble
> getting this to work on my EX15000. 
> [...]
> 
> Could you share [relevant parts of] your xorg.conf file?
> 
> Thanks,
> Jeroen
> 





More information about the Openchrome-users mailing list