Intel NUC5CPYH Ubuntu mouse trail Announcing the arrival of Valued Associate #679: Cesar...

How to make an animal which can only breed for a certain number of generations?

What is the proper term for etching or digging of wall to hide conduit of cables

How can I list files in reverse time order by a command and pass them as arguments to another command?

Twin's vs. Twins'

Is there a spell that can create a permanent fire?

Is this Half-dragon Quaggoth boss monster balanced?

My mentor says to set image to Fine instead of RAW — how is this different from JPG?

Diophantine equation 3^a+1=3^b+5^c

Vertical ranges of Column Plots in 12

Calculation of line of sight system gain

In musical terms, what properties are varied by the human voice to produce different words / syllables?

How do Java 8 default methods hеlp with lambdas?

As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?

Determine whether an integer is a palindrome

Why not use the yoke to control yaw, as well as pitch and roll?

Why is there so little support for joining EFTA in the British parliament?

Does the universe have a fixed centre of mass?

Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?

NIntegrate on a solution of a matrix ODE

Is the Mordenkainen's Sword spell underpowered?

Where did Ptolemy compare the Earth to the distance of fixed stars?

How to resize main filesystem

Plotting a Maclaurin series

How to ask rejected full-time candidates to apply to teach individual courses?



Intel NUC5CPYH Ubuntu mouse trail



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)“Solution” to Intel Graphics Screen Tearing/Flickering Causes Excessive Fan Use in Ubuntu 16.10/17.04/17.10Intel hd3000 with HDMI output causes USB mouse and keyboard conflicts?About Intel 82865gUpdated Intel display driver causing errors when bootingUbuntu 14.04 AMD/Intel Hybrid Switchable Graphics NOT WORKINGInstalling problem Intel graphics driver in Ubuntu 16.04?blur lines on ubuntu 16.04 and intel D graphics 530Nvidia external VS Intel built-in graphics for ubuntu 16.04Screen flickering Ubuntu 16.04 Intel graphics 620Xserver/Xorg using VMWare/llvmpipe driver instead of inteli7 8700k Intel graphics on Ubuntu





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







0















As can be seen in the screenshot, I have a problem with a mouse trail showing up on screen:



screenshot



I'm running Ubuntu 16.04, with Intel graphics driver, and pass trough Yamaha receiver.










share|improve this question

























  • Have you tried to enable vsync?

    – hexman
    Dec 23 '17 at 14:55











  • Sync to Vblank is enabled in CompizConfig.

    – Einar Sandoz
    Dec 24 '17 at 12:13











  • I guess Option "TearFree" "true" fixed it.

    – Einar Sandoz
    Dec 24 '17 at 18:15


















0















As can be seen in the screenshot, I have a problem with a mouse trail showing up on screen:



screenshot



I'm running Ubuntu 16.04, with Intel graphics driver, and pass trough Yamaha receiver.










share|improve this question

























  • Have you tried to enable vsync?

    – hexman
    Dec 23 '17 at 14:55











  • Sync to Vblank is enabled in CompizConfig.

    – Einar Sandoz
    Dec 24 '17 at 12:13











  • I guess Option "TearFree" "true" fixed it.

    – Einar Sandoz
    Dec 24 '17 at 18:15














0












0








0








As can be seen in the screenshot, I have a problem with a mouse trail showing up on screen:



screenshot



I'm running Ubuntu 16.04, with Intel graphics driver, and pass trough Yamaha receiver.










share|improve this question
















As can be seen in the screenshot, I have a problem with a mouse trail showing up on screen:



screenshot



I'm running Ubuntu 16.04, with Intel graphics driver, and pass trough Yamaha receiver.







intel-graphics






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 23 '17 at 13:26









vidarlo

10.9k52852




10.9k52852










asked Dec 23 '17 at 13:09









Einar SandozEinar Sandoz

13




13













  • Have you tried to enable vsync?

    – hexman
    Dec 23 '17 at 14:55











  • Sync to Vblank is enabled in CompizConfig.

    – Einar Sandoz
    Dec 24 '17 at 12:13











  • I guess Option "TearFree" "true" fixed it.

    – Einar Sandoz
    Dec 24 '17 at 18:15



















  • Have you tried to enable vsync?

    – hexman
    Dec 23 '17 at 14:55











  • Sync to Vblank is enabled in CompizConfig.

    – Einar Sandoz
    Dec 24 '17 at 12:13











  • I guess Option "TearFree" "true" fixed it.

    – Einar Sandoz
    Dec 24 '17 at 18:15

















Have you tried to enable vsync?

– hexman
Dec 23 '17 at 14:55





Have you tried to enable vsync?

– hexman
Dec 23 '17 at 14:55













Sync to Vblank is enabled in CompizConfig.

– Einar Sandoz
Dec 24 '17 at 12:13





Sync to Vblank is enabled in CompizConfig.

– Einar Sandoz
Dec 24 '17 at 12:13













I guess Option "TearFree" "true" fixed it.

– Einar Sandoz
Dec 24 '17 at 18:15





I guess Option "TearFree" "true" fixed it.

– Einar Sandoz
Dec 24 '17 at 18:15










1 Answer
1






active

oldest

votes


















0














The answer was found in the case:
“Solution” to Intel Graphics Screen Tearing/Flickering Causes Excessive Fan Use in Ubuntu 16.10/17.04/17.10



The correct solution would be to create the following folder and file:



sudo mkdir /etc/X11/xorg.conf.d



gedit /etc/X11/xorg.conf.d/20-intel-graphics.conf




you can use any text editor you prefer




copy then paste the following content:



Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TripleBuffer" "true"
Option "TearFree" "true"
Option "DRI" "true"
EndSection


remember to save the file




Do not create these files in /usr/share/X11/xorg.conf.d. That is the
location for example configuration files for X, not the ones that are
actually loaded.




source:
Question 945895






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%2f988934%2fintel-nuc5cpyh-ubuntu-mouse-trail%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














    The answer was found in the case:
    “Solution” to Intel Graphics Screen Tearing/Flickering Causes Excessive Fan Use in Ubuntu 16.10/17.04/17.10



    The correct solution would be to create the following folder and file:



    sudo mkdir /etc/X11/xorg.conf.d



    gedit /etc/X11/xorg.conf.d/20-intel-graphics.conf




    you can use any text editor you prefer




    copy then paste the following content:



    Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "TripleBuffer" "true"
    Option "TearFree" "true"
    Option "DRI" "true"
    EndSection


    remember to save the file




    Do not create these files in /usr/share/X11/xorg.conf.d. That is the
    location for example configuration files for X, not the ones that are
    actually loaded.




    source:
    Question 945895






    share|improve this answer




























      0














      The answer was found in the case:
      “Solution” to Intel Graphics Screen Tearing/Flickering Causes Excessive Fan Use in Ubuntu 16.10/17.04/17.10



      The correct solution would be to create the following folder and file:



      sudo mkdir /etc/X11/xorg.conf.d



      gedit /etc/X11/xorg.conf.d/20-intel-graphics.conf




      you can use any text editor you prefer




      copy then paste the following content:



      Section "Device"
      Identifier "Intel Graphics"
      Driver "intel"
      Option "TripleBuffer" "true"
      Option "TearFree" "true"
      Option "DRI" "true"
      EndSection


      remember to save the file




      Do not create these files in /usr/share/X11/xorg.conf.d. That is the
      location for example configuration files for X, not the ones that are
      actually loaded.




      source:
      Question 945895






      share|improve this answer


























        0












        0








        0







        The answer was found in the case:
        “Solution” to Intel Graphics Screen Tearing/Flickering Causes Excessive Fan Use in Ubuntu 16.10/17.04/17.10



        The correct solution would be to create the following folder and file:



        sudo mkdir /etc/X11/xorg.conf.d



        gedit /etc/X11/xorg.conf.d/20-intel-graphics.conf




        you can use any text editor you prefer




        copy then paste the following content:



        Section "Device"
        Identifier "Intel Graphics"
        Driver "intel"
        Option "TripleBuffer" "true"
        Option "TearFree" "true"
        Option "DRI" "true"
        EndSection


        remember to save the file




        Do not create these files in /usr/share/X11/xorg.conf.d. That is the
        location for example configuration files for X, not the ones that are
        actually loaded.




        source:
        Question 945895






        share|improve this answer













        The answer was found in the case:
        “Solution” to Intel Graphics Screen Tearing/Flickering Causes Excessive Fan Use in Ubuntu 16.10/17.04/17.10



        The correct solution would be to create the following folder and file:



        sudo mkdir /etc/X11/xorg.conf.d



        gedit /etc/X11/xorg.conf.d/20-intel-graphics.conf




        you can use any text editor you prefer




        copy then paste the following content:



        Section "Device"
        Identifier "Intel Graphics"
        Driver "intel"
        Option "TripleBuffer" "true"
        Option "TearFree" "true"
        Option "DRI" "true"
        EndSection


        remember to save the file




        Do not create these files in /usr/share/X11/xorg.conf.d. That is the
        location for example configuration files for X, not the ones that are
        actually loaded.




        source:
        Question 945895







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 3 hours ago









        Kat AmsterdamKat Amsterdam

        2,33511014




        2,33511014






























            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%2f988934%2fintel-nuc5cpyh-ubuntu-mouse-trail%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...