Normally, rawmode should not be selected in the output of xtsscale.

This commit is contained in:
matthieu
2007-08-31 21:14:04 +00:00
parent 954f29d459
commit f45e8d18fc

View File

@@ -1,4 +1,4 @@
.\" $OpenBSD: xtsscale.1,v 1.2 2007/05/22 09:43:22 robert Exp $
.\" $OpenBSD: xtsscale.1,v 1.3 2007/08/31 21:14:04 matthieu Exp $
.\"
.\" Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
.\"
@@ -44,13 +44,13 @@ points,
.Nm
will exit and provide on standard output a result like the following:
.Pp
.Dl mouse.scale=200,3400,312,3672,1,1024,768
.Dl mouse.scale=200,3400,312,3672,0,1024,768
.Pp
This result should be placed into
.Pa /etc/wsconsctl.conf
for further use, or can be immediately applied using:
.Pp
.Dl # wsconsctl mouse.scale=200,3400,312,3672,1,1024,768
.Dl # wsconsctl mouse.scale=200,3400,312,3672,0,1024,768
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr uts 4 ,