Comment on Valve has little to worry about as new Steam Deck rival arrives
xcjs@programming.dev 5 months agoYou also lose integer scaling if you need to run a game at common resolutions below 1080p. (720p/800p, etc.)
Comment on Valve has little to worry about as new Steam Deck rival arrives
xcjs@programming.dev 5 months agoYou also lose integer scaling if you need to run a game at common resolutions below 1080p. (720p/800p, etc.)
Mango@lemmy.world 5 months ago
Eli5?
Is it because 1 to .75 gets weird when it’s a pixel?
xcjs@programming.dev 5 months ago
Yeah - the operating system (or perhaps the display hardware itself, not sure) has to stretch each software pixel to a fractional amount of larger hardware pixels. In the case of upscaling 720p to 1080p, each 720p software pixel has to stretch to 1.33 hardware pixels. This forces blending to occur, which makes the image less sharp.
The worst part of this in my opinion is reading text.