Libqt 5 based applications have big icons and fonts and scaling issues
Since I updated to QT 5 (Ubuntu 16.04), all applications (VLC, TexStudio, Texmaker ...) that apparently use QT5 have problems scaling, and every time I disconnect my laptop from the external screen , the incons and fonts are big and pixalated. Everything is fine when I'm using the external monitor though, the problem is on my built-in display.
If any one had the same issue or is familiar with the problem, I would appreciate the help.
16.04 vlc qt5 hdpi qt4
add a comment |
Since I updated to QT 5 (Ubuntu 16.04), all applications (VLC, TexStudio, Texmaker ...) that apparently use QT5 have problems scaling, and every time I disconnect my laptop from the external screen , the incons and fonts are big and pixalated. Everything is fine when I'm using the external monitor though, the problem is on my built-in display.
If any one had the same issue or is familiar with the problem, I would appreciate the help.
16.04 vlc qt5 hdpi qt4
add a comment |
Since I updated to QT 5 (Ubuntu 16.04), all applications (VLC, TexStudio, Texmaker ...) that apparently use QT5 have problems scaling, and every time I disconnect my laptop from the external screen , the incons and fonts are big and pixalated. Everything is fine when I'm using the external monitor though, the problem is on my built-in display.
If any one had the same issue or is familiar with the problem, I would appreciate the help.
16.04 vlc qt5 hdpi qt4
Since I updated to QT 5 (Ubuntu 16.04), all applications (VLC, TexStudio, Texmaker ...) that apparently use QT5 have problems scaling, and every time I disconnect my laptop from the external screen , the incons and fonts are big and pixalated. Everything is fine when I'm using the external monitor though, the problem is on my built-in display.
If any one had the same issue or is familiar with the problem, I would appreciate the help.
16.04 vlc qt5 hdpi qt4
16.04 vlc qt5 hdpi qt4
edited 7 hours ago
Mike C
asked Jan 29 '18 at 8:13
Mike CMike C
11
11
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I had a similar issue, I believe, and I managed to decrease font size for VLC and TexStudio by installing the Qt5 configuration tool, using the steps outlined here:
http://www.webupd8.org/2015/11/configure-qt5-application-style-icons.html
(Note: restart the system after including
export QT_QPA_PLATFORMTHEME="qt5ct" in ~/.profile.)
Then in Qt5ct I set the font size to 8.
I'm new here, and to Ubuntu, so this might not be the best solution. Let me know if it answers your question or if it works for you.
add a comment |
I saw this issue on a HiDPI screen that is set to run at 1920x1080.
Setting the font size lower is not a good idea because the windows and icons still remain very large.
Instead, check the scaling:
$QT_SCALE_FACTOR
it is probably 2, so set it back to 1:
gsettings set org.mate.interface window-scaling-factor 1
and restart your session.
Reference:
https://github.com/mate-desktop/mate-session-manager/issues/158
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%2f1000909%2flibqt-5-based-applications-have-big-icons-and-fonts-and-scaling-issues%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had a similar issue, I believe, and I managed to decrease font size for VLC and TexStudio by installing the Qt5 configuration tool, using the steps outlined here:
http://www.webupd8.org/2015/11/configure-qt5-application-style-icons.html
(Note: restart the system after including
export QT_QPA_PLATFORMTHEME="qt5ct" in ~/.profile.)
Then in Qt5ct I set the font size to 8.
I'm new here, and to Ubuntu, so this might not be the best solution. Let me know if it answers your question or if it works for you.
add a comment |
I had a similar issue, I believe, and I managed to decrease font size for VLC and TexStudio by installing the Qt5 configuration tool, using the steps outlined here:
http://www.webupd8.org/2015/11/configure-qt5-application-style-icons.html
(Note: restart the system after including
export QT_QPA_PLATFORMTHEME="qt5ct" in ~/.profile.)
Then in Qt5ct I set the font size to 8.
I'm new here, and to Ubuntu, so this might not be the best solution. Let me know if it answers your question or if it works for you.
add a comment |
I had a similar issue, I believe, and I managed to decrease font size for VLC and TexStudio by installing the Qt5 configuration tool, using the steps outlined here:
http://www.webupd8.org/2015/11/configure-qt5-application-style-icons.html
(Note: restart the system after including
export QT_QPA_PLATFORMTHEME="qt5ct" in ~/.profile.)
Then in Qt5ct I set the font size to 8.
I'm new here, and to Ubuntu, so this might not be the best solution. Let me know if it answers your question or if it works for you.
I had a similar issue, I believe, and I managed to decrease font size for VLC and TexStudio by installing the Qt5 configuration tool, using the steps outlined here:
http://www.webupd8.org/2015/11/configure-qt5-application-style-icons.html
(Note: restart the system after including
export QT_QPA_PLATFORMTHEME="qt5ct" in ~/.profile.)
Then in Qt5ct I set the font size to 8.
I'm new here, and to Ubuntu, so this might not be the best solution. Let me know if it answers your question or if it works for you.
answered Jan 30 '18 at 14:46
Trebron_MTrebron_M
11
11
add a comment |
add a comment |
I saw this issue on a HiDPI screen that is set to run at 1920x1080.
Setting the font size lower is not a good idea because the windows and icons still remain very large.
Instead, check the scaling:
$QT_SCALE_FACTOR
it is probably 2, so set it back to 1:
gsettings set org.mate.interface window-scaling-factor 1
and restart your session.
Reference:
https://github.com/mate-desktop/mate-session-manager/issues/158
add a comment |
I saw this issue on a HiDPI screen that is set to run at 1920x1080.
Setting the font size lower is not a good idea because the windows and icons still remain very large.
Instead, check the scaling:
$QT_SCALE_FACTOR
it is probably 2, so set it back to 1:
gsettings set org.mate.interface window-scaling-factor 1
and restart your session.
Reference:
https://github.com/mate-desktop/mate-session-manager/issues/158
add a comment |
I saw this issue on a HiDPI screen that is set to run at 1920x1080.
Setting the font size lower is not a good idea because the windows and icons still remain very large.
Instead, check the scaling:
$QT_SCALE_FACTOR
it is probably 2, so set it back to 1:
gsettings set org.mate.interface window-scaling-factor 1
and restart your session.
Reference:
https://github.com/mate-desktop/mate-session-manager/issues/158
I saw this issue on a HiDPI screen that is set to run at 1920x1080.
Setting the font size lower is not a good idea because the windows and icons still remain very large.
Instead, check the scaling:
$QT_SCALE_FACTOR
it is probably 2, so set it back to 1:
gsettings set org.mate.interface window-scaling-factor 1
and restart your session.
Reference:
https://github.com/mate-desktop/mate-session-manager/issues/158
answered Oct 11 '18 at 0:48
AleczAlecz
1033
1033
add a comment |
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%2f1000909%2flibqt-5-based-applications-have-big-icons-and-fonts-and-scaling-issues%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