plan9port/man/man1/devdraw.1
Rob Kroeger ef99c9f1ae devdraw: MacBook retina support
Enable with export devdrawretina=1 (everything will be smaller).

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/6592072
2012-10-16 13:55:44 -04:00

29 lines
570 B
Groff

.TH DEVDRAW 1
.SH NAME
devdraw \- draw device simulator
.SH SYNOPSIS
invoked via
.I initdraw
(see
.IR graphics (3))
.SH DESCRIPTION
.I Devdraw
serves a custom graphics protocol and is the only program
that talks directly to X window servers.
On Macintosh, setting
.BI devdrawretina
to
.BI 1
will cause
.I devdraw
to use all available physical pixels on a retina display.
.SH SOURCE
.B \*9/src/cmd/devdraw
.SH "SEE ALSO
.IR draw (3),
.IR drawfcall (3),
.IR graphics (3)
.SH BUGS
.I Devdraw
should probably present a standard 9P server
instead of using its own protocol.