On 9/13/08, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> On 9/11/08, Alon Bar-Lev <alon.barlev at gmail.com> wrote:
>  >  The problem is that about 25 pixels are missing from the right part of
>  the display. As a result the picture is truncated.
>  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 */

Hi!

Thank you for the patch!

Now I can see almost all picture using:
        xrandr --output S-video --set tv_horizontal_position 4
        xrandr --output S-video --set tv_horizontal_size -1

BTW: How can I specify these at xorg.conf? I could not find a way in the source.

Also, the left side (about 10 pixels) is now unclean, it has some
minor interferences when light is high.

I am very happy with this configuration now.

Alon.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to