Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

goban(1) [debian man page]

GOBAN(1)						      General Commands Manual							  GOBAN(1)

NAME
goban - Goban screensaver SYNOPSIS
goban [options] DESCRIPTION
This manual page documents briefly the goban command. goban is a screensaver program that replays historical games of go (aka wei-chi and baduk) on the screen. OPTIONS
-version, --version Print version information -[no]stealth Stealth mode -display Display to use -[no]color Use color if possible -[no]hiContrast Use high-contrast graphics instead of rendered -adfile Set resource file name -name Name used to look up X resources -fontHeight Size (in pixels) of font (default = 12) -window-id X window id to draw in -root Draw on the root window -stonetime Milliseconds between stones in screensaver (default = 2000) -gametime Milliseconds between games in screensaver (default = 10000) -acceleration Rate of acceleration of stonetime 0=slow 100=fast (default = 50) -game-dir Directory to find games to play -minstonetime Minimum stonetime (limit on acceleration) in screensaver (default = 100) -arena.games Number of games to play in arena test -arena.prog1 Program 1 for arena testing -arena.prog2 Program 2 for arena testing -arena.size Size to use in arena testing -arena.komi Komi for arena testing -arena.handicap Handicap for arena testing -edit Edit SGF file -nngs Connect to NNGS -igs Connect to IGS -screensaver Run as a screensaver -help, --help Show help message SEE ALSO
xscreensaver(1) See the README for info about arena mode. AUTHOR
goban was written by Scott Draves <spot@draves.org>. This manual page was written by Al Nikolov <clown@debian.org>, for the Debian project (and may be used by others). The Debian package is dedicated to the Saint-Petersburg Go Federation and personally to Maxim Podolyak, it's President. November 4, 2010 GOBAN(1)

Check Out this Related Man Page

XDG-SCREENSAVER(1)					      xdg-screensaver Manual						XDG-SCREENSAVER(1)

NAME
xdg-screensaver - command line tool for controlling the screensaver SYNOPSIS
xdg-screensaver suspend WindowID xdg-screensaver resume WindowID xdg-screensaver {activate | lock | reset | status} xdg-screensaver {--help | --manual | --version} DESCRIPTION
xdg-screensaver provides commands to control the screensaver. xdg-screensaver is for use inside a desktop session only. It is not recommended to use xdg-screensaver as root. COMMANDS
suspend WindowID Suspends the screensaver and monitor power management. WindowID must be the X Window ID of an existing window of the calling application. The window must remain in existence for the duration of the suspension. WindowID can be represented as either a decimal number or as a hexadecimal number consisting of the prefix 0x followed by one or more hexadecimal digits. The screensaver can be suspended in relation to multiple windows at the same time. In that case screensaver operation is only restored once the screensaver has been resumed in relation to each of the windows resume WindowID Resume the screensaver and monitor power management after being suspended. WindowID must be the same X Window ID that was passed to a previous call of xdg-screensaver suspend activate Turns the screensaver on immediately. This may result in the screen getting locked, depending on existing system policies. lock Lock the screen immediately. reset Turns the screensaver off immediately. If the screen was locked the user may be asked to authenticate first. status Prints enabled to stdout if the screensaver is enabled to turn on after a period of inactivity and prints disabled if the screensaver is not enabled. OPTIONS
--help Show command synopsis. --manual Show this manual page. --version Show the xdg-utils version information. EXIT CODES
An exit code of 0 indicates success while a non-zero exit code indicates failure. The following failure codes can be returned: 1 Error in command line syntax. 3 A required tool could not be found. 4 The action failed. EXAMPLES
xdg-screensaver suspend 0x1c00007 Causes the screensaver to be disabled till xdg-screensaver resume 0x1c00007 is called. 0x1c00007 must be the X Window ID of an existing window. AUTHOR
Bryce Harrington Author. COPYRIGHT
Copyright (C) 2006 xdg-utils 1.0 08/18/2014 XDG-SCREENSAVER(1)
Man Page