TV-out with nvidia drivers in Fedora 10

Anthony Messina amessina at messinet.com
Sat May 16 14:59:56 UTC 2009


On Saturday 16 May 2009 09:41:04 am James Allsopp wrote:
> Hi,
> I'm trying to get the TV out from my GeForce FX5200 to work. I'd ideally
> like it to be on at the same time as my flat screen and with my desktop
> extended onto it. I've been searching around for some information, but
> most of it seems quite out of date. I've got the proprietary Nvidia
> drivers installed at the moment.
>
> I've checked all this and got working under Windows, just need it to
> work in Linux.
>
> Does anyone have any advice on how to achieve this,
> Much appreciated,
> James Allsopp

Forgot to attach my xrandr-switch.sh script, which is attached to a button on 
my MythTV remote:

#!/bin/bash
if [ "$(xrandr -q | grep -c '50.0\*')" == "1" ]; then
        xrandr -r 51.0
        nvidia-settings -a XVideoSyncToDisplay=256
else
        xrandr -r 50.0
fi
exit 0


-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20090516/5ed79fd1/attachment-0001.sig>


More information about the fedora-list mailing list