Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-09 Thread Andrey Chernov
On 09.04.2017 13:32, Bruce Evans wrote: > How do you initialize actual use of sc->cursor_char? It is only used > when SC_NO_FONT_LOADING is not defined. Configuring SC_PIXEL_MODE > forces SC_NO_FONT_LOADING to be undefined. Except to test sc->cursor_char, I use text console mode with loading

Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-09 Thread Bruce Evans
On Sun, 9 Apr 2017, Andrey Chernov wrote: 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 ...

Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-09 Thread Bruce Evans
On Sun, 9 Apr 2017, Andrey Chernov wrote: On 09.04.2017 9:46, Bruce Evans wrote: 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.

Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-09 Thread Andrey Chernov
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

Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-09 Thread Andrey Chernov
On 09.04.2017 9:46, Bruce Evans wrote: >> 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. > > I didn't forget it, but these

Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-09 Thread Bruce Evans
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

Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-09 Thread Bruce Evans
On Sun, 9 Apr 2017, 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 (that is, in all supported 8, 15, 16 and 24-color modes). Moving the mouse cursor while holding down a button (giving cut

Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-08 Thread Andrey Chernov
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 >> (that is, in all supported 8, 15, 16 and 24-color modes). Moving the >> mouse cursor while holding down a button (giving

Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-08 Thread Andrey Chernov
On 08.04.2017 13:00, Bruce Evans wrote: > Log: > Quick fix for removal of the mouse cursor in vga direct graphics modes > (that is, in all supported 8, 15, 16 and 24-color modes). Moving the > mouse cursor while holding down a button (giving cut marking) left a > trail of garbage from

svn commit: r316642 - head/sys/dev/syscons

2017-04-08 Thread Bruce Evans
Author: bde Date: Sat Apr 8 10:00:39 2017 New Revision: 316642 URL: https://svnweb.freebsd.org/changeset/base/316642 Log: Quick fix for removal of the mouse cursor in vga direct graphics modes (that is, in all supported 8, 15, 16 and 24-color modes). Moving the mouse cursor while holding