xrandr scaling: blurry fonts when downscaling
Is there any option to downscale the monitor without getting blurry fonts?
I am forced to work on 1366x768 monitor at the moment, which is painful due to low amount of content I can pack on my screen (I'm coding).
I've tried
> $ xrandr --output LVDS1 --scale 1.2x1.2 --panning <new scaled resolution> [±master ●●]
which helped a bit, but fonts look just super-bad. Any option for this?
x11 xrandr
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Is there any option to downscale the monitor without getting blurry fonts?
I am forced to work on 1366x768 monitor at the moment, which is painful due to low amount of content I can pack on my screen (I'm coding).
I've tried
> $ xrandr --output LVDS1 --scale 1.2x1.2 --panning <new scaled resolution> [±master ●●]
which helped a bit, but fonts look just super-bad. Any option for this?
x11 xrandr
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Scaling using filtering, so everything will be blurry by design. Try changing the resolution instead, and adjust font sizes if necessary.
– dirkt
Jul 3 '17 at 11:29
well yeah.. problem is that this monitor supports only max of 1366x768. :) I presumed that there should be some clever algorithm for scaling without blurring.. if not, too bad, but nothing can be done :)
– Mikhail Krutov
Jul 3 '17 at 13:26
Using 1366x768 with smaller fonts will work a lot better than scaling down with larger fonts. And no, there's no clever algorithm to scale without blurring, leaving aside the problem that the scaling is done in hardware, so you can't change the algorithm. That's why you have fonts of different sizes in the first place.
– dirkt
Jul 3 '17 at 13:43
add a comment |
Is there any option to downscale the monitor without getting blurry fonts?
I am forced to work on 1366x768 monitor at the moment, which is painful due to low amount of content I can pack on my screen (I'm coding).
I've tried
> $ xrandr --output LVDS1 --scale 1.2x1.2 --panning <new scaled resolution> [±master ●●]
which helped a bit, but fonts look just super-bad. Any option for this?
x11 xrandr
Is there any option to downscale the monitor without getting blurry fonts?
I am forced to work on 1366x768 monitor at the moment, which is painful due to low amount of content I can pack on my screen (I'm coding).
I've tried
> $ xrandr --output LVDS1 --scale 1.2x1.2 --panning <new scaled resolution> [±master ●●]
which helped a bit, but fonts look just super-bad. Any option for this?
x11 xrandr
x11 xrandr
asked Jul 3 '17 at 9:57
Mikhail KrutovMikhail Krutov
4981518
4981518
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Scaling using filtering, so everything will be blurry by design. Try changing the resolution instead, and adjust font sizes if necessary.
– dirkt
Jul 3 '17 at 11:29
well yeah.. problem is that this monitor supports only max of 1366x768. :) I presumed that there should be some clever algorithm for scaling without blurring.. if not, too bad, but nothing can be done :)
– Mikhail Krutov
Jul 3 '17 at 13:26
Using 1366x768 with smaller fonts will work a lot better than scaling down with larger fonts. And no, there's no clever algorithm to scale without blurring, leaving aside the problem that the scaling is done in hardware, so you can't change the algorithm. That's why you have fonts of different sizes in the first place.
– dirkt
Jul 3 '17 at 13:43
add a comment |
Scaling using filtering, so everything will be blurry by design. Try changing the resolution instead, and adjust font sizes if necessary.
– dirkt
Jul 3 '17 at 11:29
well yeah.. problem is that this monitor supports only max of 1366x768. :) I presumed that there should be some clever algorithm for scaling without blurring.. if not, too bad, but nothing can be done :)
– Mikhail Krutov
Jul 3 '17 at 13:26
Using 1366x768 with smaller fonts will work a lot better than scaling down with larger fonts. And no, there's no clever algorithm to scale without blurring, leaving aside the problem that the scaling is done in hardware, so you can't change the algorithm. That's why you have fonts of different sizes in the first place.
– dirkt
Jul 3 '17 at 13:43
Scaling using filtering, so everything will be blurry by design. Try changing the resolution instead, and adjust font sizes if necessary.
– dirkt
Jul 3 '17 at 11:29
Scaling using filtering, so everything will be blurry by design. Try changing the resolution instead, and adjust font sizes if necessary.
– dirkt
Jul 3 '17 at 11:29
well yeah.. problem is that this monitor supports only max of 1366x768. :) I presumed that there should be some clever algorithm for scaling without blurring.. if not, too bad, but nothing can be done :)
– Mikhail Krutov
Jul 3 '17 at 13:26
well yeah.. problem is that this monitor supports only max of 1366x768. :) I presumed that there should be some clever algorithm for scaling without blurring.. if not, too bad, but nothing can be done :)
– Mikhail Krutov
Jul 3 '17 at 13:26
Using 1366x768 with smaller fonts will work a lot better than scaling down with larger fonts. And no, there's no clever algorithm to scale without blurring, leaving aside the problem that the scaling is done in hardware, so you can't change the algorithm. That's why you have fonts of different sizes in the first place.
– dirkt
Jul 3 '17 at 13:43
Using 1366x768 with smaller fonts will work a lot better than scaling down with larger fonts. And no, there's no clever algorithm to scale without blurring, leaving aside the problem that the scaling is done in hardware, so you can't change the algorithm. That's why you have fonts of different sizes in the first place.
– dirkt
Jul 3 '17 at 13:43
add a comment |
1 Answer
1
active
oldest
votes
i did xrandr --output <output> --scale 0.8x0.8
and it was blurry, then afterwards
xrandr --output <output> --scale 1x1
and it was much better quality and scaled down too. Now I have both lines in my startup script and it works perfectly with a sleep interval of 10 seconds.
Might be specific to my monitor or maybe the OS (elementary), because it seems like a weird trick that shouldn't work quite like it does.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f374944%2fxrandr-scaling-blurry-fonts-when-downscaling%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
i did xrandr --output <output> --scale 0.8x0.8
and it was blurry, then afterwards
xrandr --output <output> --scale 1x1
and it was much better quality and scaled down too. Now I have both lines in my startup script and it works perfectly with a sleep interval of 10 seconds.
Might be specific to my monitor or maybe the OS (elementary), because it seems like a weird trick that shouldn't work quite like it does.
add a comment |
i did xrandr --output <output> --scale 0.8x0.8
and it was blurry, then afterwards
xrandr --output <output> --scale 1x1
and it was much better quality and scaled down too. Now I have both lines in my startup script and it works perfectly with a sleep interval of 10 seconds.
Might be specific to my monitor or maybe the OS (elementary), because it seems like a weird trick that shouldn't work quite like it does.
add a comment |
i did xrandr --output <output> --scale 0.8x0.8
and it was blurry, then afterwards
xrandr --output <output> --scale 1x1
and it was much better quality and scaled down too. Now I have both lines in my startup script and it works perfectly with a sleep interval of 10 seconds.
Might be specific to my monitor or maybe the OS (elementary), because it seems like a weird trick that shouldn't work quite like it does.
i did xrandr --output <output> --scale 0.8x0.8
and it was blurry, then afterwards
xrandr --output <output> --scale 1x1
and it was much better quality and scaled down too. Now I have both lines in my startup script and it works perfectly with a sleep interval of 10 seconds.
Might be specific to my monitor or maybe the OS (elementary), because it seems like a weird trick that shouldn't work quite like it does.
answered Dec 4 '18 at 22:02
manxmanx
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f374944%2fxrandr-scaling-blurry-fonts-when-downscaling%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
Scaling using filtering, so everything will be blurry by design. Try changing the resolution instead, and adjust font sizes if necessary.
– dirkt
Jul 3 '17 at 11:29
well yeah.. problem is that this monitor supports only max of 1366x768. :) I presumed that there should be some clever algorithm for scaling without blurring.. if not, too bad, but nothing can be done :)
– Mikhail Krutov
Jul 3 '17 at 13:26
Using 1366x768 with smaller fonts will work a lot better than scaling down with larger fonts. And no, there's no clever algorithm to scale without blurring, leaving aside the problem that the scaling is done in hardware, so you can't change the algorithm. That's why you have fonts of different sizes in the first place.
– dirkt
Jul 3 '17 at 13:43