#1. How do I do to activate the TV-out on my Radeon 7500?
#2. Do I have to use the GATOS-drivers?
#3. Is it possible to have the TV-output as a separate screen and not a clone, if so, how?

DeepThoughts wrote:First I apologize if there has been several threads about this already but I can't find them if thats the case.
#1. How do I do to activate the TV-out on my Radeon 7500?
#2. Do I have to use the GATOS-drivers?
#3. Is it possible to have the TV-output as a separate screen and not a clone, if so, how?


Code: Select all
atitvout -r auto
atitvout -r auto
Code: Select all
atitvout off
atitvout detect


thats good to know- isnt a special suspend partition required to use suspend?- acpi or apm? I never setup suspend because of that.Fallen_Angel wrote:hi,
you don't have to reboot, what you can do is go into suspend mode and after waking up, you can use tvout, no reboot required, but it's not a final solution, because windows don't need even this.
Thx for you're solution with the vesa ....
Greetz
Konstantin
Code: Select all
#!/bin/bash
/usr/X11R6/bin/X :1 -xf86config xorg.conf.vesa -depth 24 -auth /var/gdm/:1.Xauth vt8 &
xpid=$!
DISPLAY=:1.0
export DISPLAY
sleep 5
atitvout ntsc
atitvout -f t
gmplayer -vo sdl -fs
atitvout -f lc
kill $xpidDoes this mean I just have to emerge ati-gatos and it works in conjunction with xorg-x11?MasterX wrote:Gatos has support for TV out. Which versin of X are you using?
If you have Xfree 4.3 or XOrg 6.8 you do not have a problem. I think, but I am not 100% sure, Gatos does not work for Xorg 6.8.1. Check the website
Good news!Moreover, Gatos is part of Xorg in version 6.8.2
Which video card are you using? If it's a dual output card (1 VGA/DVI + 1 TV), can't the TV resolution be whatever you want?Finally, you can use directfb and this is what I am using. This is not because Gatos doesn't work, but because with Gatos I had to set the resolution to 800x600 for the TV, but for the monitor is 1024x768. This means that a 800x600 resolution did not fit in the monitor. Up to now I was not able to find a solution for this.