Well, xrandr seems to be the way to go. (I really can't believe TV out was not enabled with a nice gui long ago... No newbie should have to walk this road. The problem lies probably with ATI
)
Well you can't find xrandr in yast, it seems to be already implemented in SuSE 10.3 by default, but you have to activate it by changing the xorg.conf file. Note that you can break your X-window gui so please make a copy before...
Search for the following part:
Code:
Section "Device"
BoardName "RV280 5961"
Driver "radeon"
Identifier "Device[0]"
Screen 0
VendorName "ATI"
EndSection
and change it into this:
Code:
Section "Device"
BoardName "RV280 5961"
Driver "radeonrandr12"
Identifier "Device[0]"
Screen 0
VendorName "ATI"
EndSection
Restart X and check if it is running. If the screen turns black, reboot in safe-mode and undo the changes. I did get the X-window gui back in a low 800x600 resolution.
Manual check version of xrandr:
Code:
$ xrandr -v
Server reports RandR version 1.2
Now let's see what is connected to the computer:
Code:
$ xrandr -q
Screen 0: minimum 320 x 200, current 800 x 600, maximum 2048 x 768
VGA-0 connected (normal left inverted right)
1024x768 74.9 75.0 75.1 70.0 70.1 65.0 60.0 60.0
832x624 74.6
800x600 72.2 75.0 74.9 75.0 70.0 65.0 60.3 60.0 56.2
768x576 75.0 70.0 65.0 60.0
640x480 75.0 72.8 74.8 66.7 60.0
720x400 70.1
DVI-0 connected 800x600+0+0 (normal left inverted right) 304mm x 234mm
1024x768 74.9 75.1 70.1 60.0
832x624 74.6
800x600 72.2* 75.0 74.9 60.3 56.2
640x480 75.0 72.8 74.8 66.7 60.0
720x400 70.1
S-video connected 800x600+0+0 (normal left inverted right) 0mm x 0mm
800x600 59.9*+ 60.3
Yes! I see the S-video for television connection. To enable it I had to use:
Code:
on
$ xrandr--output S-video --set tv_standard pal
$ xrandr --output S-video --auto
off
$ xrandr --output S-video --off
Sadly this works for a lot of people except me
. I definitely see my desktop appear on the television. But the sync or something else is horribly wrong. (scrambled picture)
Please any advice!
(Do not hesitate to post how you managed to watch video content on your television, even if it is not a ATI-controler you are using!)