<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:10pt"><div>I have installed Cygwin and&nbsp; KDE 3.1.4 packages on Windows XP system.&nbsp; I followed the setup process explained<br>with the KDE 3.1.4 release.&nbsp; The steps are given here:<br><pre>1. install required cygwin packages.<br>2. download the packages and unpack them into the cygwin root<br></pre>3. rebase all dll's to avoid cygwin remap problem <br><pre>        &lt;before running rebaseall make sure, that no cygwin process is running&gt;<br>        <br>        1. create file list<br><br>                find /opt/qt/3.3 /opt/kde3.4 -name '*.dll' &gt;/tmp/files.lst<br><br>        2. close *ALL* cygwin processes <br>        <br>        3. open a windows command shell (cmd.exe) from Start/Run and goto cygwin installation root <br><br>                cd c:\cygwin <br>                bin\ash bin/rebaseall  -b 0x61000000 -v -T tmp/files.lst<br><br>4. start kde <br><br>  1. display only kicker
 (uses Xwin multiwindow mode)<br><br>                at first create a simple startscript <br><br>                cat &gt;~/startkde<br>                export DISPLAY=127.0.0.1:0<br>                /usr/sbin/cygserver &amp;<br>                export CYGWIN=server<br>                export DISPLAY=127.0.0.1:0<br>                xwin -multiwindow -clipboard &amp;<br>                xhost +<br>                export SHELL=/bin/bash<br>                kdeinit +kicker &amp;<br><br>        [press ENTER, then CTRL-D] <br><br>          chmod a+x ~/startkde<br><br>        no you can start kde with <br>        <br>                ~/startkde &amp;<br><br> stop kde - run  <br><br>                kdeinit_shutdown         <br>                <br>        then close the bash window<br>&nbsp;<br><br>  When I execute the startkde script, following output messages are generated.     <br>  Can someone explain the reason for the startkde failure  and suggest steps to correctly <br>  setup the KDE?.  Thanks in advance.<br><br>         <br> /home/RootUser/startkde: line 2: <br>: command not found<br>/home/RootUser/startkde: line 5: <br>: command not found<br>Welcome to the XWin X Server<br>Vendor: The
 Cygwin/X Project<br>Release: 6.8.99.901-4<br><br>Contact: cygwin-xfree@cygwin.com<br><br>XWin was started with the following command line:<br><br>xwin -multiwindow -clipboard <br><br>_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root<br>winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1<br>(II) XF86Config is not supported<br><span>(II) See <a target="_blank" href="http://x.cygwin.com/docs/faq/cygwin-x-faq.html">http://x.cygwin.com/docs/faq/cygwin-x-faq.html</a> for more information</span><br>winDetectSupportedEngines - Windows NT/2000/XP<br>xhost:  unable to open display "127.0.0.1:0<br>"<br>winDetectSupportedEngines - DirectDraw installed<br>winDetectSupportedEngines - DirectDraw4 installed<br>winDetectSupportedEngines - Returning, supported engines 00000007<br>winSetEngine - Multi Window or Rootless =&gt; ShadowGDI<br>winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel<br>winAllocateFBShadowGDI - Creating DIB with width:
 1280 height: 1024 depth: 32<br>winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff<br>winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32<br>null screen fn ReparentWindow<br>null screen fn RestackWindow<br>InitQueue - Calling pthread_mutex_init<br>InitQueue - pthread_mutex_init returned<br>InitQueue - Calling pthread_cond_init<br>InitQueue - pthread_cond_init returned<br>/home/RootUser/startkde: line 8: <br>: command not found<br>winInitMultiWindowWM - Hello<br>winInitMultiWindowWM - Calling pthread_mutex_lock ()<br>winMultiWindowXMsgProc - Hello<br>winMultiWindowXMsgProc - Calling pthread_mutex_lock ()<br>MIT-SHM extension disabled due to lack of kernel support<br>XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel<br>(--) Setting autorepeat to delay=500, rate=31<br>(--) winConfigKeyboard - Layout: "00000409" (00000409) <br>(--) Using preset keyboard for "English (USA)" (409),
 type "4"<br>Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null)"<br>(--) 3 mouse buttons found<br>Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!<br>Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!<br>Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!<br>winPointerWarpCursor - Discarding first warp: 640 512<br>winInitMultiWindowWM - pthread_mutex_lock () returned.<br>winInitMultiWindowWM - pthread_mutex_unlock () returned.<br>winMultiWindowXMsgProc - pthread_mutex_lock () returned.<br>winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0<br>winMultiWindowXMsgProc - pthread_mutex_unlock () returned.<br>winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0<br>winProcEstablishConnection - Hello<br>winInitClipboard ()<br>winClipboardProc - Hello<br>DetectUnicodeSupport - Windows NT/2000/XP<br>winClipboardProc -
 DISPLAY=127.0.0.1:0.0<br>winProcEstablishConnection - winInitClipboard returned.<br>winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display.<br>winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display.<br>winClipboardProc - XOpenDisplay () returned and successfully opened the display.<br>winProcSetSelectionOwner - Clipboard not yet started, aborting.<br>winProcSetSelectionOwner - Clipboard not yet started, aborting.<br> + Exit 127                  ~/startkde<br><br>Javid<br></pre><br></div></div></body></html>