diff options
author | Alex Deucher <alex@botch2.(none)> | 2008-01-20 18:40:53 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2008-01-20 18:40:53 -0500 |
commit | 719a9a376e34d99032af75e3f7b002670ccb816b (patch) | |
tree | 06845ef9fd22ad875bcb16d39053d063945df01b /src/radeon_tv.c | |
parent | b2db8657fb888cff6d64c6dcb182caac389776ce (diff) |
RADEON: adjust PAL mode hstart
Most people seem to get a more aligned picture with this setting
Diffstat (limited to 'src/radeon_tv.c')
-rw-r--r-- | src/radeon_tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_tv.c b/src/radeon_tv.c index d5d1e9e7..c20aedd0 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 */ |