[TVOUT] Working! but truncated (25 pixels)
Sebastien.Valette at creatis.insa-lyon.fr
Sebastien.Valette at creatis.insa-lyon.fr
Sat Sep 13 04:41:26 PDT 2008
On 9/11/08, Alon Bar-Lev <alon.barlev at gmail.com> wrote:
>
> Hello,
>
> I wasn't aware that TV out was merged... I noticed the S-video
interface at xrandr and thought I should check it.
>
> I could not make the Gatos work for me... So something must be fixed now.
>
> Thank you!
>
> The problem is that about 25 pixels are missing from the right part of
the display. As a result the picture is truncated.
>
> I tried every TVStandard option available and no change.
> I also tried a few Modeline from past and no change.
> I tried dynamic and static configurations and no change.
>
> Does anyone has a clue?
Hi,
I fixed a similar issue with the following patch :
diff --git a/src/radeon_tv.c b/src/radeon_tv.c
index 90020b3..28b1e0a 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-driver-ati
mailing list