GNOME does not show the option to use dedicated graphics card on right click

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












I have recently fresh installed Ubuntu 18.04 after the upgrade from 17.10 failed (see this question for more about that), and now the option to use dedicated graphics card does not show up when I right-click any icon.



Setting global variable DRI_PRIME does make a command use the dedicated Radeon R5 M330, so I am sure that there are no driver related issues. However, the dedicated GPU does not show up in the Details section in System Settings; only the integrated Intel HD Graphics 520 shows up. It used to show up there as "AMD HAINAN" when using the radeon driver, and "amd radeon r5 m330" when using the amdgpu driver.



How can I make the "Use Dedicated Graphics Card" option appear in the drop-down menu when right-clicking an application icon?



EDIT: I found this line in sudo journalctl /usr/bin/gnome-shell (it is the first line in the log):



May 11 14:02:31 yassine-HP-Notebook gnome-shell[1164]: Ignoring GPU /dev/dri/card1 due to the lack of connectors






share|improve this question


























    up vote
    1
    down vote

    favorite












    I have recently fresh installed Ubuntu 18.04 after the upgrade from 17.10 failed (see this question for more about that), and now the option to use dedicated graphics card does not show up when I right-click any icon.



    Setting global variable DRI_PRIME does make a command use the dedicated Radeon R5 M330, so I am sure that there are no driver related issues. However, the dedicated GPU does not show up in the Details section in System Settings; only the integrated Intel HD Graphics 520 shows up. It used to show up there as "AMD HAINAN" when using the radeon driver, and "amd radeon r5 m330" when using the amdgpu driver.



    How can I make the "Use Dedicated Graphics Card" option appear in the drop-down menu when right-clicking an application icon?



    EDIT: I found this line in sudo journalctl /usr/bin/gnome-shell (it is the first line in the log):



    May 11 14:02:31 yassine-HP-Notebook gnome-shell[1164]: Ignoring GPU /dev/dri/card1 due to the lack of connectors






    share|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I have recently fresh installed Ubuntu 18.04 after the upgrade from 17.10 failed (see this question for more about that), and now the option to use dedicated graphics card does not show up when I right-click any icon.



      Setting global variable DRI_PRIME does make a command use the dedicated Radeon R5 M330, so I am sure that there are no driver related issues. However, the dedicated GPU does not show up in the Details section in System Settings; only the integrated Intel HD Graphics 520 shows up. It used to show up there as "AMD HAINAN" when using the radeon driver, and "amd radeon r5 m330" when using the amdgpu driver.



      How can I make the "Use Dedicated Graphics Card" option appear in the drop-down menu when right-clicking an application icon?



      EDIT: I found this line in sudo journalctl /usr/bin/gnome-shell (it is the first line in the log):



      May 11 14:02:31 yassine-HP-Notebook gnome-shell[1164]: Ignoring GPU /dev/dri/card1 due to the lack of connectors






      share|improve this question














      I have recently fresh installed Ubuntu 18.04 after the upgrade from 17.10 failed (see this question for more about that), and now the option to use dedicated graphics card does not show up when I right-click any icon.



      Setting global variable DRI_PRIME does make a command use the dedicated Radeon R5 M330, so I am sure that there are no driver related issues. However, the dedicated GPU does not show up in the Details section in System Settings; only the integrated Intel HD Graphics 520 shows up. It used to show up there as "AMD HAINAN" when using the radeon driver, and "amd radeon r5 m330" when using the amdgpu driver.



      How can I make the "Use Dedicated Graphics Card" option appear in the drop-down menu when right-clicking an application icon?



      EDIT: I found this line in sudo journalctl /usr/bin/gnome-shell (it is the first line in the log):



      May 11 14:02:31 yassine-HP-Notebook gnome-shell[1164]: Ignoring GPU /dev/dri/card1 due to the lack of connectors








      share|improve this question













      share|improve this question




      share|improve this question








      edited May 12 at 6:51

























      asked May 11 at 11:07









      Tooniis

      386525




      386525




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          GNOME requires switcheroo-control in order to detect whether the system has a hybrid graphics configuration. Check this for more on that.



          The fix was as easy as running one command:
          sudo apt install switcheroo-control, and once it was installed, everything worked as expected, so the "Use dedicated graphics card" appeared in the right-click menu, and the GPU showed up in System Settings. It did not require a reboot or restarting the session.



          I still wonder why this package was not installed during the Ubuntu installation...






          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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f1034882%2fgnome-does-not-show-the-option-to-use-dedicated-graphics-card-on-right-click%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            GNOME requires switcheroo-control in order to detect whether the system has a hybrid graphics configuration. Check this for more on that.



            The fix was as easy as running one command:
            sudo apt install switcheroo-control, and once it was installed, everything worked as expected, so the "Use dedicated graphics card" appeared in the right-click menu, and the GPU showed up in System Settings. It did not require a reboot or restarting the session.



            I still wonder why this package was not installed during the Ubuntu installation...






            share|improve this answer
























              up vote
              1
              down vote



              accepted










              GNOME requires switcheroo-control in order to detect whether the system has a hybrid graphics configuration. Check this for more on that.



              The fix was as easy as running one command:
              sudo apt install switcheroo-control, and once it was installed, everything worked as expected, so the "Use dedicated graphics card" appeared in the right-click menu, and the GPU showed up in System Settings. It did not require a reboot or restarting the session.



              I still wonder why this package was not installed during the Ubuntu installation...






              share|improve this answer






















                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                GNOME requires switcheroo-control in order to detect whether the system has a hybrid graphics configuration. Check this for more on that.



                The fix was as easy as running one command:
                sudo apt install switcheroo-control, and once it was installed, everything worked as expected, so the "Use dedicated graphics card" appeared in the right-click menu, and the GPU showed up in System Settings. It did not require a reboot or restarting the session.



                I still wonder why this package was not installed during the Ubuntu installation...






                share|improve this answer












                GNOME requires switcheroo-control in order to detect whether the system has a hybrid graphics configuration. Check this for more on that.



                The fix was as easy as running one command:
                sudo apt install switcheroo-control, and once it was installed, everything worked as expected, so the "Use dedicated graphics card" appeared in the right-click menu, and the GPU showed up in System Settings. It did not require a reboot or restarting the session.



                I still wonder why this package was not installed during the Ubuntu installation...







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 15 at 19:04









                Tooniis

                386525




                386525






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1034882%2fgnome-does-not-show-the-option-to-use-dedicated-graphics-card-on-right-click%23new-answer', 'question_page');

                    );

                    Post as a guest