We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5469 - Multi-display configuration lost after exiting fullscreen
Summary: Multi-display configuration lost after exiting fullscreen
Status: ASSIGNED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: don't know
Hardware: x86_64 Linux
: P2 major
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords: target-2.0.16
Depends on:
Blocks:
 
Reported: 2021-01-16 12:04 UTC by brawaga
Modified: 2021-01-23 17:49 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brawaga 2021-01-16 12:04:51 UTC
I am not sure about Component, guess it is Render.
About version, I guess it repeats for range of versions, repeated on openMSX 0.12.0, which uses SDL 1.x, and also on SuperTux, which is found in SDL 2.x application list to check if the bug is version-specific.

The issue is when I go fullscreen and then back to windowed mode, my display configuration is lost. That's very annoying.

I have two display system, main is vertical, secondary is in horizontal position.
After an application returns to windowed, display orientation is lost and system behaves as there is only one display, it mirrors the image to the both of them, and hence one of them is rotated, so the image also is.

This is annoying because leads always to repeat the configuration manually, and checking each application if it is SDL-based before switching is attention- and time-expensive too, so no way to effectively work around it.

3 bugs I found with manual search and 7 bugs suggested in this form as Possible Duplicates sometimes sound similar, and may relate, but distinctly describe different things.