summarylogtreecommitdiffstats
path: root/draftsight.install
diff options
context:
space:
mode:
Diffstat (limited to 'draftsight.install')
-rw-r--r--draftsight.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/draftsight.install b/draftsight.install
index a349e97dfe79..f6de2bbecbc0 100644
--- a/draftsight.install
+++ b/draftsight.install
@@ -3,18 +3,6 @@ post_install()
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
update-mime-database usr/share/mime
-
- echo
- echo "ATTENTION Nvidia/Nouveau driver users:"
- echo "======================================"
- echo
- echo 'To fix the mouse lag issue in Draftsight SP3, you may have to turn off synchronization to VBlank and/or page flipping.'
- echo 'For Nvidia driver users, this can be done through the nvidia-settings tool, and unchecking "Sync to VBlank" and "Allow Flipping" in the "OpenGL Settings"'
- echo 'For Nouveau driver users, "GLXVBlank" and/or "PageFlip" options must be turned off in your xorg.conf files.'
- echo
- echo "Please refer to the comment section of this package in AUR: https://aur.archlinux.org/packages/draftsight/"
- echo "Or for additional reading, refer to manual pages nv(4), nouveau(4), xorg.conf(5); and the Wiki pages for Nvidia, Nouveau, and Xorg."
- echo
}
post_update()
@@ -22,18 +10,6 @@ post_update()
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
update-mime-database usr/share/mime
-
- echo
- echo "ATTENTION Nvidia/Nouveau driver users:"
- echo "======================================"
- echo
- echo 'To fix the mouse lag issue in Draftsight SP3, you may have to turn off synchronization to VBlank and/or page flipping.'
- echo 'For Nvidia driver users, this can be done through the nvidia-settings tool, and unchecking "Sync to VBlank" and "Allow Flipping" in the "OpenGL Settings"'
- echo 'For Nouveau driver users, "GLXVBlank" and/or "PageFlip" options must be turned off in your xorg.conf files.'
- echo
- echo "Please refer to the comment section of this package in AUR: https://aur.archlinux.org/packages/draftsight/"
- echo "Or for additional reading, refer to manual pages nv(4), nouveau(4), xorg.conf(5); and the Wiki pages for Nvidia, Nouveau, and Xorg."
- echo
}
post_remove()