After upgrading to Ubuntu 18.04, display is like zoomed
Last night I upgraded 16.04 to 18.04. After the upgrade when I logged into the account I had been using the display is like super zoom.
Kindly assist with solution.
display 18.04
add a comment |
Last night I upgraded 16.04 to 18.04. After the upgrade when I logged into the account I had been using the display is like super zoom.
Kindly assist with solution.
display 18.04
Could you please edit your question to include the output of the terminal commandslspci -nnk | grep -A3 -Fe '[0300]'
andxrandr
? Thanks.
– David Foerster
Apr 27 '18 at 21:21
add a comment |
Last night I upgraded 16.04 to 18.04. After the upgrade when I logged into the account I had been using the display is like super zoom.
Kindly assist with solution.
display 18.04
Last night I upgraded 16.04 to 18.04. After the upgrade when I logged into the account I had been using the display is like super zoom.
Kindly assist with solution.
display 18.04
display 18.04
edited Apr 27 '18 at 22:24
Jason Aller
46158
46158
asked Apr 27 '18 at 13:16
user474444user474444
5616
5616
Could you please edit your question to include the output of the terminal commandslspci -nnk | grep -A3 -Fe '[0300]'
andxrandr
? Thanks.
– David Foerster
Apr 27 '18 at 21:21
add a comment |
Could you please edit your question to include the output of the terminal commandslspci -nnk | grep -A3 -Fe '[0300]'
andxrandr
? Thanks.
– David Foerster
Apr 27 '18 at 21:21
Could you please edit your question to include the output of the terminal commands
lspci -nnk | grep -A3 -Fe '[0300]'
and xrandr
? Thanks.– David Foerster
Apr 27 '18 at 21:21
Could you please edit your question to include the output of the terminal commands
lspci -nnk | grep -A3 -Fe '[0300]'
and xrandr
? Thanks.– David Foerster
Apr 27 '18 at 21:21
add a comment |
5 Answers
5
active
oldest
votes
I had the same problem, but figure it out that Zoom was active. Just go to Universal Access in Settings and disable Zoom.
Hope it helps.
I have no such an option as Zoom in my Universal Access settings. I had to switch the desktop manager to Unity in order to be able to view my desktop properly. With the Zoom on, I can't see much on my screen.
– Ahmad Shahwan
Aug 26 '18 at 15:05
It worked! :) btw does anyone know why is zoom on by default?
– Rahul Goswami
Sep 17 '18 at 11:59
@AhmadShahwan In Ubuntu 18.04 I could find 'Universal Access' in Settings under 'Region and Language' ... and Zoom is the 4th option under 'Seeing'
– andzep
Oct 30 '18 at 15:29
add a comment |
Firstly check if your resolution is the highest avaible and is the same as your graphic's card. If no just change to highest.
If it is the highest just download from Ubuntu Store Gnome Utils (It may be called as Gnome center as something kike this) and change display scaling from 1.0 to e.g 0.75).
This should help you.
I tried to change resolution to 800*600 using tab, it shrink the screen but still showing zoomed.
– user474444
Apr 27 '18 at 15:49
What's your graphic card's resolution?
– Domin
Apr 27 '18 at 16:17
add a comment |
Your screen seems to be ultra magnified. I think it's due to a configuration problem. To solve it, try to find the Settings button (normally should be on the left). Then click on 'Universal Access' and find the Zoom setting. You can reduce the magnification of your screen to 1, but I recommend you just disable the zoom (at the top right part of the screen).
Can you post a screenshot of where this zoom setting is suppose to be? I've clicked all the menus in All settings > Universal access with no sight of any Zoom-like option (that would be turned on).
– Roman Luštrik
May 25 '18 at 8:27
add a comment |
I had a similar issue. I have a laptop with an external 23" monitor and used to work fine in ubuntu mate 16.04. When I updated to ubuntu mate 18.04 everything was like zoomed.
The issue was that it was not detected properly. 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
My problem was also described here: Ubuntu 18.04 not detecting monitor size properly
Hope this helps!
add a comment |
I have nvidia GeoForce GTX 1080 graphics card.
I went to Software & Updates
and then to the Additional Drivers
tab and selected what is given in the below image. It installed the drivers after which I rebooted and it was fine.
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%2f1028784%2fafter-upgrading-to-ubuntu-18-04-display-is-like-zoomed%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same problem, but figure it out that Zoom was active. Just go to Universal Access in Settings and disable Zoom.
Hope it helps.
I have no such an option as Zoom in my Universal Access settings. I had to switch the desktop manager to Unity in order to be able to view my desktop properly. With the Zoom on, I can't see much on my screen.
– Ahmad Shahwan
Aug 26 '18 at 15:05
It worked! :) btw does anyone know why is zoom on by default?
– Rahul Goswami
Sep 17 '18 at 11:59
@AhmadShahwan In Ubuntu 18.04 I could find 'Universal Access' in Settings under 'Region and Language' ... and Zoom is the 4th option under 'Seeing'
– andzep
Oct 30 '18 at 15:29
add a comment |
I had the same problem, but figure it out that Zoom was active. Just go to Universal Access in Settings and disable Zoom.
Hope it helps.
I have no such an option as Zoom in my Universal Access settings. I had to switch the desktop manager to Unity in order to be able to view my desktop properly. With the Zoom on, I can't see much on my screen.
– Ahmad Shahwan
Aug 26 '18 at 15:05
It worked! :) btw does anyone know why is zoom on by default?
– Rahul Goswami
Sep 17 '18 at 11:59
@AhmadShahwan In Ubuntu 18.04 I could find 'Universal Access' in Settings under 'Region and Language' ... and Zoom is the 4th option under 'Seeing'
– andzep
Oct 30 '18 at 15:29
add a comment |
I had the same problem, but figure it out that Zoom was active. Just go to Universal Access in Settings and disable Zoom.
Hope it helps.
I had the same problem, but figure it out that Zoom was active. Just go to Universal Access in Settings and disable Zoom.
Hope it helps.
answered Apr 28 '18 at 13:43
CyberzooCyberzoo
1362
1362
I have no such an option as Zoom in my Universal Access settings. I had to switch the desktop manager to Unity in order to be able to view my desktop properly. With the Zoom on, I can't see much on my screen.
– Ahmad Shahwan
Aug 26 '18 at 15:05
It worked! :) btw does anyone know why is zoom on by default?
– Rahul Goswami
Sep 17 '18 at 11:59
@AhmadShahwan In Ubuntu 18.04 I could find 'Universal Access' in Settings under 'Region and Language' ... and Zoom is the 4th option under 'Seeing'
– andzep
Oct 30 '18 at 15:29
add a comment |
I have no such an option as Zoom in my Universal Access settings. I had to switch the desktop manager to Unity in order to be able to view my desktop properly. With the Zoom on, I can't see much on my screen.
– Ahmad Shahwan
Aug 26 '18 at 15:05
It worked! :) btw does anyone know why is zoom on by default?
– Rahul Goswami
Sep 17 '18 at 11:59
@AhmadShahwan In Ubuntu 18.04 I could find 'Universal Access' in Settings under 'Region and Language' ... and Zoom is the 4th option under 'Seeing'
– andzep
Oct 30 '18 at 15:29
I have no such an option as Zoom in my Universal Access settings. I had to switch the desktop manager to Unity in order to be able to view my desktop properly. With the Zoom on, I can't see much on my screen.
– Ahmad Shahwan
Aug 26 '18 at 15:05
I have no such an option as Zoom in my Universal Access settings. I had to switch the desktop manager to Unity in order to be able to view my desktop properly. With the Zoom on, I can't see much on my screen.
– Ahmad Shahwan
Aug 26 '18 at 15:05
It worked! :) btw does anyone know why is zoom on by default?
– Rahul Goswami
Sep 17 '18 at 11:59
It worked! :) btw does anyone know why is zoom on by default?
– Rahul Goswami
Sep 17 '18 at 11:59
@AhmadShahwan In Ubuntu 18.04 I could find 'Universal Access' in Settings under 'Region and Language' ... and Zoom is the 4th option under 'Seeing'
– andzep
Oct 30 '18 at 15:29
@AhmadShahwan In Ubuntu 18.04 I could find 'Universal Access' in Settings under 'Region and Language' ... and Zoom is the 4th option under 'Seeing'
– andzep
Oct 30 '18 at 15:29
add a comment |
Firstly check if your resolution is the highest avaible and is the same as your graphic's card. If no just change to highest.
If it is the highest just download from Ubuntu Store Gnome Utils (It may be called as Gnome center as something kike this) and change display scaling from 1.0 to e.g 0.75).
This should help you.
I tried to change resolution to 800*600 using tab, it shrink the screen but still showing zoomed.
– user474444
Apr 27 '18 at 15:49
What's your graphic card's resolution?
– Domin
Apr 27 '18 at 16:17
add a comment |
Firstly check if your resolution is the highest avaible and is the same as your graphic's card. If no just change to highest.
If it is the highest just download from Ubuntu Store Gnome Utils (It may be called as Gnome center as something kike this) and change display scaling from 1.0 to e.g 0.75).
This should help you.
I tried to change resolution to 800*600 using tab, it shrink the screen but still showing zoomed.
– user474444
Apr 27 '18 at 15:49
What's your graphic card's resolution?
– Domin
Apr 27 '18 at 16:17
add a comment |
Firstly check if your resolution is the highest avaible and is the same as your graphic's card. If no just change to highest.
If it is the highest just download from Ubuntu Store Gnome Utils (It may be called as Gnome center as something kike this) and change display scaling from 1.0 to e.g 0.75).
This should help you.
Firstly check if your resolution is the highest avaible and is the same as your graphic's card. If no just change to highest.
If it is the highest just download from Ubuntu Store Gnome Utils (It may be called as Gnome center as something kike this) and change display scaling from 1.0 to e.g 0.75).
This should help you.
answered Apr 27 '18 at 13:23
DominDomin
1062
1062
I tried to change resolution to 800*600 using tab, it shrink the screen but still showing zoomed.
– user474444
Apr 27 '18 at 15:49
What's your graphic card's resolution?
– Domin
Apr 27 '18 at 16:17
add a comment |
I tried to change resolution to 800*600 using tab, it shrink the screen but still showing zoomed.
– user474444
Apr 27 '18 at 15:49
What's your graphic card's resolution?
– Domin
Apr 27 '18 at 16:17
I tried to change resolution to 800*600 using tab, it shrink the screen but still showing zoomed.
– user474444
Apr 27 '18 at 15:49
I tried to change resolution to 800*600 using tab, it shrink the screen but still showing zoomed.
– user474444
Apr 27 '18 at 15:49
What's your graphic card's resolution?
– Domin
Apr 27 '18 at 16:17
What's your graphic card's resolution?
– Domin
Apr 27 '18 at 16:17
add a comment |
Your screen seems to be ultra magnified. I think it's due to a configuration problem. To solve it, try to find the Settings button (normally should be on the left). Then click on 'Universal Access' and find the Zoom setting. You can reduce the magnification of your screen to 1, but I recommend you just disable the zoom (at the top right part of the screen).
Can you post a screenshot of where this zoom setting is suppose to be? I've clicked all the menus in All settings > Universal access with no sight of any Zoom-like option (that would be turned on).
– Roman Luštrik
May 25 '18 at 8:27
add a comment |
Your screen seems to be ultra magnified. I think it's due to a configuration problem. To solve it, try to find the Settings button (normally should be on the left). Then click on 'Universal Access' and find the Zoom setting. You can reduce the magnification of your screen to 1, but I recommend you just disable the zoom (at the top right part of the screen).
Can you post a screenshot of where this zoom setting is suppose to be? I've clicked all the menus in All settings > Universal access with no sight of any Zoom-like option (that would be turned on).
– Roman Luštrik
May 25 '18 at 8:27
add a comment |
Your screen seems to be ultra magnified. I think it's due to a configuration problem. To solve it, try to find the Settings button (normally should be on the left). Then click on 'Universal Access' and find the Zoom setting. You can reduce the magnification of your screen to 1, but I recommend you just disable the zoom (at the top right part of the screen).
Your screen seems to be ultra magnified. I think it's due to a configuration problem. To solve it, try to find the Settings button (normally should be on the left). Then click on 'Universal Access' and find the Zoom setting. You can reduce the magnification of your screen to 1, but I recommend you just disable the zoom (at the top right part of the screen).
edited Apr 28 '18 at 17:50
answered Apr 28 '18 at 17:33
NilNil
3317
3317
Can you post a screenshot of where this zoom setting is suppose to be? I've clicked all the menus in All settings > Universal access with no sight of any Zoom-like option (that would be turned on).
– Roman Luštrik
May 25 '18 at 8:27
add a comment |
Can you post a screenshot of where this zoom setting is suppose to be? I've clicked all the menus in All settings > Universal access with no sight of any Zoom-like option (that would be turned on).
– Roman Luštrik
May 25 '18 at 8:27
Can you post a screenshot of where this zoom setting is suppose to be? I've clicked all the menus in All settings > Universal access with no sight of any Zoom-like option (that would be turned on).
– Roman Luštrik
May 25 '18 at 8:27
Can you post a screenshot of where this zoom setting is suppose to be? I've clicked all the menus in All settings > Universal access with no sight of any Zoom-like option (that would be turned on).
– Roman Luštrik
May 25 '18 at 8:27
add a comment |
I had a similar issue. I have a laptop with an external 23" monitor and used to work fine in ubuntu mate 16.04. When I updated to ubuntu mate 18.04 everything was like zoomed.
The issue was that it was not detected properly. 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
My problem was also described here: Ubuntu 18.04 not detecting monitor size properly
Hope this helps!
add a comment |
I had a similar issue. I have a laptop with an external 23" monitor and used to work fine in ubuntu mate 16.04. When I updated to ubuntu mate 18.04 everything was like zoomed.
The issue was that it was not detected properly. 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
My problem was also described here: Ubuntu 18.04 not detecting monitor size properly
Hope this helps!
add a comment |
I had a similar issue. I have a laptop with an external 23" monitor and used to work fine in ubuntu mate 16.04. When I updated to ubuntu mate 18.04 everything was like zoomed.
The issue was that it was not detected properly. 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
My problem was also described here: Ubuntu 18.04 not detecting monitor size properly
Hope this helps!
I had a similar issue. I have a laptop with an external 23" monitor and used to work fine in ubuntu mate 16.04. When I updated to ubuntu mate 18.04 everything was like zoomed.
The issue was that it was not detected properly. 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
My problem was also described here: Ubuntu 18.04 not detecting monitor size properly
Hope this helps!
answered Dec 8 '18 at 20:52
PulpoPulpo
1
1
add a comment |
add a comment |
I have nvidia GeoForce GTX 1080 graphics card.
I went to Software & Updates
and then to the Additional Drivers
tab and selected what is given in the below image. It installed the drivers after which I rebooted and it was fine.
add a comment |
I have nvidia GeoForce GTX 1080 graphics card.
I went to Software & Updates
and then to the Additional Drivers
tab and selected what is given in the below image. It installed the drivers after which I rebooted and it was fine.
add a comment |
I have nvidia GeoForce GTX 1080 graphics card.
I went to Software & Updates
and then to the Additional Drivers
tab and selected what is given in the below image. It installed the drivers after which I rebooted and it was fine.
I have nvidia GeoForce GTX 1080 graphics card.
I went to Software & Updates
and then to the Additional Drivers
tab and selected what is given in the below image. It installed the drivers after which I rebooted and it was fine.
answered 2 days ago
Pranay AryalPranay Aryal
16616
16616
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%2f1028784%2fafter-upgrading-to-ubuntu-18-04-display-is-like-zoomed%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
Could you please edit your question to include the output of the terminal commands
lspci -nnk | grep -A3 -Fe '[0300]'
andxrandr
? Thanks.– David Foerster
Apr 27 '18 at 21:21