[68] in netbsd-help mailing list archive
Re: more questions
daemon@ATHENA.MIT.EDU (jtkohl@MIT.EDU)
Fri Feb 10 15:43:19 1995
From: jtkohl@MIT.EDU
Date: Fri, 10 Feb 1995 15:42:54 -0500
To: Eric Ding <ericding@MIT.EDU>
Cc: netbsd-help@MIT.EDU
In-Reply-To: "[66] in netbsd-help mailing list archive"
>>>>> "Eric" == Eric Ding <ericding@MIT.EDU> writes:
Eric> 2) How can I change the cursor from a blinking box to an underline? Is there
Eric> a compile time option?
Look at the PCVT utilities in the kernel source distribution,
/sys/arch/i386/isa/pcvt/Util/cursor/*
The cursor program will let you change the cursors on the fly. There
should be directions in /sys/arch/i386/isa/pcvt/Util on how to compile
the utilities. I set the cursor size on my machine at home at every
boot; I'll mail you the stuff I have in my /etc/rc files.
Eric> 3) Is there a way to make it blank the screen if the computer is inactive
Eric> x minutes?
If you're using X11, this will happen by default (look at the X
screensaver options with 'xset q'). I don't know offhand how to do it
for text mode consoles, sorry.
==John