Announcement

Collapse
No announcement yet.

Dual Screen Mode

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dual Screen Mode

    Hi there.

    Ive been having problems with dual screen mode. All I can get it to do is clone the first screen, which I dont really need.

    Ideally, I would like my second screen (an old LCD tv) to be set at 1024x768 to the left of my main laptop screen, and for the laptop to be set at 1280x800.

    I think that I could get it to work by using the command

    Code:
    xrandr --output VGA --mode 1024x768 --left-of LVDS
    where VGA is the LCD tv and lvds is the laptop moniter.

    However when I run this I get

    Code:
    xrandr: screen cannot be larger than 1360x1360 (desired size 2304x800)
    I think I need to add a virtual screen size in my xorg.conf file but I dont know where

    Any ideas?
    Whisky and chmod, not a good combination...

    #2
    Re: Dual Screen Mode

    Sorry to bump this. But I really can't find the answer to this.

    As far as I'm aware, this should be simple to work but I just don't know where in my xorg.conf file I should put that line.
    Whisky and chmod, not a good combination...

    Comment


      #3
      Re: Dual Screen Mode

      what type of video card? If it's nvidia, and you are running the proprietary drivers, just do:
      Code:
      sudo nvidia-settings
      and set it up that way...if not, sorry, I can't help!

      mm0
      Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

      Comment

      Working...
      X