Skip to main content

Questions tagged [opengl]

-1 votes
0 answers
63 views

opengl not available in windows container

Containers running on Windows node are not able to use OpenGL from nvidia gpu. I have k8s cluster with windows node (running WS 2022). The node has two nvidia gpus NVIDIA GeForce GTX 1080 and NVIDIA ...
kebie's user avatar
  • 139
1 vote
0 answers
4k views

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, ...
Maxime's user avatar
  • 111
2 votes
1 answer
3k views

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 ...
Terry's user avatar
  • 123
1 vote
0 answers
717 views

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 ...
Ingwie Phoenix's user avatar
0 votes
2 answers
8k views

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 ...
Woltan's user avatar
  • 81
0 votes
1 answer
3k views

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-...
b009's user avatar
  • 3
1 vote
0 answers
602 views

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========...
deadmantfa's user avatar
-1 votes
2 answers
3k views

Why cron job is not able to open X display connection [closed]

I have a java app rendering some sprites using LWJGL and OpenGL. It works fine until I move it to remote virtual machine with no phisical graphic card, Mesa 3d with related stuff is used to emulate it ...
Viktor Stolbin's user avatar
2 votes
1 answer
4k views

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 ...
Alpha Now's user avatar
7 votes
2 answers
15k 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 ...
Lorin Hochstein's user avatar
1 vote
1 answer
906 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 ...
matthew94526's user avatar
3 votes
1 answer
361 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 ...
pdizz's user avatar
  • 141
3 votes
2 answers
4k 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 ...
Paul 's user avatar
  • 53
0 votes
1 answer
1k 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 ...
villares's user avatar
  • 103
1 vote
1 answer
703 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 ...
Mikko Ohtamaa's user avatar
0 votes
2 answers
336 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 ...
archer's user avatar
  • 207
15 votes
2 answers
10k 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 ...
redmoskito's user avatar
27 votes
3 answers
93k 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
1 answer
198 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) ...
Slartibartfast's user avatar
0 votes
2 answers
2k 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 ...
user avatar
0 votes
1 answer
618 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 ...
user avatar
0 votes
2 answers
913 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 ...
Anthony Johnson's user avatar