PDA

View Full Version : GeForce 3 Ti 200 + Tv Out


gelmo70
05-09-03, 06:26 PM
I have not found any information on how to configure the Tv Out of my Leadtek GeForce 3 Ti 200. In windows I cannot see both the computer monitor and the television at the same time. Will it be possible in LInux?
Where can I find some documentation on this?

deejaya
05-10-03, 12:24 PM
Hi,

Not sure if it's possible in Linux, but you can do this in Windows by using an application called TV Tool (http://tvtool.info/index_e.htm)

Hope that helps.

MikeSlapper
05-12-03, 12:33 PM
I've had succes using one configuration using two monitors for "standard" x and another for one monitor and tv-out. Try using the attached XF86Config and then play a movie by using a script like:

#!/bin/sh
XFree86 :1 vt8 -screen screen_tvout800 +bs -ac &
export DISPLAY=:1
xset -display 0:1 s off

mplayer -fs -ao oss "$1"

export DISPLAY=:0
killall -15 XFree86