xf86-video-vesa: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Thu Jun 12 09:12:46 PDT 2008


 src/vesa.c |  110 +++++++++----------------------------------------------------
 1 file changed, 17 insertions(+), 93 deletions(-)

New commits:
commit 1a256385169d61c6f42cb6f6d0eb1688570fd79e
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Jun 12 12:06:04 2008 -0400

    Prefer a more modern depth/bpp selection.
    
    24+32, then 24+24, then 16, 15, 8, 4, 1.
    
    See also Red Hat bugs #427383, #445566.

commit 2760e3e9163768aea85d188ae23b7d9e4e89944b
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Jun 12 11:31:00 2008 -0400

    Remove some useless module loading cruft.

commit 6ac8eca0063576a64827ca74dfe78ac1a1e53188
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Jun 12 11:18:07 2008 -0400

    Fix boolean inversion in VBE screen clear.
    
    From the VESA VBE doc: "If bit D15 is not set, all reported image pages,
    based on Function 00h returned information NumberOfImagePages, will be
    cleared to 00h in graphics mode, and 20 07 in text mode. Memory over and
    above the reported image pages will not be changed. If bit D15 is set,
    then the contents of the frame buffer after the mode change is undefined."
    
    D15 here means the high bit of %bx.



More information about the xorg-commit mailing list