libkeymap: Do not dump diacr values if lk_dump_keymap called
[platform/upstream/kbd.git] / doc / kbd.FAQ-19.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
5  <TITLE>The Linux keyboard and console HOWTO: Screensaving</TITLE>
6  <LINK HREF="kbd.FAQ-20.html" REL=next>
7  <LINK HREF="kbd.FAQ-18.html" REL=previous>
8  <LINK HREF="kbd.FAQ.html#toc19" REL=contents>
9 </HEAD>
10 <BODY>
11 <A HREF="kbd.FAQ-20.html">Next</A>
12 <A HREF="kbd.FAQ-18.html">Previous</A>
13 <A HREF="kbd.FAQ.html#toc19">Contents</A>
14 <HR>
15 <H2><A NAME="s19">19. Screensaving</A></H2>
16
17 <P>
18 <!--
19 screensaving!controlling
20 -->
21
22 <!--
23 screen blanking
24 -->
25 <P><CODE>setterm -blank</CODE> <I>nn</I> will tell the console driver to blank the
26 screen after <I>nn</I> minutes of inactivity. (With <I>nn</I> = 0, screensaving
27 is turned off. In some old kernels this first took effect after the next
28 keyboard interrupt.)
29 <P>The <CODE>s</CODE> option of xset(1) will set the X screensaving parameters:
30 <CODE>xset s off</CODE> turns off the screensaver,
31 <CODE>xset s 10</CODE> blanks the screen after 10 minutes.
32 <P>The video hardware powersaving modes can be enabled/disabled
33 using the <CODE>setvesablank</CODE> program given in the starting comment of
34 <CODE>/usr/src/linux/drivers/char/vesa_blank.c</CODE>.
35 <P>
36 <HR>
37 <A HREF="kbd.FAQ-20.html">Next</A>
38 <A HREF="kbd.FAQ-18.html">Previous</A>
39 <A HREF="kbd.FAQ.html#toc19">Contents</A>
40 </BODY>
41 </HTML>