Skip to content
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

Broken video settings: only one fullscreen resolution #118

Closed
Alerymin opened this issue Sep 23, 2023 · 7 comments
Closed

Broken video settings: only one fullscreen resolution #118

Alerymin opened this issue Sep 23, 2023 · 7 comments

Comments

@Alerymin
Copy link

Describe the bug
There is only one fullscreen resolution in the display settings which is my 2 screens combined

To Reproduce
Steps to reproduce the behavior:

  1. Start the Game
  2. Open Doom 3 BFG
  3. Open settings
  4. Go to system
  5. Look at the fullscreen resolutions

Expected behavior
Resolutions for each one of my monitors

Screenshots
image

Desktop (please complete the following information):

  • OS: Arch Linux
  • Video driver: NVIDIA Proprietary
  • Version 1.3.0

Additional context
Doesn't happen on RBDoom3BFG

@MadDeCoDeR
Copy link
Owner

Have you try to run it with wayland?

@Alerymin
Copy link
Author

No
But using wayland with my GPU breaks a few things like sleep mode so I keep X11

@Alerymin
Copy link
Author

Using wayland fixed it, but I need it to work on X11

@MadDeCoDeR
Copy link
Owner

BTW. RBDoom uses a static list of resolutions. Which on it's own can cause many issues, sadly the issue is SDL2 and X11, for some reason SDL2 can't read properly the number of monitors and their resolutions from X11.
That's also the reason why DOOM BFA prefers Wayland over X11

@Alerymin
Copy link
Author

Ok I see

@MadDeCoDeR
Copy link
Owner

MadDeCoDeR commented Sep 23, 2023

Great news!!!
I figure out how to make SDL2 and X11 to play along together. I had to add libxrandr on the action script.
I tested it on my Steam Deck (X11) and not only it returns the available resolutions but also it can detect multiple monitors.
If you want to see it check the latest nightly build

@Alerymin
Copy link
Author

It didn't my latest issue in #119 but now resolution works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants