From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1FBF2138010 for ; Thu, 25 Oct 2012 12:44:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50AF1E052E; Thu, 25 Oct 2012 12:43:52 +0000 (UTC) Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 609D721C050 for ; Thu, 25 Oct 2012 12:42:43 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id un3so1532163obb.40 for ; Thu, 25 Oct 2012 05:42:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=dG2rKXwLsx5SCPmht3d45Vgbja3vBla6kf0UvROkXOg=; b=e4Iok8C3Mchcre1Vfcv1+l5HCXVdZ55UPzQeZSR/Tun8yjN+1pw/4tK2TUbCQD9zS1 SQDXLJ4blbt4CHt7uTV7COZwndynIyEKxlKwesdWsC5ByGADXaV0dzKgJK8B7VO21WSq MhVD63Km9w9C8FIQVFqtnhYonOESL+UbAhO+XSKo7VbdfS7KsCW8POP1QI0BS9IloIYm HDlU/GWcUiZXARXnTU4a/yylPRqJUCu78KMKk/FhrnlVvknEBkVqeyi5kpZMv2BwlF+y M5T/1m+bBQ/ZeBypaxsgq67CQDoKZugM75Jo1OY7KzEvMJav50psC7h1jmnQUGl7BaIU E1qg== Received: by 10.60.26.230 with SMTP id o6mr16220712oeg.109.1351168962838; Thu, 25 Oct 2012 05:42:42 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.60.20.100 with HTTP; Thu, 25 Oct 2012 05:42:22 -0700 (PDT) From: Kfir Lavi Date: Thu, 25 Oct 2012 14:42:22 +0200 Message-ID: Subject: [gentoo-user] dual monitors and dual desktops To: gentoo-user@lists.gentoo.org, fluxbox-users@lists.sourceforge.net Content-Type: multipart/alternative; boundary=e89a8fb1ef120fc09b04cce18a0e X-Archives-Salt: 037a02a5-e3ff-4c97-86eb-e3385425b336 X-Archives-Hash: cbc6612fee803c409398f33ea3860c52 --e89a8fb1ef120fc09b04cce18a0e Content-Type: text/plain; charset=UTF-8 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 --e89a8fb1ef120fc09b04cce18a0e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,
I have a laptop and an external monitor.
I woul= d like to have both monitors showing different desktops.
My aim is to h= ave 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 stret= ches the browser and it is hard to setup correctly.
I'm a Fluxbox u= ser, and didn't find a way to define that starching the window, will no= t stretch outside of the monitor I'm on.
This is why I would like each monitor have it's own desktop.

Th= anks,
Kfir

virtual dual monitors:
xrandr --output LVDS1 --prim= ary --mode 1280x800 --pos 0x0 --auto --output VGA1 --mode 1920x1080 --pos 4= 48x0 --primary
--e89a8fb1ef120fc09b04cce18a0e--