Re: tmux requests ANSI answer-back but doesn't consume reply from rxvt

2023-12-09 Thread Stefan Hagen
Tim Chase wrote (2023-12-09 21:47 CET): > When connecting from an rxvt terminal on my FreeBSD daily-driver > to my OpenBSD 7.4 server, tmux sends the CSI requesting color > information. But when rxvt replies, tmux ignores the reply and the > resulting answer dumps answer-back garbage into my

Re: Missing -- separator in grep -A

2021-12-26 Thread Stefan Hagen
Otto Moerbeek wrote: > On Sat, Dec 25, 2021 at 04:44:11PM -0800, Greg Steuck wrote: > > > The separator doesn't get printed when I use this script on OpenBSD. It > > does get printed on FreeBSD or if I used GNU grep. The issue appears to > > be an off-by-one of some sort because removing the

Re: Doesn't work Intel Wireless AC-9560 wifi card

2021-09-20 Thread Stefan Hagen
Peter Nicolai Mathias Hansteen wrote: > Hi, > > > 19. sep. 2021 kl. 09:15 skrev sunrise : > > > > OpenBSD version: 6.9 and 7.0 > > Hello. When I try install OpenBSD, in logs I see this error with Intel > > Wireless AC-9560 wifi card: > > iwm0: could not read firmware iwm-9000-46 (error 2) > >

Lenovo X13 Gen1 (AMD), mouse is jumping (pms0: not in sync yet, discard input)

2021-09-16 Thread Stefan Hagen
>Synopsis: Mouse occationally jumps >Category: kernel >Environment: System : OpenBSD 7.0 Details : OpenBSD 7.0-beta (GENERIC.MP) #2: Sat Sep 11 20:29:42 CEST 2021 s...@x13.home.codevoid.de:/usr/src/sys/arch/amd64/compile/GENERIC.MP

Re: Indeterminate Xorg(1) hangs on X1 Carbon 7th Gen, unreachable via ping(8), no ddb(4)

2020-10-03 Thread Stefan Hagen
Ashlen wrote: > Back to the drawing board I guess. I'm running -current on a X1 Carbon Gen7 and I have no such issues. - DMA protection is on - TB Assist Mode is on (no security) - Hyperthreading is disabled - Powersettings: High on AC, Balanced on BAT - apmd flags: -A -z 5 - sysctl

Re: script(1) improvement

2020-08-09 Thread Stefan Hagen
Soumendra Ganguly wrote: > It is particularly useful if someone wants to replay [ not re-run ] a > curses session [ such as a game or an editing session on vi ]. Have you tried textproc/asciinema? $ asciinema rec demo.cast # do something ncurses or not; stop with ctrl+d $ asciinema play

Re: Thinkpad x230 hardware/software mute out of sync

2018-11-29 Thread Stefan Hagen
Theo de Raadt wrote: You've re-identified a problem known for about 5 years. There have been multiple attempts to fix it. Hmm, I could have figured, that this is the case. I fixed the symptom by making keycode 0x1008ff12 (the mute button) always trigger: "mixerctl outputs.spkr_mute=off"

Thinkpad x230 hardware/software mute out of sync

2018-11-27 Thread Stefan Hagen
This gets out of sync overy once in a while and then no sound is possible because when the mixer is muted, hardware is unmuted and when the hardware mutes, the software is unmuted. I have demonstrated it in the following video: https://codevoid.de/?q=/0/p/x230_mute.mp4