Gentoo Archives: gentoo-user

From: Kfir Lavi <lavi.kfir@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dual monitors and dual desktops
Date: Sun, 28 Oct 2012 07:51:47
Message-Id: CAHNvW1LC2cevGSLBfsSxpxdABvNRb_qWWtWupVqcoah9cnb6Bw@mail.gmail.com
In Reply to: Re: [gentoo-user] dual monitors and dual desktops by Mark David Dumlao
1 On Fri, Oct 26, 2012 at 6:12 PM, Mark David Dumlao <madumlao@×××××.com>wrote:
2
3 >
4 > On Oct 25, 2012 8:45 PM, "Kfir Lavi" <lavi.kfir@×××××.com> wrote:
5 > >
6 > > Hi,
7 > > I have a laptop and an external monitor.
8 > > I would like to have both monitors showing different desktops.
9 > > My aim is to have IRC and Email client on one side, and my shell and
10 > programming stuff on the other side.
11 > > Currently I managed to do a big virtual workspace with XRANDR, but it
12 > stretches the browser and it is hard to setup correctly.
13 > > I'm a Fluxbox user, and didn't find a way to define that starching the
14 > window, will not stretch outside of the monitor I'm on.
15 >
16 > If I recall correctly, USE=xinerama informs X clients to take multiple
17 > monitors into account when maximising. I have it enabled globally but i
18 > not sure which packages really need it.
19 >
20 > > This is why I would like each monitor have it's own desktop.
21 > >
22 > > Thanks,
23 > > Kfir
24 > >
25 > > virtual dual monitors:
26 > > xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto
27 > --output VGA1 --mode 1920x1080 --pos 448x0 --primary
28 >
29 Hi,
30 Ok, some progress.
31 Compiling Fluxbox with xinerama use flag result few good things.
32 Dragging a window to one screen, maximizes it automatically to the size of
33 the screen.
34 Now if I toggle maximization, it will be done on the screen the window is
35 in.
36
37 So now I can work with 2 screens.
38
39 Is it possible to have each screen in different desktop?
40
41 Regards,
42 Kfir
43
44 The command I use:
45 xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto --output
46 VGA1 --mode 1920x1080 --pos 1280