-
Notifications
You must be signed in to change notification settings - Fork 11
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
Full screen stopped working v1.10.6 #35
Comments
Try this version: https://github.com/tx00100xt/SeriousSamClassic-VK/actions/runs/6663904137#artifacts If it works, I'll think about what can be done. Full screen mode works for me under Windows on Vulkan. |
That build worked (TFE and TSE, Win64). Ran perfectly. Edit: Linux version still working well on Debian 12.2 as well. /thumbs-up |
Check out this build. If everything goes well, I will make a change to the repository code and update the release. |
@tx00100xt 20231029 worked perfectly. I switched it back and forth between 720p windowed and 1080p full screen. Looks good. |
Fine. Then I'll add the code to the repository |
Release updated: https://github.com/tx00100xt/SeriousSamClassic-VK/releases |
New info: Full screen still does not work in OpenGL. Works in Vulkan now, but I was trying to test OpenGL vs Vulkan performance, etc. and could not. Just FYI. |
I think this is a problem with the drivers or some settings in the Windows system. For me and others, the full-screen mode of Vulkan and OpenGL worked before this. You get an error when calling the Win32 ChangeDisplaySettings function: I just removed the call to this function for Vulkan if the resolution matches the display resolution. Borderless windowed mode would suit you. At the moment it is not in the code. Maybe I'll do it sometime in the future |
No idea then. It's just a standard Windows 22H2 install with a Radeon RX 6600, driver 23.10.2 and it worked fine a month or so ago on 1.10.5, and previously with the earlier release of 1.10.6, but not after updates were made to 1.10.6. It's not a big deal to me, I'll just play on Linux and use the GOG version if I ever wanted to play on Windows I guess. |
Perhaps this build will have fullscreen mode in OpenGL too. |
That one works. Thanks. |
No full screen works for me at all since the last update. Windows x64 version, Linux is fine. It also switches from Vulkan to OpenGL after is fails to change.
The text was updated successfully, but these errors were encountered: