Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

66%
+2 −0
Q&A Stop Lutris from changing the screen scaling

It seems as if it may not have been Lutris causing issues, but the HiDPI daemon in PopOS. This daemon can be disabled in the PopOS settings under "screens". Disabling that process may lead to issue...

posted 6mo ago by Andreas lost his angel wings‭

Answer
#1: Initial revision by user avatar Andreas lost his angel wings‭ · 2024-05-15T22:14:15Z (6 months ago)
It seems as if it may not have been Lutris causing issues, but the HiDPI daemon in PopOS. This daemon can be disabled in the PopOS settings under "screens". Disabling that process may lead to issues in multi-monitor setups. 

Unfortunately, in a 150% (fractional) scaling, the EA app will render 1:1 to the frame buffer, leading to a very tiny UI. This is also the case with native Linux applications that don't support scaling, such as Steam (Steam will actually scale down its output (by 25%, it seems), if fractional scaling is enabled. Otherwise, it just ignores the scaling altogether).

Fractional scaling does not seem to be implemented well on Linux, so it may be the best result one can reach. From [an AskUbuntu post](https://askubuntu.com/a/1435227):

> The way 125% fractional scaling is implemented in Ubuntu is that it first renders everything at 200% and then scales the result down to 125%. This explains why 200% does not have sharpness and performance warning as output is presented as it is rendered.