Gentoo Archives: gentoo-amd64

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: Multiple X with multiple Keyboards
Date: Thu, 01 Dec 2005 02:41:05
Message-Id: pan.2005.12.01.02.35.39.647942@cox.net
In Reply to: [gentoo-amd64] Multiple X with multiple Keyboards by Christian Aistleitner
1 Christian Aistleitner posted <op.s02i0wwfu6j4vy@×××××××××××××××××××.info>,
2 excerpted below, on Wed, 30 Nov 2005 20:27:58 +0100:
3
4 > I have several mice, keyboards, and monitors/graphic cards attached to my
5 > gentoo ~amd64 machine at once. I created a server layout using all mice,
6 > keyboards, and monitors. X (x11-base/xorg-x11-6.8.2-r6) works like a
7 > charm.
8 >
9 > However, I wanted to split the mice, monitors, and keyboards to
10 > workplaces. For example the first mouse, the first keyboard and the first
11 > Monitor for workplace1 and the rest for workplace2. Both workplaces should
12 > allow to operate independently from the other. For example I am logged in
13 > and working on workplace1. Them a friend drops by, logs in on workplace2
14 > WHILE i am working on workplace1
15 >
16 > So I separated my xorg.conf into two layouts. One for workplace1 and one
17 > for workplace2.
18 > However, I could not attach the keyboards to different vt's. Therfore, if
19 > I choose to have workplace1 on vt7 and workplace2 on vt8, I can use either
20 > workplace1 or workplace2. Not both of them simultaneously.
21 >
22 > I found several patches for X, but after applying them, X did not compile.
23 > I also found the "Backstreet Ruby kernel" mentioned several times --
24 > these pages however date back to 2003.
25
26 As you saw, X by itself doesn't work the way you intend. Different
27 layouts are for alternate arrangements, but still single X user. Even
28 different VT (virtual terminals) wouldn't do what you want. That would
29 allow you to run two X sessions on the same physical terminal, switching
30 between them.
31
32 What you want might be more in line with either two X sessions, running an
33 X server on your friend's computer, to connect to X clients running on
34 yours (while you run your own X server and clients separately), or
35 something like the LTSP, Linux Terminal Server Project, which runs one
36 big server and a bunch of thin clients, normally diskless boot, that
37 access the main server. I don't know much about either arrangement, but
38 the LTSP home page is http://www.ltsp.org/
39
40 That's barely a pointer in (one hopes) the right direction, but that's a
41 start. Perhaps someone else has more.
42
43 --
44 Duncan - List replies preferred. No HTML msgs.
45 "Every nonfree program has a lord, a master --
46 and if you use the program, he is your master." Richard Stallman in
47 http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html
48
49
50 --
51 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Re: Multiple X with multiple Keyboards Steve Herber <herber@×××××.com>