xf86-video-ati: Branch 'randr-1.2'

Dave Airlie airlied at kemper.freedesktop.org
Sat Jun 2 19:46:38 PDT 2007


 src/radeon_modes.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree d7775c1b38b5bdc439a27ec2c3c3a03a5b24cf57 (from 5a9516fe4f17854acd4fbf3a8eadf5139081dbd4)
Author: Dave Airlie <airlied at linux.ie>
Date:   Sun Jun 3 12:46:31 2007 +1000

    randr-1.2: make native mode preferred
    
    If we have a native mode from the BIOS make it preferred mode

diff --git a/src/radeon_modes.c b/src/radeon_modes.c
index a7503a5..6952dd5 100644
--- a/src/radeon_modes.c
+++ b/src/radeon_modes.c
@@ -107,7 +107,7 @@ static DisplayModePtr RADEONFPNativeMode
 
 	new->Clock      = radeon_output->DotClock;
 	new->Flags      = 0;
-	new->type       = M_T_USERDEF;
+	new->type       = M_T_USERDEF | M_T_PREFERRED;
 
 	new->next       = NULL;
 	new->prev       = NULL;


More information about the xorg-commit mailing list