Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] Re: High resolution on a 13 inch screen
Date: Fri, 01 Sep 2017 17:16:33
Message-Id: CAN0CFw0xmSwnWzwb4xe2G8aJwUY88RXY96XRc2DHzxQQrQt5oQ@mail.gmail.com
In Reply to: [gentoo-user] High resolution on a 13 inch screen by Grant
1 > My laptop's 13" screen has a native resolution of 3200x1800 which
2 > makes everything crazy small on-screen. Is there a good method for
3 > telling Xorg or xfce4 to compensate, or should I one-at-a-time my
4 > applications? I can adjust the resolution down but it makes the
5 > colors look weird.
6
7
8 After some more research, it turns out this is a pretty well-known
9 problem on the Linux desktop (it's called HiDPI) without a good
10 solution... except for this:
11
12 https://forums.linuxmint.com/viewtopic.php?t=159064
13 https://bugs.freedesktop.org/show_bug.cgi?id=94816
14
15 The solution is to patch xrandr with the capability to do nearest
16 neighbor filtering and run xrandr like this:
17
18 xrandr --output eDP1 --mode "3200x1800" --scale "0.5x0.5"
19
20 It works great.
21
22 - Grant

Replies

Subject Author
Re: [gentoo-user] Re: High resolution on a 13 inch screen Mart Raudsepp <leio@g.o>