Pointer acceleration in X

2015-12-19 Thread Tati Chevron
again, and stops, repeatedly. Presumably a counter somewhere is wrapping round to zero instead of reaching it's maximum value and stopping. -- Tati Chevron Perl and FORTRAN specialist. SWABSIT development and migration department. http://www.swabsit.com

Re: preparing multitouch support - request for tests

2015-12-16 Thread Tati Chevron
On Wed, Dec 16, 2015 at 02:47:10PM -0500, Ted Unangst wrote: Tati Chevron wrote: On Wed, Dec 16, 2015 at 11:13:36AM -0700, Theo de Raadt wrote: >Your emails only contain opinions. "Questions, comments, suggestions and any kind of help would also be welcome". Sorry if I m

Re: preparing multitouch support - request for tests

2015-12-16 Thread Tati Chevron
On Wed, Dec 16, 2015 at 06:29:23PM +0100, Stefan Sperling wrote: On Wed, Dec 16, 2015 at 05:10:45PM +, Tati Chevron wrote: why does it have to be integrated into the same mouse driver that everybody else uses? Since you seem to care about this topic enough to actually contend with what

Re: preparing multitouch support - request for tests

2015-12-16 Thread Tati Chevron
On Wed, Dec 16, 2015 at 12:59:00PM -0500, Ted Unangst wrote: Tati Chevron wrote: But I don't see that touch-based devices are ever going to become the most common devices to run OpenBSD, that's not realistic. Even ignoring servers and headless devices, and only counting devices that are used

Re: preparing multitouch support - request for tests

2015-12-16 Thread Tati Chevron
On Wed, Dec 16, 2015 at 11:13:36AM -0700, Theo de Raadt wrote: Your emails only contain opinions. "Questions, comments, suggestions and any kind of help would also be welcome". Sorry if I mis-understood the purpose of a mailing list. -- Tati Chevron Perl and FORTRAN specialis

Re: Linker changes between 5.7 and 5.8

2015-12-05 Thread Tati Chevron
On Sat, Dec 05, 2015 at 07:33:11AM +0100, Stefan Kempf wrote: Tati Chevron wrote: This assembled and linked without problems on 5.7-release, but now when I try it on 5.8-release, I get an error: $ as -o charset.o charset.S $ ld -Bstatic charset.o ld: charset.o: relocation R_X86_64_32S

Linker changes between 5.7 and 5.8

2015-12-04 Thread Tati Chevron
charset.o: could not read symbols: Bad value What's changed? charset.S is fairly trivial: .section ".note", "a" .p2align 2 .long 0x08 .long 0x04 .long 0x01 .ascii "OpenBSD\0" .long 0x00 .p2align 2 .section .data bytestore: .quad 0x20 welcome: .ascii "Characters

Re: Linker changes between 5.7 and 5.8

2015-12-04 Thread Tati Chevron
on .data bytestore: .quad 0x20 welcome: .ascii "Characterset generator by Tati Chevron, 27/4/2015." .byte 0x0A newline: .quad 0x0A .section .text .globl _start _start: mov $welcome, %rsi mov $1, %rdi mov $4, %rax mov $53, %rdx syscall _loop: push bytestore pop %rax cmp $0xFF, %rax jz _exit

Building flavors with dpb

2015-12-03 Thread Tati Chevron
pathlist] [-h hosts] [-L logdir] [-l lockdir] [-b log] [-M threshold] [-X pathlist] [pathlist ...] Infact, trying to build other flavoured ports fails in a similar way. What am I doing wrong here? -- Tati Chevron Perl and FORTRAN specialist. SWABSIT development and migration department

Re: Debugging cardbus issues

2015-11-28 Thread Tati Chevron
On Sat, Nov 28, 2015 at 07:18:25PM +0100, Mark Kettenis wrote: Date: Sat, 28 Nov 2015 17:12:03 + From: Tati Chevron <chev...@swabsit.com> cbb0 at pci1 dev 9 function 0 "ENE CB-1410 CardBus" rev 0x01: apic 1 int 22, CardBus support disabled cardslot0 at cbb0 slot 0

Debugging cardbus issues

2015-11-28 Thread Tati Chevron
UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Reset+ 16bInt+ PostWrite+ 16-bit legacy interface ports at 0001 Capabilities: [a0] Power Management version 1 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ -- Tati Chevron Perl and FORTRAN specialist. SWABSIT development and migration department. http://www.swabsit.com

Unknown cardbus ethernet controller

2015-11-25 Thread Tati Chevron
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Reset+ 16bInt+ PostWrite+ 16-bit legacy interface ports at 0001 Capabilities: [a0] Power Management version 1 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ -- Tati Chevron Perl and FORTRAN specialist. SWABSIT development and migration department. http://www.swabsit.com

Re: pledge for tetris

2015-11-17 Thread Tati Chevron
ile support, and for Ted to write a new cut down alternative version to go in base. -- Tati Chevron Perl and FORTRAN specialist. SWABSIT development and migration department. http://www.swabsit.com

Re: [PATCH] add F13-F24 and colour support to console terminfo

2015-11-09 Thread Tati Chevron
On Mon, Nov 09, 2015 at 08:23:08AM +, Nicholas Marriott wrote: On Sun, Nov 08, 2015 at 09:01:52PM +, Tati Chevron wrote: Is there any reason why the OpenBSD installer still defaults to a terminal type of vt-220 for the VGA framebuffer console, and doesn't even suggest pccon

Re: [PATCH] add F13-F24 and colour support to console terminfo

2015-11-08 Thread Tati Chevron
look into that, and maintain a local patch here for X for the time being. Is there any reason why the OpenBSD installer still defaults to a terminal type of vt-220 for the VGA framebuffer console, and doesn't even suggest pccon as an alternative? -- Tati Chevron Perl and FORTRAN specialist

Re: [PATCH] add F13-F24 and colour support to console terminfo

2015-11-08 Thread Tati Chevron
=, krdo=, use=xterm, NetBSD consoles # -- Tati Chevron Perl and FORTRAN specialist. SWABSIT development and migration department. http://www.swabsit.com

Re: [PATCH] add F13-F24 and colour support to console terminfo

2015-11-08 Thread Tati Chevron
-key keyboard, or support the shifted F1-F12 keys as F13-F24, or preferably, both. Shall I make a diff to fix this? -- Tati Chevron Perl and FORTRAN specialist. SWABSIT development and migration department. http://www.swabsit.com

[PATCH] add F13-F24 and colour support to console terminfo

2015-11-08 Thread Tati Chevron
\E[29~, kf17=\E[31~, kf18=\E[32~, + kf19=\E[33~, kf20=\E[34~, kf21=\E[42~, kf22=\E[43~, + kf23=\E[44~, kf24=\E[45~, khlp=, krdo=, use=xterm, + + ANSI, UNIX CONSOLE, AND SPECIAL TYPES # # This section describes terminal classes and brands that are still -- Tati Chevron Perl and