Skip to content

Commit f104b63

Browse files
committed
README.md: updates
1 parent 844ef0a commit f104b63

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,20 @@
22
[X.org](https://x.org/) [tslib](http://tslib.org) input driver
33

44
### how to use
5-
xf86-input-tslib assumes you have only one touchscreen device available. If
6-
there are multiple in your system, please specify the config file `80-tslib.conf`.
5+
xf86-input-tslib assumes you have only one touchscreen device available, see
6+
`80-tslib.conf`. If there are multiple in your system, please specify one config
7+
section for each.
78
xf86-input-tslib aims to make [tslib](http://tslib.org) easy to use and doesn't
8-
offer special configuration options. Only make sure you have tslib
9-
[installed](https://github.com/kergoth/tslib/blob/master/README.md#install-tslib).
10-
11-
To install alongside other X.org drivers and override other existing touchscreen
12-
drivers,
13-
[download](https://github.com/merge/xf86-input-tslib/releases) and extract the
14-
latest release tarball, `cd xf86-input-tslib` into the extracted directory and
15-
do
16-
17-
./configure --prefix=/usr
18-
make
19-
sudo make install
9+
offer special configuration options.
10+
11+
* have tslib (libts) [installed](https://github.com/kergoth/tslib/blob/master/README.md#install-tslib).
12+
* [download](https://github.com/merge/xf86-input-tslib/releases) and extract.
13+
* `cd xf86-input-tslib` into the extracted directory
14+
* `./configure --prefix=/usr`
15+
* `make`
16+
* `sudo make install`
2017

21-
Done. Use [tslib's ts.conf](https://github.com/kergoth/tslib/blob/master/README.md#configure-tslib)
18+
Done. Configure your [tslib's ts.conf](https://github.com/kergoth/tslib/blob/master/README.md#configure-tslib)
2219
(which is probably why you installed xf86-input-tslib in the first place :) ) and
2320
reboot.
2421

0 commit comments

Comments
 (0)