xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Sun Jan 20 15:41:02 PST 2008


 src/radeon_tv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 719a9a376e34d99032af75e3f7b002670ccb816b
Author: Alex Deucher <alex at botch2.(none)>
Date:   Sun Jan 20 18:40:53 2008 -0500

    RADEON: adjust PAL mode hstart
    
    Most people seem to get a more aligned picture with this setting

diff --git a/src/radeon_tv.c b/src/radeon_tv.c
index d5d1e9e..c20aedd 100644
--- a/src/radeon_tv.c
+++ b/src/radeon_tv.c
@@ -161,7 +161,7 @@ static const TVModeConstants availableTVModes[] =
 	TV_STD_PAL,        /* standard */
 	1144,              /* horTotal */
 	706,               /* verTotal */
-	812,               /* horStart */
+	799,               /* horStart */
 	824,               /* horSyncStart */
 	669,               /* verSyncStart */
 	696700,            /* defRestart */


More information about the xorg-commit mailing list