Cant run OpenGL Rop from hython on Ubuntu 20.0

   1961   2   0
User Avatar
Member
1 posts
Joined: March 2022
Offline
I've set up an OpenGL rop to do a playblast.
From Hython if I try to run
hou.node("/out/opengl1").render()
I get the following error

OpenGL Fatal Error: The installed OpenGL driver is not able to run OpenGL 3.3. Please update the driver and check the minimum system requirements for Houdini (www.sidefx.com/sysreq)

I'm running a 3090 with Nvidia 510 Drivers

❯ glxinfo | grep "OpenGL version"
OpenGL version string: 4.6.0 NVIDIA 510.47.03

Is this because nvidia added limitations to Gtx/Rtx cards?
User Avatar
Member
44 posts
Joined: Feb. 2019
Offline
Hello
I had this problem in top with rop opengl
To fix this problem you need to install all opengl and opencl libraries


to do that :

sudo apt install opengl*
sudo apt install opencl*

* means taking all opencl and opengl libs


I hope i helped you
User Avatar
Member
3 posts
Joined: Dec. 2018
Offline
SMC7192
Hello
I had this problem in top with rop opengl
To fix this problem you need to install all opengl and opencl libraries


to do that :

sudo apt install opengl*
sudo apt install opencl*

* means taking all opencl and opengl libs


I hope i helped you

Thanks dude, it really worked, im shocked.
You're a genious, thank you so much
  • Quick Links