File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change 2
2
[ X.org] ( https://x.org/ ) [ tslib] ( http://tslib.org ) input driver
3
3
4
4
### 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.
7
8
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 `
20
17
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 )
22
19
(which is probably why you installed xf86-input-tslib in the first place :) ) and
23
20
reboot.
24
21
You can’t perform that action at this time.
0 commit comments