xf86-video-siliconmotion: Changes to 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Fri Oct 24 13:33:18 PDT 2008


 src/smi501_crtc.c   |   15 ++++++++-------
 src/smi501_output.c |   28 +++++++++-------------------
 src/smi_501.c       |   14 ++------------
 3 files changed, 19 insertions(+), 38 deletions(-)

New commits:
commit f2c83671cccc42345bfc9b506365936bbb6b9ef0
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Oct 24 17:55:02 2008 -0200

    Make Dualhead option functional.
    
      Slightly change clock selection code to start using 501 compatible values,
    before checking 502 values, if it is a 502.
      DPMS for the VGA/second output was being set with bits inverted, that is
    dpms-on was programmed as dpms-off and vice versa. This was one of the
    reasons of dual head not working.
      Corrected wrong vsync programming for the crt. Cut&paste/typo caused
    programming vsync with hsync values, and thus, never getting the crt
    to accept the mode being programmed.
      If adding:
      Option "Dualhead" "True"
    to xorg.conf, now you should be able to do things like:
    $ DISPLAY=:0.0 xrandr --output VGA --right-of LVDS
    $ DISPLAY=:0.0 xrandr --output VGA --below LVDS
    and so on.
      *Iff* there is some way to not have any limitations for video playback,
    this option should be made default or automatically configured.



More information about the xorg-commit mailing list