Results 1 to 8 of 8

Thread: Use HDTV as monitor via VGA cable

  1. #1
    Join Date
    Feb 2009
    Beans
    17

    Use HDTV as monitor via VGA cable

    I bought my laptop (Gateway P-6860FX) at the beginning of this school year, and I realized recently that I haven't utilized nearly half of the hardware capabilities of it. I have an HDTV that has a VGA port (not sure what to call it, but I'm sure you know what I mean) and so does my laptop. I do have a VGA cable, so I don't think this is rocket science.

    I'm just not sure what to do on the Linux side to get it connected and working *PROPERLY.* I already tried fiddling around with the nvidia-settings tool and I messed up settings that resulted in me rebuilding my OS. If anyone could help me out on what to do, I'd appreciate it!

    -- If you need to know, I was wondering how to hook up the HDTV as a "monitor" so that I could watch movies on it (and I already have the sound figured out).
    Last edited by rwpage; February 27th, 2009 at 06:32 PM.

  2. #2
    Join Date
    Feb 2008
    Location
    Minnesota, USA
    Beans
    754
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Use HDTV as monitor via VGA cable

    The simplest thing to try is to hookup the VGA cable, and then try running in a Terminal:
    Code:
    xrandr --auto
    It might not be pretty, but it should make sure everything is detected. If that works, then you can look at the Screen and Graphics control panel to configure it. It's under Ubuntu Menu -> System -> Administration -> Screen and Graphics

    Hope this helps.
    Hate fighting with Linux? Buy Preinstalled!
    Love fighting with Linux? Try Gentoo!
    __________________________________________________
    Unanswered Posts Team || Connection problems?

  3. #3
    Join Date
    Apr 2008
    Beans
    345
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Use HDTV as monitor via VGA cable

    Mine worked out of the box with my LCD HDTV. Lucky me here i guess.lol
    au revoir

  4. #4
    Join Date
    Jul 2006
    Location
    Calgary, Alberta
    Beans
    1,123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Use HDTV as monitor via VGA cable

    If your HDTV only takes VGA in then it's not true high definition unfortunately. There should be a DVI or HDMI input for video and this is what you would want to put into it for digital video. However it seems like the only output you have on your computer is VGA so it will work and should work natively without any configuration but it won't look as good as it should.

  5. #5
    Join Date
    Feb 2009
    Beans
    17

    Re: Use HDTV as monitor via VGA cable

    Quote Originally Posted by nixscripter View Post
    The simplest thing to try is to hookup the VGA cable, and then try running in a Terminal:
    Code:
    xrandr --auto
    It might not be pretty, but it should make sure everything is detected. If that works, then you can look at the Screen and Graphics control panel to configure it. It's under Ubuntu Menu -> System -> Administration -> Screen and Graphics

    Hope this helps.
    Thanks, will try this. Only thing is that right now I looked and I don't see a "Screen and Graphics" item in the Admin menu.. is there a command I could run in the terminal to bring up the GUI?

    And my HDTV has a HDMI-DVI port but I don't have a DVI port on my laptop unfortunately. I was hoping my HDTV was HDMI-HDMI but it isn't, so I'm stuck with VGA cables -_-

  6. #6
    Join Date
    Feb 2008
    Location
    Minnesota, USA
    Beans
    754
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Use HDTV as monitor via VGA cable

    The Terminal equivalent of screen and graphics is displayconfig-gtk (assuming you're using GNOME). You'll need root priviledge though, so run:
    Code:
    sudo displayconfig-gtk
    Hate fighting with Linux? Buy Preinstalled!
    Love fighting with Linux? Try Gentoo!
    __________________________________________________
    Unanswered Posts Team || Connection problems?

  7. #7
    Join Date
    Feb 2009
    Beans
    17

    Re: Use HDTV as monitor via VGA cable

    Quote Originally Posted by nixscripter View Post
    The Terminal equivalent of screen and graphics is displayconfig-gtk (assuming you're using GNOME). You'll need root priviledge though, so run:
    Code:
    sudo displayconfig-gtk
    Hmmm... I don't seem to have that command. If it helps you at all I'm using Ubuntu 8.10. If you have anymore advice, I'd appreciate it. I know I'm being a bit of a pain.

    ...Is there maybe a package I have to install?

  8. #8
    Join Date
    Feb 2008
    Location
    Minnesota, USA
    Beans
    754
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Use HDTV as monitor via VGA cable

    I thought it was standard, but maybe it's beacuse I've got a Dell laptop preinstalled.

    Did the xrandr command work?
    Hate fighting with Linux? Buy Preinstalled!
    Love fighting with Linux? Try Gentoo!
    __________________________________________________
    Unanswered Posts Team || Connection problems?

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
  •