tech@
www/macppc.html has this sample usage for wsconsctl:
Backlight on lcd devices can be controlled through the brightness control keys
on ADB (laptop) keyboards, or through'wsconsctl -w display.brightness=xx' (0 -
100) and 'wsconsctl -w display.backlight=xx' (0 or 100)
current wsconsctl does not have a "-w" option. remove the option from
the sample command.
Index: www/macppc.html
===================================================================
RCS file: /home/cvs/www/macppc.html,v
retrieving revision 1.271
diff -u -p -r1.271 macppc.html
--- www/macppc.html 3 May 2020 16:09:46 -0000 1.271
+++ www/macppc.html 6 May 2020 09:06:57 -0000
@@ -390,8 +390,8 @@ adapters supported by the <a href="i386.
removed and replaced with an adapter (several manufacturers of these exist)
which will produce a standard (and supported) serial port.
<li>Backlight on lcd devices can be controlled through the brightness control
-keys on ADB (laptop) keyboards, or through'wsconsctl -w display.brightness=xx'
-(0 - 100) and 'wsconsctl -w display.backlight=xx' (0 or 100)
+keys on ADB (laptop) keyboards, or through'wsconsctl display.brightness=xx'
+(0 - 100) and 'wsconsctl display.backlight=xx' (0 or 100)
<li>Hardware watchdog timer support:
<ul>
<li>Quancom PWDOG1 watchdog timer (<a
href="https://man.openbsd.org/macppc/pwdog.4">pwdog</a>)