From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: poor scrolling in qemu-kvm Date: Sat, 29 Nov 2014 22:20:17 +0100 Message-ID: <20141129212017.GA25852@debian> References: <871tolwwwt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XupRQ-0006iQ-Eh for guix-devel@gnu.org; Sat, 29 Nov 2014 16:20:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XupRG-000552-MV for guix-devel@gnu.org; Sat, 29 Nov 2014 16:20:30 -0500 Content-Disposition: inline In-Reply-To: <871tolwwwt.fsf@gnu.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: Guix-devel , Federico Beffa On Sat, Nov 29, 2014 at 09:53:54PM +0100, Ludovic Courtès wrote: > Long story short: we just need to update MESA to use the newer libdrm, > and we should be able to fix that. > Would you like to try? :-) I did try to update mesa, which was the source of some new packages in the xorg module. However, if I remember correctly, a newer mesa would essentially force us to upgrade all of our X. And so far, the policy has been to stay with the releases stable R7.7. Just as a warning that by upgrading something, you may be in for upgrading a lot, which we might not wish to do. Andreas