• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-

.gitignoreH A D09-Jul-2018224 2221

AUTHORSH A D09-Jul-2018316 1110

COPYINGH A D09-Jul-20181.6 KiB2923

COPYING.win32H A D09-Jul-20181.3 KiB3322

ChangeLogH A D09-Jul-2018105 53

ChangeLog.oldH A D09-Jul-20183.4 KiB11481

INSTALLH A D09-Jul-2018181 74

Makefile.amH A D09-Jul-2018966 5529

READMEH A D09-Jul-20181.5 KiB5136

bootstrap.shH A D09-Jul-201827 41

configure.acH A D03-May-20221 KiB4030

keymap.cH A D09-Jul-20187.5 KiB276195

keymap.hH A D09-Jul-20181.9 KiB5913

resource.hH A D09-Jul-201872 31

winmsg.cH A D09-Jul-20185.6 KiB251231

x2x.1H A D09-Jul-201815.6 KiB409379

x2x.cH A D09-Jul-2018113 KiB3,6872,826

x2xwin.rcH A D09-Jul-20181.2 KiB4039

README

1x2x
2===
3
4Overview
5--------
6
7x2x allows the keyboard, mouse on one X display to be used to control another X
8display. It also shares X clipboards between the displays.
9
10When built/run on Cygwin it may be run on Windows desktop to control X display.
11
12License
13-------
14
15x2x is under MIT/BSD license.
16
17Windows support includes code under GPL2 or later.
18
19Call for help
20-------------
21
22x2x has a long history. It was born in the times when life was hard, window
23managers were simple and displays were rectangle. Several implicit assumptions
24survived during the x2x lifetime, and now need reconsideration. As x2x is simple
25(however, it has accumulated inner knowledge of X11 implementations), we are
26looking for brave person who can read and understand whole x2x and will write
27new x2x, adapted to the modern life of dynamically attached and detached
28displays, complex data transferring through the X selections and Xinerama.
29
30Authors
31-------
32
33x2x was initially developed in DEC by David Chaiken.
34Current maintainer is Mikhail Gusarov.
35
36== Installing on Fedora, or without building package  ==
37
381. git clone https://github.com/dottedmag/x2x; cd x2x
392. ./bootstrap.sh
403. sudo yum -y install libXext-devel libXtst-devel
414. ./configure
425. make && sudo make install
43
44== Installing on Ubuntu or Debian ==
45
461. git clone https://github.com/dottedmag/x2x; cd x2x
472. git checkout debian
483. dpkg-checkbuilddeps (and sudo apt install anything-missing)
494. fakeroot debian/rules binary
505. sudo dpkg --install ../x2x_VERSION.deb
51