• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A generic touchscreen calibration program for X.Org


Commit MetaInfo

Revisãodf2b8c974e23b0d63a32260456287cfdad6d9364 (tree)
Hora2010-09-13 00:37:32
AutorTias Guns <tias@ulys...>
CommiterTias Guns

Mensagem de Log

manpage: remove mentions of udev configuration

Mudança Sumário

Diff

--- a/man/xinput_calibrator.1
+++ b/man/xinput_calibrator.1
@@ -64,7 +64,7 @@ Run xinput_calibrator in a terminal, as it prints out the calibration values and
6464 .PP
6565 The calibrator merely computes the new calibration. In case you use the evdev driver, it will also apply the new calibration for this session. To make the calibration permanent across X restarts, you need to \fBsave the calibration\fR somewhere.
6666 .PP
67-The calibrator outputs the following 4 alternatives, with the correct values filled in:
67+The calibrator outputs the following 3 alternatives, with the correct values filled in:
6868 .TP 4
6969 .B xorg.conf (the traditional way)
7070 edit /etc/X11/xorg.conf and add in the 'Section "InputDevice"' of your device:
@@ -88,30 +88,6 @@ Else (evtouch or other driver):
8888 Option "SwapXY" "\fIswap_xy\fP"
8989
9090 .TP 4
91-.B udev rule (the new way)
92-create the file '/etc/udev/rules.d/99_touchscreen.rules' with:
93-.br
94- ACTION!="add|change", GOTO="xorg_touchscreen_end"
95-.br
96- KERNEL!="event*", GOTO="xorg_touchscreen_end"
97-.br
98- ATTRS{product}!="\fIName_Of_TouchScreen\fR", GOTO="xorg_touchscreen_end"
99-.br
100- ENV{x11_options.minx}="\fImin_x\fP"
101-.br
102- ENV{x11_options.maxx}="\fImax_x\fP"
103-.br
104- ENV{x11_options.miny}="\fImin_y\fP"
105-.br
106- ENV{x11_options.maxy}="\fImax_y\fP"
107-.br
108- ENV{x11_options.swapxy}="\fIswap_xy\fP"
109-.br
110- LABEL="xorg_touchscreen_end"
111-.PP
112-\fIName_Of_TouchScreen\fR is the sysfs name of the device, use 'udevadm' to find it.
113-
114-.TP 4
11591 .B HAL policy (the old way)
11692 create the file '/etc/hal/fdi/policy/touchscreen.fdi' with:
11793 .br