A generic touchscreen calibration program for X.Org
Revisión | e02de96acbe2fa5a57b0bda6821a053b1b123fd2 (tree) |
---|---|
Tiempo | 2013-01-04 07:13:17 |
Autor | Tias Guns <tias@ulys...> |
Commiter | Tias Guns |
Document /usr/share/X11/xorg.conf.d as location for conf.d snippet
This is the correct location for debian based distro's.
Requested by Christian Kießling
@@ -516,7 +516,7 @@ bool CalibratorEvdev::output_xorgconfd(const XYinfo new_axys) | ||
516 | 516 | sysfs_name = "!!Name_Of_TouchScreen!!"; |
517 | 517 | |
518 | 518 | // xorg.conf.d snippet |
519 | - printf(" copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf'\n"); | |
519 | + printf(" copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf' (/usr/share/X11/xorg.conf.d/ in some distro's)\n"); | |
520 | 520 | printf("Section \"InputClass\"\n"); |
521 | 521 | printf(" Identifier \"calibration\"\n"); |
522 | 522 | printf(" MatchProduct \"%s\"\n", sysfs_name); |
@@ -70,7 +70,7 @@ bool CalibratorXorgPrint::output_xorgconfd(const XYinfo new_axys) | ||
70 | 70 | sysfs_name = "!!Name_Of_TouchScreen!!"; |
71 | 71 | |
72 | 72 | // xorg.conf.d snippet |
73 | - printf(" copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf'\n"); | |
73 | + printf(" copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf' (/usr/share/X11/xorg.conf.d/ in some distro's)\n"); | |
74 | 74 | printf("Section \"InputClass\"\n"); |
75 | 75 | printf(" Identifier \"calibration\"\n"); |
76 | 76 | printf(" MatchProduct \"%s\"\n", sysfs_name); |