Screen resolution got zoomed after installing nvidia driver












0















After installing nvidia driver my screen got zoomed. I cant fix it resolution. Is there any way to solve this p roblem ?










share|improve this question



























    0















    After installing nvidia driver my screen got zoomed. I cant fix it resolution. Is there any way to solve this p roblem ?










    share|improve this question

























      0












      0








      0








      After installing nvidia driver my screen got zoomed. I cant fix it resolution. Is there any way to solve this p roblem ?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 12 '16 at 8:41









      CodeHeadCodeHead

      114




      114






















          2 Answers
          2






          active

          oldest

          votes


















          1














          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:





          1. Open the etc/x11/xorg.conf file with nano 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.



          2. Look for the line that says: Section "Monitor".



          3. 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.



          4. Save ctrl+o and close ctrl+x the xorg.conf file in nano.


          5. 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






          share|improve this answer

































            0














            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




            enter image description here




            You can also open the advanced section and manually enter the values




            enter image description here







            share|improve this answer























              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
              });


              }
              });














              draft saved

              draft discarded


















              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









              1














              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:





              1. Open the etc/x11/xorg.conf file with nano 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.



              2. Look for the line that says: Section "Monitor".



              3. 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.



              4. Save ctrl+o and close ctrl+x the xorg.conf file in nano.


              5. 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






              share|improve this answer






























                1














                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:





                1. Open the etc/x11/xorg.conf file with nano 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.



                2. Look for the line that says: Section "Monitor".



                3. 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.



                4. Save ctrl+o and close ctrl+x the xorg.conf file in nano.


                5. 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






                share|improve this answer




























                  1












                  1








                  1







                  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:





                  1. Open the etc/x11/xorg.conf file with nano 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.



                  2. Look for the line that says: Section "Monitor".



                  3. 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.



                  4. Save ctrl+o and close ctrl+x the xorg.conf file in nano.


                  5. 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






                  share|improve this answer















                  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:





                  1. Open the etc/x11/xorg.conf file with nano 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.



                  2. Look for the line that says: Section "Monitor".



                  3. 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.



                  4. Save ctrl+o and close ctrl+x the xorg.conf file in nano.


                  5. 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







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jan 17 at 12:10

























                  answered Apr 14 '17 at 16:04









                  Jan-Willem van CappellenJan-Willem van Cappellen

                  113




                  113

























                      0














                      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




                      enter image description here




                      You can also open the advanced section and manually enter the values




                      enter image description here







                      share|improve this answer




























                        0














                        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




                        enter image description here




                        You can also open the advanced section and manually enter the values




                        enter image description here







                        share|improve this answer


























                          0












                          0








                          0







                          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




                          enter image description here




                          You can also open the advanced section and manually enter the values




                          enter image description here







                          share|improve this answer













                          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




                          enter image description here




                          You can also open the advanced section and manually enter the values




                          enter image description here








                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Oct 12 '16 at 10:09









                          Mark KirbyMark Kirby

                          14k146298




                          14k146298






























                              draft saved

                              draft discarded




















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                              is 'sed' thread safe

                              How to make a Squid Proxy server?