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 02C62138010 for ; Thu, 25 Oct 2012 16:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE4C821C076; Thu, 25 Oct 2012 16:17:26 +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 819B921C04E for ; Thu, 25 Oct 2012 16:15:55 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id un3so1765932obb.40 for ; Thu, 25 Oct 2012 09:15:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=dVTulQsnMPU+aUJsCxcK3vBtnp9m+5yZehpZQMrh1q4=; b=0SJJzRZrpfntzvfRh4H2HnfczXrkJ8KAkfgmT2Mq2ut5QtCqq4e7vqJcH5kcV44Ff3 cB3/NiacAAFeu4kwG3KMTcg2SPL8TrqMULz20GbWZa8KV9hC1UGu9qc2wa/ClpYkkbd8 nSedi8cAkrBqEgnCTqax/rmsZQuy4gN2SIvQVaYJCeB0lPNg019OJPti8YwtyidNd38s 0lIX6x0HRzbgtI8ego6s4oYIWTH/Wa+H5JYne1uDs5FUMPP3f3htmM/m3RdiRvHNovze lYs8eug423focAz6BtfLsCak9kLk9dLzU7gg+oZP7edJkrMPyaPiFEw2eHgL/lSdoqaE f3Dw== Received: by 10.182.194.70 with SMTP id hu6mr16204461obc.4.1351181755048; Thu, 25 Oct 2012 09:15:55 -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 09:15:34 -0700 (PDT) In-Reply-To: References: From: Kfir Lavi Date: Thu, 25 Oct 2012 18:15:34 +0200 Message-ID: Subject: Re: [gentoo-user] Re: dual monitors and dual desktops To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=f46d04447ecf89638904cce48448 X-Archives-Salt: a2141119-fd3a-49a4-90fa-9bf87095c603 X-Archives-Hash: 8bb58629d8356f863f24db39a95905d1 --f46d04447ecf89638904cce48448 Content-Type: text/plain; charset=UTF-8 On Thu, Oct 25, 2012 at 4:41 PM, Grant Edwards wrote: > On 2012-10-25, Kfir Lavi 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 ... > > > --f46d04447ecf89638904cce48448 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Thu, Oct 25, 2012 at= 4:41 PM, Grant Edwards <grant.b.edwards@gmail.com> = wrote:
On 2012-10-25, Kfir Lavi &= lt;lavi.kfir@gmail.com> wrote= :

> I have a laptop and an external monitor.

Here's how I do it using Xorg.config

----------------------------------------------------------------------
Section "ServerLayout"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 Identifier =C2=A0 =C2=A0 "Triple"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 Screen =C2=A0 =C2=A0 =C2=A00 =C2=A0"Samsun= g0"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 Screen =C2=A0 =C2=A0 =C2=A01 =C2=A0"Samsun= g1" rightof "Samsung0"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 Screen =C2=A0 =C2=A0 =C2=A02 =C2=A0"Acer&q= uot; leftof "Samsung0"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 InputDevice =C2=A0 =C2=A0"Mouse0" &qu= ot;CorePointer"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 InputDevice =C2=A0 =C2=A0"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). =C2=A0There 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?
=C2=A0
Dunno anything about xrandr...

--
Grant Edwards =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 grant.b.edwa= rds =C2=A0 =C2=A0 =C2=A0 =C2=A0Yow! Here I am at the flea
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 at =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 market but nobody is buying
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 gmail.com =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0my urine sample = bottles ...



--f46d04447ecf89638904cce48448--