From owner-svn-src-all@freebsd.org Sun Apr 9 09:00:51 2017 Return-Path: Delivered-To: svn-src-all@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 23161D35DF1 for ; Sun, 9 Apr 2017 09:00:51 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f65.google.com (mail-lf0-f65.google.com [209.85.215.65]) (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 C28D9CD4 for ; Sun, 9 Apr 2017 09:00:50 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f65.google.com with SMTP id i3so2493606lfh.2 for ; Sun, 09 Apr 2017 02:00:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=7ua5i1h1pb7agbu5zTqmjGE/SdLgvAfURASwwB1XgXI=; b=iV1boeDDvsj8iH8V04PC9EutnLH+SI86xEHU74adxQXWFwOtUBgoCZcQhYSmmAkS35 dE4I79C4dDAFpearP++x+cCF5md5vIDJB19vIlNZO0RsHKPqhFy6V27Gr+k/s+uRkCX5 24yOmA+hWS2Tdn8nPR2//52YIyqxK153xUtjcMjz0hC8fqnlz0HinQydc9XyuUUOBOzc PB8varnrl3bK5v2unfitdJRe5sSmvA3/T7+T8354vmoeR6h1HuQKbM9ZasNgaHStWBTh F5hRxOS7fdDpSfXHRe8/7SXzf09nlTtucCvJ3GJekvpGOc7vTvwb8Fg7g8Pnd/xX4qFy sUkw== X-Gm-Message-State: AFeK/H0Ury+FyWkSc0lZPvQHNZfQaPrQvzr7HNP9OK/PUK03Sai3DoE26Wl+miJLS/59eQ== X-Received: by 10.46.22.11 with SMTP id w11mr13676064ljd.68.1491728448415; Sun, 09 Apr 2017 02:00:48 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id o80sm2056831lff.25.2017.04.09.02.00.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Apr 2017 02:00:48 -0700 (PDT) Subject: Re: svn commit: r316642 - head/sys/dev/syscons To: Bruce Evans References: <201704081000.v38A0dBU078784@repo.freebsd.org> <4a498d83-3b64-18ac-bb0f-890a0c2893fc@freebsd.org> <23b8c635-f856-51b5-a338-d9bb53aefc7c@freebsd.org> <20170409164754.E1567@besplex.bde.org> Cc: Bruce Evans , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org From: Andrey Chernov Message-ID: Date: Sun, 9 Apr 2017 12:00:43 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170409164754.E1567@besplex.bde.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2017 09:00:51 -0000 On 09.04.2017 10:33, Bruce Evans wrote: > On Sun, 9 Apr 2017, Andrey Chernov wrote: > >> On 09.04.2017 7:54, Andrey Chernov wrote: >>> On 08.04.2017 13:00, Bruce Evans wrote: >>>> Log: >>>> Quick fix for removal of the mouse cursor in vga direct graphics >>>> modes >>>> ... >>> >>> Please don't forget that this 5 cells range (0xd0-0xd4, last one becomes >>> SC_CURSOR_CHAR) can be redefined with "vidcontrol -M", it is needed for >>> the case they overlap valid characters region for some code tables. >> >> Probably we just can change default to remove additional vidcontrol -M >> setup. I usually have this range started with 0x03. > > That can only work if you also avoid 9-bit text modes. 9-bit modes > give 1-bit separations between characters, except for those in the > graphics range (starting at about 0xd0). Then let is stays as it is. For me small line in the mouse cursor looks less distractive that junk in all 4 chars around, which happens if fonts codepage have 0xd0-0xd3 as valid characters.