[mythtv-users] S-video/nvidia problems

Jessica Perry Hekman jphekman at arborius.net
Thu Jul 29 23:21:16 UTC 2010


On Thu, Jul 29, 2010 at 10:51:52AM -0700, Clay wrote:

> While you're tinkering, have you been looking in /var/log/Xorg.0.log
> for clues as to what is going on?
> /sometimes/ there's useful info there. Maybe even mention of .xinitrc...

Huh, that's interesting. I took a look at that file, and it mentioned 
TwinView. That surprised me, because although I had tried TwinView a 
couple times, I had given up on it and keep trying to configure TV-0 to 
use a separate X screen instead.

So I re-ran nvidia-settings, configured TV-0 to use a separate X screen 
(since the configuration is always reset when I restart X), and told the 
app to write the new config out to /etc/X11/xorg.conf. Then I took a 
look at that file. I see, among other things, lots of references to 
TwinView (see below), which I would not have expected to be there.

Should I be concluding that nvidia-settings isn't properly generating 
the xorg.conf that I expect? Maybe all this is moot and I should be 
trying to write xorg.conf myself as we've already discussed, but I 
thought I'd send this on and see if anyone has any insights. Selection 
from xorg.conf generated by nvidia-settings is below:

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation C51 [GeForce 6150 LE]"
    Monitor        "HP L1906"
    DefaultDepth    24
    SubSection     "Display"
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "CRT: 1280x1024 +0+0; CRT: 1024x768 +0+0; 
CRT: 832x624 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "TV: 800x600 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection




More information about the mythtv-users mailing list