[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-cygwin
Subject:    KDE 3.1.4 installation on Cygwin -- Suggestions
From:       Iqbal Javid <sayyaara () sbcglobal ! net>
Date:       2006-12-17 17:21:07
Message-ID: 20061217172107.25412.qmail () web81212 ! mail ! mud ! yahoo ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I have installed Cygwin and  KDE 3.1.4 packages on Windows XP system.  I followed the \
setup process explained with the KDE 3.1.4 release.  The steps are given here:
1. install required cygwin packages.
2. download the packages and unpack them into the cygwin root
3. rebase all dll's to avoid cygwin remap problem 
	<before running rebaseall make sure, that no cygwin process is running>
	
	1. create file list

		find /opt/qt/3.3 /opt/kde3.4 -name '*.dll' >/tmp/files.lst

	2. close *ALL* cygwin processes 
	
	3. open a windows command shell (cmd.exe) from Start/Run and goto cygwin \
installation root 

		cd c:\cygwin 
		bin\ash bin/rebaseall  -b 0x61000000 -v -T tmp/files.lst

4. start kde 

  1. display only kicker (uses Xwin multiwindow mode)

		at first create a simple startscript 

		cat >~/startkde
                export DISPLAY=127.0.0.1:0
		/usr/sbin/cygserver &
		export CYGWIN=server
		export DISPLAY=127.0.0.1:0
		xwin -multiwindow -clipboard &
		xhost +
		export SHELL=/bin/bash
		kdeinit +kicker &

	[press ENTER, then CTRL-D] 

  	chmod a+x ~/startkde

	no you can start kde with 
	
		~/startkde &

 stop kde - run  

		kdeinit_shutdown 	
		
	then close the bash window
 

  When I execute the startkde script, following output messages are generated.     
  Can someone explain the reason for the startkde failure  and suggest steps to \
correctly   setup the KDE?.  Thanks in advance.

         
 /home/RootUser/startkde: line 2: 
> command not found
/home/RootUser/startkde: line 5: 
> command not found
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.99.901-4

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

xwin -multiwindow -clipboard 

_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
winDetectSupportedEngines - Windows NT/2000/XP
xhost:  unable to open display "127.0.0.1:0
"
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 00000007
winSetEngine - Multi Window or Rootless => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel
winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 32
winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32
null screen fn ReparentWindow
null screen fn RestackWindow
InitQueue - Calling pthread_mutex_init
InitQueue - pthread_mutex_init returned
InitQueue - Calling pthread_cond_init
InitQueue - pthread_cond_init returned
/home/RootUser/startkde: line 8: 
> command not found
winInitMultiWindowWM - Hello
winInitMultiWindowWM - Calling pthread_mutex_lock ()
winMultiWindowXMsgProc - Hello
winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack of shared \
memory support in the kernel (--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: "00000409" (00000409) 
(--) Using preset keyboard for "English (USA)" (409), type "4"
Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null)"
(--) 3 mouse buttons found
Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
winPointerWarpCursor - Discarding first warp: 640 512
winInitMultiWindowWM - pthread_mutex_lock () returned.
winInitMultiWindowWM - pthread_mutex_unlock () returned.
winMultiWindowXMsgProc - pthread_mutex_lock () returned.
winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0
winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0
winProcEstablishConnection - Hello
winInitClipboard ()
winClipboardProc - Hello
DetectUnicodeSupport - Windows NT/2000/XP
winClipboardProc - DISPLAY=127.0.0.1:0.0
winProcEstablishConnection - winInitClipboard returned.
winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display.
winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the \
display. winClipboardProc - XOpenDisplay () returned and successfully opened the \
display. winProcSetSelectionOwner - Clipboard not yet started, aborting.
winProcSetSelectionOwner - Clipboard not yet started, aborting.
 + Exit 127                  ~/startkde

Javid


[Attachment #5 (text/html)]

<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>



_______________________________________________
kde-cygwin mailing list
kde-cygwin@kde.org
https://mail.kde.org/mailman/listinfo/kde-cygwin


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic