Re: TV-out with nvidia drivers in Fedora 10

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux