Failed to initialize video. Your GPU may not be supported [NVIDIA, source compiled, fedora]

rubbercable

New Member
ERROR
Loading up OpenGL on adapter NVIDIA Corporation GeForce GT 1030/PCIe/SSE2
OpenGL loaded successfully, version 3.3.0 NVIDIA 440.82, shading language 3.30 NVIDIA via Cg compiler
Failed to initialize video. Your GPU may not be supported, or your graphics drivers may need to be updated.


BACKGROUND
I tried to compile obs-studio because Websockets was not available in the YUM/DNF repositories.
The old version from the repos/package worked fine (but didn't have websockets).
Followed these instructions: https://github.com/obsproject/obs-s...ructions#red-hatfedora-based-build-directions

LOGS
[in attachment.]
 

Attachments

  • 2020-09-18-14-02-51.txt
    2.2 KB · Views: 25

rubbercable

New Member
glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 1030/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 440.82
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 440.82
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 440.82
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
 

rubbercable

New Member
I used git clone -b '25.0.8-patch' --recursive https://github.com/obsproject/obs-studio.git


/usr/local/bin/obs
/usr/local/bin/obs: error while loading shared libraries: libobs-frontend-api.so.0: cannot open shared object file: No such file or directory

ldd /usr/local/bin/obs|grep not
libobs-frontend-api.so.0 => not found
libobs.so.0 => not found


find usr/local/ -name libobs-frontend-api\.\* 2>/dev/null
/home/rubbercable/Downloads/obsproj/obs-studio/build/rundir/RelWithDebInfo/bin/64bit/libobs-frontend-api.so.0.0
/usr/local/lib/libobs-frontend-api.so.0
/usr/local/lib/libobs-frontend-api.so.0.0
/usr/local/lib/libobs-frontend-api.so
 
Top