From owner-svn-src-head@freebsd.org Sun Apr 9 09:00:51 2017 Return-Path: Delivered-To: svn-src-head@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 02F9CD35DEE for ; Sun, 9 Apr 2017 09:00:51 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) (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 7FF4CCD1 for ; Sun, 9 Apr 2017 09:00:50 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f67.google.com with SMTP id r36so9105894lfi.0 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=sL6Mae47Xkpl3rZ68hEHmBko+CvpfZ8tuUIrh3vpY7ptHboBGux4/0xy5dGYT/4r/I GKiSP3VJuLhWIsXLupUBhZKnWb5lpyl2ABJ8efhNayEGGYlsyGixQSWds3EsWP1kLF59 ahPLHyhdNL58XCQ3W7ARYEAeBYSEGF+o/4fRr0zMIjVVd0vKs9Jw/+r9H2rScb+MUEiJ U34Ee4ShY+2M0IyIUWYOvp5Coffm5oKpJUclEWQZyLmLj6SJ0/6sStqz8um4luj1QgIE FmJHXQOMQY1iSzWu2cz0dsmNUCWB/ENIMZSL8ucoTkpfeGFa64poWaJ4UYhedTpwrBy1 uC2w== X-Gm-Message-State: AFeK/H0pwnqkuvC3OBq6VFwGu9wxkxV2BejWb+rzj0hwrkuGTQSn8I+KvQALulMixVQOcg== 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current 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.