Solution to fix screen tearing when using integrated graphics breaks Nvidia GPUArch Linux : no screen found...

Can you move between the attacks of a Twinned Booming Blade

Why is quantum gravity non-renormalizable?

Does this circuit have marginal voltage level problem?

What is the right way to query an I2C device from an interrupt service routine?

How is /a/ pronounced before n/m in French?

How can I get a file's size with C++17?

Finding integer database columns that may have their data type changed to reduce size

My mother co-signed for my car. Can she take it away from me if I am the one making car payments?

Can you use a reaction to affect initiative rolls?

Why would a propellor have blades of different lengths?

Old story where computer expert digitally animates The Lord of the Rings

Blood-based alcohol for vampires?

How did sloshing prevent the Apollo Service Module from moving safely away from the Command Module and how was this fixed?

Isn't "Dave's protocol" good if only the database, and not the code, is leaked?

What caused the flashes in the video footage of Chernobyl?

When should we use dependency injection (C#)

Which are more efficient in putting out wildfires: planes or helicopters?

Was Wolfgang Unzicker the last Amateur GM?

Is my background sufficient to start Quantum Computing

How should characters be punished for failing faction missions?

Why do the three workers have to go inside the power plant again?

Who pays for increased security measures on flights to the US?

Is it possible to obtain the address of the 'this' pointer?

Go function to test whether a file exists



Solution to fix screen tearing when using integrated graphics breaks Nvidia GPU


Arch Linux : no screen found with nvidia graphics cardHow to use integrated Intel and dedicated nVidia graphics to power different monitors?Dual GPU - monitor connected to integrated graphics shows blackscreenIs it possible to completely turn off nvidia GPU to be able to run wayland?Using NVidia GPU on Clevo N871EJ1 laptopSometimes screen is black whenever starting lenovo ideapad 320How to automatically force full composition pipeline for Nvidia GPU driver?Nvidia card is not recognized by xorgHow to install Nvidia proprietary driver on a dual-gpu laptop properly?Ubuntu not using discrete GPU as primary graphics






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







0















Problem



I'm having issues with screen tearing on my laptop when browsing the web. The laptop has both integrated graphics from Intel, and an Nvidia GPU. When using it on battery power I use the integrated graphics to increase battery life.



The screen tearing only occurs when using the integrated graphics. I googled for solutions to this problem, and I found one that works. I create a file at /etc/X11/xorg.conf.d/20-intel.conf with the following contents:



Section "Device"

Identifier "Intel Graphics"

Driver "intel"

Option "TearFree" "true"

EndSection


This gets rid of screen tearing when using the integrated graphics, but I can't use the Nvidia GPU as long as that file exists. Nvidia's drivers fail to load properly, and the computer falls back on using the integrated graphics even when I enable the Nvidia GPU in nvidia-settings. In order to re-enable the Nvidia GPU, I have to delete or move the xorg.conf.d folder and restart the computer.



Question



How do I fix screen tearing when using my laptop's integrated graphics, without being prevented from using the Nvidia GPU?



Details



I'm using an HP spectre x360 with an MX150 Nvidia GPU and an Intel Core i7-8550U CPU. I'm running i3-gaps with i3-gnome on Ubuntu 19.04.



I switch back and forth by using nvidia-settings and changing the prime profile between one and the other:



enter image description here










share|improve this question







New contributor



J. Antonio Perez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    0















    Problem



    I'm having issues with screen tearing on my laptop when browsing the web. The laptop has both integrated graphics from Intel, and an Nvidia GPU. When using it on battery power I use the integrated graphics to increase battery life.



    The screen tearing only occurs when using the integrated graphics. I googled for solutions to this problem, and I found one that works. I create a file at /etc/X11/xorg.conf.d/20-intel.conf with the following contents:



    Section "Device"

    Identifier "Intel Graphics"

    Driver "intel"

    Option "TearFree" "true"

    EndSection


    This gets rid of screen tearing when using the integrated graphics, but I can't use the Nvidia GPU as long as that file exists. Nvidia's drivers fail to load properly, and the computer falls back on using the integrated graphics even when I enable the Nvidia GPU in nvidia-settings. In order to re-enable the Nvidia GPU, I have to delete or move the xorg.conf.d folder and restart the computer.



    Question



    How do I fix screen tearing when using my laptop's integrated graphics, without being prevented from using the Nvidia GPU?



    Details



    I'm using an HP spectre x360 with an MX150 Nvidia GPU and an Intel Core i7-8550U CPU. I'm running i3-gaps with i3-gnome on Ubuntu 19.04.



    I switch back and forth by using nvidia-settings and changing the prime profile between one and the other:



    enter image description here










    share|improve this question







    New contributor



    J. Antonio Perez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      Problem



      I'm having issues with screen tearing on my laptop when browsing the web. The laptop has both integrated graphics from Intel, and an Nvidia GPU. When using it on battery power I use the integrated graphics to increase battery life.



      The screen tearing only occurs when using the integrated graphics. I googled for solutions to this problem, and I found one that works. I create a file at /etc/X11/xorg.conf.d/20-intel.conf with the following contents:



      Section "Device"

      Identifier "Intel Graphics"

      Driver "intel"

      Option "TearFree" "true"

      EndSection


      This gets rid of screen tearing when using the integrated graphics, but I can't use the Nvidia GPU as long as that file exists. Nvidia's drivers fail to load properly, and the computer falls back on using the integrated graphics even when I enable the Nvidia GPU in nvidia-settings. In order to re-enable the Nvidia GPU, I have to delete or move the xorg.conf.d folder and restart the computer.



      Question



      How do I fix screen tearing when using my laptop's integrated graphics, without being prevented from using the Nvidia GPU?



      Details



      I'm using an HP spectre x360 with an MX150 Nvidia GPU and an Intel Core i7-8550U CPU. I'm running i3-gaps with i3-gnome on Ubuntu 19.04.



      I switch back and forth by using nvidia-settings and changing the prime profile between one and the other:



      enter image description here










      share|improve this question







      New contributor



      J. Antonio Perez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      Problem



      I'm having issues with screen tearing on my laptop when browsing the web. The laptop has both integrated graphics from Intel, and an Nvidia GPU. When using it on battery power I use the integrated graphics to increase battery life.



      The screen tearing only occurs when using the integrated graphics. I googled for solutions to this problem, and I found one that works. I create a file at /etc/X11/xorg.conf.d/20-intel.conf with the following contents:



      Section "Device"

      Identifier "Intel Graphics"

      Driver "intel"

      Option "TearFree" "true"

      EndSection


      This gets rid of screen tearing when using the integrated graphics, but I can't use the Nvidia GPU as long as that file exists. Nvidia's drivers fail to load properly, and the computer falls back on using the integrated graphics even when I enable the Nvidia GPU in nvidia-settings. In order to re-enable the Nvidia GPU, I have to delete or move the xorg.conf.d folder and restart the computer.



      Question



      How do I fix screen tearing when using my laptop's integrated graphics, without being prevented from using the Nvidia GPU?



      Details



      I'm using an HP spectre x360 with an MX150 Nvidia GPU and an Intel Core i7-8550U CPU. I'm running i3-gaps with i3-gnome on Ubuntu 19.04.



      I switch back and forth by using nvidia-settings and changing the prime profile between one and the other:



      enter image description here







      ubuntu nvidia desktop-environment intel-graphics






      share|improve this question







      New contributor



      J. Antonio Perez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      J. Antonio Perez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      J. Antonio Perez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 28 mins ago









      J. Antonio PerezJ. Antonio Perez

      1011 bronze badge




      1011 bronze badge




      New contributor



      J. Antonio Perez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      J. Antonio Perez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.
























          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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
          });


          }
          });






          J. Antonio Perez is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f527960%2fsolution-to-fix-screen-tearing-when-using-integrated-graphics-breaks-nvidia-gpu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          J. Antonio Perez is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          J. Antonio Perez is a new contributor. Be nice, and check out our Code of Conduct.













          J. Antonio Perez is a new contributor. Be nice, and check out our Code of Conduct.












          J. Antonio Perez is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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%2funix.stackexchange.com%2fquestions%2f527960%2fsolution-to-fix-screen-tearing-when-using-integrated-graphics-breaks-nvidia-gpu%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

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...