Answered Mouse cursor flickering in non elemenatry apps. (like chrome)

Discussion in 'Installation' started by Alramech, Apr 16, 2017.

  1. Alramech

    Alramech Thread Starter
    Expand Collapse
    New Member

    Joined:
    Apr 16, 2017
    Messages:
    4
    Likes Received:
    0
    Greetings,

    I've got an Intel NUC (mini computer) on which I installed Loki. Works excellently without any fiddling.
    I do have graphical issues with programs that I install outside of the "Elementary Ecosystem" if you will. Like Google Chrome.
    My mouse starts to occiasionally trail and flicker when it's over the chrome interface, especially when it's doing something like opening a website or a tab. I'm seeing the same issues in different program's like InSync.

    Is this a know issue, and is there a fix?

     
  2. Best Answer:
    Post #5 by Alramech, Apr 17, 2017
  3. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    Try disable hardware acceleration in chrome:
    Settings > Advance Settings > System > uncheck the hardware acceleration
     
  4. Alramech

    Alramech Thread Starter
    Expand Collapse
    New Member

    Joined:
    Apr 16, 2017
    Messages:
    4
    Likes Received:
    0
    Thanks for taking the time to reply.
    Disabling hardware acceleration introduces all sorts of dodgy problems with, most obviously, Youtube video playback like stutter and tearing. Not really an option IMO.
    I'd also reiterate the problem doesn't solely exist in Chrome, GIMP for example also shows these glitches, i'm personally more inclined to look for an issue on the OS side.
     
  5. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    What's your videoccard?
    Code (Text):

    lspci -vnn | grep VGA -A 12
     
  6. Alramech

    Alramech Thread Starter
    Expand Collapse
    New Member

    Joined:
    Apr 16, 2017
    Messages:
    4
    Likes Received:
    0
    Code (Text):
    kevin@Nebula:~$ lspci -vnn | grep VGA -A 12
    00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:22b1] (rev 21) (prog-if 00 [VGA controller])
        DeviceName:  CPU
        Subsystem: Intel Corporation Device [8086:2060]
        Flags: bus master, fast devsel, latency 0, IRQ 311
        Memory at 80000000 (64-bit, non-prefetchable) [size=16M]
        Memory at 88000000 (64-bit, prefetchable) [size=128M]
        I/O ports at f000 [size=64]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915

    00:12.0 SD Host controller [0805]: Intel Corporation Device [8086:2296] (rev 21) (prog-if 01)
    I went a bit further in investigating this outside the scope of this specific distribution and as it turns out it has something to do with redrawing elements on screen / vsync and is an issue seen in other distributions as well. This is funny to me because I've tried a whole bunch of distro's before I chose to settle on this one, but regardless:
    I've applied the following line to my /etc/environment file.

    Code (Text):
    CLUTTER_PAINT=disable-clipped-redraws:disable-culling
    After a reboot the issue seems fixed with no ill side effect's i've noticed so far...

    Source reference: https://askubuntu.com/questions/723683/mouse-cursor-leaving-trails-artifacts
     
    #5 Alramech, Apr 17, 2017
    Last edited: Apr 17, 2017

Share This Page

Loading...