2023-12-15.log

- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:20)00:01
jfredHmm. I've had swayidle turning off the display on my a311d reform after a timeout, and I've noticed recently that waybar and nm-applet sometimes core dump when I come back and unlock my computer00:43
jfredactually... I just had emacs crash on me too. I wonder if something more deeply weird is going on00:45
jfredmaybe I'll try a package upgrade00:45
- jacobk (QUIT: Ping timeout: 245 seconds) (~quassel@utdpat241106.utdallas.edu)00:57
+ XYZ (~XYZ@37-48-3-112.nat.epc.tmcz.cz)01:00
- nsc (QUIT: Ping timeout: 246 seconds) (~nicolas@154-121-142-46.pool.kielnet.net)03:05
+ nsc (~nicolas@69-49-142-46.pool.kielnet.net)03:07
- mjw (QUIT: Ping timeout: 252 seconds) (~mjw@gnu.wildebeest.org)03:32
- GNUmoon (QUIT: Ping timeout: 240 seconds) (~GNUmoon@gateway/tor-sasl/gnumoon)04:09
+ GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)04:23
- GNUmoon (QUIT: Remote host closed the connection) (~GNUmoon@gateway/tor-sasl/gnumoon)04:25
+ GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)04:26
- ggoes (QUIT: Ping timeout: 268 seconds) (~gregf@fsf/staff/ggoes)05:57
+ ggoes (~gregf@fsf/staff/ggoes)06:03
+ S0rin (~S0rin@user/s0rin)06:16
- eibachd (QUIT: Ping timeout: 240 seconds) (~eibachd@p200300dcf7231c006e2bc3e0644ca5ff.dip0.t-ipconnect.de)07:33
+ eibachd (~eibachd@2a01:599:300:3648:c15f:826:8e8:93da)07:34
- eibachd (QUIT: Ping timeout: 255 seconds) (~eibachd@2a01:599:300:3648:c15f:826:8e8:93da)07:48
+ eibachd (~eibachd@2a01:599:30a:1185:b561:2afa:8bb3:ec08)07:50
joschhi, i'm trying to make sense of the output that i get on the oled by pressing circle,s. The first line is the LPC status which the keyboard gets by calling remote_try_command("s", 1). If I understand remote_receive_string() correctly, then it just dumps what it gets from the lpc to the oled.09:18
joschBut when reading the lpc firmware, the string it sends with "s" has a totally different format than the one i see on my oled?09:18
joschooooh the commit with the message "PWMVAL 7 makes my v2 kbd blink" also changed the "s" string09:20
minutejosch: ohh, sorry for that! wasn't on purpose to hide it there10:45
minutei just wanted to clean it up a little. still not too great10:45
joschminute: can we leave the format of the "s" output stable for the future? I'm trying to parse that output and now theoretically have to be prepared to receive the "s" output in different formats.10:55
minutejosch: i did not expect anyone to parse the output (yet), so probably we should agree on a format :310:58
joschor introduce a new operation? I only want the firmware version which is part of the "s" output.11:15
joschIf I want the other things in the "s" output, then there are dedicated commands for that already (the voltages).11:15
joschSo maybe there should be a dedicated command for the firmware version and then "s" can remain a human readable string with no claim on any stable format.11:15
minutejosch: yes, lets do exactly that!11:21
joschminute: the "s" command only has \r at the end while all the others terminate the string with \r\n -- any reason for that?11:53
minutejosch: maybe it was supposed to concatenate with something else before? from my pov i can't think of a good reason atm12:03
joschit should not make a difference as far as the interaction with the keyboard firmware is concerned because as far as i understand the code, the keyboard firmware just replaces a \n with " "13:01
joschwhich might also be buggy because on my oled it says "eform" where it's supposed to print the keyboard firmware but maybe that was fixed. I have to update my firmware versions first.13:02
joschturns out the uptime (which is also printed by 's') didn't have its own command yet either13:08
joschuntested: https://source.mnt.re/reform/reform/-/merge_requests/6313:08
* Guest8652 -> mjw13:46
- mjw (QUIT: Remote host closed the connection) (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae)14:00
+ mjw (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae)15:50
- eibachd (QUIT: Read error: Connection reset by peer) (~eibachd@2a01:599:30a:1185:b561:2afa:8bb3:ec08)15:59
+ eibachd (~eibachd@p200300dcf7231c0000b86d917aa804ab.dip0.t-ipconnect.de)16:00
+ bkeys (~bkeys@c-67-191-106-248.hsd1.fl.comcast.net)16:07
- qbit (QUIT: Remote host closed the connection) (~qbit@mail.suah.dev)18:47
+ qbit (~qbit@mail.suah.dev)18:50
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:20)18:56
- S0rin (QUIT: Read error: Connection reset by peer) (~S0rin@user/s0rin)19:08
+ mark_ (~mjw@gnu.wildebeest.org)19:18
- f_ (QUIT: Remote host closed the connection) (~f_@fases/developer/funderscore)19:20
+ jacobk (~quassel@utdpat241106.utdallas.edu)19:21
+ S0rin (~S0rin@user/s0rin)19:24
- eibachd (QUIT: Ping timeout: 268 seconds) (~eibachd@p200300dcf7231c0000b86d917aa804ab.dip0.t-ipconnect.de)19:27
+ eibachd (~eibachd@p200300dcf7231c00674b31b2d162a04f.dip0.t-ipconnect.de)19:28
+ f_ (~f_@fases/developer/funderscore)19:29
jfred> and a secret new Reform item19:41
jfredsuch a tease in that newsletter :P19:41
jfredI hope those of us who can't make it to 37c3 can see it too!19:41
minutehehe19:49
jfredI've been having weird issues with sway and (at least) graphical apps lately - I think usually after turning the display back on with dpms - and I just spotted this in my dmesg logs: https://gist.github.com/jfrederickson/53a052779a6ace93002aff11dd23b37320:04
jfrednot sure if that's related to the issues I've been having but regardless it doesn't look good!20:05
jfredcurrently in my sway session I can't switch to workspaces 3-9, only 1, 2, and 10 (which were the ones I had apps already opened on) - kinda bizarre20:06
jfredah, just noticed the call trace is for the wifi driver so probably that one isn't20:10
jfredthere are a bunch of those "panfrost_gem_shrinker_scan: 17 callbacks suppressed" messages in dmesg too though20:10
- f_ (QUIT: Remote host closed the connection) (~f_@fases/developer/funderscore)20:15
* mjw -> Guest705720:15
- Guest7057 (QUIT: Killed (silver.libera.chat (Nickname regained by services))) (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae)20:15
* mark_ -> mjw20:15
+ Guest7057 (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae)20:15
+ f_ (~f_@fases/developer/funderscore)20:20
- bkeys (QUIT: Quit: Client closed) (~bkeys@c-67-191-106-248.hsd1.fl.comcast.net)20:40
minutejfred: hmm sounds like maybe the other workspaces are on an invisible/inactive hdmi perhaps21:00
minutejfred: try forcing HDMI-A-1 output to off in sway cfg21:00
minutebut also, dpms is untested21:00
jfredoh, interesting point - could be21:01
jfredminute: looks like that was it, after disabling HDMI-A-1 I can switch to those workspaces again - so probably they were on the other output21:04
minutejfred: ah cool21:04
minutei hope narmstrong will find the time to work on more hdmi/dsi switching. otherwise i will try to look into it next year21:04
- XYZ (QUIT: Ping timeout: 256 seconds) (~XYZ@37-48-3-112.nat.epc.tmcz.cz)21:33
+ XYZ (~XYZ@37-48-3-112.nat.epc.tmcz.cz)21:51
- eibachd (QUIT: Ping timeout: 256 seconds) (~eibachd@p200300dcf7231c00674b31b2d162a04f.dip0.t-ipconnect.de)22:06
+ eibachd (~eibachd@p200300dcf7231c0065e3d7e3f50123e6.dip0.t-ipconnect.de)22:07
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:20)22:26
- eibachd (QUIT: Ping timeout: 268 seconds) (~eibachd@p200300dcf7231c0065e3d7e3f50123e6.dip0.t-ipconnect.de)23:29
- jacobk (QUIT: Ping timeout: 240 seconds) (~quassel@utdpat241106.utdallas.edu)23:40

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!