You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: this happens when running in fullscreen from a terminal (non X-server) console.
Environment:
Raspberry Pi OS (Linux/Debian derivative)
Steps to reproduce:
Modify the window.ms test such that:
It sets the window resolution to 640x480
It exits when pressing the "Q" key
Switch to a terminal console by pressing Ctrl-Alt-F2
Log in, navigate to the soda tests
Run the window.ms test
Enter full screen by pressing space
Exit the program by pressing Q
Expected:
The user returns to the terminal and it has the same resolution as before
Actual
The user returns to the terminal, but it has a resolution lower than before
The text was updated successfully, but these errors were encountered:
sebnozzi
changed the title
Exiting a soda when in fullscreen leaves display in wrong resolution (Linux)
Exiting a soda when in fullscreen leaves terminal in wrong resolution (Linux)
Nov 16, 2021
I did some more testing - it's indeed a matter of soda switching back to the original resolution (from which it was started) before exiting. If I change this programmatically and exit then the terminal text displays normally.
Alas, changing programmatically does not always work from within a soda program. It tends to stay stuck in some resolution often.
Note: this happens when running in fullscreen from a terminal (non X-server) console.
Environment:
Steps to reproduce:
window.ms
test such that:window.ms
testExpected:
Actual
The text was updated successfully, but these errors were encountered: