Announcement

Collapse
No announcement yet.

Panasonic HDTV/HDMI problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Panasonic HDTV/HDMI problems

    My brother bought himself a new Core i7 rig, and his old Athlon64 setup turned into an attempt at a HTPC. We threw in an MSI GeForce 9400GT, installed Ubuntu, added the XBMC ppa, then set about trying to make it work with the TV.

    The TV in question is a Panasonic TH-42PX80U. The plan was to hook up via HDMI. We set the computer up with a normal VGA monitor and the HDMI connection, logged into Gnome, ran "gksudo nvidia-settings" and tried to make it work. nvidia-setting saw the TV, and, near as I can tell, properly identified it. However, no matter how I tried to configure it (TwinView [clone, left of, right of] or Separate X Screen), I couldn't get a usable signal.

    This was with the Ubuntu-supplied 180-series drivers. Thinking maybe it was a driver issue, I uninstalled all things "nvidia" on it, downloaded the 185-series drivers from Nvidia, and tried those. Same result.

    Thinking it was maybe an Ubuntu issue, I grabbed my openSUSE rig. That has the very same GeForce card in it as the HTPC. I use an Insignia LCD HDTV connected via HDMI for my monitor. I log into KDE 3.5, run "kdesu nvidia-settings" and try and get it going. Same thing - it sees the TV, everything looks like it's configured properly, but no usuable signal.

    In any of the three configurations, I occasionally get something to output on the TV. More often than not, I get snowy static on X start-up. Every once in a while, I get full-height, maybe-one-sixth width picture of what should be displayed (seems to only happen with the screen saver).

    Any ideas? I'm kind of at a loss as to why it's not working. Since my brother's Xbox360 crapped out the other day (RROD), we'd very much like to have our media box play stuff on the big screen. Thanks.

  • #2
    i have a somewhat similar setup: 2x 21inch Monitors an 1x 61inch JVC DLP HDTV connected via HDMI to onboard video(GeForce 8200). i experienced similar issues as far as trying to use nvidia-settings. i ended up using a combination of the kcontrol video utility and manual editing of xorg.conf.

    the following is my xorg.conf file:
    #########CODE######################

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 1920 0
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" LeftOf "Screen0"
    EndSection

    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "fbhwdev"
    Load "type1"
    Load "freetype"
    Load "glx"
    Load "dri"
    EndSection

    Section "ServerFlags"
    Option "Xinerama" "0"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Compaq P110"
    HorizSync 30.0 - 107.0
    VertRefresh 48.0 - 160.0
    EndSection

    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "ViewSonic G220f"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 180.0
    EndSection

    Section "Monitor"
    Identifier "Monitor2"
    VendorName "Unknown"
    ModelName "JVC HD-61FH97"
    HorizSync 20.0 - 150.0
    VertRefresh 24.0 - 90.0
    Option "ExactModeTimingsDVI" "True"
    Option "UseEDIDFreqs" "False"
    Option "ModeValidation" "NoDFPNativeResolutionCheck"
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8800 GT"
    BusID "PCI:3:0:0"
    Screen 0
    EndSection

    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8800 GT"
    BusID "PCI:3:0:0"
    Screen 1
    EndSection

    Section "Device"
    Identifier "Device2"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "nForce 750a SLI"
    BusID "PCI:2:0:0"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    DefaultDepth 24
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Coolbits" "1"
    Option "NvAGP" "1"
    Option "RenderAccel" "1"
    Option "HWCursor" "1"
    Option "CursorShadow" "1"
    Option "AllowGLXWithComposite" "true"
    Option "AddARGBGLXVisuals" "True"
    Option "XvmcUsesTextures" "true"
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "CRT-0: 1280x1024 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "Coolbits" "1"
    Option "NvAGP" "1"
    Option "RenderAccel" "1"
    Option "HWCursor" "1"
    Option "CursorShadow" "1"
    Option "AllowGLXWithComposite" "true"
    Option "AddARGBGLXVisuals" "True"
    Option "XvmcUsesTextures" "true"
    Option "TwinView" "0"
    Option "metamodes" "CRT-1: 1280x1024 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    Section "Screen"

    # Removed Option "metamodes" "nvidia-auto-select +0+0"
    Identifier "Screen2"
    Device "Device2"
    Monitor "Monitor2"
    DefaultDepth 24
    Option "Coolbits" "1"
    Option "NvAGP" "1"
    Option "RenderAccel" "1"
    Option "HWCursor" "1"
    Option "CursorShadow" "1"
    Option "AllowGLXWithComposite" "true"
    Option "AddARGBGLXVisuals" "True"
    Option "XvmcUsesTextures" "true"
    Option "TVStandard" "HD1080i"
    Option "TVOverScan" "0.0"
    Option "ExactModeTimingsDVI" "true"
    Option "ModeValidation" "NoDFPNativeResolutionCheck"
    Option "DisableGLXRootClipping" "True"
    Option "ConnectedMonitor" "DFP-0"
    Option "TwinView" "0"
    Option "metamodes" "1920x1080_60i +0+0; nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    ##############END CODE##############

    perhaps you will glean something insightful from it that will help you with your situation.

    Comment


    • #3
      First step: delete the xorg.conf, unplug the monitor, and try to boot it up using the TV as the primary display -- see what happens and report back.


      Originally posted by jeffro-tull View Post
      My brother bought himself a new Core i7 rig, and his old Athlon64 setup turned into an attempt at a HTPC. We threw in an MSI GeForce 9400GT, installed Ubuntu, added the XBMC ppa, then set about trying to make it work with the TV.

      The TV in question is a Panasonic TH-42PX80U. The plan was to hook up via HDMI. We set the computer up with a normal VGA monitor and the HDMI connection, logged into Gnome, ran "gksudo nvidia-settings" and tried to make it work. nvidia-setting saw the TV, and, near as I can tell, properly identified it. However, no matter how I tried to configure it (TwinView [clone, left of, right of] or Separate X Screen), I couldn't get a usable signal.

      This was with the Ubuntu-supplied 180-series drivers. Thinking maybe it was a driver issue, I uninstalled all things "nvidia" on it, downloaded the 185-series drivers from Nvidia, and tried those. Same result.

      Thinking it was maybe an Ubuntu issue, I grabbed my openSUSE rig. That has the very same GeForce card in it as the HTPC. I use an Insignia LCD HDTV connected via HDMI for my monitor. I log into KDE 3.5, run "kdesu nvidia-settings" and try and get it going. Same thing - it sees the TV, everything looks like it's configured properly, but no usuable signal.

      In any of the three configurations, I occasionally get something to output on the TV. More often than not, I get snowy static on X start-up. Every once in a while, I get full-height, maybe-one-sixth width picture of what should be displayed (seems to only happen with the screen saver).

      Any ideas? I'm kind of at a loss as to why it's not working. Since my brother's Xbox360 crapped out the other day (RROD), we'd very much like to have our media box play stuff on the big screen. Thanks.

      Comment

      Working...
      X