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

Stop Lutris from changing the screen scaling

+2
−0

Every time I open EA Games from within Lutris, the desktop's UI/screen scaling is reset from 150% to 100%. This is in PopOS running with a 4K resolution on a 4K screen. The resolution is not changed.

After Lutris reduces the scaling back to the default, I have to go back to the settings, and set it to my preferred level again. The EA Games application renders much more clearly with a 100% scaling, so there's obviously a reason why Lutris does this.

I've attempted to fix it with the runner options (Wine). Enabling DPI Scaling seems to have no effect. Enabling the "virtual desktop", as suggested here, causes the EA app to fail launching with an assertion error.

How do I prevent Lutris from changing the scaling? Is there a way I can maintain good rendering quality for EA Games with a 150% scale?

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+2
−0

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:

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.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »