Miscellaneous Operating Systems/Hardware

any cheap (or free) x11 on windoze?

Hello,
I want to display some x11 stuff from my sun to a windoze box. VNC works fine in most cases, but when GL apps are involved it just won't do. Are there any other free options around (I dont want to spend lots of $$ on Hummingbird).
Thanks
Sitting in a room.....thinkin' shit up. :evil:

:O2: 400MHz R12k - :320: Dual 550MHz PIII - Apple G4 Cube dual 500MHz/GF6200 - Newton Messagepad 2100 - Apple PowerBook 2400c/G3@240 - DECstation5000/133 - Apple Workgroup Server 9150/120 G3@280 - Apple Macintosh IIfx - Apple Macintosh Color Classic (Mystic upgrade) - Sun Cobalt Cube 3 - Tadpole RDI UltraBook IIi - Digital HiNote Ultra II - HP 200LX
there's xdeep/32 , but I don't know how the OpenGL support is. It's freeware.
There's an old proverb that says pretty much anything you want it to.
:O2: <-> :1600SW: eidyia - R5K/300, 1GB, AV2
:O200: Unnamed - 2xR10K/180 1MB, 256MB
Or Cygwin/X, of course...
Such bugs and goblins in my life!
(Taken from Hamlet)
I was unable to make cygwin/x work for me in remote.
The local xterminal opened fine, but redirecting output from the O2 had no result.

Anyone knows what's the needed black magic?Thanks
Marco/Sat
an 'xhost + O2_IP' in the local x-term? I am not sure about GL apps. but I have always been able to run software packager on my Octane2 via Cygwin/X.
zappa wrote: Or Cygwin/X, of course...


Xming as well:
http://freedesktop.org/wiki/Xming

Unlike Cygwin/X you just install an X-server and don't need any of the cygwin stuff.
"Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better"
Dubhthach wrote: Xming as well:
http://freedesktop.org/wiki/Xming

Unlike Cygwin/X you just install an X-server and don't need any of the cygwin stuff.


Who'd want to miss that stuff on a windows machine? It's the only thing that makes working with it tolerable :mrgreen:

EDIT: I'm not sure about OpenGL support in it, anyway. Another option might be XWin-32, running in demo mode (a session can last 2 hours, then it mus be restarted)
Such bugs and goblins in my life!

(Taken from Hamlet)
zappa wrote:
Dubhthach wrote: Xming as well:
http://freedesktop.org/wiki/Xming

Unlike Cygwin/X you just install an X-server and don't need any of the cygwin stuff.


Who'd want to miss that stuff on a windows machine? It's the only thing that makes working with it tolerable :mrgreen:


True to an extent but it's always nice to have options, as regarding displaying OpenGL on X clients, i came across this on opengl.org might be usefull

http://virtualgl.sourceforge.net/

October 18, 2005 VirtualGL v1.0 is a framework for allowing Unix/Linux OpenGL API applications to be displayed to thin clients. VirtualGL runs on an application server, equipped with 3D accelerator hardware. It intercepts GLX calls made by applications and re-routes OpenGL rendering contexts into Pbuffers on the application server's 3D hardware. VGL monitors calls such as glXSwapBuffers(), glFinish(), etc., to determine when a frame has finished rendering and is ready to be read back and sent to the client display. VirtualGL can be used to provide hardware-accelerated 3D capabilities to VNC, and it can also be used as a higher-performing alternative to remote GLX. Instead of passing vertex and texture data over the network, VirtualGL passes only compressed images over the network, so its performance is not dependent on the amount of data being rendered. It has been tested with a variety of Linux applications and games (32-bit and 64-bit), with more being added all the time.
"Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better"


:?

So instead of just sending the fairly small vertex and textures data you send at least a 25fps megapixel video stream. Can't see that working terribly well, really...
The thin client only needs a GEthernet and all the rest is done server side :)
I really feel like 100 mbit is not enough for 1280x1024 true color with VNC with standard xapps...

Marco/Sat
i always use exceed3D for stuff like this > works perfectly
Wasn't exceed PaidWare?

Marco/Sat
Satoru wrote: Wasn't exceed PaidWare?

Marco/Sat
Exceed is a commercial product made by Hummingbird... Exceed is the XServer, Exceed 3D is a module (i.e. more $$$) of Exceed allowing for 3D OGL... It works very well...
x-deep32 is a really nice freeware x-server, but it doesn't do open-gl. i found x-win32 to be a good solution for this. it's commercial, though.
Dubhthach wrote: Xming as well:
http://freedesktop.org/wiki/Xming

Unlike Cygwin/X you just install an X-server and don't need any of the cygwin stuff.

zappa wrote: EDIT: I'm not sure about OpenGL support in it, anyway. Another option might be XWin-32, running in demo mode (a session can last 2 hours, then it mus be restarted)


XMing does indeed support OpenGL and GLX, but it's a bit buggy.

X-win32 does OpenGL and GLX, and it's reasonably stable, but it's incredibly slow.