-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
some questions regarding q2pro on linux #228
Comments
Hey @fishxz we're setting a specific directory only for |
|
wayland works now, but typing in console is very slow and sometimes keypresses get registered multiple times.
very useful change... works as intended.
i took the icon from the yamagi q2 project and changed the color to match q2pro. More details here: |
after testing wayland a bit, the following things i noticed:
|
This is expected, as Gnome doesn't implement XDG decoration protocol.
Odd, this didn't happen during my testing on Debian 11 with Sway and in Fedora 36 VM with Gnome.
Both native X11 and Wayland backends don't detect window minimization currently. It doesn't seem to be possible on Wayland at all, but might be possible on X11, but I couldn't find straightforward way to do it. Does this even work with SDL on X11? Grepping for SDL_WINDOW_MINIMIZED state in SDL X11 video driver sources returns nothing.
This didn't happen for me. Might be something to do with how vsync works on Wayland.
Works for me fine, but I assume there may be issues with how X server maps keycodes to keysyms. Might be possible to switch to raw evdev keycodes on Linux. |
on my 60hz screen the typing is fine, but there core problem still exist... if you connect to a server it kinda slows down and if server set "sv_force_reconnect" you kinda in a loop until you type in console, same for downloads...
not sure about that... it doesnt stutter anymore because of slowness, but it plays the last sound before minimize in a loop. my main screen is 144hz btw. |
I've added a hack to allow SDL video driver to work with Wayland. Let me know if it behaves better than native Wayland driver, so that it can be prioritized by default. As for native Wayland driver issues, does disabling
Should work on X11 now, but not on Wayland.
Should be fixed now. |
hey,
im currently maintaining https://github.com/flathub/com.github.skullernet.q2pro and i would like to ask, if you would like to participate.
flatpak is a easy way to provide binaries for linux, which q2pro is currently missing.
there are some issues im currently running in:
wayland doesnt work. the game starts, but there is no window (game is running in the background), just the icon in the taskbar.
im not sure how to deal with paths.
this only allows to load game libraries from /app/bin (which shouldnt be modified by user), but the game should look for both "PATH_LIB" and "PATH_HOME" (so user can install there own game libaries).
the reason is why i use "/app/bin" for the lib path, is because this way im able to ship the default "gamex86_64.so" and "q2pro.menu" with the pakage.
q2pro on linux could use a better icon, than the current low res one.
currently im using this one: https://github.com/flathub/com.github.skullernet.q2pro/blob/master/q2pro.svg
The text was updated successfully, but these errors were encountered: