Hacker News new | ask | show | jobs
by jiggy2011 5081 days ago
I can fix it for many (not all) applications by adding this to /etc/environment.

SDL_VIDEO_FULLSCREEN_DISPLAY=1

SDK_VIDEO_FULLSCREEN_HEAD=1

What surprises me, given the number of programmers that use 2 monitors. How does this stuff not get found when applications are being tested?

Not like it would be a difficult fix either, just test for weird resolutions like 3840x1080 then ask the user "are you using 2 monitors?", if they answer yes then adjust the rendering target.