hey Cecil,
I have a freshly burned CD of 7.3 I'm trying to install on an AMD based motherboard with an nVidia GT220 (or near) video card.
It's hooked to a 42" Toshiba Regza TV via HDMI (on the TV) plugged into the DVI port of the video card.
When the system boots, video properly shows up on the screen, but as the install boots, eventually the video just hangs. I think the VGA port of the card is being used at that point (I need to drag a VGA monitor into the same room as the TV to verify).
BUT, I installed LinHES in the room WITH a VGA LCD... and it works. All the way through. Then, when I go back and plug in the now working system to the DVI/HDMI based LCD TV, the system just seems to loop at the yellow/blue LinHES screen starting it's starting up.
I imagine this is a simple fix of sorts in the Xorg.conf (isn't it always?) -- but thought I would let you know since it doesn't "install out of the box" without needed some additional tweaking.
Cheers,
-Ben
Additional info: the Video Card is only seeing the VGA monitor anyway and not the LCD via HDMI->DVI (derp)
Code:
[root@myth-fe1 X11]# nvidia-xconfig --query-gpu-info
Number of GPUs: 1
GPU #0:
Name : GeForce 210
PCI BusID : PCI:2:0:0
Number of Display Devices: 1
Display Device 0 (CRT-1):
EDID Name : Samsung S/M 150MP
Minimum HorizSync : 30.000 kHz
Maximum HorizSync : 70.000 kHz
Minimum VertRefresh : 56 Hz
Maximum VertRefresh : 85 Hz
Maximum PixelClock : 100.000 MHz
Maximum Width : 1024 pixels
Maximum Height : 768 pixels
Preferred Width : 1024 pixels
Preferred Height : 768 pixels
Preferred VertRefresh : 60 Hz
Physical Width : 300 mm
Physical Height : 230 mm
More info: If I switch the VGA monitor to the DVI port with an adapter and reboot the system, it can be detected as shown below. (note the CRT-# has changed)
Code:
[root@myth-fe1 ~]# nvidia-xconfig --use-edid --probe-all-gpus --query-gpu-info
Number of GPUs: 1
GPU #0:
Name : GeForce 210
PCI BusID : PCI:2:0:0
Number of Display Devices: 1
Display Device 0 (CRT-0):
EDID Name : Samsung S/M 150MP
Minimum HorizSync : 30.000 kHz
Maximum HorizSync : 70.000 kHz
Minimum VertRefresh : 56 Hz
Maximum VertRefresh : 85 Hz
Maximum PixelClock : 100.000 MHz
Maximum Width : 1024 pixels
Maximum Height : 768 pixels
Preferred Width : 1024 pixels
Preferred Height : 768 pixels
Preferred VertRefresh : 60 Hz
Physical Width : 300 mm
Physical Height : 230 mm
So, I guess the question is: the DVI->HDMI cable is like 10ft.. are there EDID detection problems common to these kinds of adapter cables?