summaryrefslogtreecommitdiff
path: root/constype.man
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 15:54:45 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 15:54:45 +0000
commitf83b90f738f8cece930e20bbfe9507784de2cb92 (patch)
tree29fb02a04b34c01628ceeeacc70db600df4316c1 /constype.man
R6.6 is the Xorg base-lineXORG-MAINXORG-STABLE
Diffstat (limited to 'constype.man')
-rw-r--r--constype.man55
1 files changed, 55 insertions, 0 deletions
diff --git a/constype.man b/constype.man
new file mode 100644
index 0000000..ea7ed19
--- /dev/null
+++ b/constype.man
@@ -0,0 +1,55 @@
+.\" $Xorg: constype.man,v 1.3 2000/08/17 19:48:29 cpqbld Exp $
+.TH CONSTYPE 1 "Release 6.4" "X Version 11"
+.SH NAME
+constype \- print type of Sun console
+.SH SYNOPSIS
+.B "constype"
+[
+.I device_name
+] [
+.B \-num
+]
+.SH DESCRIPTION
+The
+.I constype
+program
+writes on the standard output the Sun code for the type of display
+that the console is.
+The types output include these:
+.sp 2
+.in +0.5i
+.nf
+bw? Black and White, where ? is 1-4. (eg) 3-50s are bw2
+cg? Colour Graphics display, where ? is 1-4
+gp? Optional Graphics Processor board, where ? is 1-2
+ns? Not Sun display \(em where ? is A-J
+.fi
+.in -0.5i
+.sp 2
+This is useful in determining startup values and defaults for window
+systems.
+.LP
+The
+.I device_name
+argument, if given, is the device to examine.
+If not given,
+.I /dev/fb
+is used.
+.LP
+The
+.B \-num
+option causes
+.I constype
+to follow the type keyword with the numeric value of that type,
+as returned by the FBIOGATTR or FBIOGTYPE ioctl and defined in fbio.h.
+This is useful if the type is not recognized by the program.
+.SH "EXIT STATUS"
+The program exits with status 0 if it identified a known console type,
+1 if the type was unknown, and 2 if the device could not be opened or
+another error occurred.
+.SH BUGS
+Not tested on all monitor types
+.SH COPYRIGHT
+Copyright 1988, SRI
+.SH AUTHOR
+Doug Moran <moran@ai.sri.com>