summarylogtreecommitdiffstats
path: root/notes.install
diff options
context:
space:
mode:
authorSebastian 'gonX' Jensen2023-08-16 19:50:14 +0200
committerSebastian 'gonX' Jensen2023-08-16 19:50:14 +0200
commit1f9381b538a4187b1e1fed5e446a62c86301f6dd (patch)
tree2ce66b36671dbd46805487f15e90bf8a26c47fbc /notes.install
parentdb9a64606b88e8b4f3312074c27affd03009cf6e (diff)
downloadaur-1f9381b538a4187b1e1fed5e446a62c86301f6dd.tar.gz
Update to the new repo packaging scripts
Diffstat (limited to 'notes.install')
-rw-r--r--notes.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/notes.install b/notes.install
index 19e4246c7173..c68a0ae63768 100644
--- a/notes.install
+++ b/notes.install
@@ -11,23 +11,22 @@ msg_starting() {
echo "The daemon can be started with:"
echo -e " $ ${GREEN}otd${RESET}"
echo "You can fork it to the background and use output redirection to a log file if desired."
- echo "A systemd user service is also provided and can be used instead:"
+ echo "A systemd user service is also provided and can be used instead, assuming you have a correct systemd user graphical-session.target set up:"
echo -e " $ ${GREEN}systemctl --user enable --now opentabletdriver.service${RESET}"
echo
}
msg_modules() {
- echo "You will have to manually disable built-in kernel modules in order for this driver to work properly."
- echo -e "This can be done by blacklisting the kernel module by creating a file in ${GREEN}/etc/modprobe.d/blacklist.conf${RESET} with a single line:"
- echo -e " ${GREEN}blacklist <module>${RESET}"
- echo "Where <module> is 'wacom' if you own a wacom tablet, and 'hid_uclogic' otherwise."
+ echo "You will have to manually unload built-in kernel modules (or reboot) in order for this driver to work properly."
echo "To unload the module immediately, run:"
echo -e " # ${GREEN}rmmod <module>${RESET}"
+ echo "Where <module> is 'wacom' if you own a wacom tablet, and 'hid_uclogic' otherwise."
echo
}
msg_faq() {
- echo -e "In case that you still have issues after following these instructions, the FAQ at ${GREEN}https://opentabletdriver.net/Wiki/FAQ/Linux${RESET} may help."
+ echo -e "As of version 0.6.2.0, having the package installed will ${BOLD}block${RESET} any modules related to drawing tablets"
+ echo -e "In the case that you still have issues after following these instructions, the FAQ at ${GREEN}https://opentabletdriver.net/Wiki/FAQ/Linux${RESET} may help."
echo
}
@@ -56,4 +55,5 @@ post_upgrade() {
echo -e "You may want to clear the contents of the ${GREEN}Plugins/${RESET} and ${GREEN}Configurations/${RESET} folder in ${GREEN}~/.config/OpenTabletDriver/${RESET}"
echo
fi
+ msg_faq
}