<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.&nbsp; 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).&nbsp; Relevant portion at the bottom.&nbsp; 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:&nbsp; version 304.88&nbsp;
    (buildmeister@swio-display-x86-rhel47-06)&nbsp; Wed Mar 27 15:32:58 PDT
    2013<br>
    <br>
    <br>
    Section "ServerLayout"<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Layout0"<br>
    &nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; "Screen0" 0 0<br>
    &nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; "Keyboard0" "CoreKeyboard"<br>
    &nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; "Mouse0" "CorePointer"<br>
    EndSection<br>
    <br>
    Section "Files"<br>
    EndSection<br>
    <br>
    Section "InputDevice"<br>
    <br>
    &nbsp;&nbsp;&nbsp; # generated from default<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Mouse0"<br>
    &nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "mouse"<br>
    &nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Protocol" "auto"<br>
    &nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Device" "/dev/psaux"<br>
    &nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Emulate3Buttons" "no"<br>
    &nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "ZAxisMapping" "4 5"<br>
    EndSection<br>
    <br>
    Section "InputDevice"<br>
    <br>
    &nbsp;&nbsp;&nbsp; # generated from default<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Keyboard0"<br>
    &nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "kbd"<br>
    EndSection<br>
    <br>
    Section "Monitor"<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Monitor0"<br>
    &nbsp;&nbsp;&nbsp; VendorName&nbsp;&nbsp;&nbsp;&nbsp; "Unknown"<br>
    &nbsp;&nbsp;&nbsp; ModelName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Unknown"<br>
    #&nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 28.0 - 33.0<br>
    #&nbsp;&nbsp;&nbsp; VertRefresh&nbsp;&nbsp;&nbsp;&nbsp; 43.0 - 72.0<br>
    &nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "DPMS"<br>
    EndSection<br>
    <br>
    Section "Device"<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Device0"<br>
    &nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "nvidia"<br>
    &nbsp;&nbsp;&nbsp; VendorName&nbsp;&nbsp;&nbsp;&nbsp; "NVIDIA Corporation"<br>
    EndSection<br>
    <br>
    Section "Screen"<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Screen0"<br>
    &nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Device0"<br>
    &nbsp;&nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Monitor0"<br>
    &nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp; 24<br>
    &nbsp;&nbsp;&nbsp; Option "ConnectedMonitor" "DFP-1"<br>
    &nbsp;&nbsp;&nbsp; SubSection&nbsp;&nbsp;&nbsp;&nbsp; "Display"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Virtual&nbsp;&nbsp;&nbsp;&nbsp; 1280 720<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "1280x720"<br>
    &nbsp;&nbsp; EndSubSection<br>
    EndSection<br>
    <br>
    <br>
#************************************************************************************************<br>
    <br>
  </body>
</html>