Re: OpenGL header problems

2004-03-01 Thread Alexander Gottwald
On Mon, 1 Mar 2004, Harold L Hunt II wrote: However, the problem is a little trickier than just that: I added a call to glPixelStorei in Xserver/hw/xwin/InitOutput.c (without #including any opengl headers) and instead made my own prototype for glPixelStorei. If I made it: void

Multi User with Xfree after a Terminal Server (windows)

2004-03-01 Thread Crazy Cygnus24
Hi everybody ! I want to use cygwin under a clien terminal server with windows i install cygwin on a server modif cygwin.bat for multi user REM - @ECHO OFF d: chdir d:\cygwin\bin SET MAKE_MODE=UNIX set

RE: mouse wheel support question

2004-03-01 Thread Thomas Chadwick
Here's something easy to try. Bring up the X server, then run xev and move the scroll-wheel. Do you see any Button 4 or Button 5 messages? If so, then the server supports them. If not, it doesn't. From: Daren Lim [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:

xserv 4.3.0-48 problems

2004-03-01 Thread Øyvind Harboe
Note! This is *not* a complaint. I love CygWin + xfree86, and I chose to be at the bleeding edge because of it. Something terribly wrong happened when I upgraded to -48. Of course CygWin setup.exe upgraded oodles of other stuff as well There is a raft of regressions, so I suspect there must

Re: OpenGL header problems

2004-03-01 Thread Igor Pechtchanski
On Mon, 1 Mar 2004, Harold L Hunt II wrote: As I mentioned in my email about enabling indirect OpenGL acceleration, there are some problems when trying to link to -lopengl32. I tracked this down to problems with the way that /usr/include/w32api/GL/gl.h decorates the function declarations for

RE: xserv 4.3.0-48 problems

2004-03-01 Thread Andrew Braverman
Did you try the ForwardX11Trusted configuration that has been discussed here over the last few days? - Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Øyvind Harboe Sent: Monday, March 01, 2004 12:05 PM To: [EMAIL PROTECTED] Subject: xserv

view these!!

2004-03-01 Thread rita austin
FROM: EZEKWED CHAMBERS 575 Finchley Road London NW3 7BJ U.K NOTIFICATION OF BEQUEST My name is Mrs.riat austin, a legal practitioner ofEZEKWED CHAMBERS in London and personalrepresentative to Mr. John Ryerson who died on the 9thof february 2002On behalf of the Trustees and ExecutorS of the

Re: Minor progress on Windows clipboard deadlock

2004-03-01 Thread Harold L Hunt II
Øyvind, I think I fixed at least part of your problem with the clipboard support when compiling from CVS. It turned out that my OsVendorReset function was not being called in the CVS version because -DDDXOSRESET was not being defined where the files in Xserver/dix/ could see it, thus no call

xterm stops drawing

2004-03-01 Thread Chad Haynes
Hello, I recently installed cygwin/X and everything was working pretty well. Today I installed the rxvt package and suddenly everything went nuts in multiwindow mode. Running the startxwin.sh script which worked fine before no longer functions properly. The window that appears is only half

Re: xterm stops drawing

2004-03-01 Thread Harold L Hunt II
Chad, Try the 'test' package XFree86-xserv-4.3.0-48. You get this by running Cygwin's setup.exe again (no need for reinstall) and manually select the 4.3.0-48 version by clicking on the Keep value several times until it says 4.3.0-48. Be aware that you have to do this *everytime* you run

Re: xterm stops drawing

2004-03-01 Thread Chad Haynes
Unfortunately this did not help, the same problems are still happening. -Chad Harold L Hunt II wrote: Chad, Try the 'test' package XFree86-xserv-4.3.0-48. You get this by running Cygwin's setup.exe again (no need for reinstall) and manually select the 4.3.0-48 version by clicking on the

Re: xterm stops drawing

2004-03-01 Thread Harold L Hunt II
Send in /tmp/XWin.log. Chad Haynes wrote: Unfortunately this did not help, the same problems are still happening.

Re: xterm stops drawing

2004-03-01 Thread Chad Haynes
Here it is, thanks for taking the time to look at this. -Chad Harold L Hunt II wrote: Send in /tmp/XWin.log. Chad Haynes wrote: Unfortunately this did not help, the same problems are still happening. ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h

Re: OpenGL header problems

2004-03-01 Thread Harold L Hunt II
Igor Pechtchanski wrote: On Mon, 1 Mar 2004, Harold L Hunt II wrote: As I mentioned in my email about enabling indirect OpenGL acceleration, there are some problems when trying to link to -lopengl32. I tracked this down to problems with the way that /usr/include/w32api/GL/gl.h decorates the

Cygwin Openbox queries

2004-03-01 Thread Jophrey Lim
Hi,   I am having trouble with the Cygwin.   I had downloaded and installed the complete suite fo the Cygwin  including all the modules for the X Window System.   I am trying to start the X server with Cygwin/X running in Rootless mode  with the /openbox/ window manager running locally (one of

Re: OpenGL header problems

2004-03-01 Thread Igor Pechtchanski
On Mon, 1 Mar 2004, Harold L Hunt II wrote: Igor Pechtchanski wrote: On Mon, 1 Mar 2004, Harold L Hunt II wrote: As I mentioned in my email about enabling indirect OpenGL acceleration, there are some problems when trying to link to -lopengl32. I tracked this down to problems with the way that

Re: OpenGL header problems

2004-03-01 Thread Harold L Hunt II
Igor Pechtchanski wrote: Harold, What about the command that builds the static library that InitOutput.o is included into? Does it, by any chance, use a --kill-at linker flag? Otherwise I'm out of ideas. If you could either post the whole XWin.exe make log somewhere or send it to me privately,

Takuma's Duplicate Display Check

2004-03-01 Thread Harold L Hunt II
Takuma, Your duplicate display check in InitOutput.c seems correct to me. The only question I have is if the mutex allocated by CreateMutex is visible by XWin.exe running under a different session on Terminal Services. Oops, I just looked it up and answered my own question:

Cygwin/xFree from 2 users

2004-03-01 Thread Jim Scheef
Hello. I use a notebook computer so I can carry my computing environment around. This is WinXP and current versions of Cygwin and xFree as of a few weeks ago. I have several user 'accounts' that belong to various domains. Most of these accounts are 'js', as in [EMAIL PROTECTED], [EMAIL

Re: Takuma's Duplicate Display Check

2004-03-01 Thread Harold L Hunt II
Okay, I fixed it. It should work with Terminal Services now without causing problems with non-NT 4.0 versions of Windows. The change has been committed to the CYGWIN tag in CVS. Harold

Minor progress on Windows clipboard deadlock

2004-03-01 Thread Øyvind Harboe
I'm not sure if you were using Xdmcp or if you were using -mutliwindow with ssh. If you were using Xdmcp, then this may fix your problem; if you are only using ssh, then it is unlikely to help. -multiwindow + ssh. I'm still on the lookout for when this happens, but I haven't run with -48 for