How can i disable the compositor (gnome-shell/mutter) on fullscreen windows? The Next CEO of Stack OverflowHow can I hibernate from GNOME Shell?How can I change the window shadow size for windows in the GNOME shell? How can I disable the Windows key from opening the Activities overview?How do I use Mutter with GNOME Shell?How can I disable all GNOME Shell notifications?Gnome-Shell top panel over fullscreen gamesHow do I disable Ctrl-Alt-D in gnome-shell?How to install gnome shell extensions offline?How can I return to fullscreen mode after alt tab?How to disable screen locking in Ubuntu 18.04/GNOME shell?

Is it convenient to ask the journal's editor for two additional days to complete a review?

Where do students learn to solve polynomial equations these days?

Axiom Schema vs Axiom

Is the D&D universe the same as the Forgotten Realms universe?

Which one is the true statement?

Is it possible to use a NPN BJT as switch, from single power source?

Can we say or write : "No, it'sn't"?

How to invert MapIndexed on a ragged structure? How to construct a tree from rules?

TikZ: How to reverse arrow direction without switching start/end point?

Poetry, calligrams and TikZ/PStricks challenge

Is it my responsibility to learn a new technology in my own time my employer wants to implement?

How to delete every two lines after 3rd lines in a file contains very large number of lines?

Reference request: Grassmannian and Plucker coordinates in type B, C, D

What is meant by "large scale tonal organization?"

Bartok - Syncopation (1): Meaning of notes in between Grand Staff

What does "Its cash flow is deeply negative" mean?

Chain wire methods together in Lightning Web Components

Won the lottery - how do I keep the money?

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

Can MTA send mail via a relay without being told so?

Why do remote US companies require working in the US?

Legal workarounds for testamentary trust perceived as unfair

RigExpert AA-35 - Interpreting The Information

A small doubt about the dominated convergence theorem



How can i disable the compositor (gnome-shell/mutter) on fullscreen windows?



The Next CEO of Stack OverflowHow can I hibernate from GNOME Shell?How can I change the window shadow size for windows in the GNOME shell? How can I disable the Windows key from opening the Activities overview?How do I use Mutter with GNOME Shell?How can I disable all GNOME Shell notifications?Gnome-Shell top panel over fullscreen gamesHow do I disable Ctrl-Alt-D in gnome-shell?How to install gnome shell extensions offline?How can I return to fullscreen mode after alt tab?How to disable screen locking in Ubuntu 18.04/GNOME shell?










2















How can i disable the compositor (gnome-shell/mutter) on fullscreen windows ?
There is a bug on gnome-shell and gives me so bad performance in 3d games !!!
AWFULLY LOW PERFORMANCE !!!
Is there a way to disable compositor redirection of full screen windows ?










share|improve this question














bumped to the homepage by Community 1 min ago


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



















    2















    How can i disable the compositor (gnome-shell/mutter) on fullscreen windows ?
    There is a bug on gnome-shell and gives me so bad performance in 3d games !!!
    AWFULLY LOW PERFORMANCE !!!
    Is there a way to disable compositor redirection of full screen windows ?










    share|improve this question














    bumped to the homepage by Community 1 min ago


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

















      2












      2








      2








      How can i disable the compositor (gnome-shell/mutter) on fullscreen windows ?
      There is a bug on gnome-shell and gives me so bad performance in 3d games !!!
      AWFULLY LOW PERFORMANCE !!!
      Is there a way to disable compositor redirection of full screen windows ?










      share|improve this question














      How can i disable the compositor (gnome-shell/mutter) on fullscreen windows ?
      There is a bug on gnome-shell and gives me so bad performance in 3d games !!!
      AWFULLY LOW PERFORMANCE !!!
      Is there a way to disable compositor redirection of full screen windows ?







      gnome 17.10 fullscreen gnome-shell






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 25 '17 at 13:13









      digitalcrowdigitalcrow

      5782720




      5782720





      bumped to the homepage by Community 1 min 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 1 min ago


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






















          1 Answer
          1






          active

          oldest

          votes


















          0














          I've done this part by disabling vsync because by default mutter enables it to do this.




          1. Create a file in /etc/profile.d/ (name it as script.sh):



            export CLUTTER_VBLANK=none


            This will disable mutter’s vsync.



          2. Log out then log back in again.


          If this doesn't help you then all you can do is use Compiz. But to use Compiz you have to use another desktop environment in Ubuntu but not Unity as it is no longer supported.






          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%2f969073%2fhow-can-i-disable-the-compositor-gnome-shell-mutter-on-fullscreen-windows%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









            0














            I've done this part by disabling vsync because by default mutter enables it to do this.




            1. Create a file in /etc/profile.d/ (name it as script.sh):



              export CLUTTER_VBLANK=none


              This will disable mutter’s vsync.



            2. Log out then log back in again.


            If this doesn't help you then all you can do is use Compiz. But to use Compiz you have to use another desktop environment in Ubuntu but not Unity as it is no longer supported.






            share|improve this answer





























              0














              I've done this part by disabling vsync because by default mutter enables it to do this.




              1. Create a file in /etc/profile.d/ (name it as script.sh):



                export CLUTTER_VBLANK=none


                This will disable mutter’s vsync.



              2. Log out then log back in again.


              If this doesn't help you then all you can do is use Compiz. But to use Compiz you have to use another desktop environment in Ubuntu but not Unity as it is no longer supported.






              share|improve this answer



























                0












                0








                0







                I've done this part by disabling vsync because by default mutter enables it to do this.




                1. Create a file in /etc/profile.d/ (name it as script.sh):



                  export CLUTTER_VBLANK=none


                  This will disable mutter’s vsync.



                2. Log out then log back in again.


                If this doesn't help you then all you can do is use Compiz. But to use Compiz you have to use another desktop environment in Ubuntu but not Unity as it is no longer supported.






                share|improve this answer















                I've done this part by disabling vsync because by default mutter enables it to do this.




                1. Create a file in /etc/profile.d/ (name it as script.sh):



                  export CLUTTER_VBLANK=none


                  This will disable mutter’s vsync.



                2. Log out then log back in again.


                If this doesn't help you then all you can do is use Compiz. But to use Compiz you have to use another desktop environment in Ubuntu but not Unity as it is no longer supported.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Aug 21 '18 at 10:29









                David Foerster

                28.6k1367113




                28.6k1367113










                answered Nov 28 '17 at 7:04









                YienYien

                1546




                1546



























                    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%2f969073%2fhow-can-i-disable-the-compositor-gnome-shell-mutter-on-fullscreen-windows%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

                    Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                    Eliminatorias de Conmebol para la Copa Mundial de Fútbol de 2006 Índice Tabla de posiciones final Partidos Goleadores Repesca Intercontinental Clasificados Véase también Referencias Enlaces externos Menú de navegación2:0 (1:0)2:2 (2:0)4:1 (2:1)5:0 (2:0)1:2 (1:1)0:3 (0:3)2:1 (1:0)4:0 (2:0)4:1 (1:1)1:0 (1:0)2:1 (1:1)0:1 (0:1)2:1 (1:0)3:0 (0:0)1:1 (0:1)2:1 (0:0)0:1 (0:1)0:01:1 (0:1)3:3 (2:0)0:2 (0:1)1:0 (0:0)0:3 (0:1)0:00:2 (0:2)2:1 (1:1)0:1 (0:0)1:3 (0:2)2:1 (1:0)3:1 (1:0)3:2 (3:0)0:00:05:0 (3:0)1:1 (0:1)1:3 (0:1)1:0 (0:0)3:1 (3:0)1:0 (0:0)0:04:2 (3:0)1:0 (0:0)1:1 (1:0)2:5 (0:2)2:0 (0:0)0:01:1 (1:0)0:00:03:1 (1:1)3:2 (2:1)1:0 (1:0)2:1 (0:0)1:0 (0:0)1:0 (0:0)0:01:1 (0:1)1:2 (0:0)5:2 (2:2)1:0 (0:0)3:1 (2:0)2:1 (1:0)1:0 (0:0)2:2 (1:2)1:1 (0:0)3:1 (2:0)2:0 (0:0)1:1 (0:1)5:0 (1:0)4:1 (2:0)0:03:0 (2:0)2:1 (1:0)3:1 (3:0)4:1 (2:1)1:0 (1:0)4:1 (1:0)1:2 (1:1)5:0 (4:0)3:2 (1:0)0:00:1 (0:0)1:1 (1:0)1:1 (0:1)2:0 (0:0)1:0 (0:0)0:1 (0:1)0:03:0 (1:0)4:1 (3:0)ReporteReporteGoleadores de las Eliminatorias Sudamericanas 2006.Eliminatorias Sudamericanas 2006 - FIFAEliminatorias Sudamericanas 2006 - RSSSF

                    Does this property of comaximal ideals always holds?Question on Comaximal IdealsUnital commutative ring and distinct maximal ideals.Where does the proof for commutative rings break down in the non-commutative ring when showing only two ideals implies the ring is a field?Direct-Sum Decomposition of an Artinian moduleProve that $m_1m_2ldots m_r=n_1n_2ldots n_s$ implies $r=s$ for distinct maximal idealsQuestion about maximal ideals in a commutative Artinian ringA property of associated prime idealsThe meaning of idempotents corresponding the standard basis in direct product of fieldsAre non-coprime ideals always contained in some prime ideal?Product of ideals equals intersection but they are not comaximal