Results 1 to 4 of 4

Thread: Using only external monitor

  1. #1
    Join Date
    Oct 2008
    Location
    Ottawa Canada
    Beans
    1,208
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Using only external monitor

    I have an external monitor attached to my laptop. I only want to be able to use that screen and not have anything show up on my laptop screen when the monitor is plugged in. Is this possible? Do I have to go into the Nvidia settings somewhere to make the changes if this is possible?

  2. #2
    Join Date
    Sep 2009
    Location
    Russia
    Beans
    318

    Re: Using only external monitor

    Yes, it's possible. Use xrandr for this. Example:
    Code:
    $ xrandr --output LVDS1 --off
    Here LVDS1 it's a name of built-in screen of your laptop.
    Debian GNU/Linux user

  3. #3
    Join Date
    Oct 2008
    Location
    Ottawa Canada
    Beans
    1,208
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Using only external monitor

    I tried that but this is what I got:

    randy@mom-laptop:~$ xrandr --output LVDS1 --off
    xrandr: Failed to get size of gamma for output default
    warning: output LVDS1 not found; ignoring
    randy@mom-laptop:~$

  4. #4
    Join Date
    Sep 2009
    Location
    Russia
    Beans
    318

    Re: Using only external monitor

    Read this:
    Code:
    $ man xrandr
    Debian GNU/Linux user

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
  •