1 <!-- if you want to validate this file separately, uncomment this prolog:
4 <!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
10 <title>Not really &kde;-related, but frequently asked nevertheless.</title>
15 <para>How do I change the screen resolution?</para>
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
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>
39 <para>How do I change the color depth?</para>
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
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
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
62 <para>What can I do if I am using a 2-button mouse?</para>
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>
74 <para>What is a "sticky" window?</para>
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
89 <para>How do I extract/install diff files?</para>
92 <para>To generate a context-diff suitable for patching, use
93 <command>diff -u <replaceable>old-file new-file</replaceable> >
94 <replaceable>patchfile</replaceable></command>. To apply the diff to
95 a file (<abbrev>i.e.</abbrev> "patch the file"), execute
96 <command>patch < <replaceable>patchfile</replaceable></command>.</para>
102 <para>How do I get &Linux; to mount the floppy device for use with both
103 DOS and ext2 formatted floppies?</para>
106 <para>Just specify the filesystem type as auto in
107 <filename>/etc/fstab</filename>. Auto detection works fine for DOS and
114 <para>How do I start &kde; with the <keycap>Num Lock</keycap> on?</para>
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>
123 <para>How do I take window or desktop screenshots?</para>
126 <para>Use &ksnapshot;.</para>
132 <para>Is there a tool to make webpages?</para>
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>
148 <para>What do all those acronyms like AFAIK mean?</para>
152 AAMOF: as a matter of fact
153 AFAIK: as far as I know
156 BION: believe it or not
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
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