Results 1 to 3 of 3

Thread: [SOLVED] Nvidia driver oddities, LCD Monitor weirdness, and HDTV frustration

  1. #1
    Join Date
    Jul 2008
    Beans
    93

    Question [SOLVED] Nvidia driver oddities, LCD Monitor weirdness, and HDTV frustration

    I'm really stumped here, been trying nearly everything I can think of.
    Using an Nvidia 7800gt attempting to connect a Rosewill R913J and an Akai 37inch HDTV.

    For a few days I was held up due to resolution issues on the Rosewill, as it appears, although the XP version of the driver had no problems with a DVI hookup, the linux driver only seems to allow proper resolutions with a vga cable which I can live with.

    The hdtv is where it gets bad. Attempting the use the vga input on the back with the motherboard's built in 6150 GPU simply didn't work (which was how I'd set it up in XP). Connecting the vga to my 7800 resulted in complete garbage for output, but only when X server started, through boot it was fine until that point. I decided to try the VIVO dongle and RGB component cables (once again worked fine in XP) but although I could finally get a picture on the screen it was as if there was no signal on the red component cable everything was a washed out blue/green color.

    Using the nvidia drivers and x control panel that are suggested/available by/from ubuntu's add/remove menu. Any ideas as to how to fix this? Searching the forums for this particular problem seems to turn up unrelated problems.
    I was the kid who just had to find for himself what happened if he stuck a fork in an outlet.

  2. #2
    Join Date
    May 2006
    Location
    Southern California
    Beans
    867
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Nvidia driver oddities, LCD Monitor weirdness, and HDTV frustration

    (install and) run
    Code:
    sudo nvidia-settings
    Configure the monitors from there.
    fwiw, I found the blue tint on mine was caused by xorg.conf not outputting a TVStandard my TV could use. In my case, the only 'HD' format it supported (via component output) was HD480i. rtfm on your TV to see what HD format(s) it will use.
    Code:
    Section "Screen"
        Identifier     "Screen[1]"
        Device         "Device[1]"
        Monitor        "Monitor[1]"
        DefaultDepth    24
        Option         "TVOutFormat" "Component" #or SVIDEO Composite etc
        Option         "TVStandard" "HD480i" # "NTSC"
        Option         "ConnectedMonitor" "Monitor[1]"
        SubSection     "Display"
            Depth       24
            Modes      "1024x768_60" "720x576_60" "720x480_60" "640x480_60" "480x320_60"
        EndSubSection
    EndSection
    (Master be/fe) ASUS P5KPL IPC, E5400, KVR800D2N6K2/2G, 8500GT, (2)PVR-150, A180, ATSC-115, U10.04, MythTV 0.23-fixes.

  3. #3
    Join Date
    Jul 2008
    Beans
    93

    Re: Nvidia driver oddities, LCD Monitor weirdness, and HDTV frustration

    Awesome that worked almost perfectly. Now I just have to fix the auto overscanning problem that seems to be happening, but I feel worlds closer to getting this sorted.
    I was the kid who just had to find for himself what happened if he stuck a fork in an outlet.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •