Ubuntu 18.04 not detecting monitor size properly
I just fresh installed Ubuntu 18.04, after some hassle I was able to install the nvidia-driver-396. I run a dual monitor setup being one a 29" ultra wide and one 24" 1080p, when I had Ubuntu 16.04 the system detected the monitors sizes without a problem, but for some reason on Ubuntu 18.04 the 29" is being detected as 34" and the 24" is being detected as 7", odd thing is that their resolutions are correct it is just the monitor size that is wrong.
VLC for some reason had huge icons on the "detected 7" monitor", I solved that by adding QT_AUTO_SCREEN_SCALE_FACTOR=0 in /etc/environment and /etc/profile.d/gnome-qt.sh
Although that solved the VLC issue the monitors sizes are still being wrongly detected, how can I solve it?
Here are some Screen Shots
This is the 29" monitor:
This is the 24" monitor:
Info on the nvidia driver:
drivers nvidia multiple-monitors display-resolution
add a comment |
I just fresh installed Ubuntu 18.04, after some hassle I was able to install the nvidia-driver-396. I run a dual monitor setup being one a 29" ultra wide and one 24" 1080p, when I had Ubuntu 16.04 the system detected the monitors sizes without a problem, but for some reason on Ubuntu 18.04 the 29" is being detected as 34" and the 24" is being detected as 7", odd thing is that their resolutions are correct it is just the monitor size that is wrong.
VLC for some reason had huge icons on the "detected 7" monitor", I solved that by adding QT_AUTO_SCREEN_SCALE_FACTOR=0 in /etc/environment and /etc/profile.d/gnome-qt.sh
Although that solved the VLC issue the monitors sizes are still being wrongly detected, how can I solve it?
Here are some Screen Shots
This is the 29" monitor:
This is the 24" monitor:
Info on the nvidia driver:
drivers nvidia multiple-monitors display-resolution
add a comment |
I just fresh installed Ubuntu 18.04, after some hassle I was able to install the nvidia-driver-396. I run a dual monitor setup being one a 29" ultra wide and one 24" 1080p, when I had Ubuntu 16.04 the system detected the monitors sizes without a problem, but for some reason on Ubuntu 18.04 the 29" is being detected as 34" and the 24" is being detected as 7", odd thing is that their resolutions are correct it is just the monitor size that is wrong.
VLC for some reason had huge icons on the "detected 7" monitor", I solved that by adding QT_AUTO_SCREEN_SCALE_FACTOR=0 in /etc/environment and /etc/profile.d/gnome-qt.sh
Although that solved the VLC issue the monitors sizes are still being wrongly detected, how can I solve it?
Here are some Screen Shots
This is the 29" monitor:
This is the 24" monitor:
Info on the nvidia driver:
drivers nvidia multiple-monitors display-resolution
I just fresh installed Ubuntu 18.04, after some hassle I was able to install the nvidia-driver-396. I run a dual monitor setup being one a 29" ultra wide and one 24" 1080p, when I had Ubuntu 16.04 the system detected the monitors sizes without a problem, but for some reason on Ubuntu 18.04 the 29" is being detected as 34" and the 24" is being detected as 7", odd thing is that their resolutions are correct it is just the monitor size that is wrong.
VLC for some reason had huge icons on the "detected 7" monitor", I solved that by adding QT_AUTO_SCREEN_SCALE_FACTOR=0 in /etc/environment and /etc/profile.d/gnome-qt.sh
Although that solved the VLC issue the monitors sizes are still being wrongly detected, how can I solve it?
Here are some Screen Shots
This is the 29" monitor:
This is the 24" monitor:
Info on the nvidia driver:
drivers nvidia multiple-monitors display-resolution
drivers nvidia multiple-monitors display-resolution
edited Aug 19 at 19:43
WinEunuuchs2Unix
41.7k1070158
41.7k1070158
asked Aug 19 at 16:11
Alexandre Krabbe
63
63
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
This problem does not seem to be linked to drivers, since I use the open source drivers for my internal Intel video card (Core i7). It is connected via HDMI directly.
Seems that many (all?) Samsung monitors are detected as 7". Mine is 32" big, but still detected as 7" (UE32B7090).
I filed a bug: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1792167
add a comment |
I had a similar issue. I have a lapotop with an external 23" monitor and used to work fine in ubuntu mate 16.04. When I updated to ubuntu mate 18.04 it was detected as 142" and everything look zoomed.
I run
export QT_AUTO_SCREEN_SCALE_FACTOR=0
then reboot and the monitor was detected right!
This was my source: https://ubuntuforums.org/showthread.php?t=2390362
Hope this help!
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%2f1066879%2fubuntu-18-04-not-detecting-monitor-size-properly%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
This problem does not seem to be linked to drivers, since I use the open source drivers for my internal Intel video card (Core i7). It is connected via HDMI directly.
Seems that many (all?) Samsung monitors are detected as 7". Mine is 32" big, but still detected as 7" (UE32B7090).
I filed a bug: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1792167
add a comment |
This problem does not seem to be linked to drivers, since I use the open source drivers for my internal Intel video card (Core i7). It is connected via HDMI directly.
Seems that many (all?) Samsung monitors are detected as 7". Mine is 32" big, but still detected as 7" (UE32B7090).
I filed a bug: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1792167
add a comment |
This problem does not seem to be linked to drivers, since I use the open source drivers for my internal Intel video card (Core i7). It is connected via HDMI directly.
Seems that many (all?) Samsung monitors are detected as 7". Mine is 32" big, but still detected as 7" (UE32B7090).
I filed a bug: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1792167
This problem does not seem to be linked to drivers, since I use the open source drivers for my internal Intel video card (Core i7). It is connected via HDMI directly.
Seems that many (all?) Samsung monitors are detected as 7". Mine is 32" big, but still detected as 7" (UE32B7090).
I filed a bug: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1792167
edited Sep 12 at 15:05
answered Sep 12 at 14:55
darkdragon
11
11
add a comment |
add a comment |
I had a similar issue. I have a lapotop with an external 23" monitor and used to work fine in ubuntu mate 16.04. When I updated to ubuntu mate 18.04 it was detected as 142" and everything look zoomed.
I run
export QT_AUTO_SCREEN_SCALE_FACTOR=0
then reboot and the monitor was detected right!
This was my source: https://ubuntuforums.org/showthread.php?t=2390362
Hope this help!
add a comment |
I had a similar issue. I have a lapotop with an external 23" monitor and used to work fine in ubuntu mate 16.04. When I updated to ubuntu mate 18.04 it was detected as 142" and everything look zoomed.
I run
export QT_AUTO_SCREEN_SCALE_FACTOR=0
then reboot and the monitor was detected right!
This was my source: https://ubuntuforums.org/showthread.php?t=2390362
Hope this help!
add a comment |
I had a similar issue. I have a lapotop with an external 23" monitor and used to work fine in ubuntu mate 16.04. When I updated to ubuntu mate 18.04 it was detected as 142" and everything look zoomed.
I run
export QT_AUTO_SCREEN_SCALE_FACTOR=0
then reboot and the monitor was detected right!
This was my source: https://ubuntuforums.org/showthread.php?t=2390362
Hope this help!
I had a similar issue. I have a lapotop with an external 23" monitor and used to work fine in ubuntu mate 16.04. When I updated to ubuntu mate 18.04 it was detected as 142" and everything look zoomed.
I run
export QT_AUTO_SCREEN_SCALE_FACTOR=0
then reboot and the monitor was detected right!
This was my source: https://ubuntuforums.org/showthread.php?t=2390362
Hope this help!
answered Dec 8 at 20:31
Pulpo
1
1
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.
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%2faskubuntu.com%2fquestions%2f1066879%2fubuntu-18-04-not-detecting-monitor-size-properly%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