From owner-freebsd-x11@freebsd.org Fri Mar 2 11:27:08 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8766F3C427 for ; Fri, 2 Mar 2018 11:27:08 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.flex-it.com.ua (mail.flex-it.com.ua [193.239.74.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5437B70F for ; Fri, 2 Mar 2018 11:27:08 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.lissoft.com.ua ([109.237.91.29] helo=thinkpad.it-profi.org.ua) by mail.flex-it.com.ua with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90 (FreeBSD)) (envelope-from ) id 1eriq9-000IjC-N9; Fri, 02 Mar 2018 13:27:05 +0200 Subject: Re: update of graphics/drm-next-kmod to Linux 4.11 level for recent CURRENT and 11-STABLE To: Johannes Lundberg Cc: freebsd-x11@freebsd.org References: <20180225104844.726b4f17@manray.ogolem.org> <421c2bbc-6ffe-a771-ab23-26395f51ca6f@nomadlogic.org> <0ea32620-aa3d-9dbf-17da-c07f421ca512@nomadlogic.org> <9897d284-d71a-9428-5dc2-0fc462f0905d@shurik.kiev.ua> From: Alexandr Krivulya Message-ID: <88ce20c8-e123-f119-e155-669ba78ea5d5@shurik.kiev.ua> Date: Fri, 2 Mar 2018 13:26:58 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Language: ru-RU X-SA-Exim-Connect-IP: 109.237.91.29 X-SA-Exim-Mail-From: shuriku@shurik.kiev.ua X-SA-Exim-Scanned: No (on mail.flex-it.com.ua); SAEximRunCond expanded to false Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 11:27:09 -0000 02.03.2018 10:57, Johannes Lundberg пишет: > Hi! > > > On Fri, Mar 2, 2018 at 7:02 AM, Alexandr Krivulya > > wrote: > > Move to freebsd-x11@ > > After update I have two issues on my Thinkpad E530 with Ivy Bridge: > > 1. Image tiering with Composite enabled (https://imgur.com/a/YXwsg) > > > Thanks for the report! What compositor and what settings are you using? > > 2. Suspend doesn't work any more. It switches to console and > hangs, so I need to hold power button. > > > > For suspend/resume you need a more recent 12-CURRENT. > Try building a new kernel (or just the linuxkpi.ko) after this: > https://svnweb.freebsd.org/base?view=revision&revision=330236 1. This problem present with KWin and "Enable desktop effects at statup" enabled in KDE's system settings . 2. After update to r330257 suspend/resume works as usual. Thank you!