The opengl tag has no wiki summary.
2
votes
2answers
27 views
Remote 3D-accelerated OpenGL apps from Windows server
Is there any solution that will you allow you to run GPU-accelerated OpenGL applications remotely, given:
The remote machine is a Microsoft Windows server
There is a 3D graphics card in the remote ...
0
votes
1answer
143 views
Amazon Web Services viable for OpenGL driven app? [closed]
Our company currently has an openGL/directX powered app for viewing 3D models. Some of our customers have expressed an interest in a cloud based solution that would allow their users of devices with ...
0
votes
0answers
63 views
propietary ATI video driver access inside lxc?
Since lxc is a kernel level super-chroot, i've been wondering what sort of video driver does the containers have:
My host is ubuntu 12.04 64-bit machine with ATI gpu. Will the lxc container have ...
3
votes
1answer
148 views
Hardware advice for bitmap / openGL image processing server?
I am trying to work out a build for a processing server to handle bitmap processing as well as openGL rendering for chroma-keying images and Photoshop automation. My searches here and on Google have ...
1
vote
2answers
523 views
code opengl through SSH, run program though machine's display
I am working through the Opengl Bible 5th edition. Due to a recent hardware failure my primary machine is now an old laptop that does not support the opengl standard for my tutorial book. I have a ...
0
votes
1answer
376 views
Should Windows Multipoint Server stations on individual video cards support hardware video acceleration?
I've set up a test machine with multiple PCI-e nVidia GF440 Video cards and installed Windows Multipoint Server 2011.
I use the same kind of hardware set up with a BeTwin multiseat solution to ...
1
vote
1answer
282 views
Cloud Linux with OpenGL acceleration?
We are thinking about launching some Linux server-side services which would greatly benefit of having real accelerated OpenGL available. Currently we are running normal server instances with Mesa ...
0
votes
2answers
217 views
Hardware, network infrastructure for runnng gaming server nd on VirtualGL
Foud nice project VirtualGL (http://www.virtualgl.org/). Tried to run 3D fames (EVE Online, Prototype) on server and display the output on thin client using 100Mbps network. Server: Gentoo Linux on ...
2
votes
2answers
1k views
Remote offscreen rendering
My research lab recently added a server that has a beefy NVIDIA graphics card, which we would like to use to do scientific computations. Since it isn't a workstation, we'll have to run our jobs ...
1
vote
3answers
6k views
How can OpenGL graphics be displayed remotely using VNC?
I am attempting to run a program that uses OpenGL to render a model in a viewport through VNC unsuccessfully.
The error message I receive is - Xlib: extension "GLX" missing on display ":1.0".
It was ...
0
votes
1answer
104 views
Running openGL program using WAMP
I have a C++ binary compiled using VC++2008, this code uses my GPU (NVIDIA GT 8600) for some calculations. The program first checks for the graphics card vendor using the glGetString(GPU_VENDOR) ...
0
votes
2answers
692 views
7.0.1 and Photoshop openGL requirements
I'm running Workstation 7.0.1 on a 64-bit Linux host, with a Vista guest, and the Aero theme works a treat - full marks for getting that working!
However, when running Photoshop there are some ...
0
votes
1answer
330 views
OpenGL support in Solaris 10 x86
Our application supports Solaris Sparc and certain parts of it rely on OpenGL. I couldn't find the official guide on OpenGL support of Solaris x86. Any one has the respective information or related ...
0
votes
2answers
458 views
Testing ATI hardware for OpenGL
We have an application that uses OpenGL, and historically it has run lousy on ATI cards, although results have been different depending on card/driver combo. We're trying to put together a test ...