• 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

Revisione02de96acbe2fa5a57b0bda6821a053b1b123fd2 (tree)
Time2013-01-04 07:13:17
AuthorTias Guns <tias@ulys...>
CommiterTias Guns

Log Message

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

Change Summary

Incremental Difference

--- a/src/calibrator/Evdev.cpp
+++ b/src/calibrator/Evdev.cpp
@@ -516,7 +516,7 @@ bool CalibratorEvdev::output_xorgconfd(const XYinfo new_axys)
516516 sysfs_name = "!!Name_Of_TouchScreen!!";
517517
518518 // 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");
520520 printf("Section \"InputClass\"\n");
521521 printf(" Identifier \"calibration\"\n");
522522 printf(" MatchProduct \"%s\"\n", sysfs_name);
--- a/src/calibrator/XorgPrint.cpp
+++ b/src/calibrator/XorgPrint.cpp
@@ -70,7 +70,7 @@ bool CalibratorXorgPrint::output_xorgconfd(const XYinfo new_axys)
7070 sysfs_name = "!!Name_Of_TouchScreen!!";
7171
7272 // 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");
7474 printf("Section \"InputClass\"\n");
7575 printf(" Identifier \"calibration\"\n");
7676 printf(" MatchProduct \"%s\"\n", sysfs_name);