Re: siliconmotion CSync output ?
bruno schwander <[email protected]>
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Message-ID | <[email protected]> |
I think I figured it out, however it seems that although my modeline includes 'composite' DisplayModePtr mode->Flags & V_CSYNC does not evaluate to true. I assume as long as the 'composite' keyword is found on the modeline, the flag should be set, right ? I need to add some debug messages, but this seems a little strange. Is there something else that needs to be configured, like telling that the driver actually supports the composite keyword on the modeline ? On a different note, the latest X release does not seem to work on that chip. I just get a blank screen. So I started hacking on Xorg 6.8.2 to test this stuff. I figure XFree86 4.5 should work, but 4.6 does not. I'll provide patches to all and note on which version it was tested of course, once it works :-) bruno On Tue, 27 Feb 2007, Marc Aurele La France wrote: > On Sun, 25 Feb 2007, bruno schwander wrote: >> On Fri, 23 Feb 2007, Marc Aurele La France wrote: >>> On Thu, 22 Feb 2007, bruno schwander wrote: >>>> A little background: I have a single board PC with a SMI712 (lynxEM+) >>>> graphic chipset. X works like a charm. > >>> The driver currently ignores the V_CSYNC mode flag, so you would need to >>> come up with a source patch to change that. > >> I'd be happy to provide a patch, if I can figure where to put that. Since >> it is only a matter of setting one register it should be simple enough. I >> have (had?) no idea where to start, I'll grep for V_CSYNC and see... > > An appropriate spot for such changes would be after calls to vgaHWInit(), > which, in this case, is in SMI_ModeInit(). > > Marc. > > +----------------------------------+----------------------------------+ > | Marc Aurele La France | work: 1-780-492-9310 | > | Academic Information and | fax: 1-780-492-1729 | > | Communications Technologies | email: [email protected] | > | 352 General Services Building +----------------------------------+ > | University of Alberta | | > | Edmonton, Alberta | Standard disclaimers apply | > | T6G 2H1 | | > | CANADA | | > +----------------------------------+----------------------------------+ > XFree86 developer and VP. ATI driver and X server internals. > _______________________________________________ > Devel mailing list > [email protected] > http://XFree86.Org/mailman/listinfo/devel > >