Screen resolution got zoomed after installing nvidia driver
After installing nvidia driver my screen got zoomed. I cant fix it resolution. Is there any way to solve this p roblem ?
14.04 nvidia display-resolution
add a comment |
After installing nvidia driver my screen got zoomed. I cant fix it resolution. Is there any way to solve this p roblem ?
14.04 nvidia display-resolution
add a comment |
After installing nvidia driver my screen got zoomed. I cant fix it resolution. Is there any way to solve this p roblem ?
14.04 nvidia display-resolution
After installing nvidia driver my screen got zoomed. I cant fix it resolution. Is there any way to solve this p roblem ?
14.04 nvidia display-resolution
14.04 nvidia display-resolution
asked Oct 12 '16 at 8:41
CodeHeadCodeHead
114
114
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I had a similar or maybe the same problem in Ubuntu Mate 16.04. It appeared that the Nvidia driver I installed for my Quadro card changed the dpi settings of my laptop screen from 96*96 to 140*140. The 140*140 DPI setting made everything look slightly zoomed/too big and blurry.
What worked for me was adding the DPI setting to the xorg.conf
file:
Open the
etc/x11/xorg.conf
file withnano
by typing this in your console:
sudo nano /etc/X11/xorg.conf
It's a good idea to make a backup of this file first before changing anything.
Look for the line that says:
Section "Monitor"
.
Add the following rule into that section:
Option "DPI" "96 x 96"
so that it looks a bit like this example:
Section "Monitor"
Identifier "Monitor0"
Option "DPI" "96 x 96"
EndSection
You can change the DPI value if you need a different DPI setting instead.
Save ctrl+o and close ctrl+x the
xorg.conf
file in nano.- Reboot Ubuntu
Your monitor should now use the proper DPI setting and your desktop should look sharp and normal again.
Reference used: https://bugs.launchpad.net/ubuntu-mate/+bug/1612068
add a comment |
You can fix this in nvidia-settings
, open it and choose X server display configuration
on the left.
Now at the bottom is a slider named underscan
adjusting this will move the boarders of your screen
You can also open the advanced
section and manually enter the values
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%2f835982%2fscreen-resolution-got-zoomed-after-installing-nvidia-driver%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 or maybe the same problem in Ubuntu Mate 16.04. It appeared that the Nvidia driver I installed for my Quadro card changed the dpi settings of my laptop screen from 96*96 to 140*140. The 140*140 DPI setting made everything look slightly zoomed/too big and blurry.
What worked for me was adding the DPI setting to the xorg.conf
file:
Open the
etc/x11/xorg.conf
file withnano
by typing this in your console:
sudo nano /etc/X11/xorg.conf
It's a good idea to make a backup of this file first before changing anything.
Look for the line that says:
Section "Monitor"
.
Add the following rule into that section:
Option "DPI" "96 x 96"
so that it looks a bit like this example:
Section "Monitor"
Identifier "Monitor0"
Option "DPI" "96 x 96"
EndSection
You can change the DPI value if you need a different DPI setting instead.
Save ctrl+o and close ctrl+x the
xorg.conf
file in nano.- Reboot Ubuntu
Your monitor should now use the proper DPI setting and your desktop should look sharp and normal again.
Reference used: https://bugs.launchpad.net/ubuntu-mate/+bug/1612068
add a comment |
I had a similar or maybe the same problem in Ubuntu Mate 16.04. It appeared that the Nvidia driver I installed for my Quadro card changed the dpi settings of my laptop screen from 96*96 to 140*140. The 140*140 DPI setting made everything look slightly zoomed/too big and blurry.
What worked for me was adding the DPI setting to the xorg.conf
file:
Open the
etc/x11/xorg.conf
file withnano
by typing this in your console:
sudo nano /etc/X11/xorg.conf
It's a good idea to make a backup of this file first before changing anything.
Look for the line that says:
Section "Monitor"
.
Add the following rule into that section:
Option "DPI" "96 x 96"
so that it looks a bit like this example:
Section "Monitor"
Identifier "Monitor0"
Option "DPI" "96 x 96"
EndSection
You can change the DPI value if you need a different DPI setting instead.
Save ctrl+o and close ctrl+x the
xorg.conf
file in nano.- Reboot Ubuntu
Your monitor should now use the proper DPI setting and your desktop should look sharp and normal again.
Reference used: https://bugs.launchpad.net/ubuntu-mate/+bug/1612068
add a comment |
I had a similar or maybe the same problem in Ubuntu Mate 16.04. It appeared that the Nvidia driver I installed for my Quadro card changed the dpi settings of my laptop screen from 96*96 to 140*140. The 140*140 DPI setting made everything look slightly zoomed/too big and blurry.
What worked for me was adding the DPI setting to the xorg.conf
file:
Open the
etc/x11/xorg.conf
file withnano
by typing this in your console:
sudo nano /etc/X11/xorg.conf
It's a good idea to make a backup of this file first before changing anything.
Look for the line that says:
Section "Monitor"
.
Add the following rule into that section:
Option "DPI" "96 x 96"
so that it looks a bit like this example:
Section "Monitor"
Identifier "Monitor0"
Option "DPI" "96 x 96"
EndSection
You can change the DPI value if you need a different DPI setting instead.
Save ctrl+o and close ctrl+x the
xorg.conf
file in nano.- Reboot Ubuntu
Your monitor should now use the proper DPI setting and your desktop should look sharp and normal again.
Reference used: https://bugs.launchpad.net/ubuntu-mate/+bug/1612068
I had a similar or maybe the same problem in Ubuntu Mate 16.04. It appeared that the Nvidia driver I installed for my Quadro card changed the dpi settings of my laptop screen from 96*96 to 140*140. The 140*140 DPI setting made everything look slightly zoomed/too big and blurry.
What worked for me was adding the DPI setting to the xorg.conf
file:
Open the
etc/x11/xorg.conf
file withnano
by typing this in your console:
sudo nano /etc/X11/xorg.conf
It's a good idea to make a backup of this file first before changing anything.
Look for the line that says:
Section "Monitor"
.
Add the following rule into that section:
Option "DPI" "96 x 96"
so that it looks a bit like this example:
Section "Monitor"
Identifier "Monitor0"
Option "DPI" "96 x 96"
EndSection
You can change the DPI value if you need a different DPI setting instead.
Save ctrl+o and close ctrl+x the
xorg.conf
file in nano.- Reboot Ubuntu
Your monitor should now use the proper DPI setting and your desktop should look sharp and normal again.
Reference used: https://bugs.launchpad.net/ubuntu-mate/+bug/1612068
edited Jan 17 at 12:10
answered Apr 14 '17 at 16:04
Jan-Willem van CappellenJan-Willem van Cappellen
113
113
add a comment |
add a comment |
You can fix this in nvidia-settings
, open it and choose X server display configuration
on the left.
Now at the bottom is a slider named underscan
adjusting this will move the boarders of your screen
You can also open the advanced
section and manually enter the values
add a comment |
You can fix this in nvidia-settings
, open it and choose X server display configuration
on the left.
Now at the bottom is a slider named underscan
adjusting this will move the boarders of your screen
You can also open the advanced
section and manually enter the values
add a comment |
You can fix this in nvidia-settings
, open it and choose X server display configuration
on the left.
Now at the bottom is a slider named underscan
adjusting this will move the boarders of your screen
You can also open the advanced
section and manually enter the values
You can fix this in nvidia-settings
, open it and choose X server display configuration
on the left.
Now at the bottom is a slider named underscan
adjusting this will move the boarders of your screen
You can also open the advanced
section and manually enter the values
answered Oct 12 '16 at 10:09
Mark KirbyMark Kirby
14k146298
14k146298
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%2f835982%2fscreen-resolution-got-zoomed-after-installing-nvidia-driver%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