Display settings lost on reboot on ubuntu 18.04 The 2019 Stack Overflow Developer Survey...

How to type this arrow in math mode?

Is bread bad for ducks?

How come people say “Would of”?

Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Origin of "cooter" meaning "vagina"

How to save as into a customized destination on macOS?

What do the Banks children have against barley water?

Delete all lines which don't have n characters before delimiter

Shouldn't "much" here be used instead of "more"?

How to notate time signature switching consistently every measure

One word riddle: Vowel in the middle

Have you ever entered Singapore using a different passport or name?

Did Section 31 appear in Star Trek: The Next Generation?

Worn-tile Scrabble

How to manage monthly salary

Button changing it's text & action. Good or terrible?

The difference between dialogue marks

What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?

Why isn't airport relocation done gradually?

Pokemon Turn Based battle (Python)

How can I autofill dates in Excel excluding Sunday?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

Why isn't the circumferential light around the M87 black hole's event horizon symmetric?



Display settings lost on reboot on ubuntu 18.04



The 2019 Stack Overflow Developer Survey Results Are InHow To Set Nvidia Overscan To Persistent After Reboot?NVIDIA Display Settings Wiped on Reboot Ubuntu 12.10 64bitNot updating display settings when disconnecting external monitorNvidia settings won't take holdcannot create monitors.xml which means display settings are lostDisplay distortion after upgradeDual display settings are not retained after reboot with Ubuntu 18.04Ubuntu 18.04 graphics reset when settings openedUpgrade from 16.04 to 18.04 display issuesExternal Monitor Not Working with Ubuntu 18.04 (Razer Blade 2017)





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







3















I have a dual monitor display with Nvidia graphica card. After installing 18.04, I am unable to save the display settings after a reboot. The settings go back to the default. I followed the procedure from Nvidia docs but nothing seems to work.
Does any one have a similar issue?










share|improve this question














bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















    3















    I have a dual monitor display with Nvidia graphica card. After installing 18.04, I am unable to save the display settings after a reboot. The settings go back to the default. I followed the procedure from Nvidia docs but nothing seems to work.
    Does any one have a similar issue?










    share|improve this question














    bumped to the homepage by Community 12 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      3












      3








      3


      1






      I have a dual monitor display with Nvidia graphica card. After installing 18.04, I am unable to save the display settings after a reboot. The settings go back to the default. I followed the procedure from Nvidia docs but nothing seems to work.
      Does any one have a similar issue?










      share|improve this question














      I have a dual monitor display with Nvidia graphica card. After installing 18.04, I am unable to save the display settings after a reboot. The settings go back to the default. I followed the procedure from Nvidia docs but nothing seems to work.
      Does any one have a similar issue?







      display 18.04






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 2 '18 at 20:11









      sri krishnasri krishna

      2112




      2112





      bumped to the homepage by Community 12 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 12 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          4 Answers
          4






          active

          oldest

          votes


















          0














          just in case any one else has this issue



          i added a script to my startup applications to apply the nvidia settings at every login.



          #!/bin/bash
          nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}"


          This makes my default screen as the HDMI output with the set resolution and the DVI output as my second screen next to my primary.






          share|improve this answer































            0














            I was able to get my display settings to persist after reboot by installing the Nvidia X Server Settings application from the Ubuntu software center.



            Steps taken:



            1) Use proprietary Nvidia Drivers:




            • Click the Ubuntu menu button, or windows button if you have one on your
              keyboard.

            • Type Software & Upgrades and click the Icon that comes up with that
              name.

            • Click the Additional Drivers tab. And select the appropriate Nvidia
              Driver to use, click apply and wait for it to finish.

            • Reboot, although it might not be needed.


            2) Install Nvidia X Server Settings:




            • Click the Ubuntu menu button again.

            • Type Nvidia

            • Click Nvidia X Server Settings

            • Click Install

            • Once done installing, set the display settings (again) you would like
              to keep in the Ubuntu Displays configuration

            • Save/Apply/Keep settings. Note: you may have to change the settings
              to something else and back again just to get it to save

            • Reboot to test


            Some steps may not be necessary for others but this is what worked for me. Hopefully it helps someone else.






            share|improve this answer
























            • Thanks for your reply. I did install the nvidia drivers and the settings utility. But the settings do not seem to persist. As of now I am using a startup script to update the display settings every time the system boots. I am using the below settings nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}" These are the same settings set from the settings utility as well.

              – sri krishna
              Jun 3 '18 at 0:33





















            0














            If anyone else has this issue, I created a small bash script which is used as a daemon.



            You can find it here: https://github.com/fberrez/display-daemon






            share|improve this answer































              0














              In my case ubuntu GUI did not load. After a bit of searching I found that:




              apt-get install --reinstall ubuntu-desktop




              [add sudo if needed]
              With updates and upgrades got it working.



              Source: https://www.youtube.com/watch?reload=9&v=s4uXBjcb5zo






              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%2f1031248%2fdisplay-settings-lost-on-reboot-on-ubuntu-18-04%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                0














                just in case any one else has this issue



                i added a script to my startup applications to apply the nvidia settings at every login.



                #!/bin/bash
                nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}"


                This makes my default screen as the HDMI output with the set resolution and the DVI output as my second screen next to my primary.






                share|improve this answer




























                  0














                  just in case any one else has this issue



                  i added a script to my startup applications to apply the nvidia settings at every login.



                  #!/bin/bash
                  nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}"


                  This makes my default screen as the HDMI output with the set resolution and the DVI output as my second screen next to my primary.






                  share|improve this answer


























                    0












                    0








                    0







                    just in case any one else has this issue



                    i added a script to my startup applications to apply the nvidia settings at every login.



                    #!/bin/bash
                    nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}"


                    This makes my default screen as the HDMI output with the set resolution and the DVI output as my second screen next to my primary.






                    share|improve this answer













                    just in case any one else has this issue



                    i added a script to my startup applications to apply the nvidia settings at every login.



                    #!/bin/bash
                    nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}"


                    This makes my default screen as the HDMI output with the set resolution and the DVI output as my second screen next to my primary.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered May 14 '18 at 18:17









                    sri krishnasri krishna

                    2112




                    2112

























                        0














                        I was able to get my display settings to persist after reboot by installing the Nvidia X Server Settings application from the Ubuntu software center.



                        Steps taken:



                        1) Use proprietary Nvidia Drivers:




                        • Click the Ubuntu menu button, or windows button if you have one on your
                          keyboard.

                        • Type Software & Upgrades and click the Icon that comes up with that
                          name.

                        • Click the Additional Drivers tab. And select the appropriate Nvidia
                          Driver to use, click apply and wait for it to finish.

                        • Reboot, although it might not be needed.


                        2) Install Nvidia X Server Settings:




                        • Click the Ubuntu menu button again.

                        • Type Nvidia

                        • Click Nvidia X Server Settings

                        • Click Install

                        • Once done installing, set the display settings (again) you would like
                          to keep in the Ubuntu Displays configuration

                        • Save/Apply/Keep settings. Note: you may have to change the settings
                          to something else and back again just to get it to save

                        • Reboot to test


                        Some steps may not be necessary for others but this is what worked for me. Hopefully it helps someone else.






                        share|improve this answer
























                        • Thanks for your reply. I did install the nvidia drivers and the settings utility. But the settings do not seem to persist. As of now I am using a startup script to update the display settings every time the system boots. I am using the below settings nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}" These are the same settings set from the settings utility as well.

                          – sri krishna
                          Jun 3 '18 at 0:33


















                        0














                        I was able to get my display settings to persist after reboot by installing the Nvidia X Server Settings application from the Ubuntu software center.



                        Steps taken:



                        1) Use proprietary Nvidia Drivers:




                        • Click the Ubuntu menu button, or windows button if you have one on your
                          keyboard.

                        • Type Software & Upgrades and click the Icon that comes up with that
                          name.

                        • Click the Additional Drivers tab. And select the appropriate Nvidia
                          Driver to use, click apply and wait for it to finish.

                        • Reboot, although it might not be needed.


                        2) Install Nvidia X Server Settings:




                        • Click the Ubuntu menu button again.

                        • Type Nvidia

                        • Click Nvidia X Server Settings

                        • Click Install

                        • Once done installing, set the display settings (again) you would like
                          to keep in the Ubuntu Displays configuration

                        • Save/Apply/Keep settings. Note: you may have to change the settings
                          to something else and back again just to get it to save

                        • Reboot to test


                        Some steps may not be necessary for others but this is what worked for me. Hopefully it helps someone else.






                        share|improve this answer
























                        • Thanks for your reply. I did install the nvidia drivers and the settings utility. But the settings do not seem to persist. As of now I am using a startup script to update the display settings every time the system boots. I am using the below settings nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}" These are the same settings set from the settings utility as well.

                          – sri krishna
                          Jun 3 '18 at 0:33
















                        0












                        0








                        0







                        I was able to get my display settings to persist after reboot by installing the Nvidia X Server Settings application from the Ubuntu software center.



                        Steps taken:



                        1) Use proprietary Nvidia Drivers:




                        • Click the Ubuntu menu button, or windows button if you have one on your
                          keyboard.

                        • Type Software & Upgrades and click the Icon that comes up with that
                          name.

                        • Click the Additional Drivers tab. And select the appropriate Nvidia
                          Driver to use, click apply and wait for it to finish.

                        • Reboot, although it might not be needed.


                        2) Install Nvidia X Server Settings:




                        • Click the Ubuntu menu button again.

                        • Type Nvidia

                        • Click Nvidia X Server Settings

                        • Click Install

                        • Once done installing, set the display settings (again) you would like
                          to keep in the Ubuntu Displays configuration

                        • Save/Apply/Keep settings. Note: you may have to change the settings
                          to something else and back again just to get it to save

                        • Reboot to test


                        Some steps may not be necessary for others but this is what worked for me. Hopefully it helps someone else.






                        share|improve this answer













                        I was able to get my display settings to persist after reboot by installing the Nvidia X Server Settings application from the Ubuntu software center.



                        Steps taken:



                        1) Use proprietary Nvidia Drivers:




                        • Click the Ubuntu menu button, or windows button if you have one on your
                          keyboard.

                        • Type Software & Upgrades and click the Icon that comes up with that
                          name.

                        • Click the Additional Drivers tab. And select the appropriate Nvidia
                          Driver to use, click apply and wait for it to finish.

                        • Reboot, although it might not be needed.


                        2) Install Nvidia X Server Settings:




                        • Click the Ubuntu menu button again.

                        • Type Nvidia

                        • Click Nvidia X Server Settings

                        • Click Install

                        • Once done installing, set the display settings (again) you would like
                          to keep in the Ubuntu Displays configuration

                        • Save/Apply/Keep settings. Note: you may have to change the settings
                          to something else and back again just to get it to save

                        • Reboot to test


                        Some steps may not be necessary for others but this is what worked for me. Hopefully it helps someone else.







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered Jun 1 '18 at 17:28









                        4n0m4l0u54n0m4l0u5

                        212




                        212













                        • Thanks for your reply. I did install the nvidia drivers and the settings utility. But the settings do not seem to persist. As of now I am using a startup script to update the display settings every time the system boots. I am using the below settings nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}" These are the same settings set from the settings utility as well.

                          – sri krishna
                          Jun 3 '18 at 0:33





















                        • Thanks for your reply. I did install the nvidia drivers and the settings utility. But the settings do not seem to persist. As of now I am using a startup script to update the display settings every time the system boots. I am using the below settings nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}" These are the same settings set from the settings utility as well.

                          – sri krishna
                          Jun 3 '18 at 0:33



















                        Thanks for your reply. I did install the nvidia drivers and the settings utility. But the settings do not seem to persist. As of now I am using a startup script to update the display settings every time the system boots. I am using the below settings nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}" These are the same settings set from the settings utility as well.

                        – sri krishna
                        Jun 3 '18 at 0:33







                        Thanks for your reply. I did install the nvidia drivers and the settings utility. But the settings do not seem to persist. As of now I am using a startup script to update the display settings every time the system boots. I am using the below settings nvidia-settings --assign CurrentMetaMode="HDMI-0: 2560x1440 +0+0 {viewportin=2560x1440, viewportout=2560x1440+0+0}, DVI-D-0: 1600x900 +2560+0 {viewportin=1600x900, viewportout=1600x900+0+0}" These are the same settings set from the settings utility as well.

                        – sri krishna
                        Jun 3 '18 at 0:33













                        0














                        If anyone else has this issue, I created a small bash script which is used as a daemon.



                        You can find it here: https://github.com/fberrez/display-daemon






                        share|improve this answer




























                          0














                          If anyone else has this issue, I created a small bash script which is used as a daemon.



                          You can find it here: https://github.com/fberrez/display-daemon






                          share|improve this answer


























                            0












                            0








                            0







                            If anyone else has this issue, I created a small bash script which is used as a daemon.



                            You can find it here: https://github.com/fberrez/display-daemon






                            share|improve this answer













                            If anyone else has this issue, I created a small bash script which is used as a daemon.



                            You can find it here: https://github.com/fberrez/display-daemon







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jul 24 '18 at 13:23









                            fberrezfberrez

                            1




                            1























                                0














                                In my case ubuntu GUI did not load. After a bit of searching I found that:




                                apt-get install --reinstall ubuntu-desktop




                                [add sudo if needed]
                                With updates and upgrades got it working.



                                Source: https://www.youtube.com/watch?reload=9&v=s4uXBjcb5zo






                                share|improve this answer




























                                  0














                                  In my case ubuntu GUI did not load. After a bit of searching I found that:




                                  apt-get install --reinstall ubuntu-desktop




                                  [add sudo if needed]
                                  With updates and upgrades got it working.



                                  Source: https://www.youtube.com/watch?reload=9&v=s4uXBjcb5zo






                                  share|improve this answer


























                                    0












                                    0








                                    0







                                    In my case ubuntu GUI did not load. After a bit of searching I found that:




                                    apt-get install --reinstall ubuntu-desktop




                                    [add sudo if needed]
                                    With updates and upgrades got it working.



                                    Source: https://www.youtube.com/watch?reload=9&v=s4uXBjcb5zo






                                    share|improve this answer













                                    In my case ubuntu GUI did not load. After a bit of searching I found that:




                                    apt-get install --reinstall ubuntu-desktop




                                    [add sudo if needed]
                                    With updates and upgrades got it working.



                                    Source: https://www.youtube.com/watch?reload=9&v=s4uXBjcb5zo







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Aug 24 '18 at 15:23









                                    AndresAndres

                                    232115




                                    232115






























                                        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%2f1031248%2fdisplay-settings-lost-on-reboot-on-ubuntu-18-04%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

                                        Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                                        Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                                        Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...