Can an analog monitor and digital TV coexist + no sound

Marcel Rieux m.z.rieux at gmail.com
Wed Jan 13 02:59:24 UTC 2010


On Tue, Jan 12, 2010 at 8:02 PM, Ed Greshko <Ed.Greshko at greshko.com> wrote:
> Marcel Rieux wrote:

>> Section "Screen"
>>     Identifier     "Default Screen"
>>     Device         "Videocard0"
>>     Monitor        "Monitor0"
>>     Option         "AddARGBGLXVisuals" "True"
>> #    Option         "ConstantFrameRateHint" "True"
>>     SubSection     "Display"
>>         Modes      "nvidia-auto-select"
>>     EndSubSection
>> EndSection
>>
>> Section "Screen"
>>
>> # Removed Option "metamodes" "CRT: 1280x1024_75 +0+0; CRT:
>> nvidia-auto-select +0+0"
>> # Removed Option "metamodes" "CRT: nvidia-auto-select +0+0; CRT:
>> 1280x1024_75 +0+0"
>>     Identifier     "Screen0"
>>     Device         "Device0"
>>     Monitor        "Monitor0"
>>     DefaultDepth    24
>>     Option         "TwinView" "0"
>>     Option         "metamodes" "CRT: 1280x1024_75 +0+0; CRT:
>> nvidia-auto-select +0+0"
>>     SubSection     "Display"
>>         Depth       24
>>     EndSubSection
>> EndSection
>>
>> Section "Screen"
>>     Identifier     "Screen1"
>>     Device         "Device1"
>>     Monitor        "Monitor1"
>>     DefaultDepth    24
>>     Option         "TwinView" "0"
>>     Option         "metamodes" "DFP: nvidia-auto-select +0+0"
>>     SubSection     "Display"
>>         Depth       24
>>     EndSubSection
>> EndSection

> For starters, the README for nvidia states....
>
> To enable TwinView, you must specify the following option in the Device
> section of your X Config file:
>
> Option "TwinView"
>
> I don't see that in your file's "Device" section.

nvidia-settings puts it in  Section "Screen" as you can see in my
previous post and below. Before, it was set to "0" for both screens.
Now it is set to "1" for Screen 0 and to "0" for Screen 1. Maybe I
forgot saving at Screen 1. (I used nvidia-settings again.)

Now, it's weird. The login screen appears only on the TV. Then,
everything disappears and only the monitor works :) I suppose setting
both Screens to "1". should fix this.

But, not tonight. I'm falling asleep.

Thanks again for your help. I'll then check for the audio problem if
nobody has the answer.

Present configuration in xorg:

Section "Screen"

    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "metamodes" "CRT: 1280x1024_75 +0+0, DFP:
nvidia-auto-select +1280+0; CRT: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


More information about the users mailing list