On Thu, Jan 07, 2016 at 11:11:31AM +0100, David Coppa wrote: > On Thu, Jan 7, 2016 at 11:08 AM, Jasper Lievisse Adriaanse > <jas...@openbsd.org> wrote: > > On Thu, Jan 07, 2016 at 10:51:58AM +0100, David Coppa wrote: > >> On Thu, Jan 7, 2016 at 10:02 AM, Jasper Lievisse Adriaanse > >> <jas...@openbsd.org> wrote: > >> > On Sat, Jan 02, 2016 at 10:19:18AM +0100, Pascal Stumpf wrote: > >> >> On Sat, 2 Jan 2016 17:17:57 +1100, Jonathan Gray wrote: > >> > [...] > >> >> > There is audible clipping occuring but that seems to be something > >> >> > specific to the sndio openal backend as I've come across it before. > >> >> > > >> >> > This on on an x230 with external kbd/mouse/display so quite > >> >> > a lot of hid devices: > >> >> > > >> >> > pckbc0 at isa0 port 0x60/5 irq 1 irq 12 > >> >> > pckbd0 at pckbc0 (kbd slot) > >> >> > wskbd0 at pckbd0: console keyboard, using wsdisplay0 > >> >> > pms0 at pckbc0 (aux slot) > >> >> > wsmouse0 at pms0 mux 0 > >> >> > pcppi0 at isa0 port 0x61 > >> >> > spkr0 at pcppi0 > >> >> > uhidev0 at uhub0 port 1 configuration 1 interface 0 "Logitech Gaming > >> >> > Mouse G400" rev 2.00/69.00 addr 2 > >> >> > uhidev0: iclass 3/1 > >> >> > ums0 at uhidev0: 8 buttons, Z dir > >> >> > wsmouse1 at ums0 mux 0 > >> >> > uhidev1 at uhub0 port 1 configuration 1 interface 1 "Logitech Gaming > >> >> > Mouse G400" rev 2.00/69.00 addr 2 > >> >> > uhidev1: iclass 3/0, 142 report ids > >> >> > uhid0 at uhidev1 reportid 32: input=0, output=0, feature=1 > >> >> > uhid1 at uhidev1 reportid 128: input=1, output=0, feature=0 > >> >> > uhid2 at uhidev1 reportid 142: input=0, output=0, feature=1 > >> >> > uhidev2 at uhub0 port 2 configuration 1 interface 0 "Lenovo ThinkPad > >> >> > Compact USB Keyboard with TrackPoint" rev 2.00/3.30 addr 3 > >> >> > uhidev2: iclass 3/1 > >> >> > ukbd0 at uhidev2: 8 variable keys, 6 key codes > >> >> > wskbd1 at ukbd0 mux 1 > >> >> > wskbd1: connecting to wsdisplay0 > >> >> > uhidev3 at uhub0 port 2 configuration 1 interface 1 "Lenovo ThinkPad > >> >> > Compact USB Keyboard with TrackPoint" rev 2.00/3.30 addr 3 > >> >> > uhidev3: iclass 3/1, 22 report ids > >> >> > ums1 at uhidev3 reportid 1: 5 buttons, Z and W dir > >> >> > wsmouse2 at ums1 mux 0 > >> >> > > >> >> > It seems the 1.4.1 rc1 release may help here? > >> >> > > >> >> > https://github.com/dhewm/dhewm3/commit/32feff2be11517d41a9fc762323128c4981d7a1f > >> >> > >> >> No idea if SDL on OpenBSD supports these additional buttons. Since you > >> >> have the hardware, can you test and report back? I'll be happy to add > >> >> the patch if it works. > >> > I didn't try a full update to rc1, only the patch above, but it didn't > >> > improve > >> > the situation on the x250. That laptop doesn't have any (external) hid > >> > devices > >> > at all, just this: > >> > > >> > pckbc0 at isa0 port 0x60/5 irq 1 irq 12 > >> > pckbd0 at pckbc0 (kbd slot) > >> > wskbd0 at pckbd0: console keyboard, using wsdisplay0 > >> > pms0 at pckbc0 (aux slot) > >> > wsmouse0 at pms0 mux 0 > >> > wsmouse1 at pms0 mux 0 > >> > pms0: Synaptics clickpad, firmware 8.1 > >> > > >> > -- > >> > jasper > >> > > >> > >> Also, on my T420, I cannot open the drop-down game console: SDL > >> doesn't seem to know what/where the tilde ("~") button is on > >> OpenBSD... > >> > >> Can you confirm/deny this behavior? > > That works fine for me. > > > >> Ciao! > >> David > >> > > > > -- > > jasper > > I'm using the us layout. > What key / key-combo are you using to open the console? > > TIA > David I'm using the standard "us" encoding and "~" to open the console. No configuration file is used.
-- jasper