public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] dual monitors and dual desktops
@ 2012-10-25 12:42 Kfir Lavi
       [not found] ` <CAJnjPw5kbkAzHjMwx29Snofodr4CU+r673vcaxOT+J-WdUhTEQ@mail.gmail.com>
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Kfir Lavi @ 2012-10-25 12:42 UTC (permalink / raw
  To: gentoo-user, fluxbox-users

[-- Attachment #1: Type: text/plain, Size: 685 bytes --]

Hi,
I have a laptop and an external monitor.
I would like to have both monitors showing different desktops.
My aim is to have IRC and Email client on one side, and my shell and
programming stuff on the other side.
Currently I managed to do a big virtual workspace with XRANDR, but it
stretches the browser and it is hard to setup correctly.
I'm a Fluxbox user, and didn't find a way to define that starching the
window, will not stretch outside of the monitor I'm on.
This is why I would like each monitor have it's own desktop.

Thanks,
Kfir

virtual dual monitors:
xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto --output
VGA1 --mode 1920x1080 --pos 448x0 --primary

[-- Attachment #2: Type: text/html, Size: 781 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-user] Re: [Fluxbox-users] dual monitors and dual desktops
       [not found] ` <CAJnjPw5kbkAzHjMwx29Snofodr4CU+r673vcaxOT+J-WdUhTEQ@mail.gmail.com>
@ 2012-10-25 13:08   ` Kfir Lavi
       [not found]     ` <CABYmaHMBLzw_Mf5S+MjSqmKzv=Bu+OPiCrBGr9p9f5tOeA3R1Q@mail.gmail.com>
  0 siblings, 1 reply; 12+ messages in thread
From: Kfir Lavi @ 2012-10-25 13:08 UTC (permalink / raw
  To: Antonio Paiva; +Cc: gentoo-user, fluxbox-users

[-- Attachment #1: Type: text/plain, Size: 1940 bytes --]

Thanks for your reply.
This program does just what xrandr does.
I didn't find a way to separate screens. It seems to define by default a
virtual workspace, and let you just put both screens in this virtual
workspace.
The command at the bottom of this mail does just that.

I want that the monitors will not show the same workspace. Both should show
different desktops.
It is like running xorg twice.

Kfir

On Thu, Oct 25, 2012 at 2:48 PM, Antonio Paiva <arpaiva@cnel.ufl.edu> wrote:

> Try arandr.
> I have the same setup and arandr does the job perfectly. Moreover, it
> saves the settings as script that you can call upon boot.
>
> Regards,
> Antonio
>
> On Thu, Oct 25, 2012 at 7:42 AM, Kfir Lavi <lavi.kfir@gmail.com> wrote:
> > Hi,
> > I have a laptop and an external monitor.
> > I would like to have both monitors showing different desktops.
> > My aim is to have IRC and Email client on one side, and my shell and
> > programming stuff on the other side.
> > Currently I managed to do a big virtual workspace with XRANDR, but it
> > stretches the browser and it is hard to setup correctly.
> > I'm a Fluxbox user, and didn't find a way to define that starching the
> > window, will not stretch outside of the monitor I'm on.
> > This is why I would like each monitor have it's own desktop.
> >
> > Thanks,
> > Kfir
> >
> > virtual dual monitors:
> > xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto --output
> > VGA1 --mode 1920x1080 --pos 448x0 --primary
> >
> >
> ------------------------------------------------------------------------------
> > Everyone hates slow websites. So do we.
> > Make your web apps faster with AppDynamics
> > Download AppDynamics Lite for free today:
> > http://p.sf.net/sfu/appdyn_sfd2d_oct
> > _______________________________________________
> > Fluxbox-users mailing list
> > Fluxbox-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/fluxbox-users
> >
>

[-- Attachment #2: Type: text/html, Size: 2752 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] dual monitors and dual desktops
  2012-10-25 12:42 [gentoo-user] dual monitors and dual desktops Kfir Lavi
       [not found] ` <CAJnjPw5kbkAzHjMwx29Snofodr4CU+r673vcaxOT+J-WdUhTEQ@mail.gmail.com>
@ 2012-10-25 13:11 ` mindrunner
  2012-10-25 13:21   ` Kfir Lavi
  2012-10-25 14:41 ` [gentoo-user] " Grant Edwards
  2012-10-26 16:12 ` [gentoo-user] " Mark David Dumlao
  3 siblings, 1 reply; 12+ messages in thread
From: mindrunner @ 2012-10-25 13:11 UTC (permalink / raw
  To: gentoo-user

I am also using a notebook with an external screen when i am at home.
Till today I was not able to configure it correctly and comfortable.
(Tried with radeon and fglrx driver)

My wonderful working solution is One computer for every screen. :))
Connect all them with synergy and it seems to be one computer! :)

I am running a synergy setup with gentoo, mint, osx and windows8 and it
is much better than every multi monitor solution.

I know this is more a workaround as a solution, but multi monitor with
linux is crap, and synergy is a wonderful tool! :)))


On 10/25/2012 02:42 PM, Kfir Lavi wrote:
> Hi,
> I have a laptop and an external monitor.
> I would like to have both monitors showing different desktops.
> My aim is to have IRC and Email client on one side, and my shell and
> programming stuff on the other side.
> Currently I managed to do a big virtual workspace with XRANDR, but it
> stretches the browser and it is hard to setup correctly.
> I'm a Fluxbox user, and didn't find a way to define that starching the
> window, will not stretch outside of the monitor I'm on.
> This is why I would like each monitor have it's own desktop.
> 
> Thanks,
> Kfir
> 
> virtual dual monitors:
> xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto
> --output VGA1 --mode 1920x1080 --pos 448x0 --primary


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] dual monitors and dual desktops
  2012-10-25 13:11 ` [gentoo-user] " mindrunner
@ 2012-10-25 13:21   ` Kfir Lavi
  0 siblings, 0 replies; 12+ messages in thread
From: Kfir Lavi @ 2012-10-25 13:21 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1652 bytes --]

Yes, this is a viable solution, but not if you have the laptop and no
desktop.
When I had workstation I also did use synergy.
But now I have just an external monitor, and I need this solution.

Kfir

On Thu, Oct 25, 2012 at 3:11 PM, mindrunner <kernel@ccube.de> wrote:

> I am also using a notebook with an external screen when i am at home.
> Till today I was not able to configure it correctly and comfortable.
> (Tried with radeon and fglrx driver)
>
> My wonderful working solution is One computer for every screen. :))
> Connect all them with synergy and it seems to be one computer! :)
>
> I am running a synergy setup with gentoo, mint, osx and windows8 and it
> is much better than every multi monitor solution.
>
> I know this is more a workaround as a solution, but multi monitor with
> linux is crap, and synergy is a wonderful tool! :)))
>
>
> On 10/25/2012 02:42 PM, Kfir Lavi wrote:
> > Hi,
> > I have a laptop and an external monitor.
> > I would like to have both monitors showing different desktops.
> > My aim is to have IRC and Email client on one side, and my shell and
> > programming stuff on the other side.
> > Currently I managed to do a big virtual workspace with XRANDR, but it
> > stretches the browser and it is hard to setup correctly.
> > I'm a Fluxbox user, and didn't find a way to define that starching the
> > window, will not stretch outside of the monitor I'm on.
> > This is why I would like each monitor have it's own desktop.
> >
> > Thanks,
> > Kfir
> >
> > virtual dual monitors:
> > xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto
> > --output VGA1 --mode 1920x1080 --pos 448x0 --primary
>
>

[-- Attachment #2: Type: text/html, Size: 2155 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-user] Re: dual monitors and dual desktops
  2012-10-25 12:42 [gentoo-user] dual monitors and dual desktops Kfir Lavi
       [not found] ` <CAJnjPw5kbkAzHjMwx29Snofodr4CU+r673vcaxOT+J-WdUhTEQ@mail.gmail.com>
  2012-10-25 13:11 ` [gentoo-user] " mindrunner
@ 2012-10-25 14:41 ` Grant Edwards
  2012-10-25 16:15   ` Kfir Lavi
  2012-10-26 16:12 ` [gentoo-user] " Mark David Dumlao
  3 siblings, 1 reply; 12+ messages in thread
From: Grant Edwards @ 2012-10-25 14:41 UTC (permalink / raw
  To: gentoo-user; +Cc: fluxbox-users

On 2012-10-25, Kfir Lavi <lavi.kfir@gmail.com> wrote:

> I have a laptop and an external monitor.

Here's how I do it using Xorg.config

----------------------------------------------------------------------
Section "ServerLayout"
        Identifier     "Triple"
        Screen      0  "Samsung0"
        Screen      1  "Samsung1" rightof "Samsung0"
        Screen      2  "Acer" leftof "Samsung0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
----------------------------------------------------------------------

There are three Device sections (one for one video card, and one for
each of the DVI outputs on a second video card).  There are then three
corresponding Screen sections (named Samsung0, Samsung1, and Acer).

Dunno anything about xrandr...

-- 
Grant Edwards               grant.b.edwards        Yow! Here I am at the flea
                                  at               market but nobody is buying
                              gmail.com            my urine sample bottles ...



^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-user] Re: [Fluxbox-users] dual monitors and dual desktops
       [not found]     ` <CABYmaHMBLzw_Mf5S+MjSqmKzv=Bu+OPiCrBGr9p9f5tOeA3R1Q@mail.gmail.com>
@ 2012-10-25 16:14       ` Kfir Lavi
  0 siblings, 0 replies; 12+ messages in thread
From: Kfir Lavi @ 2012-10-25 16:14 UTC (permalink / raw
  To: Jonathan Reed; +Cc: Antonio Paiva, gentoo-user, fluxbox-users

[-- Attachment #1: Type: text/plain, Size: 3241 bytes --]

Hi,
I have i915 and its compiled in with kms support

Kfir

On Thu, Oct 25, 2012 at 5:24 PM, Jonathan Reed <jreed777@gmail.com> wrote:

> Do you have an nvidia video card? If so I would recommend running
> nvidia-setting to configure your displays. This is what I use after
> trying {a,x,g}randr. I found it a little easier to use with an on-screen
> view of how my monitors would display. Look under the "X Server Display
> Configuration" section. It should be fairly easy to set up. I launch it
> from my startup file because writing out the config to xorg.conf after I
> change my display layout doesnt succeed for reasons i cant remember.
>
>
> On Thu, Oct 25, 2012 at 9:08 AM, Kfir Lavi <lavi.kfir@gmail.com> wrote:
>
>> Thanks for your reply.
>> This program does just what xrandr does.
>> I didn't find a way to separate screens. It seems to define by default a
>> virtual workspace, and let you just put both screens in this virtual
>> workspace.
>> The command at the bottom of this mail does just that.
>>
>> I want that the monitors will not show the same workspace. Both should
>> show different desktops.
>> It is like running xorg twice.
>>
>> Kfir
>>
>>
>> On Thu, Oct 25, 2012 at 2:48 PM, Antonio Paiva <arpaiva@cnel.ufl.edu>wrote:
>>
>>> Try arandr.
>>> I have the same setup and arandr does the job perfectly. Moreover, it
>>> saves the settings as script that you can call upon boot.
>>>
>>> Regards,
>>> Antonio
>>>
>>> On Thu, Oct 25, 2012 at 7:42 AM, Kfir Lavi <lavi.kfir@gmail.com> wrote:
>>> > Hi,
>>> > I have a laptop and an external monitor.
>>> > I would like to have both monitors showing different desktops.
>>> > My aim is to have IRC and Email client on one side, and my shell and
>>> > programming stuff on the other side.
>>> > Currently I managed to do a big virtual workspace with XRANDR, but it
>>> > stretches the browser and it is hard to setup correctly.
>>> > I'm a Fluxbox user, and didn't find a way to define that starching the
>>> > window, will not stretch outside of the monitor I'm on.
>>> > This is why I would like each monitor have it's own desktop.
>>> >
>>> > Thanks,
>>> > Kfir
>>> >
>>> > virtual dual monitors:
>>> > xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto
>>> --output
>>> > VGA1 --mode 1920x1080 --pos 448x0 --primary
>>> >
>>> >
>>> ------------------------------------------------------------------------------
>>> > Everyone hates slow websites. So do we.
>>> > Make your web apps faster with AppDynamics
>>> > Download AppDynamics Lite for free today:
>>> > http://p.sf.net/sfu/appdyn_sfd2d_oct
>>> > _______________________________________________
>>> > Fluxbox-users mailing list
>>> > Fluxbox-users@lists.sourceforge.net
>>> > https://lists.sourceforge.net/lists/listinfo/fluxbox-users
>>> >
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_sfd2d_oct
>> _______________________________________________
>> Fluxbox-users mailing list
>> Fluxbox-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/fluxbox-users
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 4877 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Re: dual monitors and dual desktops
  2012-10-25 14:41 ` [gentoo-user] " Grant Edwards
@ 2012-10-25 16:15   ` Kfir Lavi
  2012-10-25 17:40     ` Grant Edwards
  0 siblings, 1 reply; 12+ messages in thread
From: Kfir Lavi @ 2012-10-25 16:15 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1294 bytes --]

On Thu, Oct 25, 2012 at 4:41 PM, Grant Edwards <grant.b.edwards@gmail.com>wrote:

> On 2012-10-25, Kfir Lavi <lavi.kfir@gmail.com> wrote:
>
> > I have a laptop and an external monitor.
>
> Here's how I do it using Xorg.config
>
> ----------------------------------------------------------------------
> Section "ServerLayout"
>         Identifier     "Triple"
>         Screen      0  "Samsung0"
>         Screen      1  "Samsung1" rightof "Samsung0"
>         Screen      2  "Acer" leftof "Samsung0"
>         InputDevice    "Mouse0" "CorePointer"
>         InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> ----------------------------------------------------------------------
>
> There are three Device sections (one for one video card, and one for
> each of the DVI outputs on a second video card).  There are then three
> corresponding Screen sections (named Samsung0, Samsung1, and Acer).
>
>
Does this setup really separate the screens to 2 desktops and not one big
virtual desktop?


> Dunno anything about xrandr...
>
> --
> Grant Edwards               grant.b.edwards        Yow! Here I am at the
> flea
>                                   at               market but nobody is
> buying
>                               gmail.com            my urine sample
> bottles ...
>
>
>

[-- Attachment #2: Type: text/html, Size: 2193 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-user] Re: dual monitors and dual desktops
  2012-10-25 16:15   ` Kfir Lavi
@ 2012-10-25 17:40     ` Grant Edwards
  2012-10-25 22:38       ` mindrunner
  0 siblings, 1 reply; 12+ messages in thread
From: Grant Edwards @ 2012-10-25 17:40 UTC (permalink / raw
  To: gentoo-user

On 2012-10-25, Kfir Lavi <lavi.kfir@gmail.com> wrote:
> On Thu, Oct 25, 2012 at 4:41 PM, Grant Edwards <grant.b.edwards@gmail.com>wrote:
>
>> On 2012-10-25, Kfir Lavi <lavi.kfir@gmail.com> wrote:
>>
>> > I have a laptop and an external monitor.
>>
>> Here's how I do it using Xorg.config
>>
>> ----------------------------------------------------------------------
>> Section "ServerLayout"
>>         Identifier     "Triple"
>>         Screen      0  "Samsung0"
>>         Screen      1  "Samsung1" rightof "Samsung0"
>>         Screen      2  "Acer" leftof "Samsung0"
>>         InputDevice    "Mouse0" "CorePointer"
>>         InputDevice    "Keyboard0" "CoreKeyboard"
>> EndSection
>> ----------------------------------------------------------------------
>>
>> There are three Device sections (one for one video card, and one for
>> each of the DVI outputs on a second video card).  There are then three
>> corresponding Screen sections (named Samsung0, Samsung1, and Acer).
>>
>>
> Does this setup really separate the screens to 2 desktops and not one big
> virtual desktop?

My configuration above provides 3 separate X displays and 3 separate
desktops.

The mouse pointer and focus moves among the three screens as you would
expect, but each screen is a a separate X display.  The three DISPLAY
variables end up as ":0.0", ":0.1", and ":0.2". [There's only one X
server running.]

That means you can't drag a window from one screen to another, and a
window can't overlap across two screens.

It also means for a few applications you can only have the app running
on one screen at a time. The vast majority of X apps don't care. But
some, like Firefox (and other web browsers like Chrome and Opera),
have added extra logic to prevent it. You'll have to ask the
developers why, but I think it has something to do with their
unwillingness to deal with file-locking when accessing config files.

In _my_ particular configuration, I also have XFCE configured so that
each of the three screens is configured with a pager that can flip
through four virtual desktops independently of the other two screens.

So I actually have a total of 12 virtual desktops (3 sets of 4).

-- 
Grant Edwards               grant.b.edwards
                                  at
                              gmail.com



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Re: dual monitors and dual desktops
  2012-10-25 17:40     ` Grant Edwards
@ 2012-10-25 22:38       ` mindrunner
  2012-10-26 14:42         ` Grant Edwards
  0 siblings, 1 reply; 12+ messages in thread
From: mindrunner @ 2012-10-25 22:38 UTC (permalink / raw
  To: gentoo-user

On 10/25/2012 07:40 PM, Grant Edwards wrote:
> So I actually have a total of 12 virtual desktops (3 sets of 4).

Searching the terminal window opened 6 hours ago on one of the 12
virutal desktops sounds like fun :D


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-user] Re: dual monitors and dual desktops
  2012-10-25 22:38       ` mindrunner
@ 2012-10-26 14:42         ` Grant Edwards
  0 siblings, 0 replies; 12+ messages in thread
From: Grant Edwards @ 2012-10-26 14:42 UTC (permalink / raw
  To: gentoo-user

On 2012-10-25, mindrunner <kernel@ccube.de> wrote:
> On 10/25/2012 07:40 PM, Grant Edwards wrote:
>> So I actually have a total of 12 virtual desktops (3 sets of 4).
>
> Searching the terminal window opened 6 hours ago on one of the 12
> virutal desktops sounds like fun :D


It's not as bad as it sounds. I rarely use more than 2 virtual
desktops, and depending on what I'm doing, there's an informal
"system": when doing development the left monitor is for looking at
PDF datasheets, center monitor is for edit/build source files, right
hand monitor is for "running" the program.

When I get interrupted by a phone call or visitor and need to do
someting else temporarily, I flip one or more of the screens to a
different virtual desktop.

It's sort of like a CPU for which you have a reguster usage convention
and a stack to push "in-use" registers onto when you get interrupted
or have to switch contexts.

-- 
Grant Edwards               grant.b.edwards        Yow! VICARIOUSLY experience
                                  at               some reason to LIVE!!
                              gmail.com            



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] dual monitors and dual desktops
  2012-10-25 12:42 [gentoo-user] dual monitors and dual desktops Kfir Lavi
                   ` (2 preceding siblings ...)
  2012-10-25 14:41 ` [gentoo-user] " Grant Edwards
@ 2012-10-26 16:12 ` Mark David Dumlao
  2012-10-28  7:49   ` Kfir Lavi
  3 siblings, 1 reply; 12+ messages in thread
From: Mark David Dumlao @ 2012-10-26 16:12 UTC (permalink / raw
  To: gentoo-user; +Cc: fluxbox-users

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]

On Oct 25, 2012 8:45 PM, "Kfir Lavi" <lavi.kfir@gmail.com> wrote:
>
> Hi,
> I have a laptop and an external monitor.
> I would like to have both monitors showing different desktops.
> My aim is to have IRC and Email client on one side, and my shell and
programming stuff on the other side.
> Currently I managed to do a big virtual workspace with XRANDR, but it
stretches the browser and it is hard to setup correctly.
> I'm a Fluxbox user, and didn't find a way to define that starching the
window, will not stretch outside of the monitor I'm on.

If I recall correctly, USE=xinerama informs X clients to take multiple
monitors into account when maximising. I have it enabled globally but i
not sure which packages really need it.

> This is why I would like each monitor have it's own desktop.
>
> Thanks,
> Kfir
>
> virtual dual monitors:
> xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto --output
VGA1 --mode 1920x1080 --pos 448x0 --primary

[-- Attachment #2: Type: text/html, Size: 1187 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] dual monitors and dual desktops
  2012-10-26 16:12 ` [gentoo-user] " Mark David Dumlao
@ 2012-10-28  7:49   ` Kfir Lavi
  0 siblings, 0 replies; 12+ messages in thread
From: Kfir Lavi @ 2012-10-28  7:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1579 bytes --]

On Fri, Oct 26, 2012 at 6:12 PM, Mark David Dumlao <madumlao@gmail.com>wrote:

>
> On Oct 25, 2012 8:45 PM, "Kfir Lavi" <lavi.kfir@gmail.com> wrote:
> >
> > Hi,
> > I have a laptop and an external monitor.
> > I would like to have both monitors showing different desktops.
> > My aim is to have IRC and Email client on one side, and my shell and
> programming stuff on the other side.
> > Currently I managed to do a big virtual workspace with XRANDR, but it
> stretches the browser and it is hard to setup correctly.
> > I'm a Fluxbox user, and didn't find a way to define that starching the
> window, will not stretch outside of the monitor I'm on.
>
> If I recall correctly, USE=xinerama informs X clients to take multiple
> monitors into account when maximising. I have it enabled globally but i
> not sure which packages really need it.
>
> > This is why I would like each monitor have it's own desktop.
> >
> > Thanks,
> > Kfir
> >
> > virtual dual monitors:
> > xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto
> --output VGA1 --mode 1920x1080 --pos 448x0 --primary
>
Hi,
Ok, some progress.
Compiling Fluxbox with xinerama use flag result few good things.
Dragging a window to one screen, maximizes it automatically to the size of
the screen.
Now if I toggle maximization, it will be done on the screen the window is
in.

So now I can work with 2 screens.

Is it possible to have each screen in different desktop?

Regards,
Kfir

The command I use:
xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto --output
VGA1 --mode 1920x1080 --pos 1280

[-- Attachment #2: Type: text/html, Size: 2174 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-10-28  7:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 12:42 [gentoo-user] dual monitors and dual desktops Kfir Lavi
     [not found] ` <CAJnjPw5kbkAzHjMwx29Snofodr4CU+r673vcaxOT+J-WdUhTEQ@mail.gmail.com>
2012-10-25 13:08   ` [gentoo-user] Re: [Fluxbox-users] " Kfir Lavi
     [not found]     ` <CABYmaHMBLzw_Mf5S+MjSqmKzv=Bu+OPiCrBGr9p9f5tOeA3R1Q@mail.gmail.com>
2012-10-25 16:14       ` Kfir Lavi
2012-10-25 13:11 ` [gentoo-user] " mindrunner
2012-10-25 13:21   ` Kfir Lavi
2012-10-25 14:41 ` [gentoo-user] " Grant Edwards
2012-10-25 16:15   ` Kfir Lavi
2012-10-25 17:40     ` Grant Edwards
2012-10-25 22:38       ` mindrunner
2012-10-26 14:42         ` Grant Edwards
2012-10-26 16:12 ` [gentoo-user] " Mark David Dumlao
2012-10-28  7:49   ` Kfir Lavi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox