Just read your latest reply. I will try those suggestions--booting from a Live disk, and see if the TV is recognized. I think I may have mentioned that I did have
computer video on the TV from a (different) Windows 7 machine, with a different video card. There was eventually some problems with it--I don't remember what--
and I disconnected it. I have never had TV video from this NVidia card.
Before I got the latest post, I wrote the following:
It occurs to me that I have XP on this machine also, in dual-boot mode. I normally don't boot into it, but I could get the NVidia driver for XP and see if I can get
the TV recognized from there--it looks like there is more wiggle room in the Windows driver gui. However, if I do that successfully, is there any way of determining
what the parameters are set at? Being that Windows is so deliberately obscure to the user. I guess I'll try it, anyway. Can't hurt.
It looks like the HDMI connector on the video card is standard size, so I have ordered a cable with HDMI on both ends, just in case it makes a difference. At first glance,
it looked like it was a miniature size, but it measures 1/2" just like the ones on the TV.
I am posting the present version of xorg.conf. I note that somewhere along the way, the giant listing of speeds and resolutions got left out. I don't know if that matters.
I didn't do it, it must be the nvidia-settings or maybe the Linux display-video settings that edited them out. Here's the whole megilla:
[doug@Linux1 ~]$ cat xorg.conf
cat: xorg.conf: No such file or directory
[doug@Linux1 ~]$ cd /etc/X11
[doug@Linux1 X11]$ cat xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 295.33 (
buildmeister@swio-display-x86-rhel47-06.nvidia.com) Sat Mar 17 16:01:34 PDT 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
FontPath "unix/:7100"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "ViewSonic VX2450 SERIES"
HorizSync 24.0 - 82.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Toshiba TSB-TV"
HorizSync 15.0 - 68.0
VertRefresh 23.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 550 Ti"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 550 Ti"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: 1920x1080 +0+0; CRT: 1600x900 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewOrientation" "Clone"
Option "metamodes" "DFP-0: 1920x1080_60 +0+0, DFP-1: 1920x1080_60 +0+0;DFP-0:1920x1080_60 +0+0,DFP-1: NULL;"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Hope there's something useful in there. I'll try the Live disk trick after supper, which is now.
--doug
--doug