Display became too big for the screen after installing an update for Ubuntu 18.04 LTS
I am new to Linux and my laptop is asus gl552vw with two graphic cards, one of them is NVIDIA Gforce. I find both ASUS and NVIDIA have problem on Linux especially in terms of high resolution and all of the icons and screen were too small. So I used an additional Monitor with lower a resolution to work with. After a kernel update the Display became too big even the resolution shows correctly. I tried all the answers from these questions:
Display became too big for the screen after upgrading to Ubuntu 16.04
trying to figure out what happened with lightdm and Xorg
Ubuntu 18.04 Displays Issue -> Unknown Display
Everything on the screen is suddenly Huge
But they didn't work for me.
Any help is really appreciated and please remember I am new to Linux.
nvidia 18.04 display display-resolution
add a comment |
I am new to Linux and my laptop is asus gl552vw with two graphic cards, one of them is NVIDIA Gforce. I find both ASUS and NVIDIA have problem on Linux especially in terms of high resolution and all of the icons and screen were too small. So I used an additional Monitor with lower a resolution to work with. After a kernel update the Display became too big even the resolution shows correctly. I tried all the answers from these questions:
Display became too big for the screen after upgrading to Ubuntu 16.04
trying to figure out what happened with lightdm and Xorg
Ubuntu 18.04 Displays Issue -> Unknown Display
Everything on the screen is suddenly Huge
But they didn't work for me.
Any help is really appreciated and please remember I am new to Linux.
nvidia 18.04 display display-resolution
add a comment |
I am new to Linux and my laptop is asus gl552vw with two graphic cards, one of them is NVIDIA Gforce. I find both ASUS and NVIDIA have problem on Linux especially in terms of high resolution and all of the icons and screen were too small. So I used an additional Monitor with lower a resolution to work with. After a kernel update the Display became too big even the resolution shows correctly. I tried all the answers from these questions:
Display became too big for the screen after upgrading to Ubuntu 16.04
trying to figure out what happened with lightdm and Xorg
Ubuntu 18.04 Displays Issue -> Unknown Display
Everything on the screen is suddenly Huge
But they didn't work for me.
Any help is really appreciated and please remember I am new to Linux.
nvidia 18.04 display display-resolution
I am new to Linux and my laptop is asus gl552vw with two graphic cards, one of them is NVIDIA Gforce. I find both ASUS and NVIDIA have problem on Linux especially in terms of high resolution and all of the icons and screen were too small. So I used an additional Monitor with lower a resolution to work with. After a kernel update the Display became too big even the resolution shows correctly. I tried all the answers from these questions:
Display became too big for the screen after upgrading to Ubuntu 16.04
trying to figure out what happened with lightdm and Xorg
Ubuntu 18.04 Displays Issue -> Unknown Display
Everything on the screen is suddenly Huge
But they didn't work for me.
Any help is really appreciated and please remember I am new to Linux.
nvidia 18.04 display display-resolution
nvidia 18.04 display display-resolution
asked Dec 21 '18 at 16:56
G. Hak.G. Hak.
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I'm newbie too..
But for me the solution was to install earlier version of nvidia.
After upgrade ubuntu from 16.04 to 18.04 I installed nvidia-352 (I used this instruction https://dev.to/bobnadler/ubuntu-1804-upgrade-problem-resolutions-1ni0).
And faced with 'too big display' problem.
So I used this command to know which versions of driver are in repository:
sudo apt-get update && clear && apt-cache search nvidia-[0-9] | grep 'binary driver'
I found nvidia-340.
So next I executed this set of command:
sudo apt-get purge nvidia*
sudo apt-get install nvidia-340 nvidia-settings
sudo nvidia-xconfig
and rebooted system
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%2f1103637%2fdisplay-became-too-big-for-the-screen-after-installing-an-update-for-ubuntu-18-0%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'm newbie too..
But for me the solution was to install earlier version of nvidia.
After upgrade ubuntu from 16.04 to 18.04 I installed nvidia-352 (I used this instruction https://dev.to/bobnadler/ubuntu-1804-upgrade-problem-resolutions-1ni0).
And faced with 'too big display' problem.
So I used this command to know which versions of driver are in repository:
sudo apt-get update && clear && apt-cache search nvidia-[0-9] | grep 'binary driver'
I found nvidia-340.
So next I executed this set of command:
sudo apt-get purge nvidia*
sudo apt-get install nvidia-340 nvidia-settings
sudo nvidia-xconfig
and rebooted system
add a comment |
I'm newbie too..
But for me the solution was to install earlier version of nvidia.
After upgrade ubuntu from 16.04 to 18.04 I installed nvidia-352 (I used this instruction https://dev.to/bobnadler/ubuntu-1804-upgrade-problem-resolutions-1ni0).
And faced with 'too big display' problem.
So I used this command to know which versions of driver are in repository:
sudo apt-get update && clear && apt-cache search nvidia-[0-9] | grep 'binary driver'
I found nvidia-340.
So next I executed this set of command:
sudo apt-get purge nvidia*
sudo apt-get install nvidia-340 nvidia-settings
sudo nvidia-xconfig
and rebooted system
add a comment |
I'm newbie too..
But for me the solution was to install earlier version of nvidia.
After upgrade ubuntu from 16.04 to 18.04 I installed nvidia-352 (I used this instruction https://dev.to/bobnadler/ubuntu-1804-upgrade-problem-resolutions-1ni0).
And faced with 'too big display' problem.
So I used this command to know which versions of driver are in repository:
sudo apt-get update && clear && apt-cache search nvidia-[0-9] | grep 'binary driver'
I found nvidia-340.
So next I executed this set of command:
sudo apt-get purge nvidia*
sudo apt-get install nvidia-340 nvidia-settings
sudo nvidia-xconfig
and rebooted system
I'm newbie too..
But for me the solution was to install earlier version of nvidia.
After upgrade ubuntu from 16.04 to 18.04 I installed nvidia-352 (I used this instruction https://dev.to/bobnadler/ubuntu-1804-upgrade-problem-resolutions-1ni0).
And faced with 'too big display' problem.
So I used this command to know which versions of driver are in repository:
sudo apt-get update && clear && apt-cache search nvidia-[0-9] | grep 'binary driver'
I found nvidia-340.
So next I executed this set of command:
sudo apt-get purge nvidia*
sudo apt-get install nvidia-340 nvidia-settings
sudo nvidia-xconfig
and rebooted system
answered Jan 27 at 20:42
one more newbieone more newbie
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.
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%2f1103637%2fdisplay-became-too-big-for-the-screen-after-installing-an-update-for-ubuntu-18-0%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