3 <!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
8 <title>Miscellaneous questions</title>
15 <para>Does &kde; support transparency and other visual effects provided by the new composite extension to X.org?</para>
18 <para> Yes! An exciting new feature in &kde; 3.4 and greater is support for the new X composite extension. This allows for effects such as translucency and drop shadows for all windows, easily configurable through &kwin;'s configuration dialog. This requires you to be using X.org version 6.8.0 or newer and have:
22 Option "Composite" "Enable"
26 In your <filename>xorg.conf</filename>. If you have an nvidia graphics card and use the nvidia driver you can improve the performance of these effects by also adding the RenderAccel option to the Device section for your graphics card:
30 Identifier "nvidia-fx5200"
32 Option "RenderAccel" "true"
34 Once you have configured X.org correctly, transparency and other effects can be enabled through the <menuchoice><guimenu>Desktop</guimenu><guimenuitem>Window Behavior</guimenuitem></menuchoice> &kcontrolcenter; module, under the <guilabel>Translucency</guilabel> tab.
41 <para>What about &kde; programs that do not have icons? How do I get
42 them into the menu?</para>
45 <para>Use &kmenuedit;. To access it use the &RMB; on the
46 <guibutton>K</guibutton> button and select <guimenu>Menu Editor</guimenu>.</para>
52 <para>Does &kde; have a graphical &FTP; client?</para>
55 <para>Yes, and it is none other than your favorite file
56 manager, &konqueror;. You can drag and drop remote files into local
63 <para>How do I exit &kde;?</para>
66 <para>Simply click on the <guibutton>K</guibutton> button and select
67 <guimenu>Logout</guimenu>. In addition, if you
68 <mousebutton>right</mousebutton> click on an
69 empty area of the desktop, you will be presented with a menu
70 containing logout as one of the options.
71 <note><para>Depending on your configuration of the &X-Window;, <keycombo
72 action="simul">&Ctrl;&Alt;&Backspace;</keycombo>
73 might also do the trick by killing the X server, but its use prevents
74 session management and cannot be recommended.</para></note></para>
80 <para>Is there a program that checks for new mails at my
81 <acronym>ISP</acronym> if and only if I am online?</para>
84 <para>&korn; will do the job. If you are not
85 connected, it will just sit there (idling).</para>
91 <para>Is it really necessary to upgrade to the latest version?</para>
94 <para>We recommend to always use the latest stable release. If you
95 don't, it will probably be difficult to get answers to your
96 questions. If you have a problem with an old version, the answer will
97 probably be <quote>Please upgrade and try again</quote>. Note that
98 new versions also sometimes fix security problems.</para>
104 <para>How do I copy and paste in &kde;?</para>
107 <para>The simplest method is to use your mouse:</para>
109 <step performance="required"><para>Highlight the text you want to copy by holding down the
110 &LMB; and dragging across the text. This adds the selected text to the clipboard.</para></step>
111 <step performance="required"><para>Go to the destination area; depending on your configuration,
112 you might need to click it using the &LMB; to give it
114 <step performance="required"><para>Click the &MMB; to paste. If you have a two
115 button mouse and are emulating a three button mouse, push both buttons
116 simultaneously.</para></step>
119 <para>For more information about using the clipboard in &kde; please see the &klipper; hand book, accessed by typing <userinput><command>help:/klipper</command></userinput>
120 into the &konqueror; address bar. </para>
127 <para>How do I convert the default &RedHat; menus into a menu in the
128 <guimenu>K</guimenu> menu?</para>
131 <para>Click on the <guibutton>K</guibutton> button and select
132 <menuchoice><guimenu>System</guimenu><guimenuitem>Appfinder</guimenuitem></menuchoice>.</para>
138 <para>What is<acronym>SVN</acronym>?</para>
140 <answer> <para>It stands
141 for Subversion, and is a version control system. It is similar to CVS,
142 but improves on it in many ways. It is used to maintain source code
143 under development. It will keep multiple versions of things (handy if
144 you broke something and have to back up and get a clean old version),
145 and allows people remote access over the internet to pick up the
146 latest source code and even to check in new files if they have
147 permission. It is also open source (you pay for support if you want
148 it), and since it is free it is the system of choice for people
149 writing more free products, such as &kde;.</para> </answer>
154 <para>Does &kde; support dual screen (Xinerama)?</para>
157 <para>Yes, you need to have a multi-headed X server
158 (⪚ MetroX or XFree86 4.0 and above) and a &kde; >= 2.2.1
166 <para>How do I check which version of &kde; I am using?</para>
169 <para>Fire up the &kcontrolcenter;. It comes up with an Info Screen including the version of &kde;
170 The &kde; version is also included in the application's
171 <guimenuitem>About</guimenuitem> dialog. You can also check from the command line with the command <userinput><command>kde-config</command><option>--version</option></userinput>
180 <para>How do I go about creating themes and icons?</para>
184 url="http://kde-artists.org">http://kde-artists.org</ulink>.
185 There is also a more informal community of &kde; related artists and
186 artwork at <ulink url="http://kde-look.org">http://kde-look.org</ulink>.
194 <para>How can I get to know about development updates?</para>
197 <para>You might want to subscribe to the various &kde; mailing lists
198 available, especially kde-cvs, which lists all commits done to the
199 &kde; <acronym>CVS</acronym> repository. Check <ulink
200 url="http://lists.kde.org">http://lists.kde.org</ulink> if you want to
201 read without subscribing.</para>