From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: poor scrolling in qemu-kvm Date: Sat, 13 Dec 2014 17:13:11 +0100 Message-ID: <87y4qble94.fsf@gnu.org> References: <871tolwwwt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzpJn-0001c5-FI for guix-devel@gnu.org; Sat, 13 Dec 2014 11:13:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzpJi-0004fk-0R for guix-devel@gnu.org; Sat, 13 Dec 2014 11:13:19 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:47476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzpJh-0004fM-Pa for guix-devel@gnu.org; Sat, 13 Dec 2014 11:13:13 -0500 In-Reply-To: <871tolwwwt.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 29 Nov 2014 21:53:54 +0100") 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: Federico Beffa Cc: Guix-devel ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > The right thing is to use =E2=80=98-vga std=E2=80=99, which uses a =E2=80= =9Cstandard VGA=E2=80=9D > emulator, which doesn=E2=80=99t have this problem. > > However, X will fail to start currently when using this. Somehow this problem disappeared recently, and running X in -vga std works fine as of commit b2bd7c2. I=E2=80=99ll update the VM code to use that by default. Ludo=E2=80=99.