Re: problems with xfree86 and x11 in Cygwin on notebook

2005-12-31 Thread René Berber
Daniel wrote:

> Thank you for giving me the possibility to post the startx output.

Your log looks fine, no problems there.

> Actually I am able to start the xserver and to start applications like nedit
> on my own localserver (127.0.0.1). But I am not able to start the X11 
> forwarding
> and to get Terminals through ssh or telnet connections from other server even
> when I have added them with xhost.

That's a very different problem.

After you login to the remote machine execute "echo $DISPLAY", it usually is
wrong or at least that is my experience when using "ssh -X [EMAIL PROTECTED]" 
to a
Solaris server... I even put into the remote machine's .bashrc :

if [ $TERM = 'rxvt' ]; then
TERM=xterm; export TERM
fi
if [ $TERM = 'xterm' ]; then
DISPLAY=`who am i | cut -f2 -d'(' | cut -f1 -d')'`:0.0;  export DISPLAY
fi

Test it before you use it; as I said this was for a Solaris server (which didn't
know what a rxvt term was), it may not work on other Unix version.

HTH
-- 
René Berber



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



problems with xfree86 and x11 in Cygwin on notebook

2005-12-31 Thread dschulte
I don`t know ,if the attachment has gone through to you, so I am sending the 
startx output separatly.

Regards,
Daniel 


winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 0007
winSetEngine - Multi Window or Rootless => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per pixel
winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 depth: 16
winFinishScreenInitFB - Masks: f800 07e0 001f
winInitVisualsShadowGDI - Masks f800 07e0 001f BPRGB 6 d 16 bpp 16
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
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 shar
ed memory support in the kernel
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: "0407" (0407)
(--) Using preset keyboard for "German (Germany)" (407), type "4"
Rules = "xorg" Model = "pc105" Layout = "de" Variant = "(null)" Options = "(null
)"
(--) 3 mouse buttons found
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li
st!
winPointerWarpCursor - Discarding first warp: 512 384
winInitMultiWindowWM - pthread_mutex_lock () returned.
winMultiWindowXMsgProc - pthread_mutex_lock () returned.
winInitMultiWindowWM - pthread_mutex_unlock () returned.
winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0
winInitMultiWindowWM - 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.
winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the di
splay.
winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the disp
lay.
winClipboardProc - XOpenDisplay () returned and successfully opened the display.

winProcSetSelectionOwner - Clipboard not yet started, aborting.
winProcSetSelectionOwner - Clipboard not yet started, aborting.




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



problems with xfree86 and x11 in Cygwin on notebook

2005-12-31 Thread dschulte
Dear all and René,

Thank you for giving me the possibility to post the startx output. Actually I 
am able to start the xserver and to start applications like nedit on my own 
localserver (127.0.0.1). But I am not able to start the X11 forwarding and to 
get Terminals through ssh or telnet connections from other server even when I 
have added them with xhost. I would be very please , if you could help me. Even 
in giving me the news that cygwin is running well. 

Best regards,
daniel 





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: problems with xfree86 and x11 in Cygwin on notebook

2005-12-22 Thread René Berber
Daniel Schulte wrote:

> I have tried to install cygwin-x today on my notebook, but it failed
> unfortunately.  The installation process was ok, but I am not able to
> set a display resp. to initialize a x-server. I think that my graphic
> ship SIS 650 is the problem. But I don't know how to configure the X11
> enviroment of cygwin-xfree, so that the x-server will run and that I
> will be able to connect myself with my notebook to another Unix-server
> and to work with emacs or nedit on my laptop. The same installation on a
> PC with a more common graphic.ship was successful.
> 
> Does anyone have an idea, which file I have to configure and which
> settings I have to use, so that the X-server will work?

All configuration is done in the parameters, as you can see in the messages that
appear starting X:

(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information

Could you post the output of running startx?  The part about
"winDetectSupportedEngines ..." or just below that should indicate what is the
problem.
-- 
René Berber


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



problems with xfree86 and x11 in Cygwin on notebook

2005-12-22 Thread Daniel Schulte

Dear all,

I have tried to install cygwin-x today on my notebook, but it failed 
unfortunately.  The installation process was ok, but I am not able to 
set a display resp. to initialize a x-server. I think that my graphic 
ship SIS 650 is the problem. But I don't know how to configure the X11 
enviroment of cygwin-xfree, so that the x-server will run and that I 
will be able to connect myself with my notebook to another Unix-server 
and to work with emacs or nedit on my laptop. The same installation on a 
PC with a more common graphic.ship was successful.


Does anyone have an idea, which file I have to configure and which 
settings I have to use, so that the X-server will work?


Thanks a lot and merry christmas to everyone.

Daniel


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/