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

Chandi Bernier chandi.bernier at cequisepasseenregion.com
Fri Sep 12 14:32:26 UTC 2008


>>
>>> 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


Ok, after a lot of research I've finally understand what is causing  
the problem. It's the resolution that the kernel tries to set that is  
not accepted by my TV. It seems to accept only 720x480 and 720P. I've  
found that after running X I can change to a virtual terminal  
(console) but not before. That must be because X sets the resolution  
to an valid one.

I must then try to find how to make one of the 2 valid resolution  
default by the kernel.

Thanks,

Chandi


More information about the mythtv-users mailing list