<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000001">
<br>
<div class="moz-cite-prefix">On 9/23/2013 11:07 AM, Jay Ashworth
wrote:<br>
</div>
<blockquote
cite="mid:20251755.8379.1379952439192.JavaMail.root@benjamin.baylink.com"
type="cite">
<pre wrap="">In other news, the new VGA card in my sis's box is a GeForce 210, which is
talking HDMI to her TV, a Philips 32pf7321. Which only has one HDMI
input. With no knobs in the setup menus.
SNIP
Cheers,
-- jra
</pre>
</blockquote>
I have GeForce 210 in a Mythbuntu box driving an HDMI TV. I have
the proprietary Nvidia driver installed version 304.88.<br>
I don't know how to use this in SUSE but this simple xorg.conf file
used in Mythbuntu will force the desired resolution on the HDMI port
(DFP-1). Relevant portion at the bottom. Other ATSC resolutions
may be substituted (like 1920x1080)<br>
<br>
Note: HorizSync and VertRefresh are commented out.<br>
<br>
#*****************************************************************************<br>
# nvidia-xconfig: X configuration file generated by nvidia-xconfig<br>
# nvidia-xconfig: version 304.88
(buildmeister@swio-display-x86-rhel47-06) Wed Mar 27 15:32:58 PDT
2013<br>
<br>
<br>
Section "ServerLayout"<br>
Identifier "Layout0"<br>
Screen 0 "Screen0" 0 0<br>
InputDevice "Keyboard0" "CoreKeyboard"<br>
InputDevice "Mouse0" "CorePointer"<br>
EndSection<br>
<br>
Section "Files"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
<br>
# generated from default<br>
Identifier "Mouse0"<br>
Driver "mouse"<br>
Option "Protocol" "auto"<br>
Option "Device" "/dev/psaux"<br>
Option "Emulate3Buttons" "no"<br>
Option "ZAxisMapping" "4 5"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
<br>
# generated from default<br>
Identifier "Keyboard0"<br>
Driver "kbd"<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "Monitor0"<br>
VendorName "Unknown"<br>
ModelName "Unknown"<br>
# HorizSync 28.0 - 33.0<br>
# VertRefresh 43.0 - 72.0<br>
Option "DPMS"<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Device0"<br>
Driver "nvidia"<br>
VendorName "NVIDIA Corporation"<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen0"<br>
Device "Device0"<br>
Monitor "Monitor0"<br>
DefaultDepth 24<br>
Option "ConnectedMonitor" "DFP-1"<br>
SubSection "Display"<br>
Virtual 1280 720<br>
Depth 24<br>
Modes "1280x720"<br>
EndSubSection<br>
EndSection<br>
<br>
<br>
#************************************************************************************************<br>
<br>
</body>
</html>