Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / doc / faq / notrelated.docbook
blob300f976820ce220e8e73b8ea83ce96ab35374251
1 <!-- if you want to validate this file separately, uncomment this prolog:
3 <?xml version="1.0" ?>
4 <!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
5  "dtd/kdex.dtd">
7 -->
9 <chapter id="not-kde">
10 <title>Not really &kde;-related, but frequently asked nevertheless.</title>
12 <qandaset>
13 <qandaentry>
14 <question>
15 <para>How do I change the screen resolution?</para>
16 </question>
17 <answer>
18 <para>Use <keycombo
19 action="simul">&Ctrl;&Alt;<keycap>+</keycap></keycombo> and <keycombo
20 action="simul">&Ctrl;&Alt;<keycap>-</keycap></keycombo> to cycle through
21 the resolutions you have defined in <filename>XF86Config</filename> (maybe under
22 <filename class="directory">/etc/X11</filename>; poke around first).
23 If you prefer to get your hands dirty, you can always edit the file
24 directly.  By placing your favorite resolution at the beginning (or
25 making it the only one listed), &X-Window; will always start up with that
26 resolution.
27 <caution><para>Always make a backup copy of your <filename>XF86Config</filename> file
28 <emphasis>before</emphasis> you start editing it.  Errors in this file
29 can render &X-Window; unusable.</para></caution>
30 <note><para>These instructions are only valid if you are running
31 version 3.3.x of the XFree86 server.  If you are running XFree86 4.x,
32 you must consult with the <ulink url="http://xfree.org">XFree86(TM):
33 Home Page</ulink>.</para></note></para>
34 </answer>
35 </qandaentry>
37 <qandaentry>
38 <question>
39 <para>How do I change the color depth?</para>
40 </question>
41 <answer>
42 <para>There is no way you can do this on the fly.  You can either
43 start &X-Window; using <command>startx <option> -bpp
44 <replaceable>number</replaceable></option></command> where
45 <replaceable>number</replaceable> can be 8, 16, 24 or 32, depending on
46 the depth you want. Alternatively, if you are using
47 <application>xdm</application>/&kdm;, you
48 need to edit
49 <filename>/etc/X11/xdm/Xservers</filename> (may vary) and enter
50 <userinput>:0 local /usr/X11R6/bin/X -bpp 16</userinput> for 16 bit color
51 depth.</para>
52 <para>You can also edit the <filename>XF86Config</filename> file and add a line
53 like <userinput>DefaultColorDepth
54 <replaceable>number</replaceable></userinput> to Section "Screen".
55 The next time you start X, it will run with the newly-configured color
56 depth.</para>
57 </answer>
58 </qandaentry>
60 <qandaentry>
61 <question>
62 <para>What can I do if I am using a 2-button mouse?</para>
63 </question>
64 <answer>
65 <para>Go buy a 3-button one, or use third button emulation.  The third
66 button is emulated by pressing both the &LMB; and the &RMB;
67 together.  You would need to enable <option>Emulate3Buttons</option>
68 in your <filename>XF86Config</filename> file. </para>
69 </answer>
70 </qandaentry>
72 <qandaentry>
73 <question>
74 <para>What is a "sticky" window?</para>
75 </question>
76 <answer>
77 <para>In a virtual desktop environment with multiple virtual desktops, a
78 "sticky" window will stay put on the screen when you switch between
79 desktops, as if sticking to the glass of the screen.
80 <application>Xclock</application> is a typical candidate for sticking,
81 as you need to run only one instance of it, and it always stays with
82 you. </para>
83 </answer>
84 </qandaentry>
87 <qandaentry>
88 <question>
89 <para>How do I extract/install diff files?</para>
90 </question>
91 <answer>
92 <para>To generate a context-diff suitable for patching, use
93 <command>diff -u <replaceable>old-file new-file</replaceable> &gt;
94 <replaceable>patchfile</replaceable></command>.  To apply the diff to
95 a file (<abbrev>i.e.</abbrev> "patch the file"), execute
96 <command>patch &lt; <replaceable>patchfile</replaceable></command>.</para>
97 </answer>
98 </qandaentry>
100 <qandaentry>
101 <question>
102 <para>How do I get &Linux; to mount the floppy device for use with both
103 DOS and ext2 formatted floppies?</para>
104 </question>
105 <answer>
106 <para>Just specify the filesystem type as auto in
107 <filename>/etc/fstab</filename>.  Auto detection works fine for DOS and
108 ext2.</para>
109 </answer>
110 </qandaentry>
112 <qandaentry>
113 <question>
114 <para>How do I start &kde; with the <keycap>Num Lock</keycap> on?</para>
115 </question>
116 <answer>
117 <para>Open the &kcontrolcenter; and navigate to <guimenu>Peripherals</guimenu><guimenuitem>Keyboard</guimenuitem>. Under the section <guilabel>NumLock on &kde; Startup</guilabel> move the radio button to select <guilabel>Turn on</guilabel></para>
118 </answer>
119 </qandaentry>
121 <qandaentry>
122 <question>
123 <para>How do I take window or desktop screenshots?</para>
124 </question>
125 <answer>
126 <para>Use &ksnapshot;.</para>
127 </answer>
128 </qandaentry>
130 <qandaentry>
131 <question>
132 <para>Is there a tool to make webpages?</para>
133 </question>
134 <answer>
135 <para>Yes, and there are a lot of them out there, including
136 <application>StarOffice</application>, <application>&Netscape; Composer</application>, and
137 <application>XEmacs</application>.
138 There are also many &kde; applications.  To find the most current
139 list, go to <ulink url="http://kde-apps.org">kde-apps.org: The
140 Latest in &kde; Applications</ulink> and search for <emphasis>web
141 development</emphasis>.  Try as many as possible and choose the one
142 most suitable to your needs.</para>
143 </answer>
144 </qandaentry>
146 <qandaentry>
147 <question>
148 <para>What do all those acronyms like AFAIK mean?</para>
149 </question>
150 <answer>
151 <para><screen>
152 AAMOF: as a matter of fact
153 AFAIK: as far as I know
154 AISE: as I see it
155 BFN: bye for now
156 BION: believe it or not
157 BRB: be right back
158 BTW: by the way
159 CMIIW: correct me if I am wrong
160 FUD: fear, uncertainty, and doubt
161 FWIW: for what it's worth
162 FYI: for your information
163 HTH: hope this helps
164 IIRC: if I recall correctly
165 IMHO: in my humble opinion
166 LOL: laughing out loud
167 MYOB: mind your own business
168 PITA: pain in the ass
169 ROTFL: rolling on the floor laughing
170 RTFM: read the fine manual
171 SOP: standard operating procedure
172 TIA: thanks in advance
173 YMMV: your mileage may vary
174 </screen></para>
175 </answer>
176 </qandaentry>
177 </qandaset>
178 </chapter>