We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The TRX 4.6 linux release requires X11.
TRX 4.6 linux
Without env SDL_VIDEODRIVER=x11 ./TR1X (or unsetting it from wayland) I get:
env SDL_VIDEODRIVER=x11 ./TR1X
wayland
$ ./TR1X specific/s_shell.c 266 main Game directory: /TR/ specific/s_shell.c 169 S_Shell_ShowFatalError Cannot initialize SDL: wayland not available
$ env SDL_VIDEODRIVER=x11 ./TR1X specific/s_shell.c 266 main Game directory: /TR/ libtrx/game/input/backends/controller.c 378 M_FindController 0 controllers specific/s_shell.c 372 S_Shell_CreateWindow Trying GL backend 3.3 .. libtrx/gfx/context.c 136 GFX_Context_Attach OpenGL renderer string: Mesa Intel(R) Arc(tm) A750 Graphics (DG2) .. game boots fine..
It would be nice to not need x11 moving forward. I believe the ubuntu:latest image needs wayland. https://github.com/LostArtefacts/TRX/tools/tr1/docker/game-linux/Dockerfile
ubuntu:latest
The text was updated successfully, but these errors were encountered:
Hey @exalented can you please check the dev snapshot in #1929?
Sorry, something went wrong.
Only the bottom zip works. TY #1929 (comment)
rr-
Successfully merging a pull request may close this issue.
The
TRX 4.6 linux
release requires X11.Without
env SDL_VIDEODRIVER=x11 ./TR1X
(or unsetting it fromwayland
) I get:It would be nice to not need x11 moving forward.
I believe the
ubuntu:latest
image needs wayland.https://github.com/LostArtefacts/TRX/tools/tr1/docker/game-linux/Dockerfile
The text was updated successfully, but these errors were encountered: