I've done some more testing with xrandr commands and now I know my problem is connected to pal/ntsc tv_standard changing.
With commands (in script):
I get proper PAL signal after 2-3 minutes (tested 3 times with switching PC off/on and cutting the power between tests).Code:xrandr --output S-video --set load_detection 1 xrandr --output S-video --auto xrandr --output S-video --mode 800x600 xrandr --output S-video --set tv_standard pal xrandr --output S-video --crtc 1 xrandr --output S-video --same-as DVI-0 for i in `seq 1000`; do xrandr --output S-video --set tv_standard pal; xrandr --output S-video --set tv_standard ntsc; done
Of course I'm switching off my monitor for this because of these very quick mode changes (even on monitor) with changing TV standards.
Before that I've tried:
to check if I can get the proper S-video output without need of mode changes of my monitor (connected to DVI-0) in time when TV output is switching but that didn't worked (I've been waiting more than an hour - maybe 1:30h, and I've run it three times in that time).Code:xrandr --output S-video --set load_detection 1 xrandr --output S-video --auto xrandr --output S-video --mode 800x600 xrandr --output S-video --set tv_standard pal for i in `seq 1000` do xrandr --output S-video --set load_detection 1 xrandr --output S-video --crtc 1 xrandr --output S-video --same-as DVI-0 sleep 1 xrandr --output S-video --set load_detection 0 sleep 1 done
What do you think about it? Is it a hardware error or driver bug? Does anyone here use S-video output from R300 card to confirm it?


Reply With Quote
. It is the first time i got an image on the S-Video. I have a R350, i think. Well it is the PC of a friend.