aboutsummaryrefslogtreecommitdiff
path: root/system/snapscreenshot/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-07-06 22:51:04 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-07-07 06:54:18 +0700
commita274538685d16c0f4e6a6e05121a2600f010bc11 (patch)
treedb9d6dd017c59eae6824f92cb83a43cee9b926c7 /system/snapscreenshot/README
parenta2dcdb585af8af69ff73c3e11de684a8906badb9 (diff)
system/snapscreenshot: Added (screenshot program for text consoles).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/snapscreenshot/README')
-rw-r--r--system/snapscreenshot/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/snapscreenshot/README b/system/snapscreenshot/README
new file mode 100644
index 0000000000000..efa597e5a0662
--- /dev/null
+++ b/system/snapscreenshot/README
@@ -0,0 +1,15 @@
+snapscreenshot (screenshot program for text consoles)
+
+snapscreenshot creates a .tga (Targa) image file from the text contents
+of the Linux framebuffer consoles (by default, all of the consoles,
+tiled in a single image).
+
+This probably doesn't work for non-framebuffer consoles (not tested).
+
+By default, snapscreenshot is installed setuid root and executable by
+users in the 'video' group. Normally on Slackware, users logged in at
+the console are in the 'video' group by default. If you don't like this,
+export SETUID=no in the script's environment. This will require root
+access (e.g. su or sudo) for snapscreenshot to work.
+
+See NOTES.txt for more information.