Questions tagged [opengl]

22 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
15
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…
7
votes
2 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…
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
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…
2
votes
1 answer

How to install OpenGL on Amazon Linux 2 AMI t2.small type?

I need to install Grass GIS on my Amazon Linux 2 AMI instance which is of type t2.small During the configuration of Grass GIS it stopped with checking for GL/gl.h... no configure: error: *** Unable to locate OpenGL includes. To install OpenGL…
Terry
  • 123
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…
1
vote
0 answers

How can I enable OpenGL on Windows Server 2022?

I am trying to use an application requiring OpenGL > 2.1 on Windows Server. I have read on multiple questions here about the challenges of getting OpenGL to work through a remote desktop session, but I am not there yet, and I am working directly on…
Maxime
  • 111
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
2 answers

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
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