diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2008-01-04 19:48:30 -0500 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2008-01-04 19:48:30 -0500 |
commit | a0de9c0844f9e066e0f02e8cd8045bdd278e6494 (patch) | |
tree | 5003daa8e39327c8d08152a4c5e7a97577446e4f | |
parent | 03d2f25801c8a8ec15030f06008df112d07c1a2d (diff) |
RADEON: improve ntsc image centering
-rw-r--r-- | src/radeon_tv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_tv.c b/src/radeon_tv.c index ab95a303..51f21d0a 100644 --- a/src/radeon_tv.c +++ b/src/radeon_tv.c @@ -619,6 +619,8 @@ static Bool RADEONInitTVRestarts(xf86OutputPtr output, RADEONSavePtr save, if (radeon_output->tvStd == TV_STD_NTSC || radeon_output->tvStd == TV_STD_NTSC_J || radeon_output->tvStd == TV_STD_PAL_M) { + /* improve image centering */ + hOffset -= 50; p1 = hor_timing_NTSC[ H_TABLE_POS1 ]; p2 = hor_timing_NTSC[ H_TABLE_POS2 ]; } else { |