You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Eliminate annoying line when scrolling in browser - Intel i915 graphics

Author (Read 8893 times)

0 Members and 2 Guests are viewing this topic.

Eliminate annoying line when scrolling in browser - Intel i915 graphics
« Reply #1 on: January 15, 2019, 01:45:14 AM »
 

robinc

  • Occasional Poster
  • **
  • 60
    Posts
  • Reputation: 13
  • Linux Lite Member
    • View Profile

  • CPU: AMD Turion 64

  • MEMORY: 4Gb
Having just 'upgraded' to a 4 year old Acer X3995 with Intel i915 on board chip, I've been annoyed by the line of distortion across the screen when scrolling with any browser.

The normal disable Hardware Acceleration etc makes no difference.

Solution:-
/usr/share/X11/xorg.conf.d
Create a text file 20-intel.conf
Code: [Select]
Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "sna"
   Option      "TearFree"    "true"
   Option      "DRI"    "3"
EndSection

Reboot - sorted.

 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section