Experimental Fractional scaling makes fonts dirty in Ubuntu 17.10
I updated to 17.10 from 17.04.
I activated the fractional scaling by running the following command.
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
Then, I changed 125% scale. The scale was changed, but the fonts and icons are so dirty.
The launcher icon and font in Google Chrome and other application except the system setting are dirty.
How can I resolve this problem?
For some reason, font in the system setting is not dirty...
gnome fonts 17.10 scaling
add a comment |
I updated to 17.10 from 17.04.
I activated the fractional scaling by running the following command.
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
Then, I changed 125% scale. The scale was changed, but the fonts and icons are so dirty.
The launcher icon and font in Google Chrome and other application except the system setting are dirty.
How can I resolve this problem?
For some reason, font in the system setting is not dirty...
gnome fonts 17.10 scaling
This is fixed in GNOME 3.32 (at least for wayland windows and shell), so we can probably close this question :)
– Treviño
Mar 20 at 15:14
In my experience the problem persists in GNOME 3.32. Specifically any application using XWayland (Firefox, Chrome/Chromium, Electron apps) has blurry fonts when fractional scaling is enabled (even when the scaling percentage is an integer). An acceptable answer may be a workaround such as how to get these applications to work on Wayland natively (rather than XWayland), or at least not have blurry fonts.
– user1475412
Mar 20 at 18:44
add a comment |
I updated to 17.10 from 17.04.
I activated the fractional scaling by running the following command.
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
Then, I changed 125% scale. The scale was changed, but the fonts and icons are so dirty.
The launcher icon and font in Google Chrome and other application except the system setting are dirty.
How can I resolve this problem?
For some reason, font in the system setting is not dirty...
gnome fonts 17.10 scaling
I updated to 17.10 from 17.04.
I activated the fractional scaling by running the following command.
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
Then, I changed 125% scale. The scale was changed, but the fonts and icons are so dirty.
The launcher icon and font in Google Chrome and other application except the system setting are dirty.
How can I resolve this problem?
For some reason, font in the system setting is not dirty...
gnome fonts 17.10 scaling
gnome fonts 17.10 scaling
edited Oct 23 '17 at 7:37
pomsky
33.1k11104135
33.1k11104135
asked Oct 22 '17 at 17:42
YuikiYuiki
6316
6316
This is fixed in GNOME 3.32 (at least for wayland windows and shell), so we can probably close this question :)
– Treviño
Mar 20 at 15:14
In my experience the problem persists in GNOME 3.32. Specifically any application using XWayland (Firefox, Chrome/Chromium, Electron apps) has blurry fonts when fractional scaling is enabled (even when the scaling percentage is an integer). An acceptable answer may be a workaround such as how to get these applications to work on Wayland natively (rather than XWayland), or at least not have blurry fonts.
– user1475412
Mar 20 at 18:44
add a comment |
This is fixed in GNOME 3.32 (at least for wayland windows and shell), so we can probably close this question :)
– Treviño
Mar 20 at 15:14
In my experience the problem persists in GNOME 3.32. Specifically any application using XWayland (Firefox, Chrome/Chromium, Electron apps) has blurry fonts when fractional scaling is enabled (even when the scaling percentage is an integer). An acceptable answer may be a workaround such as how to get these applications to work on Wayland natively (rather than XWayland), or at least not have blurry fonts.
– user1475412
Mar 20 at 18:44
This is fixed in GNOME 3.32 (at least for wayland windows and shell), so we can probably close this question :)
– Treviño
Mar 20 at 15:14
This is fixed in GNOME 3.32 (at least for wayland windows and shell), so we can probably close this question :)
– Treviño
Mar 20 at 15:14
In my experience the problem persists in GNOME 3.32. Specifically any application using XWayland (Firefox, Chrome/Chromium, Electron apps) has blurry fonts when fractional scaling is enabled (even when the scaling percentage is an integer). An acceptable answer may be a workaround such as how to get these applications to work on Wayland natively (rather than XWayland), or at least not have blurry fonts.
– user1475412
Mar 20 at 18:44
In my experience the problem persists in GNOME 3.32. Specifically any application using XWayland (Firefox, Chrome/Chromium, Electron apps) has blurry fonts when fractional scaling is enabled (even when the scaling percentage is an integer). An acceptable answer may be a workaround such as how to get these applications to work on Wayland natively (rather than XWayland), or at least not have blurry fonts.
– user1475412
Mar 20 at 18:44
add a comment |
1 Answer
1
active
oldest
votes
Looks like it's a work in progress. GNOME only supports integer scaling properly (source).
Quote:
Currently, we only allow to scale windows by integral factors
(typically 2). This proves somewhat limiting as there are many systems
that are just in between the dpi ranges that are good for scale factor
2, or unscaled.
I don't think it's entirely due to the fractional part of the scaling though. 1x vs 2x is vastly different in Chrome, Chromium, and Firefox.
– Zach Moazeni
Oct 24 '17 at 13:03
5
Even when setting scale factor to 200% (2x), the fonts of non-native apps like Chrome or Firefox look very blurry if gnome fractional scaling is enabled. They definitely look even worse with fractional scaling than if rendered directly to low dpi 1920x1080 screen without any hidpi support. This problem happens only for non native apps, like Chrome, Firefox, Idea, Slack, etc. Ubuntu GTK3 apps and menus are crisp. I guess the non-native apps are rendered in half of the resolution (2k) and then the framebuffer is upscaled to 4k when needed, causing blur.
– Piotr Kolaczkowski
Dec 5 '17 at 11:58
Also GNOME does not truly even support integer scaling properly for all the apps when using mixed DPI setup with multiple monitors. Non GTK apps seem to have only one scaling factor and moving them from one display to another with different scaling factor does not rescale properly, so you get the UI either twice too big or twice too small.
– Piotr Kolaczkowski
Dec 5 '17 at 12:05
2
Same observation here. For now, I'm going to disable fractional scaling again (by callinggsettings set org.gnome.mutter experimental-features ""
) and keep using the existing 2x scaling.
– panmari
Jan 7 '18 at 14:29
Any known update on this issue?
– Tsume
Jul 5 '18 at 15:01
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f967688%2fexperimental-fractional-scaling-makes-fonts-dirty-in-ubuntu-17-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Looks like it's a work in progress. GNOME only supports integer scaling properly (source).
Quote:
Currently, we only allow to scale windows by integral factors
(typically 2). This proves somewhat limiting as there are many systems
that are just in between the dpi ranges that are good for scale factor
2, or unscaled.
I don't think it's entirely due to the fractional part of the scaling though. 1x vs 2x is vastly different in Chrome, Chromium, and Firefox.
– Zach Moazeni
Oct 24 '17 at 13:03
5
Even when setting scale factor to 200% (2x), the fonts of non-native apps like Chrome or Firefox look very blurry if gnome fractional scaling is enabled. They definitely look even worse with fractional scaling than if rendered directly to low dpi 1920x1080 screen without any hidpi support. This problem happens only for non native apps, like Chrome, Firefox, Idea, Slack, etc. Ubuntu GTK3 apps and menus are crisp. I guess the non-native apps are rendered in half of the resolution (2k) and then the framebuffer is upscaled to 4k when needed, causing blur.
– Piotr Kolaczkowski
Dec 5 '17 at 11:58
Also GNOME does not truly even support integer scaling properly for all the apps when using mixed DPI setup with multiple monitors. Non GTK apps seem to have only one scaling factor and moving them from one display to another with different scaling factor does not rescale properly, so you get the UI either twice too big or twice too small.
– Piotr Kolaczkowski
Dec 5 '17 at 12:05
2
Same observation here. For now, I'm going to disable fractional scaling again (by callinggsettings set org.gnome.mutter experimental-features ""
) and keep using the existing 2x scaling.
– panmari
Jan 7 '18 at 14:29
Any known update on this issue?
– Tsume
Jul 5 '18 at 15:01
add a comment |
Looks like it's a work in progress. GNOME only supports integer scaling properly (source).
Quote:
Currently, we only allow to scale windows by integral factors
(typically 2). This proves somewhat limiting as there are many systems
that are just in between the dpi ranges that are good for scale factor
2, or unscaled.
I don't think it's entirely due to the fractional part of the scaling though. 1x vs 2x is vastly different in Chrome, Chromium, and Firefox.
– Zach Moazeni
Oct 24 '17 at 13:03
5
Even when setting scale factor to 200% (2x), the fonts of non-native apps like Chrome or Firefox look very blurry if gnome fractional scaling is enabled. They definitely look even worse with fractional scaling than if rendered directly to low dpi 1920x1080 screen without any hidpi support. This problem happens only for non native apps, like Chrome, Firefox, Idea, Slack, etc. Ubuntu GTK3 apps and menus are crisp. I guess the non-native apps are rendered in half of the resolution (2k) and then the framebuffer is upscaled to 4k when needed, causing blur.
– Piotr Kolaczkowski
Dec 5 '17 at 11:58
Also GNOME does not truly even support integer scaling properly for all the apps when using mixed DPI setup with multiple monitors. Non GTK apps seem to have only one scaling factor and moving them from one display to another with different scaling factor does not rescale properly, so you get the UI either twice too big or twice too small.
– Piotr Kolaczkowski
Dec 5 '17 at 12:05
2
Same observation here. For now, I'm going to disable fractional scaling again (by callinggsettings set org.gnome.mutter experimental-features ""
) and keep using the existing 2x scaling.
– panmari
Jan 7 '18 at 14:29
Any known update on this issue?
– Tsume
Jul 5 '18 at 15:01
add a comment |
Looks like it's a work in progress. GNOME only supports integer scaling properly (source).
Quote:
Currently, we only allow to scale windows by integral factors
(typically 2). This proves somewhat limiting as there are many systems
that are just in between the dpi ranges that are good for scale factor
2, or unscaled.
Looks like it's a work in progress. GNOME only supports integer scaling properly (source).
Quote:
Currently, we only allow to scale windows by integral factors
(typically 2). This proves somewhat limiting as there are many systems
that are just in between the dpi ranges that are good for scale factor
2, or unscaled.
answered Oct 22 '17 at 17:54
SurvivalMachineSurvivalMachine
1,4503920
1,4503920
I don't think it's entirely due to the fractional part of the scaling though. 1x vs 2x is vastly different in Chrome, Chromium, and Firefox.
– Zach Moazeni
Oct 24 '17 at 13:03
5
Even when setting scale factor to 200% (2x), the fonts of non-native apps like Chrome or Firefox look very blurry if gnome fractional scaling is enabled. They definitely look even worse with fractional scaling than if rendered directly to low dpi 1920x1080 screen without any hidpi support. This problem happens only for non native apps, like Chrome, Firefox, Idea, Slack, etc. Ubuntu GTK3 apps and menus are crisp. I guess the non-native apps are rendered in half of the resolution (2k) and then the framebuffer is upscaled to 4k when needed, causing blur.
– Piotr Kolaczkowski
Dec 5 '17 at 11:58
Also GNOME does not truly even support integer scaling properly for all the apps when using mixed DPI setup with multiple monitors. Non GTK apps seem to have only one scaling factor and moving them from one display to another with different scaling factor does not rescale properly, so you get the UI either twice too big or twice too small.
– Piotr Kolaczkowski
Dec 5 '17 at 12:05
2
Same observation here. For now, I'm going to disable fractional scaling again (by callinggsettings set org.gnome.mutter experimental-features ""
) and keep using the existing 2x scaling.
– panmari
Jan 7 '18 at 14:29
Any known update on this issue?
– Tsume
Jul 5 '18 at 15:01
add a comment |
I don't think it's entirely due to the fractional part of the scaling though. 1x vs 2x is vastly different in Chrome, Chromium, and Firefox.
– Zach Moazeni
Oct 24 '17 at 13:03
5
Even when setting scale factor to 200% (2x), the fonts of non-native apps like Chrome or Firefox look very blurry if gnome fractional scaling is enabled. They definitely look even worse with fractional scaling than if rendered directly to low dpi 1920x1080 screen without any hidpi support. This problem happens only for non native apps, like Chrome, Firefox, Idea, Slack, etc. Ubuntu GTK3 apps and menus are crisp. I guess the non-native apps are rendered in half of the resolution (2k) and then the framebuffer is upscaled to 4k when needed, causing blur.
– Piotr Kolaczkowski
Dec 5 '17 at 11:58
Also GNOME does not truly even support integer scaling properly for all the apps when using mixed DPI setup with multiple monitors. Non GTK apps seem to have only one scaling factor and moving them from one display to another with different scaling factor does not rescale properly, so you get the UI either twice too big or twice too small.
– Piotr Kolaczkowski
Dec 5 '17 at 12:05
2
Same observation here. For now, I'm going to disable fractional scaling again (by callinggsettings set org.gnome.mutter experimental-features ""
) and keep using the existing 2x scaling.
– panmari
Jan 7 '18 at 14:29
Any known update on this issue?
– Tsume
Jul 5 '18 at 15:01
I don't think it's entirely due to the fractional part of the scaling though. 1x vs 2x is vastly different in Chrome, Chromium, and Firefox.
– Zach Moazeni
Oct 24 '17 at 13:03
I don't think it's entirely due to the fractional part of the scaling though. 1x vs 2x is vastly different in Chrome, Chromium, and Firefox.
– Zach Moazeni
Oct 24 '17 at 13:03
5
5
Even when setting scale factor to 200% (2x), the fonts of non-native apps like Chrome or Firefox look very blurry if gnome fractional scaling is enabled. They definitely look even worse with fractional scaling than if rendered directly to low dpi 1920x1080 screen without any hidpi support. This problem happens only for non native apps, like Chrome, Firefox, Idea, Slack, etc. Ubuntu GTK3 apps and menus are crisp. I guess the non-native apps are rendered in half of the resolution (2k) and then the framebuffer is upscaled to 4k when needed, causing blur.
– Piotr Kolaczkowski
Dec 5 '17 at 11:58
Even when setting scale factor to 200% (2x), the fonts of non-native apps like Chrome or Firefox look very blurry if gnome fractional scaling is enabled. They definitely look even worse with fractional scaling than if rendered directly to low dpi 1920x1080 screen without any hidpi support. This problem happens only for non native apps, like Chrome, Firefox, Idea, Slack, etc. Ubuntu GTK3 apps and menus are crisp. I guess the non-native apps are rendered in half of the resolution (2k) and then the framebuffer is upscaled to 4k when needed, causing blur.
– Piotr Kolaczkowski
Dec 5 '17 at 11:58
Also GNOME does not truly even support integer scaling properly for all the apps when using mixed DPI setup with multiple monitors. Non GTK apps seem to have only one scaling factor and moving them from one display to another with different scaling factor does not rescale properly, so you get the UI either twice too big or twice too small.
– Piotr Kolaczkowski
Dec 5 '17 at 12:05
Also GNOME does not truly even support integer scaling properly for all the apps when using mixed DPI setup with multiple monitors. Non GTK apps seem to have only one scaling factor and moving them from one display to another with different scaling factor does not rescale properly, so you get the UI either twice too big or twice too small.
– Piotr Kolaczkowski
Dec 5 '17 at 12:05
2
2
Same observation here. For now, I'm going to disable fractional scaling again (by calling
gsettings set org.gnome.mutter experimental-features ""
) and keep using the existing 2x scaling.– panmari
Jan 7 '18 at 14:29
Same observation here. For now, I'm going to disable fractional scaling again (by calling
gsettings set org.gnome.mutter experimental-features ""
) and keep using the existing 2x scaling.– panmari
Jan 7 '18 at 14:29
Any known update on this issue?
– Tsume
Jul 5 '18 at 15:01
Any known update on this issue?
– Tsume
Jul 5 '18 at 15:01
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f967688%2fexperimental-fractional-scaling-makes-fonts-dirty-in-ubuntu-17-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This is fixed in GNOME 3.32 (at least for wayland windows and shell), so we can probably close this question :)
– Treviño
Mar 20 at 15:14
In my experience the problem persists in GNOME 3.32. Specifically any application using XWayland (Firefox, Chrome/Chromium, Electron apps) has blurry fonts when fractional scaling is enabled (even when the scaling percentage is an integer). An acceptable answer may be a workaround such as how to get these applications to work on Wayland natively (rather than XWayland), or at least not have blurry fonts.
– user1475412
Mar 20 at 18:44