RE: new version of nano-X/microwindows (not silly licence thing)

1999-10-06 Thread Thomas Stewart

> > * wrote asm version of VGA driver for ELKS
> > :
> > : How much faster is this thing? Useable?
> >
> >
> > It's definitely faster, and it works.  I use it for the ELKS port,
> > which runs on _slow_ systems.
>
>The old one was abismal even on my 386. Is the flickering/poor mouse
>movement on ELKS any better?
>

Nope, that describes the mouse movement quite well!

tom

__
Get Your Private, Free Email at http://www.hotmail.com



RE: new version of nano-X/microwindows (not silly licence thing)

1999-10-06 Thread Luke (boo) Farrar




On Tue, 5 Oct 1999, Greg Haerr wrote:

> * wrote asm version of VGA driver for ELKS
> : 
> : How much faster is this thing? Useable? 
> 
> 
>   It's definitely faster, and it works.  I use it for the ELKS port,
> which runs on _slow_ systems.

The old one was abismal even on my 386. Is the flickering/poor mouse
movement on ELKS any better?

Luke(Boo) Farrar.




Re: new version of nano-X/microwindows (not silly licence thing)

1999-10-06 Thread Thomas Stewart

> > * wrote asm version of VGA driver for ELKS
>
>How much faster is this thing? Useable?
>

It works, it is kind of useble on a 386SX 16Mhz, the optimized hline 
definately speeds it up.

tom

__
Get Your Private, Free Email at http://www.hotmail.com



RE: new version of nano-X/microwindows (not silly licence thing)

1999-10-05 Thread Greg Haerr

* wrote asm version of VGA driver for ELKS
: 
: How much faster is this thing? Useable? 


It's definitely faster, and it works.  I use it for the ELKS port,
which runs on _slow_ systems.

Greg



Re: new version of nano-X/microwindows (not silly licence thing)

1999-10-05 Thread Luke (boo) Farrar




On Mon, 4 Oct 1999, Greg Haerr wrote:

> 
> The major changes in this release are:
>   
>   * wrote asm version of VGA driver for ELKS

How much faster is this thing? Useable? 

Luke(Boo) Farrar.






RE: new version of nano-X/microwindows

1999-10-05 Thread Greg Haerr

: Speaking of projects .. I have few questions regarding 0.84 release of
: mwin.
: 
: 1: nano-x won't compile here with -O switch. It has to be some sort of
: copt error (it does compile actually but doesn't assemble/link). This
: can be solved by calling bcc without -O for nanox/srvfunc.c to be
: compiled.

I'll look into this.  It works on my system... ;-)


: 
: 2: where is Al's "terminal emulator" ? nterm ? did you manage to get it
: woring ?
: 
It's in there, but you must unset the client/server switch, and
link in nterm.o.  See the Makefile and INSTALL files.




: 3: does world.c and/or nclock.c actually work on any ELKS system ?

All the demos run on ELKS, including the nterm.  If running world, you
must supply the .dat file in the current directory.  See world.c for details.

Greg



RE: new version of nano-X/microwindows

1999-10-04 Thread David Murn

On Mon, 4 Oct 1999, Greg Haerr wrote:

> On Monday, October 04, 1999 1:32 PM, Araujo, Isaque G. 
>[SMTP:[EMAIL PROTECTED]] wrote:
> : Would be nice if you had some screenshots of nano-X/microwindows running !
> :
>   Yes, it would be.  Sometime ago this was discussed on this list,
> and IIRC, all that had to be done was that /dev/fb0 was read to get the
> bits, and then they need to be written out in some bitmap format...

Heck, even easier than that, just run it under dosemu, or vmware, and get
an X snapshot.

Davey



RE: new version of nano-X/microwindows

1999-10-04 Thread Greg Haerr

On Monday, October 04, 1999 1:32 PM, Araujo, Isaque G. 
[SMTP:[EMAIL PROTECTED]] wrote:
: Would be nice if you had some screenshots of nano-X/microwindows running !
:
Yes, it would be.  Sometime ago this was discussed on this list,
and IIRC, all that had to be done was that /dev/fb0 was read to get the
bits, and then they need to be written out in some bitmap format...  Perhaps
that should be tonight's project...  Or are there any volunteers?

Greg



RE: new version of nano-X/microwindows

1999-10-04 Thread Araujo, Isaque G.

Would be nice if you had some screenshots of nano-X/microwindows running !

 /H\j HPLX SG70900338[EMAIL PROTECTED]
(=U=) [EMAIL PROTECTED] 55-11-3741-3510
 '-'  C/C++ PL/SQL  Sistema Empresa / SIAL 2000

> -Original Message-
> From: Greg Haerr [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, October 04, 1999 2:26 PM
> To:   '[EMAIL PROTECTED]'
> Cc:   '[EMAIL PROTECTED]'
> Subject:  new version of nano-X/microwindows
> 
> I've completed another version of nano-X/microwindows that takes
> care of most of the last two week's concerns on this list.
> 
> Version 0.84 is now available at
>   
> ftp://microwindows.censoft.com/pub/microwindows/microwindows-0.84.tar.gz
> 
> Thanks to Brad LaRonde and Vidar Hokstad for input and changes for this
> release.
> 
> The major changes in this release are:
>   
>   o completely support client/server model for nano-X programs.
>   o integration of truecolor support (thanks Brad)
>   o integration of nanoWidgets (thanks Vidar)
>   o support cross-compilation for MIPS linuxCE project (thanks Brad)
>   o integrated bug fixes from nano-X-0.5pre3
> 
> For those with truecolor systems, it would be nice to check this version
> out, since I still can't run with truecolor.  This version also compiles
> and runs
> the complete nanoWidget set from Vidar with a single toplevel make, so
> you all can check out what's new there.  There are quite a few bug fixes
> with the client/server networking code, many calls didn't previously work.
> The make defaults to client/server builds now, although the linked
> application
> model can be built with a switch for debugging.
> 
> Attached is the ChangeLog for this release
> 
> Version 0.84 - 3rd October 1999 - [EMAIL PROTECTED]
>   * integrated Vidar's nanoWidgets 0.1, changed color constants
>   * integrated Brad LaRonde's MIPS LinuxCE port cross-compile changes
>   * integrated Alex's nano-X-0.5pre3 changes except dir/filename
> changes
>   * added support for 8 to 32 bit truecolor systems
>   * reorganized Makefile for nanoX and linked/non-linked nano-X
> servers
>   * reorganized Makefiles for gcc, bcc and other compilers
>   * reorganized nano-X.h header file for client programs
>   * fixed GrSetGCFont,GrGetGCTextSize,ReadArea,Area client/server bugs
>   * fix bug in nanoX network select code for client attach
>   * workaround for GrGetNextEvent in nanoX client lib
>   * wrote asm version of VGA driver for ELKS
>   * added optimized herc hline routine from
> [EMAIL PROTECTED]
>   * added contributed terminal emulator demo for nano-X,
>   (from Alistair Riddoch, requires linked server)
> 
> Greg
> 



Re: new version of nano-X/microwindows

1999-10-04 Thread Bradley D. LaRonde

Excellent!  I will look at it right away.  Thanks Greg.

Regards,
Brad

- Original Message -
From: Greg Haerr <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 04, 1999 1:26 PM
Subject: new version of nano-X/microwindows

> I've completed another version of nano-X/microwindows that takes
> care of most of the last two week's concerns on this list.
>
> Version 0.84 is now available at
> ftp://microwindows.censoft.com/pub/microwindows/microwindows-0.84.tar.gz
>
> Thanks to Brad LaRonde and Vidar Hokstad for input and changes for this
release.
>
> The major changes in this release are:
>
> o completely support client/server model for nano-X programs.
> o integration of truecolor support (thanks Brad)
> o integration of nanoWidgets (thanks Vidar)
> o support cross-compilation for MIPS linuxCE project (thanks Brad)
> o integrated bug fixes from nano-X-0.5pre3
>
> For those with truecolor systems, it would be nice to check this version
> out, since I still can't run with truecolor.  This version also compiles
and runs
> the complete nanoWidget set from Vidar with a single toplevel make, so
> you all can check out what's new there.  There are quite a few bug fixes
> with the client/server networking code, many calls didn't previously work.
> The make defaults to client/server builds now, although the linked
application
> model can be built with a switch for debugging.
>
> Attached is the ChangeLog for this release
>
> Version 0.84 - 3rd October 1999 - [EMAIL PROTECTED]
> * integrated Vidar's nanoWidgets 0.1, changed color constants
> * integrated Brad LaRonde's MIPS LinuxCE port cross-compile changes
> * integrated Alex's nano-X-0.5pre3 changes except dir/filename changes
> * added support for 8 to 32 bit truecolor systems
> * reorganized Makefile for nanoX and linked/non-linked nano-X servers
> * reorganized Makefiles for gcc, bcc and other compilers
> * reorganized nano-X.h header file for client programs
> * fixed GrSetGCFont,GrGetGCTextSize,ReadArea,Area client/server bugs
> * fix bug in nanoX network select code for client attach
> * workaround for GrGetNextEvent in nanoX client lib
> * wrote asm version of VGA driver for ELKS
> * added optimized herc hline routine from [EMAIL PROTECTED]
> * added contributed terminal emulator demo for nano-X,
> (from Alistair Riddoch, requires linked server)
>
> Greg
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>