From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: Xorg tearing fix on Intel HD Graphics 4000 Date: Sun, 25 Jun 2017 19:13:48 +0200 Message-ID: <878tkg3s8t.fsf@gnu.org> References: <877f053hc7.fsf@gnu.org> <87k24539rz.fsf@elephly.net> <87d19xwjxe.fsf@gnu.org> <87h8z9jlvk.fsf@netris.org> <877f05vv6j.fsf@gnu.org> <87efu8nuql.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPB6l-00020S-MQ for guix-devel@gnu.org; Sun, 25 Jun 2017 13:14:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPB6i-0000wM-Im for guix-devel@gnu.org; Sun, 25 Jun 2017 13:13:59 -0400 In-reply-to: <87efu8nuql.fsf@fastmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel , William Marius Bakke writes: > William writes: > >> The Arch Wiki says that Debian and some others suggest uninstalling >> xf86-video-intel and relying on the modesetting driver. >> >> I have personally found this to help with tearing, but naturally YMMV. >> >> See https://wiki.archlinux.org/index.php/Intel_graphics#Installation >> for more details. > > Many distros default to using the built-in xorg modesetting driver. > > https://tjaalton.wordpress.com/2016/07/23/intel-graphics-gen4-and-newer-now-defaults-to-modesetting-driver-on-x/ > https://fedoraproject.org/wiki/Features/IntelKMS > > Could those affected by this bug see if it works for them? Maybe we > should follow suit. Maybe I did this the wrong way, but here's what I placed in my config.scm: (kernel-arguments (list "modprobe.blacklist=pcspkr" "quiet" "rhgb" "thinkpad_acpi.fan_control=1" "i195.modeset=1")) I can say that this does not solve the problem in my case. Kind regards, Roel Janssen