From owner-freebsd-hackers@freebsd.org Wed Jul 13 08:57:50 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69A1AB97328 for ; Wed, 13 Jul 2016 08:57:50 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15B5D138A for ; Wed, 13 Jul 2016 08:57:50 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id o80so58324514wme.1 for ; Wed, 13 Jul 2016 01:57:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=hEqao3+Z+EnTX1j8Mk4yLzL3MOK/JPKlBLF3IBZJQ+Q=; b=fCfYPNMU0QTgyQfXvMYnPStPnzYWi3k3rjw2n39iMtAXBe2c3RCy90uuIMyVay1VCe t50psmHGqNLtO4AoadHWZMaG0p4FQc8GvObSViT5qP4rgY9Mokq9EzF5qCuGUZHIrVRd J/gDY+rZCnazZiuMylGeYgVzbLZwzG+7BTiYFlkjx+ybF3gbIZqaALmVmtYnHF90Mxrj z3upjqEjCnXWN90oUgVMpvmkGmoQ7VrLWS7UlWKSTMk3GYbXNSgK6goNEgKfEHT8GQ8G 61RQPEDzpdB6GKuSlEnXAXYIak3j1VhQzP7LdNZQXTG9M+13PqWLRGyb3rbVkbUFv27i sfkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=hEqao3+Z+EnTX1j8Mk4yLzL3MOK/JPKlBLF3IBZJQ+Q=; b=K3jyHS1kr2NOdmN9tze/w3T3k4kL25QKGh2L9hRRGRWBnSqlU0Tx/H7kKqhKLJJvqL iOKMpNL0YplvlbILAUt74nKkAwXr18sxX0Gkg8lIOgXrExxC1eEbkutRjhX5qCYnhJqB 3iwFSmIPutfo8LYk7L+Z0sqKBFmpGdyVzBJQM6AEX3BB90Lwg9J307NCbEc1mz4opbaS reWZ1c3Fdp4eQTn6Ufocst2VAr27sbRAjMsNdXsa7Ca/Uqxm1usoH2bBOePnWptjs20n wTBWd0YJqL/+VVO6YgA5841IzUgoQTbwq3AORMYuqBT9p4wmtktHYF61zYpmBI6erEYG NM/A== X-Gm-Message-State: ALyK8tLGZmNXYMR7BZxMbHBYr0oAAkvwWluyVjGmOA0EeQAXEcJSxssdXoOLrwejkV2o1RTxm5bqh3do+tkWuA== X-Received: by 10.28.92.80 with SMTP id q77mr5204271wmb.66.1468400268534; Wed, 13 Jul 2016 01:57:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.63.9 with HTTP; Wed, 13 Jul 2016 01:57:47 -0700 (PDT) In-Reply-To: <4dc72d13-bdbf-3947-0564-4e8553475b17@denninger.net> References: <4dc72d13-bdbf-3947-0564-4e8553475b17@denninger.net> From: Pavel Timofeev Date: Wed, 13 Jul 2016 11:57:47 +0300 Message-ID: Subject: Re: 11-Beta1 problem with virtual KVM To: Karl Denninger Cc: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2016 08:57:50 -0000 2016-07-10 4:24 GMT+03:00 Karl Denninger : > It looks like the VGA "synthetic" adapter that the system is outputting > on for the console now has one extra scan line. > > This results in the last line being half cut-off on my java-based > KVM.... very annoying and it makes it extremely difficult to work on the > system via it. > > This was *not* a problem with 10.x; it's a new issue for 11. > > Ideas to fix? Setting rows does not do it. > > > -- > Karl Denninger > karl@denninger.net > /The Market Ticker/ > /[S/MIME encrypted email preferred]/ Hi! Have you tried to set vt(4) into the textmode?