How can I make my external monitor a separate workspace?

8

3

(Ubuntu 9.10) How can I make my external monitor a separate workspace?

Ubuntu has two "workspaces", right now when I hook up the external monitor, it just extends the current workspace into one large one instead of two separate ones.

Video card: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)

Justin White

Posted 2009-11-06T23:15:02.350

Reputation: 1 999

Please explain what you mean by 'separate workspace'. Do you want to have two keyboards, two mice, and they each control their own monitor? Or something else? – davr – 2009-11-06T23:30:05.267

what model is your video card? – John T – 2009-11-06T23:45:00.807

Answers

1

Assuming your card (and driver) supports it, you probably just need to disable display mirroring and/or enable a large virtual desktop space instead. Intel cards are usually well supported, so it should work. Use the official intel drivers, and try xrandr, if you get stuck.

Lee B

Posted 2009-11-06T23:15:02.350

Reputation: 1 127

0

http://ubuntuforums.org/showpost.php?p=6831827&postcount=12

It explains how to set up a separate X server on each display. However, this creates an entire new windowing environment, not using the workspace system, so you cannot transfer applications from one to the other.

zacharyliu

Posted 2009-11-06T23:15:02.350

Reputation: 1 675

1My video card is not Nvidia – Justin White – 2009-11-07T18:14:45.813

0

You won't be able to move windows and copy text between different workspaces. Do you still need it? ;)

I guess the problem is with some top/bottom panels that extend to the second screen, and fullscreen apps? Then check your Ubuntu display configuration.

kolypto

Posted 2009-11-06T23:15:02.350

Reputation: 2 861

0

That's the realm of the window manager. You can leave your X server configuration the same, and have one large desktop as far as that software is concerned, but still switch workspaces on the two screens independently.

I think the enlightenment window manager does this. I use the awesome window manager, but it's substantially different (better according to me) from the default one you'll see everywhere else.

qedi

Posted 2009-11-06T23:15:02.350

Reputation: 1 291

0

Perhaps you can explain why you want this. Unless I'm mistaken, the 'workspace' metaphor is specifically for another virtual space, not another physical space. For most applications, it's a benefit to be able to have your applications relate to each other.

In my experience, Gnome lets any app 'fullscreeen' app just expand to the size of the current monitor only, so the need need for separate X sessions is not now what it once was. But perhaps if you say a few words about your requirements someone might have the right idea.

If you really want separation, you may have to look into running a separate X server on each display (though the means will be different than described in thezachperson31's link). Does the idea of running two totally separate (and generally unable to easily communicate with each other) X servers serve your need?

On the other hand this question and answer seems to have filled the bill (and at a bounty price)

ScoBe

Posted 2009-11-06T23:15:02.350

Reputation: 572