Questions tagged [opengl]

20 questions
27
votes
3 answers

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 my understanding that VNC can be configured to…
Jared Brown
  • 247
  • 2
  • 6
  • 15
11
votes
2 answers

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 remotely, over an ssh connection. Most of our…
redmoskito
  • 271
  • 2
  • 10
7
votes
3 answers

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 machine (e.g., NVIDIA, ATI) In particular, is this…
Lorin Hochstein
  • 4,868
  • 15
  • 54
  • 72
3
votes
1 answer

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 turned up surprisingly few results, and seeing…
pdizz
  • 141
  • 5
3
votes
2 answers

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 headless server running Ubuntu 11.10 which has a…
Paul
  • 53
  • 1
  • 3
2
votes
1 answer

OpenGL 4+ will not work on RemoteFX with Windows Server 2012 Standard host and Windows 7 SP1 Enterprise/Windows 8.1 Enterprise VMs

I have installed Windows Server 2012 Standard on the following hardware: -Intel desktop motherboard with Virtualization hardware support. -16 GB of RAM -Intel i5-2500 (Supports SLAT) -nVidia Quadro 5000 -1TB HDD As per…
1
vote
0 answers

x11 forwarding: Server has no GPU - and no swrast_dri.so

I am trying to set up my server so that I can use Chromium remotely, which I need to put away some of the silly IP restrictions... Therefore, I need to utilize X11 forwarding and - apparently? - need to have OpenGL available. First, some info of the…
1
vote
0 answers

Amazon EC2 VNC Nvidia GPU usage?

I have a GPU instance on Amazon Web Services I am using Ubuntu 14.04 LTS The console show that the drivers are loaded perfectly, see below output $nvidia-smi -q | head ==============NVSMI LOG============== Timestamp : Thu…
1
vote
1 answer

Amazon Web Services viable for OpenGL driven app?

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 limited resources to view very large models which…
1
vote
1 answer

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 library and software rendering on CPUs. Works, albeit…
Mikko Ohtamaa
  • 1,364
  • 3
  • 17
  • 28
0
votes
1 answer

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 experience of OpenGL support in Solaris x86…
user29837
0
votes
1 answer

Why does VirtualGL raise a *Could not open display :0* error after host reboot

I am using vncserver to connect to a CentOS7 machine in the network. In order to make use of 3D graphics accelerations I am using VirtualGL. So any OpenGL program needs to be launched with vglrun to make use of OpenGL. This works like a charm but…
Woltan
  • 81
  • 1
  • 2
  • 7
0
votes
1 answer

OpenGL on Windows Server 2012 R2

I have my own game written in Java and it uses the Slick2D game library which uses OpenGL. The game has some multiplayer features so i need to start the server-software for the game on a Windows-Server, but OpenGL does not work because the…
b009
  • 3
  • 1
  • 2
0
votes
2 answers

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 machine on a very low budget, where we can swap in…
0
votes
1 answer

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 create a class lab for Google SketchUp teaching (highly…
1
2