[mythtv-users] Set default display to DVI on nvidia card

James Crow james at ultratans.com
Thu Sep 11 15:02:11 UTC 2008


On Tue, 2008-09-09 at 22:19 +0100, Damian O'Sullivan wrote:
> On Tue, 9 Sep 2008, Chandi Bernier wrote:
> 
> > My Myth systems works fine. It outputs perfectly on a DVI port
> > connected to DVI-HDMI adaptor to an HDMI HDTV.
> >
> > The problem is I don't have a monitor connected to it and sometimes I
> > would need to see the console on the TV while X is not started. I
> > would like the graphic card to always output on it's DVI port (boot
> > up, bios, console, etc).
> >
> > Any ideas how to do that ?
> >
> > I'm running gentoo and the card is PCI.
> 
> 
> Mine does this by default. I can edit BIOS settings too. The HDTV should 
> be just like a monitor. Nvidia 7300GS and proprietary drivers..
> 
My nvidia cards pick up which port a device is connected to. If nothing
is there they default to VGA. Here is part of my xorg.conf file to force
DFP (DVI port).

Section "Device"
        Identifier      "Default Device"
        Boardname       "Geforce6200"
        Busid           "PCI:3:0:0"
        Driver          "nvidia"
        Screen  0
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "NoLogo"        "True"
	Option		"UseDisplayDevice"	"DFP" 
EndSection





More information about the mythtv-users mailing list