You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
im trying to run info-beamer opensource on a native ubuntu server 16.04 machine. I read somewhere, that info-beamer can run without X, or is this only valid for the rpi version?
i downloaded the prerequisites according to the docs and built the software with debug via
glfw error 65544 (X11: The DISPLAY environment variable is missing)
so X is required?
running Xvfb and exporting the display variable, i get
root@host:/opt/info-beamer# export DISPLAY=:0
...
glfw error 65544 (X11: RandR gamma ramp support seems broken)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
[main.c] initial size is 1024x768
glfw error 65545 (GLX: Failed to find a suitable GLXFBConfig)
CRITICAL ERROR: cannot open window
After i install xorg, i get
CRITICAL ERROR: need opengl 3.0 support
so i checked my openGL info
root@host:/opt/info-beamer# glxinfo | grep -i "opengl"
OpenGL vendor string: X.Org R300 Project
OpenGL renderer string: Gallium 0.4 on ATI RV515
OpenGL version string: 2.1 Mesa 12.0.6
OpenGL shading language version string: 1.20
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 12.0.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
what would be the minimal requirement to get similar behaviour to the rpi version? I dont want a desktop environment but have the system start directly into info-beamer.
The text was updated successfully, but these errors were encountered:
hi,
im trying to run info-beamer opensource on a native ubuntu server 16.04 machine. I read somewhere, that info-beamer can run without X, or is this only valid for the rpi version?
i downloaded the prerequisites according to the docs and built the software with debug via
im logged in via ssh as root, the output i get is
with the lua version beeing
and graphics hardware
after applying pull request #56 i see
so X is required?
running Xvfb and exporting the display variable, i get
After i install xorg, i get
so i checked my openGL info
what would be the minimal requirement to get similar behaviour to the rpi version? I dont want a desktop environment but have the system start directly into info-beamer.
The text was updated successfully, but these errors were encountered: