RE: rootless mode

2002-04-09 Thread Schaible, Jorg
Hi Rob, >> One Win32 window per top-level X windows isn't an >> optimization... it's just necessary. A top-level window is >> like a Windows window with a blue border... any other window >> could be a button or a scrollbar, etc. We certainly don't >> want to create a Win32 window for each o

RE: drawables

2002-04-09 Thread Robert Collins
> -Original Message- > From: Harold Hunt [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 3:11 PM > I hope that clarifies things. > > This may actually be documented in the Porting Layer > Definition, but I don't remember for sure. Yes it is sortof - some frameworks have d

RE: rootless mode

2002-04-09 Thread Robert Collins
> -Original Message- > From: Schaible, Jorg [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 6:02 PM > please keep also in mind, that the decoration of a window in > X is coming from the X Window Manager. Windows always counts > the border as part ot the Window itself. If y

Re: Xfree and OpenGL

2002-04-09 Thread David Komanek
Dear Harold, thank you for the reply. xdpyinfo shows that both named extensions are present. Is there some possibility to trace where is the problem (some debug mode for Xfree or so ?) David > David, > > Cygwin/XFree86 doesn't have OpenGL, it has Mesa. > > You can run 'xdpyinfo' in Cygwin/X

Re: Xfree and OpenGL

2002-04-09 Thread Alan Hourihane
On Tue, Apr 09, 2002 at 02:43:13PM +0200, David Komanek wrote: > Dear Harold, > > thank you for the reply. xdpyinfo shows that both named extensions are > present. Is there some possibility to trace where is the problem (some > debug mode for Xfree or so ?) > David, There is a sample program ca

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 01:39:18AM -0400, Harold Hunt wrote: >Chris, > >Did we ever get "meta" packages enabled in Cygwin setup that are essentially >file-less packages (e.g. XFree86 Minimum Install, XFree86 Standard Install, >etc.) that depend on other packages? Yep, as Robert indicated, this ha

Re: Xfree and OpenGL

2002-04-09 Thread David Komanek
Dear Alan, thanks for your comments/advices. I tried glxgears and it works. The gears are not rotating fluent enough on my 800MHz pentium, but I don't expect this is related to my problem. I am able to start xterm, swmgr, toolchest connecting to SGI 6.5.14 box which probably use classical X11 a

Re: Xfree and OpenGL

2002-04-09 Thread Alan Hourihane
On Tue, Apr 09, 2002 at 05:07:27PM +0200, David Komanek wrote: > Dear Alan, > > thanks for your comments/advices. I tried glxgears and it works. The gears > are not rotating fluent enough on my 800MHz pentium, but I don't expect > this is related to my problem. > > I am able to start xterm, swmg

Re: Xfree and OpenGL

2002-04-09 Thread David Komanek
> > dgl error (protocol): remote machine not DGL capable - meda:10.0 > > dgl error (default init): default dglopen(meda:10.0,4) returned -13 > > > Cygwin/XFree86 doesn't have the DGL extension. If you do an 'xdpyinfo' > on your SGI box, you'll probably see it. Eh, I thought, DGL is SGI name for

Re: Just a note - nativegdi engine

2002-04-09 Thread Alan Hourihane
On Wed, Apr 10, 2002 at 01:47:58AM +1000, Robert Collins wrote: > 2) I'm working on, I suspect it's a coordinate translation thing. I get > lovely background stipple but not (AFAICT solid fills). > Rob, Take a look at wingc.c and set miTranslate to 0 (FALSE). Alan.

Re: Just a note - nativegdi engine

2002-04-09 Thread Alan Hourihane
On Wed, Apr 10, 2002 at 01:47:58AM +1000, Robert Collins wrote: > Creating a single combined clipping region using CombineRgn will allow > you to move the for (iX= ..)loop from within the while (nbox--) loop, > thus saving multiple selectClipRgn+deleteObject + bitblt calls, which > may make the na

Just a note - nativegdi engine

2002-04-09 Thread Robert Collins
I've made serious progress, but I'm having trouble with two things. 1) The mouse - I'm not getting any WM_MOUSEMOVE messages to the app windows. Anyone seen this before? 2) I've broken fillspans for DRAWABLE_WINDOWs. I can fix it by drawing into the root window hdc always, but that's defeating th

Re: Just a note - nativegdi engine

2002-04-09 Thread Alan Hourihane
On Wed, Apr 10, 2002 at 01:47:58AM +1000, Robert Collins wrote: > Creating a single combined clipping region using CombineRgn will allow > you to move the for (iX= ..)loop from within the while (nbox--) loop, > thus saving multiple selectClipRgn+deleteObject + bitblt calls, which > may make the na

RE: Xfree and OpenGL

2002-04-09 Thread Harold Hunt
David, Just as a sanity check, you have run non OpenGL applications from your SGI machine using Cygwin/XFree86, right? I mean, it wouldn't make much sense to jump right into debugging complex applications if an xterm doesn't work correctly. Just let us know that you have in fact done this. Har

Latest XFree86 CVS build failures?

2002-04-09 Thread Harold Hunt
Is anyone else getting a build failure from the latest XFree86 CVS tree? I'm getting a problem where in the gcc command for building imake.exe the defines DefaultGcc2i386Opt and GccWarningOptions don't get expanded out to "-O2 -fno-strength-reduce -Wall -Wpointer-arith". There were several recen

RE: Just a note - nativegdi engine

2002-04-09 Thread Harold Hunt
Rob, > I've made serious progress, but I'm having trouble with two things. > > 1) The mouse - I'm not getting any WM_MOUSEMOVE messages to the app > windows. Anyone seen this before? > 2) I've broken fillspans for DRAWABLE_WINDOWs. I can fix it by drawing > into the root window hdc always, > but

Re: Latest XFree86 CVS build failures?

2002-04-09 Thread Alan Hourihane
On Tue, Apr 09, 2002 at 12:54:47PM -0400, Harold Hunt wrote: > Is anyone else getting a build failure from the latest XFree86 CVS tree? > > I'm getting a problem where in the gcc command for building imake.exe the > defines DefaultGcc2i386Opt and GccWarningOptions don't get expanded out to > "-O2

RE: Latest XFree86 CVS build failures?

2002-04-09 Thread Harold Hunt
Interesting. I tried it and it does indeed work. I sure am glad that we have a guru around here :) Harold > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Alan Hourihane > Sent: Tuesday, April 09, 2002 1:57 PM > To: [EMAIL PROTECTED] > Subject: Re

XDM: too many retransmissions - with Linux Mandrake

2002-04-09 Thread Jeremy Wilkins
Hi, I'm trying to get X to connect to linux mandrake running in a virtual machine (sadly I don't have access to multiple computers). I'm using the command line Xwin -once -query linux -from nt but X times out with the error XDM: too many retransmissions. It seems that the linux box is refus

RE: too many retransmissions - with Linux Mandrake

2002-04-09 Thread Harold Hunt
Jeremy, For starters, did you restart kdm after you changed the setting in kdmrc? You should be able to leave out the -from parameer now. Do you have multiple network cards in your NT machine, or token ring? Harold > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTEC

Re: too many retransmissions - with Linux Mandrake

2002-04-09 Thread Jeremy Wilkins
Hi, Yeh, I've restarted both by changing run levels (down to 3, then back up to 5) and by restarting the virtual machine. The networking on the nt box (the host machine) is complicated, theres a physical network card, IP 192.168.0.10 not connected to anything with no name, and a virtual network

Re: too many retransmissions - with Linux Mandrake

2002-04-09 Thread Jeremy Wilkins
Hi, Just thinking, I'm fairly sure the network is working happily, I can use ssh with out problem, and run X apps on the linux box, displaying on the NT box. I can even use launch cygwin X, ssh into the linux bottom, set DISPLAY and run startkde, at which point KDE loads happily on the cygwin dis

New Weight Loss Product

2002-04-09 Thread health_n_wealth
Dear [EMAIL PROTECTED], IT'S COMING!!! GET READY TO LOOSE WEIGHT ANABOLIC WEIGHT LOSS IN LESS THAN 10 DAYS OASIS WILL LAUNCH A NEW ROCKET ! THE WORLD'S FIRST ANABOLIC WEIGHT LOSS SYSTEM! · A double blind, placebo controlled, clinically tested Weight Management System developed to

New Weight Loss Product

2002-04-09 Thread health_n_wealth
Dear [EMAIL PROTECTED], IT'S COMING!!! GET READY TO LOOSE WEIGHT ANABOLIC WEIGHT LOSS IN LESS THAN 10 DAYS OASIS WILL LAUNCH A NEW ROCKET ! THE WORLD'S FIRST ANABOLIC WEIGHT LOSS SYSTEM! · A double blind, placebo controlled, clinically tested Weight Management System developed to

New Weight Loss Product

2002-04-09 Thread health_n_wealth
Dear [EMAIL PROTECTED], IT'S COMING!!! GET READY TO LOOSE WEIGHT ANABOLIC WEIGHT LOSS IN LESS THAN 10 DAYS OASIS WILL LAUNCH A NEW ROCKET ! THE WORLD'S FIRST ANABOLIC WEIGHT LOSS SYSTEM! · A double blind, placebo controlled, clinically tested Weight Management System developed to

New Weight Loss Product

2002-04-09 Thread health_n_wealth
Dear [EMAIL PROTECTED], IT'S COMING!!! GET READY TO LOOSE WEIGHT ANABOLIC WEIGHT LOSS IN LESS THAN 10 DAYS OASIS WILL LAUNCH A NEW ROCKET ! THE WORLD'S FIRST ANABOLIC WEIGHT LOSS SYSTEM! · A double blind, placebo controlled, clinically tested Weight Management System developed to

New Weight Loss Product

2002-04-09 Thread health_n_wealth
Dear [EMAIL PROTECTED], IT'S COMING!!! GET READY TO LOOSE WEIGHT ANABOLIC WEIGHT LOSS IN LESS THAN 10 DAYS OASIS WILL LAUNCH A NEW ROCKET ! THE WORLD'S FIRST ANABOLIC WEIGHT LOSS SYSTEM! · A double blind, placebo controlled, clinically tested Weight Management System developed to

New Weight Loss Product

2002-04-09 Thread health_n_wealth
Dear [EMAIL PROTECTED], IT'S COMING!!! GET READY TO LOOSE WEIGHT ANABOLIC WEIGHT LOSS IN LESS THAN 10 DAYS OASIS WILL LAUNCH A NEW ROCKET ! THE WORLD'S FIRST ANABOLIC WEIGHT LOSS SYSTEM! · A double blind, placebo controlled, clinically tested Weight Management System developed to

How do I change fonts in xfree86?

2002-04-09 Thread Eli Kleinman
Hi all I am using my CDE form a Solaris box on my local PC by ruining xfree86 this is what I type #xwin -noreset -screen 0 1152 864 -query "server ip" -from "my pc ip" And the fonts that I get are bold. How do I change the font size, bold, not bold, different font etc. Please help Thanks in ad

New Weight Loss Product

2002-04-09 Thread health_n_wealth
Dear [EMAIL PROTECTED], IT'S COMING!!! GET READY TO LOOSE WEIGHT ANABOLIC WEIGHT LOSS IN LESS THAN 10 DAYS OASIS WILL LAUNCH A NEW ROCKET ! THE WORLD'S FIRST ANABOLIC WEIGHT LOSS SYSTEM! · A double blind, placebo controlled, clinically tested Weight Management System developed to

New Weight Loss Product

2002-04-09 Thread health_n_wealth
Dear [EMAIL PROTECTED], IT'S COMING!!! GET READY TO LOOSE WEIGHT ANABOLIC WEIGHT LOSS IN LESS THAN 10 DAYS OASIS WILL LAUNCH A NEW ROCKET ! THE WORLD'S FIRST ANABOLIC WEIGHT LOSS SYSTEM! · A double blind, placebo controlled, clinically tested Weight Management System developed to

some help with xWin

2002-04-09 Thread Lee, David S.
All - I have succesfully installed cygwin/xfree and when attempting to use XWin with XDM for solaris even using the -fp tcp/box:7100, I get a creen that is grey with a X as the cursor. Can anyone help on what I am doing wrong? I have attached 2 snapshots David S. Lee Manager, Technical Ope

RE: Just a note - nativegdi engine

2002-04-09 Thread Robert Collins
> -Original Message- > From: Alan Hourihane [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 1:57 AM > To: [EMAIL PROTECTED] > Subject: Re: Just a note - nativegdi engine > > > On Wed, Apr 10, 2002 at 01:47:58AM +1000, Robert Collins wrote: > > 2) I'm working on, I suspect

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Ian Burrell
Christopher Faylor wrote: > > Yep, as Robert indicated, this has been possible for a while. > > For Cygwin/XFree86, what I'd like to do is have you all come up with > a few .tar.bz2 files which install into a /usr/X11R6, > /etc/X11, etc. > I repackaged the current .tgz files as .tar.bz2 files.

RE: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Robert Collins
> -Original Message- > From: Ian Burrell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 9:49 AM > Is it possible to have multiple packages in a subdirectory and > setup.hint file? Or does each package needs its own directory? Each package needs it's own directory. > F

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Ian Burrell
Robert Collins wrote: > > I'm not clear not the hierarchy there - that reads like a list to me. > You've got two clauses you can independently use to make a hierarchy and > package dependencies - category:(i.e. the devel tarball belongs in > XFree86 and in Devel) and requires: (i.e. the server p

RE: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Robert Collins
> -Original Message- > From: Ian Burrell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 10:57 AM > That is a list of subdirectories. But it won't work since the each > package needs its own subdirectory. A better hiearchy would use the > components from the package names

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 05:56:36PM -0700, Ian Burrell wrote: >Robert Collins wrote: >> >>I'm not clear not the hierarchy there - that reads like a list to me. >>You've got two clauses you can independently use to make a hierarchy and >>package dependencies - category:(i.e. the devel tarball belon

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Charles Wilson
Ian Burrell wrote: > That is a list of subdirectories. But it won't work since the each > package needs its own subdirectory. A better hiearchy would use the > components from the package names. Hopefully, multiple levels of > subdirectories will work. Yep. Subdirs work fine. For instan

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Charles Wilson
Robert Collins wrote: >>They were simple changes to the script I wrote to repackage the >>distributed archives. I'll try to write proper setup.hint >>files for all >>the packages. >> > > Cool. I'm unclear about how the -src packages (are/should be) handled, since there are a great many

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 09:22:30PM -0400, Charles Wilson wrote: >Now, this works, and upset/setup are happy (every binary package has a >"src" package) but it is hackish, ugly, and a pain to maintain. Is >there a better solution? (Or can we discard the psuedo-src packages >without repurcussio

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Ian Burrell
Is the script for building setup.ini files from a directory hierarchy available anywhere? I want to setup a test install directory with the full hierarchy and setup.hint files. Also, I ran into a problem with the xfree-fonts-100dpi and xfree-fonts-75dpi packages. With a hand-generated setup.in

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Charles Wilson
Christopher Faylor wrote: > On Tue, Apr 09, 2002 at 09:22:30PM -0400, Charles Wilson wrote: > >>Now, this works, and upset/setup are happy (every binary package has a >>"src" package) but it is hackish, ugly, and a pain to maintain. Is >>there a better solution? (Or can we discard the psuedo

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 09:43:54PM -0400, Charles Wilson wrote: >>If it is upset I'll be upset. >> >>It should be acceptable to have bin without source. >> >>If it causes a problem, I'll fix it. > >That's great. (I'm not planning on needlessly changing my packages, but >perhaps the next time the

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 06:34:29PM -0700, Ian Burrell wrote: >Is the script for building setup.ini files from a directory hierarchy >available anywhere? I want to setup a test install directory with the >full hierarchy and setup.hint files. > >Also, I ran into a problem with the xfree-fonts-100d

RE: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Robert Collins
> -Original Message- > From: Charles Wilson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 11:23 AM > Now, this works, and upset/setup are happy (every binary > package has a > "src" package) but it is hackish, ugly, and a pain to maintain. Is > there a better solutio

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Ian Burrell
Christopher Faylor wrote: > > Yes, a -75dpi part of a tar file will look like a version number. > > Can you use an underscore instead? > I could use an underscore. I got it to work by changing it to dpi75. Shouldn't the name in the setup.ini file override that version number parsing? - Ia

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Charles Wilson
Ian Burrell wrote: > Christopher Faylor wrote: > >> >> Yes, a -75dpi part of a tar file will look like a version number. >> >> Can you use an underscore instead? >> > > I could use an underscore. I got it to work by changing it to dpi75. > Shouldn't the name in the setup.ini file override that

RE: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Robert Collins
> -Original Message- > From: Charles Wilson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 12:19 PM > I don't think it's that big a deal to require cygwin packages > to follow > a parseable naming scheme; ours is pretty lenient...when it > fails, it's > not a terrible

makeNativeRgn

2002-04-09 Thread Robert Collins
Alan, this may be of use to you: It's the region optimisation I mentioned before. It seems a little faster to me, which indicates that some (most?) of the calls have mulitple clip regions. There's a little extra stuff for the rootless mode in win.h, but it won't hurt to have that committed - i

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 07:10:15PM -0700, Ian Burrell wrote: >Christopher Faylor wrote: >>Yes, a -75dpi part of a tar file will look like a version number. >> >>Can you use an underscore instead? > >I could use an underscore. I got it to work by changing it to dpi75. >Shouldn't the name in the se

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Ian Burrell
Christopher Faylor wrote: > > Name? Do you mean version? If you put a version in setup.hint it > is currently ignored. > The name from the "@" line and the version header could be used to override the parsing of file names into name and version. - Ian -- [EMAIL PROTECTED] http://www.zna

Re: info: single install xfree86 + minimal cygwin?

2002-04-09 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 07:50:04PM -0700, Ian Burrell wrote: >Christopher Faylor wrote: >>Name? Do you mean version? If you put a version in setup.hint it is >>currently ignored. > >The name from the "@" line and the version header could be used to >override the parsing of file names into name a

xfree packages

2002-04-09 Thread Ian Burrell
I finished making some xfree packages. They are distributed binary archives repackaged as cygwin packages. I made a package directory that can be used with setup.exe from a local directory and over the network. I changed my mind about the division of the packages I proposed. I got rid of the m

Re: xfree packages

2002-04-09 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 09:40:46PM -0700, Ian Burrell wrote: >I finished making some xfree packages. They are distributed binary >archives repackaged as cygwin packages. I made a package directory that >can be used with setup.exe from a local directory and over the network. > >I changed my mind

RE: makeNativeRgn

2002-04-09 Thread Robert Collins
> -Original Message- > From: Robert Collins > Sent: Wednesday, April 10, 2002 12:42 PM > To: Cygwin-Xfree > Subject: makeNativeRgn > > > Alan, > this may be of use to you: It's the region optimisation I > mentioned before. It seems a little faster to me, which > indicates that som

cygpng2.dll missing

2002-04-09 Thread Joshua Lokken
Hello, all: Cygwin is great so far!! Question: After installing KDE and all of the required stuff, when I run kdeinit, I get an error message: The application was not started...cygpng2.dll was not found. Reinstalling the application could solve this problem. Which package installs

clipping questions

2002-04-09 Thread Robert Collins
In the span functions, if pGc->CompositeClip has (nbox = REGION_NUM_RECTS (pRegion)) == 0, what does that indicate? Should we skip rendering the span? Grab 1 rect and hope we can read it? Something else? Rob