Re: Xserver corresponds to display :1.0 instead of :0.0

2015-10-16 Thread Markus Hoenicka
have to admit, I have a lot to learn about X windows. Anyway, since I could open an xterm by right clicking on the Cygwin/Xserver:1.0 app in the notification area of Windows 7, I sneakily (OK, it wasn't the craftiest thing in the world) echo'd $DISPLAY. Lo, it was 1.0, and the following works fine: x

Re: Xserver corresponds to display :1.0 instead of :0.0

2015-10-16 Thread paul
Markus Hoenicka mhoenicka.de> writes: > you may have a leftover lock file from a crashed X session. Check if > there is a /tmp/.X0-lock (IIRC) before you start your X server. Thank you, Markus. That was *exactly* the problem, and removing the lock file solved it. -- Unsubscribe info:

Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-20 Thread Jon TURNEY
On 16/06/2013 15:25, Jon TURNEY wrote: On 16/06/2013 13:37, Matt D. wrote: /usr/src/xorg-server-1.14.1-1/src/xserver-cygwin-1.14.1-1/hw/xwin/glx/indirect.c:467: undefined reference to `_wglSwapIntervalEXTWrapper' These undefined references are a bit mysterious. These wgl*Wrapper functions

Re: Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-16 Thread Matt D.
to 00401000 ../../hw/xwin/glx/.libs/libXwinGLX.a(indirect.o): In function `glxWinScreenSwapInterval': /usr/src/xorg-server-1.14.1-1/src/xserver-cygwin-1.14.1-1/hw/xwin/glx/indirect.c:467: undefined reference to `_wglSwapIn tervalEXTWrapper' ../../hw/xwin/glx/.libs/libXwinGLX.a(indirect.o): In function

Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-16 Thread Jon TURNEY
the one used to build packages, which is known to work. /usr/src/xorg-server-1.14.1-1/src/xserver-cygwin-1.14.1-1/glx/dispatch.h:5827: undefined reference to `__glapi_tls_Dispatch' The undefined references to `__glapi_tls_Dispatch' should be fixed by configuring with --disable-glx-tls [1] /usr

Make error when compiling xserver-cygwin-1.14.1-1

2013-06-15 Thread Matt D.
Can anyone advise me on how to proceed? I've managed to install all of the necessary dependencies but I'm getting an error from make while compiling xserver-cygwin. I've deleted the source directory and redone the autoconf, configure, and make twice now without success. Here is the error

Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-15 Thread Jon TURNEY
On 15/06/2013 19:20, Matt D. wrote: Can anyone advise me on how to proceed? I've managed to install all of the necessary dependencies but I'm getting an error from make while compiling xserver-cygwin. Here is the error: LEX winprefslex.c CC winprefslex.o gcc: winprefslex.c

Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-15 Thread Matt D.
The error appears to be here: /bin/sh ../../ylwrap winprefslex.l .c winprefslex.c 'winprefslex.c' is not created but ylwrap is not returning an error. This is unfamiliar territory for me but I'll see what I can do. Off the top of your head, is there a way to slim this down to remove ylwrap?

Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-15 Thread Jon TURNEY
On 15/06/2013 23:06, Matt D. wrote: The error appears to be here: /bin/sh ../../ylwrap winprefslex.l .c winprefslex.c 'winprefslex.c' is not created but ylwrap is not returning an error. This is unfamiliar territory for me but I'll see what I can do. Off the top of your head, is there a

Re: xserver compile err

2012-10-24 Thread Jon TURNEY
On 27/09/2012 18:46, J. Offerman wrote: On Thu, Sep 27, 2012 at 5:38 AM, Jon TURNEY wrote: I'm slightly curious to know if there is something wrong with the X server binary package I produce, since you always seem to want to build your own? Nothing is wrong with your binaries and I'm

Re: xserver compile err

2012-09-27 Thread Jon TURNEY
. It complains about something similar, __glapi_Dispatch. What should I do now? Thanks. CCLD touch.exe ./.libs/libxservertest.a(glxcmds.o): In function `FlushContext': /usr/src/xorg-server-1.12.4-1/src/xserver-cygwin-1.12.4-1/glx/glxcmds.c:221: undefined reference to `__glapi_Dispatch

Re: xserver compile err

2012-09-27 Thread J. Offerman
On Thu, Sep 27, 2012 at 5:38 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 27/09/2012 01:13, J. Offerman wrote: I'm trying to compile 1.12.4 now. ... This is a failure building the unit tests That's right. I didn't notice XWin.exe was compiled successfully. I'd guess you need to

Re: Xserver crash

2012-06-20 Thread Jon TURNEY
On 20/05/2012 20:48, marco atzeri wrote: I just noticed that latest xorg-server-1.12.1-1 is crashing when using octave with fltk interface. Reverting to xorg-server-1.12.0-5 solves the issue $ uname -a CYGWIN_NT-6.1-WOW64 MARCOATZERI 1.7.16s(0.261/5/3) 20120517 02:19:46 i686 Cygwin

Re: Xserver crash

2012-06-20 Thread marco atzeri
On 6/20/2012 8:58 PM, Jon TURNEY wrote: On 20/05/2012 20:48, marco atzeri wrote: I just noticed that latest xorg-server-1.12.1-1 is crashing when using octave with fltk interface. Reverting to xorg-server-1.12.0-5 solves the issue $ uname -a CYGWIN_NT-6.1-WOW64 MARCOATZERI 1.7.16s(0.261/5/3)

Re: Xserver crash

2012-06-20 Thread marco atzeri
On 6/20/2012 9:27 PM, marco atzeri wrote: Hi Jon, 1.12.1-2 does not crash, but also does not plot. the plot window is empty. I will check 1.12.2-1 Regards Marco 1.12.2-1 plots fine Thanks Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Fwd: XServer crashes on startup: Caught signal 11 (Segmentation fault). Server aborting.

2012-06-17 Thread Jon TURNEY
On 13/06/2012 01:16, Aaron Beaulieu wrote: On a fresh install of cygwin/X on a Windows 7 machine, attempting to start xwin -multiwindow (Package: version 1.12.1-1 built 2012-05-02) or startxwin.exe results in an immediate crash. I could not fins a solution online and just cannot figure out

Fwd: XServer crashes on startup: Caught signal 11 (Segmentation fault). Server aborting.

2012-06-12 Thread Aaron Beaulieu
Hello, On a fresh install of cygwin/X on a Windows 7 machine, attempting to start xwin -multiwindow (Package: version 1.12.1-1 built 2012-05-02) or startxwin.exe results in an immediate crash.  I could not fins a solution online and just cannot figure out what is happening. The output log

how to change colors in xserver

2011-08-25 Thread cyboman
whenever i run xserver it starts the terminal with very ugly colorscheme. is there a way to change colors or better is there some colorscheme that i could use? any help is appreciated -- View this message in context: http://old.nabble.com/how-to-change-colors-in-xserver-tp32337641p32337641

Re: segfault Xserver...current version (1.10, not 1.8)

2011-08-16 Thread Jon TURNEY
On 16/08/2011 08:16, Linda Walsh wrote: Christopher Faylor wrote: On Tue, Aug 09, 2011 at 05:55:31PM -0700, Linda Walsh wrote: Jon TURNEY wrote: Following the instructions at [2] to obtain an Xserver backtrace would also be of great help. [2] http://x.cygwin.com/devel/backtrace.html

Re: segfault Xserver...current version (1.10, not 1.8)

2011-08-10 Thread Jon TURNEY
On 09/08/2011 00:39, Linda Walsh wrote: Regarding a stack traceback -- I dont' see where the Xserver has produced a corefile to run gdb on (???). Does it produce one? No. --- Oh. I try to config most of my apps to generate core dumps so I can get tracebacks of the actual problem that occurred

Re: segfault Xserver...current version (1.10, not 1.8)

2011-08-09 Thread Linda Walsh
Jon TURNEY wrote: Following the instructions at [2] to obtain an Xserver backtrace would also be of great help. [2] http://x.cygwin.com/devel/backtrace.html Reading symbols from /usr/bin/Xwin...(no debugging symbols found)...done. Attaching to program `/usr/bin/Xwin', process 5280 [New

Re: segfault Xserver...current version (1.10, not 1.8)

2011-08-09 Thread Christopher Faylor
On Tue, Aug 09, 2011 at 05:55:31PM -0700, Linda Walsh wrote: Jon TURNEY wrote: Following the instructions at [2] to obtain an Xserver backtrace would also be of great help. [2] http://x.cygwin.com/devel/backtrace.html Reading symbols from /usr/bin/Xwin...(no debugging symbols found

Re: segfault Xserver...current version (1.8)

2011-08-08 Thread Linda Walsh
Csaba Raduly wrote: On Sat, Aug 6, 2011 at 8:01 PM, Linda Walsh wrote: Jon TURNEY wrote: (snip) Next time, please *attach* the *full* XWin.0.log --- That was the full log...it had been truncated -- perhaps by the failing processes...A full log from a non-crashed version (i.e. I

Re: segfault Xserver...current version (1.10, not 1.8)

2011-08-08 Thread Jon TURNEY
On 06/08/2011 19:01, Linda Walsh wrote: 1.8.0-1 is not the current version, 1.10.3-1 is (See [1]). I'm running 1.10.3.1 as you can see from the full log... I will now crash my xserver... [duplicate portions of above log suppressed...exactly the same timestamps up to [4096.679]]. [100813.992

Re: segfault Xserver...current version (1.10, not 1.8)

2011-08-08 Thread Linda Walsh
that, it's not supported. --- Installing single packages is supposed to be supported, it's broken. What is the workaround? Regarding a stack traceback -- I dont' see where the Xserver has produced a corefile to run gdb on (???). Does it produce one? No. --- Oh. I try

Re: segfault Xserver...current version (1.8)

2011-08-07 Thread Csaba Raduly
On Sat, Aug 6, 2011 at 8:01 PM, Linda Walsh wrote: Jon TURNEY wrote: (snip) Next time, please *attach* the *full* XWin.0.log ---        That was the full log...it had been truncated -- perhaps by the failing processes...A full log from a non-crashed version (i.e. I haven't run yast2), is

Re: segfault Xserver...current version (1.8)

2011-08-06 Thread Jon TURNEY
is not the current version, 1.10.3-1 is (See [1]). Next time, please *attach* the *full* XWin.0.log Works fine for most things... But ran yast2, on my suse box kills it every time. w/signal 11. If this is still reproducible when you've upgraded to the current version of the Xserver, can you

Re: segfault Xserver...current version (1.8)

2011-08-06 Thread Linda Walsh
my xserver... [duplicate portions of above log suppressed...exactly the same timestamps up to [4096.679]]. [100813.992] Segmentation fault at address 0x0 [100813.992] Fatal server error: [100813.992] Caught signal 11 (Segmentation fault). Server aborting [100813.992] --- I've no idea why

Re: Still can't run XServer or any apps that require it

2011-04-26 Thread Larry Hall (Cygwin-X)
On 4/26/2011 1:16 AM, David M. Karr wrote: On 4/25/2011 10:07 AM, Christopher Faylor wrote: On Mon, Apr 25, 2011 at 04:23:56PM +0100, Jon TURNEY wrote: On 23/04/2011 17:47, David M. Karr wrote: Almost a week ago now, I've been unable to run my XServer, and thus any of the apps that normally

Re: Still can't run XServer or any apps that require it

2011-04-25 Thread Jon TURNEY
On 23/04/2011 17:47, David M. Karr wrote: Almost a week ago now, I've been unable to run my XServer, and thus any of the apps that normally run with it, like Emacs. I realise this situation is an inconvenience, but please don't post to multiple lists just because you don't get a quick response

Re: Still can't run XServer or any apps that require it

2011-04-25 Thread Christopher Faylor
On Mon, Apr 25, 2011 at 04:23:56PM +0100, Jon TURNEY wrote: On 23/04/2011 17:47, David M. Karr wrote: Almost a week ago now, I've been unable to run my XServer, and thus any of the apps that normally run with it, like Emacs. I realise this situation is an inconvenience, but please don't post

Re: Still can't run XServer or any apps that require it

2011-04-25 Thread David M. Karr
On 4/25/2011 8:23 AM, Jon TURNEY wrote: On 23/04/2011 17:47, David M. Karr wrote: Almost a week ago now, I've been unable to run my XServer, and thus any of the apps that normally run with it, like Emacs. I realise this situation is an inconvenience, but please don't post to multiple lists

Re: Still can't run XServer or any apps that require it

2011-04-25 Thread David M. Karr
On 4/25/2011 10:07 AM, Christopher Faylor wrote: On Mon, Apr 25, 2011 at 04:23:56PM +0100, Jon TURNEY wrote: On 23/04/2011 17:47, David M. Karr wrote: Almost a week ago now, I've been unable to run my XServer, and thus any of the apps that normally run with it, like Emacs. I realise

Still can't run XServer or any apps that require it

2011-04-23 Thread David M. Karr
Cygwin 1.7.9 on Win7SP1. Almost a week ago now, I've been unable to run my XServer, and thus any of the apps that normally run with it, like Emacs. When I run startxwin, it just says failed to activate core devices. Here's the XWin.0.log: Welcome to the XWin

Re: Xserver and VNC

2010-10-29 Thread Ajay Jain
cygwin: 1.7.7(0.230/5/3) 2010-08-31, which is quite the latest. Similarly, the Xserver is Release: 1.8.2.0 (10802000) Build Date: 2010-08-06. I am a little hesitant to try out the experimental version or to risk my cygwin installation. 1) Are these versions not suitable? 2) Is there an alternative

Re: Xserver and VNC

2010-10-29 Thread Yaakov (Cygwin/X)
On Fri, 2010-10-29 at 12:55 +0530, Ajay Jain wrote: I am using the following cygwin: 1.7.7(0.230/5/3) 2010-08-31, which is quite the latest. Similarly, the Xserver is Release: 1.8.2.0 (10802000) Build Date: 2010-08-06. I am a little hesitant to try out the experimental version or to risk my

Re: Xserver and VNC

2010-10-13 Thread Yaakov (Cygwin/X)
On Tue, 2010-10-12 at 23:26 -0600, Jim Reisert AD1C wrote: I have the same problem from time to time. I use RealVNC but have also tried TightVNC - neither one improves the situation. You could also try an X11 VNC client. Cygwin Ports provides TigerVNC, Vinagre (GNOME), and KRDC (KDE).

Xserver and VNC

2010-10-12 Thread Ajay Jain
Hi, I use a Cygwin Xserver on Windows for Xterms. Now I have to access a remote desktop using VNC. I find that if I open both, they conflict. For example, if you do a copy/paste operation, both of them hang. Is there any information on this? I need to use both of them at the same time. Regards

Re: Xserver and VNC

2010-10-12 Thread Jim Reisert AD1C
On Tue, Oct 12, 2010 at 10:46 PM, Ajay Jain wrote: I use a Cygwin Xserver on Windows for Xterms. Now I have to access a remote desktop using VNC. I find that if I open both, they conflict. For example, if you do a copy/paste operation, both of them hang. Is there any information on this? I

Re: Can't use mintty instead of rxvt for ssh -Y using cygwin xserver

2010-10-11 Thread Andy Koppe
On 11 October 2010 17:02, reckoner wrote: Evidently, there is some subtle difference in how the DISPLAY variable, which is set in the user startup files is processed by rxvt as opposed to mintty. Ultimately, although the DISPLAY variable is clearly set in the user startup files, I

Re: Can't use mintty instead of rxvt for ssh -Y using cygwin xserver

2010-10-11 Thread Christopher Faylor
On Mon, Oct 11, 2010 at 05:14:56PM +0100, Andy Koppe wrote: On 11 October 2010 17:02, reckoner wrote: Evidently, there is some subtle difference in how the DISPLAY variable, which is set in the user startup files is processed by rxvt as opposed to mintty. Ultimately, although the DISPLAY variable

Re: Can't use mintty instead of rxvt for ssh -Y using cygwin xserver

2010-10-11 Thread Charles Wilson
On 10/11/2010 1:21 PM, Christopher Faylor wrote: You probably could try to figure out if the X server is working and then see which display is being used from that but I really don't think it makes sense to slow down mintty to perform this check. FWIW, this wouldn't work with the linux

Re: Can't use mintty instead of rxvt for ssh -Y using cygwin xserver

2010-10-08 Thread Christopher Faylor
On Fri, Oct 08, 2010 at 10:10:28AM -0700, Reckoner wrote: Hi, I'm starting my xserver using C:\cygwin\bin\run.exe -p /usr/X11R6/bin XWin -multiwindow -clipboard -silent-dup-error and then I do: C:\cygwin\bin\rxvt.exe -e /bin/xhere /bin/zsh when I do % ssh -Y h...@remote.edu I can

Re: XServer draws to incorrect window when using VirtuaWin

2010-10-03 Thread Marcin Wiśnicki
, similar to those provided in KDE Gnome. When switching between desktops that have CygwinX windows open, occasionally the Xserver draws to the wrong window. This is difficult to describe, so will continue with an example: I'm afraid I think this falls into the category of known problems, see [1

Re: XServer draws to incorrect window when using VirtuaWin

2010-10-03 Thread Marcin Wiśnicki
On Sun, 03 Oct 2010 23:01:50 +, Marcin Wiśnicki wrote: On Tue, 07 Sep 2010 14:38:08 +0100, Jon TURNEY wrote: When switching between desktops that have CygwinX windows open, occasionally the Xserver draws to the wrong window. This is difficult to describe, so will continue with an example

Re: XServer draws to incorrect window when using VirtuaWin

2010-09-07 Thread Jon TURNEY
between desktops that have CygwinX windows open, occasionally the Xserver draws to the wrong window. This is difficult to describe, so will continue with an example: I'm afraid I think this falls into the category of known problems, see [1]. The tricks that XWin uses to implement multiwindow mode

Re: XServer draws to incorrect window when using VirtuaWin

2010-09-07 Thread Pete
virtual desktops, similar to those provided in KDE  Gnome. When switching between desktops that have CygwinX windows open, occasionally the Xserver draws to the wrong window. This is difficult to describe, so will continue with an example: I'm afraid I think this falls into the category of known

Re: XServer draws to incorrect window when using VirtuaWin

2010-09-03 Thread Pete
windows open, occasionally the Xserver draws to the wrong window. This is difficult to describe, so will continue with an example: Using Windows 7, Cygwin/X v1.8.0 Steps to reproduce: 1) Install VirtuaWin from http://virtuawin.sourceforge.net/ 2) Start the CygwinX server 3) Open a (DOS

XServer draws to incorrect window when using VirtuaWin

2010-08-13 Thread Pete
VirtuaWin (http://virtuawin.sourceforge.net/) is a virtual desktop manager for Windows that lets you switch between several virtual desktops, similar to those provided in KDE Gnome. When switching between desktops that have CygwinX windows open, occasionally the Xserver draws to the wrong window

Re: xserver bug?

2010-01-20 Thread Sylvain RICHARD
Charles Wilson wrote: I've noticed that with XWin 1.7.3 (and perhaps earlier versions; not sure), the key combination CTRL-SHIFT-0 (zero) doesn't generate any events. CTRL-SHIFT-1 thru -9, alphabetic keys, no problem -- just not zero. snip Is this a bug, or a designed behavior, in XWin?

Re: xserver bug?

2010-01-20 Thread Jon TURNEY
On 20/01/2010 09:13, Sylvain RICHARD wrote: Charles Wilson wrote: I've noticed that with XWin 1.7.3 (and perhaps earlier versions; not sure), the key combination CTRL-SHIFT-0 (zero) doesn't generate any events. CTRL-SHIFT-1 thru -9, alphabetic keys, no problem -- just not zero. I'm afraid I

Re: xserver bug?

2010-01-20 Thread Charles Wilson
it to applications, starting the X server with the -keyhook option should help. Odd. With -keyhook, I do NOT see Alt-Tab being intercepted by the Xserver. BUT, CTRL-ALT-0 does work. $ startxwin -- :0 -keyhook Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.7.3.0 (10703000

xserver bug?

2010-01-19 Thread Charles Wilson
I've noticed that with XWin 1.7.3 (and perhaps earlier versions; not sure), the key combination CTRL-SHIFT-0 (zero) doesn't generate any events. CTRL-SHIFT-1 thru -9, alphabetic keys, no problem -- just not zero. This came up as I was testing the new rxvt-unicode release; it has a special

how to install XServer 1.6.0

2009-10-22 Thread Edmund Spatzenegger
I've tried to install XServer 1.6.0 but Cygwin setup only offers me 1.5.3 (I've downloaded the latest version of setup.exe: 2.573.2.3). Is there anything else I have to do? Thanks Edmund -- *** Edmund Spatzenegger

Re: how to install XServer 1.6.0

2009-10-22 Thread Andy Koppe
2009/10/22 Edmund Spatzenegger: I've tried to install XServer 1.6.0 but Cygwin setup only offers me 1.5.3 (I've downloaded the latest version of setup.exe: 2.573.2.3). Is there anything else I have to do? XWin 1.6.x is only available with the Cygwin 1.7 beta: http://www.cygwin.com/#beta-test

Re: Xserver isn't working

2009-09-18 Thread Jon TURNEY
accepting connections a ten it gives an error mesg saying givin up. Xinit:no such file or directoryerrno 2 : Unbleo connect to Xserver. Xinit:No such processerrno 3:server 3 How can i fix this problem? I have attached the log file of the error. Reading the log file might also be a good idea

Xserver isn't working

2009-09-17 Thread abhishek B S
mesg saying givin up. Xinit:no such file or directory errno 2 : Unbleo connect to Xserver. Xinit:No such process errno 3:server 3 How can i fix this problem? I have attached the log file of the error. Thanking you Abhishek XWin.0.log Description: Binary data -- Unsubscribe info: http

cygwin Xserver issues

2009-06-07 Thread samitj
cygwin installation of X-server and I am doomed. Nothing is working. I am unable to start xserver. Sometimes it starts and crashes immediately. It does not start in multiple windows as it used it in the previous version. I'm also not able to copy paste between windows and unix applications

RE: cygwin Xserver issues

2009-06-07 Thread Phil Betts
doomed. Nothing is working. I am unable to start xserver. Sometimes it starts and crashes immediately. It does not start in multiple windows as it used it in the previous version. I'm also not able to copy paste between windows and unix applications. Please advise. I just want to type

Re: Is there any way to make the key combination Ctrl+Space work under cygwin-XServer?

2009-03-30 Thread SUN, Jian
when using the cygwin-xserver, however it works fine under X-Win32 or Exceed x servers. Is it my configuration error or cygwin-xserver does not have this feature? Thanks a lot, Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Re: Is there any way to make the key combination Ctrl+Space work under cygwin-XServer?

2009-03-30 Thread SUN, Jian
Thanks a lot, Thomas. I am very sorry because I made a mistake. It's actually the key combination Alt-Space that does not work on my computer I want to use it to active the x-window's menu and then I cam press x to maximize the window. Alt-space does not work under cygwin xserver but works

RE: Re: Is there any way to make the key combination Ctrl+Space work under cygwin-XServer?

2009-03-30 Thread Phil Betts
SUN, Jian wrote: I am very sorry because I made a mistake. It's actually the key combination Alt-Space that does not work on my computer I want to use it to active the x-window's menu and then I cam press x to maximize the window. Alt-space does not work under cygwin xserver but works

Re: Re: Is there any way to make the key combination Ctrl+Space work under cygwin-XServer?

2009-03-30 Thread SUN, Jian
actually the key combination Alt-Space that does not work on my computer I want to use it to active the x-window's menu and then I cam press x to maximize the window. Alt-space does not work under cygwin xserver but works under Exceed's xserver. Is there anyway to enable it under cygwin

RE: Re: Is there any way to make the key combination Ctrl+Space work under cygwin-XServer?

2009-03-30 Thread Phil Betts
SUN, Jian wrote: Thanks a lot, do you mean that Exceed breaks X convenience and catches the key sequences? It's a few years since I tried Exceed's server, but IIRC that was one of the problems I had. I had to tailor my .emacs to remap keys, but because I only used Exceed at work, I got sick of

RE: Re: Is there any way to make the key combination Ctrl+Space work under cygwin-XServer?

2009-03-30 Thread Phil Betts
SUN, Jian wrote: I think I may turn to xtermcontrol and use commands to resize the windows instead of key combinations. xtermcontrol --maximize xtermcontrol --restore If you're content to only have this available from the command line, you could assign the xtermcontrol commands to shortcut

Is there any way to make the key combination Ctrl+Space work under cygwin-XServer?

2009-03-27 Thread SUN, Jian
Dear All, Is there any way to make the x-windows response to the key combination Ctrl+Space? I noticed it could not work when using the cygwin-xserver, however it works fine under X-Win32 or Exceed x servers. Is it my configuration error or cygwin-xserver does not have this feature? Thanks

How to enable Ctrl-Space key combination in xserver/xterm

2009-03-18 Thread SUN, Jian
Dear All, Are there anyway to enable Ctrl-space key combination in xserver or xterm? I want this feature to switch between the full-screen/window mode quickly. I noticed that under other xserver applications, e.g. the exceed xserver, this feature is enabled. Therefore, I guess it's

(xcb-related?) crash of the xserver when quiting matlab after running the matlab benchmark

2009-02-27 Thread Klaas Gadeyne
and quitting matlab afterwards, the Xserver crashes. Log and (corrupted?) backtrace attached. Both problems do not occur using the latest version of the XMing server. Unfortunately, I'm unable to find a 6.8 version of the xorg xserver on the cygwin mirrors, so I can't verify if the crash also

(xcb-related?) crash of the xserver when quiting matlab after running the matlab benchmark (fwd)

2009-02-27 Thread Klaas Gadeyne
This time with attachments. Sorry about that :-( Klaas -- Forwarded message -- Date: Fri, 27 Feb 2009 17:52:30 +0100 (CET) From: Klaas Gadeyne klaas.gade...@fmtc.be To: cygwin-xfree@cygwin.com Subject: (xcb-related?) crash of the xserver when quiting matlab after running

Cygwin Xserver - Run Applications on host forever?

2009-02-19 Thread ephemeral
Hi guys, I use a win xp laptop (with cygwin,xserver,openssh) to connect to a linux red hat machine. Everything is going fine... Every time i power off my laptop though i lose whatever terminals/apps i had on the linux-red-hat machine. Is there a way that i can get the linux apps to run

Re: xorg-xserver-1.5.3-2: Dialogs that save their positions keep drifting downwards

2008-11-22 Thread Cesar Strauss
time, by an amount equal to the title bar height. When xserver-1.5.3-1 came out, I was glad to see it was fixed. However, the symptom reappeared on xserver-1.5.3-2. I can confirm the issue is solved in xorg-xserver-1.5.3-3. Thanks! Cesar -- Unsubscribe info: http://cygwin.com/ml

Re: Connecting to an XServer with XWin

2008-11-18 Thread Scott Fordin
Just so you all know, it looks like installing the Xorg-related packages on my Solaris 10 machine (not difficult using the Sun Update Manager tool (/bin/updatemanager)) did the trick. No more X resource crashes on things like keyboard input (viz. XKEYBOARD). I hope other people find this useful.

Re: Connecting to an XServer with XWin

2008-11-18 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Scott Fordin wrote: Just so you all know, it looks like installing the Xorg-related packages on my Solaris 10 machine (not difficult using the Sun Update Manager tool (/bin/updatemanager)) did the trick. No more X resource crashes on things like

Re: Connecting to an XServer with XWin

2008-11-17 Thread Jon TURNEY
XWin and I would get the login screen of the Solaris 10 XServer and I was able to login. Now, I get the login screen, but when try to enter the login ID, when I type the first letter, the login screen refreshes and I can never enter login id. I have another cygwin setup that I have not updated

Re: Connecting to an XServer with XWin

2008-11-17 Thread Scott Fordin
this command before, xwin :0.0 -clipboard -query 13.142.6.222 -fp tcp/13.142.6.222:7100 I'm a bit suspicious of this command line as the server is called XWin and I would get the login screen of the Solaris 10 XServer and I was able to login. Now, I get the login screen, but when try to enter

Re: Connecting to an XServer with XWin

2008-11-17 Thread jose isaias cabrera
xwin :0.0 -clipboard -query 13.142.6.222 -fp tcp/13.142.6.222:7100 I'm a bit suspicious of this command line as the server is called XWin Tried, XWin... same difference. Are you looking for XWin.log in /var/log ? No. /tmp. If you open a cygwin bash shell, type the command to run the X

Re: Connecting to an XServer with XWin

2008-11-17 Thread jose isaias cabrera
You might also want to check your firewall settings. Firewalls tend to get real touchy when the signatures for binary files change. With the firewall turned it off, (just XP) and same problem occurrs... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Connecting to an XServer with XWin

2008-11-17 Thread Scott Fordin
You know, as it so happens, I've been tracking down a solution to a similar problem I just started experiencing today. In my case though, I just upgraded from Ubuntu 8.04 to 8.10, and I'm trying to connect to a Solaris 10 box. I can connect, and certain applications work just fine, but a couple

Re: Connecting to an XServer with XWin

2008-11-17 Thread Jon TURNEY
Jon TURNEY wrote: jose isaias cabrera wrote: exits the login screen once I hit any key in the user textbox. Is there any way to get the previous setup? Maybe it has to do with the keyboard problem I have read very little of... No, I think problem is that the XDM (if that's what it is)

Re: Connecting to an XServer with XWin

2008-11-17 Thread jose isaias cabrera
Scott Fordin wrote... You know, as it so happens, I've been tracking down a solution to a similar problem I just started experiencing today. In my case though, I just upgraded from Ubuntu 8.04 to 8.10, and I'm trying to connect to a Solaris 10 box. I can connect, and certain applications work

Re: Connecting to an XServer with XWin

2008-11-17 Thread jose isaias cabrera
From: Jon TURNEY wrote... jose isaias cabrera wrote: Are you looking for XWin.log in /var/log ? No. /tmp. Ok, please look for /var/log/XWin.log; does it contain anything interesting? Attached... If you open a cygwin bash shell, type the command to run the X server, you get no output

Connecting to an XServer with XWin

2008-11-16 Thread jose isaias cabrera
Greetings! I just ran setup and upgraded to the new cygwin and something has broke. I was able to run this command before, xwin :0.0 -clipboard -query 13.142.6.222 -fp tcp/13.142.6.222:7100 and I would get the login screen of the Solaris 10 XServer and I was able to login. Now, I get

Re: xorg-xserver-1.5.3-2: Dialogs that save their positions keep drifting downwards

2008-11-16 Thread Yaakov (Cygwin Ports)
mode, dialogs kept reopening a little lower each time, by an amount equal to the title bar height. When xserver-1.5.3-1 came out, I was glad to see it was fixed. However, the symptom reappeared on xserver-1.5.3-2. This is a case of trading one bug for another. 1.5.3-1 had an issue

Re: xorg-xserver-1.5.3-2: Dialogs that save their positions keep drifting downwards

2008-11-16 Thread Jon TURNEY
kept reopening a little lower each time, by an amount equal to the title bar height. When xserver-1.5.3-1 came out, I was glad to see it was fixed. However, the symptom reappeared on xserver-1.5.3-2. This is a case of trading one bug for another. 1.5.3-1 had an issue with window geometry

xorg-xserver-1.5.3-2: Dialogs that save their positions keep drifting downwards

2008-11-14 Thread Cesar Strauss
, by an amount equal to the title bar height. When xserver-1.5.3-1 came out, I was glad to see it was fixed. However, the symptom reappeared on xserver-1.5.3-2. A minimal testcase is attached, as well as the cygcheck -s -v -r output. [I should add that both the application and the testcase works correctly

can't get visual from xserver

2008-06-25 Thread Olaf Eisen
I use use X11 tunneling with ssh -Y which works fine for xterms and graphics. However, for the software called Focus I get the fatal error OmGetVisual Can't Find TrueColor Visual of Depth = 24! Error: XtCreatePopupShell requires non-NULL parent Focus can not find TrueColor visual from X server!

RE: can't get visual from xserver

2008-06-25 Thread Phil Betts
Olaf Eisen wrote on Wednesday, June 25, 2008 10:50 AM:: I use use X11 tunneling with ssh -Y which works fine for xterms and graphics. However, for the software called Focus I get the fatal error OmGetVisual Can't Find TrueColor Visual of Depth = 24! Error: XtCreatePopupShell requires

RE: Copy images from xapplication to msword with XFree86 as XServer

2007-06-21 Thread Javvaji, Ramareddy
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Holger Krull Sent: Wednesday, June 20, 2007 8:59 PM To: cygwin-xfree@cygwin.com Subject: Re: Copy images from xapplication to msword with XFree86 as XServer Javvaji, Ramareddy schrieb: Is there any restriction or settings

Copy images from xapplication to msword with XFree86 as XServer

2007-06-20 Thread Javvaji, Ramareddy
Hi, Is there any restriction or settings that one has to explicitly do with Xwin.exe while trying to copy an image from an Xapplication to MS Word ? First, with XFree86 as Xserver, can we able to copy image from an Xapplication and paste it to MS word? I get the following errors thrown

Re: Copy images from xapplication to msword with XFree86 as XServer

2007-06-20 Thread Holger Krull
Javvaji, Ramareddy schrieb: Is there any restriction or settings that one has to explicitly do with Xwin.exe while trying to copy an image from an Xapplication to MS Word ? First, with XFree86 as Xserver, can we able to copy image from an Xapplication and paste it to MS word? As far as i

Xserver compilation error

2006-11-08 Thread J. Offerman
Attached is the result of doing tail -100 World.log. Before doing the build, I checked out the latest x sources and did the cygwin updates. I used to be able to build it. What's wrong? Can somebody help me? gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2

Re: Xserver compilation error

2006-11-08 Thread J. Offerman
I think this is the same fontconfig issue as described in this. http://cygwin.com/ml/cygwin/2006-11/msg00102.html So I guess I'll wait for the fontconfig announcement. JO On 11/8/06, J. Offerman [EMAIL PROTECTED] wrote: Attached is the result of doing tail -100 World.log. Before doing the

Starting XServer

2006-09-07 Thread Stephen Grant Brown
Dear Sir/Madam I am having trouble starting the cygwin xfree server. I was running cygwin in e:/cygwin I deleted this via the setup program I installed cygwin in c:/cygwin. At this stage XServer was working but not bash. I went back into setup and reinstalled bash. Bash now works. XServerver

Re: Starting XServer

2006-09-07 Thread René Berber
Stephen Grant Brown wrote: I am having trouble starting the cygwin xfree server. I was running cygwin in e:/cygwin I deleted this via the setup program I installed cygwin in c:/cygwin. At this stage XServer was working but not bash. I went back into setup and reinstalled bash. Bash now

Re: problem while starting xserver

2006-08-25 Thread n0 SPAM
Instead of trying to make XWin.exe acknowledge the -slient-dup-error switch, have you considered eliminating the need for it to do so. If you need Cygwin everytime you use your PC, consider the following solution: Add C:\cygwin\usr\X11R6\bin\startxwin.bat to the startup menu so that X is

Re: problem while starting xserver

2006-08-25 Thread Randy Brown
Thank You! It took some tweaking to make our scripts work again in our configuration, but the tip worked exactly as described and NO MORE ERROR message. Thanks again, Randy n0 SPAM wrote: Instead of trying to make XWin.exe acknowledge the -slient-dup-error switch, have you considered

Re: problem while starting xserver

2006-08-24 Thread Igor Peshansky
On Thu, 24 Aug 2006, dpsrikanth wrote: Hi I am sending the error.jpj which contains error information.it is coming while starting xserver. Please tell me how can i rectify this problem. waiting for ur reply Did you actually *read* the error message? We'll need to see the information

Re: problem while starting xserver

2006-08-24 Thread Randy Brown
XWin .exe doesn't seem to acknowledge the -slient-dup-error switch anymore. Randy Igor Peshansky wrote: On Thu, 24 Aug 2006, dpsrikanth wrote: Hi I am sending the error.jpj which contains error information.it is coming while starting xserver. Please tell me how can i rectify this problem

Re: xserver

2006-08-24 Thread Eb Deuss
Nicola Ritter nritter at global.net.au writes: Hi I just installed the latest version of cygwin, including all the X11 stuff on a new machine. But unlike last time, an XServer did not install on my desktop and I cannot find it anywhere in the cygwin directories. What did I miss

RE: xserver

2006-08-03 Thread Nellis, Kenneth
dot net dot au] Sent: Wednesday, August 02, 2006 8:02 PM To: cygwin-xfree at cygwin dot com Subject: xserver Hi I just installed the latest version of cygwin, including all the X11 stuff on a new machine. But unlike last time, an XServer did not install on my desktop and I cannot find

  1   2   >