- jacobk (QUIT: Ping timeout: 248 seconds) (~quassel@129.110.242.224) | 00:06 | |
+ jacobk (~quassel@utdpat241106.utdallas.edu) | 00:16 | |
- stites (QUIT: Read error: Connection reset by peer) (~stites@2607:fb90:ad63:e013:9e88:5faf:89ef:30) | 00:27 | |
+ stites (~stites@130.44.147.204) | 00:27 | |
+ eery (~eery@h210.3.55.139.dynamic.ip.windstream.net) | 00:50 | |
minute | vkoskiv: great work with the backlight! i will test it on monday the latest | 00:50 |
---|---|---|
minute | also the fade sounds awesome | 00:51 |
vkoskiv | Yeah, just required more changes than I'm immediately comfortable with :D | 01:01 |
- aliosablack (QUIT: Ping timeout: 264 seconds) (~chomwitt@2a02:587:7a24:b000:1ac0:4dff:fedb:a3f1) | 01:03 | |
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:50) | 01:07 | |
- jacobk (QUIT: Ping timeout: 240 seconds) (~quassel@utdpat241106.utdallas.edu) | 01:15 | |
- mtm (QUIT: Ping timeout: 255 seconds) (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 02:03 | |
eery | hmmm, no 4k@60Hz video on the A311D's HDMI, complains about invalid vclk | 02:15 |
- robin (QUIT: Remote host closed the connection) (~robin@user/terpri) | 02:25 | |
minute | eery: there's a patch in the patchstack which disables 4k because there was always a crash related to scrambling. not sure if it's required anymore. you could ask in #linux-amlogic | 02:27 |
+ robin (~robin@user/terpri) | 02:28 | |
- mjw (QUIT: Ping timeout: 272 seconds) (~mjw@gnu.wildebeest.org) | 02:43 | |
vkoskiv | I wonder what the errors on the sn65 were before these returns were slapped in here | 03:03 |
- nsc (QUIT: Ping timeout: 255 seconds) (~nicolas@84-97-142-46.pool.kielnet.net) | 03:05 | |
+ nsc (~nicolas@13-49-142-46.pool.kielnet.net) | 03:07 | |
eery | minute: all 4k? The 30Hz mode was working fine | 03:08 |
- nsc (QUIT: Ping timeout: 240 seconds) (~nicolas@13-49-142-46.pool.kielnet.net) | 04:02 | |
+ nsc (~nicolas@201-98-142-46.pool.kielnet.net) | 04:04 | |
+ mtm (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 04:09 | |
- eery (QUIT: Remote host closed the connection) (~eery@h210.3.55.139.dynamic.ip.windstream.net) | 04:28 | |
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:50) | 05:14 | |
- ec0 (PART: !!unknown attribute: msg!!) (~ec0@vps-446f4f39.vps.ovh.ca) | 06:54 | |
minute | vkoskiv: after any mode change or exiting sway, display would be lost (dp pll lock failed or sth) | 12:31 |
+ aliosablack (~chomwitt@2a02:587:7a24:b000:1ac0:4dff:fedb:a3f1) | 12:35 | |
+ mjw (~mjw@gnu.wildebeest.org) | 12:44 | |
- Boostisbetter (QUIT: Ping timeout: 258 seconds) (4a410829d7@irc.cheogram.com) | 13:09 | |
vkoskiv | Ah, so without this current patch to the module, even exiting sway would make it go oopsie | 14:01 |
vkoskiv | Got it | 14:01 |
vkoskiv | The -110 errors are just timeouts, meaning the device is asleep/dead at that point | 14:03 |
vkoskiv | So something still gets turned off that shouldn't | 14:03 |
- mtm (QUIT: Ping timeout: 272 seconds) (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 14:04 | |
vkoskiv | I guess there are several issues, since the serial console also freezes after it comes up from suspend | 14:05 |
+ Boostisbetter (4a410829d7@irc.cheogram.com) | 14:21 | |
vkoskiv | Opinions on this: | 15:14 |
vkoskiv | vkoskiv@reform:~$ cat /usr/lib/udev/rules.d/90-mnt-reform2-hidraw.rules | 15:14 |
vkoskiv | SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{manufacturer}=="MNT", MODE="0666" | 15:14 |
vkoskiv | I guess this makes it so any process could send PWR0 to the keyboard, which may not be ideal | 15:16 |
vkoskiv | I'm trying to think of how to daemonize my project, so far I just run it as root, and the code drops root right after it opens the hidraw device. But I don't know how to do that with systemd | 15:17 |
vkoskiv | I just don't want my code running with root privileges, it doesn't need to after it has that file open. | 15:22 |
- stites (QUIT: Ping timeout: 258 seconds) (~stites@130.44.147.204) | 15:38 | |
+ stites (~stites@2607:fb91:dc9:9458:e307:804f:f7f3:4cb1) | 15:38 | |
Boostisbetter | minute: is it possible to have the trackball LEDs turn on when the keyboard backlight is turned on? | 15:42 |
vkoskiv | The lights can be controlled via hidraw commands, I wrote a thing to control them | 15:43 |
Boostisbetter | could you share the command here, I'll put it in a script, and make a keyboard shortcut in sway for it. | 15:43 |
vkoskiv | echo -n "xLEDS11111" > /dev/hidraw2 | 15:44 |
vkoskiv | I actually wrote a C program to do it, but simple echo does it | 15:45 |
vkoskiv | Change 1s to zeroes to select the light | 15:45 |
vkoskiv | or rather, select on/off | 15:45 |
Boostisbetter | I'm getting permission denied even with sudo | 15:45 |
vkoskiv | Oh, maybe that's why I wrote the program... | 15:45 |
vkoskiv | I just started messing with udev rules to fix that issue | 15:46 |
vkoskiv | I guess then sudo bash -c 'echo -n "xLEDS11111" > /dev/hidraw2' | 15:46 |
Boostisbetter | yeah doesn't turn on the leds for the trackball though. hmmm, weird. | 15:47 |
vkoskiv | Hm, the /dev/hidraw* file might be wrong | 15:48 |
vkoskiv | I have a script that finds the right one | 15:48 |
Boostisbetter | vkoskiv: your Reform must be awesome with all of the custamizations you have going on with it. | 15:49 |
vkoskiv | Hoping to share The Big One soon-ish :D | 15:49 |
vkoskiv | Hmm. looks like mister-muffin.de/paste stopped working | 15:50 |
vkoskiv | It just gives me an empty file back | 15:50 |
vkoskiv | https://pastebin.com/EhG6tw8k | 15:51 |
vkoskiv | That prints out a nice list of hidraw->device pairs | 15:51 |
vkoskiv | I don't know why the keyboard shows up twice | 15:51 |
vkoskiv | Both hidraw devices for the kbd seem to work equally fine | 15:52 |
+ mtm (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 16:10 | |
- ggoes (QUIT: Quit: ZNC - https://znc.in) (~gregf@fsf/staff/ggoes) | 16:23 | |
+ ggoes (~gregf@fsf/staff/ggoes) | 16:23 | |
Boostisbetter | Bingo in my case, the trackball leds are hidraw0 | 17:07 |
+ jacobk (~quassel@64.189.201.150) | 17:08 | |
+ mogglefrungle (~user@156.146.98.3) | 17:09 | |
erle | wow what trackball LEDs control? | 17:10 |
- stites (QUIT: Read error: Connection reset by peer) (~stites@2607:fb91:dc9:9458:e307:804f:f7f3:4cb1) | 17:15 | |
Boostisbetter | I want to turn the trackball LEDs on when I turn on the keyboard backlight. | 17:15 |
+ stites (~stites@130.44.147.204) | 17:16 | |
Boostisbetter | Now just need to figure out brightness controll, because when they are on, they are blindingly bright. Hahahaha | 17:18 |
josch | vkoskiv: did you find a bug in mister-muffin.de/paste? | 17:23 |
vkoskiv | josch: https://mister-muffin.de/p/YUke | 17:25 |
vkoskiv | Empty file | 17:25 |
josch | vkoskiv: what did you try to upload? | 17:26 |
josch | is it reproducible? | 17:26 |
vkoskiv | I just cat a bash script in the usual way, I then put the same content to that pastebin above | 17:26 |
vkoskiv | Unrelated, I think the wifi errors in dmesg need investigating, I sometimes get a dropped connection, but networkmanager still thinks the connection is there | 17:26 |
josch | vkoskiv: i can reproduce it, thank you! | 17:27 |
vkoskiv | Cool! | 17:27 |
Boostisbetter | networkmanager has a way of thinking a connection is good on the Librem 5 as well when it is, in fact, no longer present or disconnected. So interesting to see something here on wifi as well. | 17:28 |
vkoskiv | Also unrelated, I'm preparing for when I'll package my program into a debian package. So many questions :D | 17:28 |
vkoskiv | Where to put my binaries? Do I just make an install target in my makefile and use checkinstall or make the package manually? Can I install a user-local systemd service without the user having to copy it from /etc/skel? | 17:29 |
vkoskiv | So far I've settled on an install target that installs a service under /etc for all users, and the udev rule I showed earlier | 17:31 |
vkoskiv | But then what user to use for the systemd service? daemon? nobody? Create a new user and deal with all that? | 17:32 |
josch | vkoskiv: as the upstream developer of a piece of software, it is often best not to think of distro X because they mostly all end up doing something different anyways | 17:33 |
josch | for example installing systemd services is usually done by the dh_installsystemd helper of debhelper. Some distros will install those to /usr some will install those to /lib. You cannot know this in advance. | 17:34 |
vkoskiv | I am exclusively focusing on SysV4 here | 17:34 |
vkoskiv | This package has largely no use elsewhere | 17:34 |
vkoskiv | Could be ported, but this is a reform-specific tool for now. | 17:35 |
josch | sysv4.... hrm... this naming will become confusing once we are at sysv5 :) | 17:35 |
josch | vkoskiv: if it is reform-specific, does it make sense to let reform-tools build it? | 17:36 |
- mogglefrungle (QUIT: Ping timeout: 240 seconds) (~user@156.146.98.3) | 17:38 | |
+ mogglefrungle (~user@156.146.98.3) | 17:40 | |
vkoskiv | It might, yeah. | 17:44 |
josch | minute: the recent reform-debian-packages pipeline failed because of a build failure in wayfire: https://source.mnt.re/reform/reform-debian-packages/-/jobs/2289/raw | 17:47 |
- mogglefrungle (QUIT: Ping timeout: 255 seconds) (~user@156.146.98.3) | 17:52 | |
+ mogglefrungle (~user@156.146.98.3) | 17:56 | |
vkoskiv | udev is quite something | 18:15 |
+ IchikaZou (~IchikaZou@36-231-76-229.dynamic-ip.hinet.net) | 18:25 | |
- IchikaZou (QUIT: Remote host closed the connection) (~IchikaZou@36-231-76-229.dynamic-ip.hinet.net) | 18:37 | |
- mogglefrungle (QUIT: Ping timeout: 260 seconds) (~user@156.146.98.3) | 18:39 | |
+ IchikaZou (~IchikaZou@36-231-76-229.dynamic-ip.hinet.net) | 18:49 | |
IchikaZou | Raspberry pi 5 really has some amazing performance, maybe I could replace my amd64 laptop with arm64 in future. | 18:51 |
Boostisbetter | I am continually impressed with the Reform's performance on the stock IMX8 chip. I think there is a performance bump on the Pocket, but in general, I haven't really found myself wanting really. The NVME makes all the difference though. Fast swap is crucial. | 18:55 |
+ mogglefrungle (~user@156.146.98.3) | 19:00 | |
IchikaZou | I haven’t had a chance to experience IMX8 series chip, I do hope pocket reform with IMX8P has enough performance can replace my current laptop. My back start really feels the weight of my laptop as my age passed 40. | 19:01 |
+ eery (~eery@139.55.3.210) | 19:11 | |
- IchikaZou (QUIT: Remote host closed the connection) (~IchikaZou@36-231-76-229.dynamic-ip.hinet.net) | 19:13 | |
- eery (QUIT: Ping timeout: 240 seconds) (~eery@139.55.3.210) | 19:17 | |
+ eery (~eery@139.55.3.210) | 19:18 | |
- eery (QUIT: Ping timeout: 255 seconds) (~eery@139.55.3.210) | 19:24 | |
+ eery (~eery@139.55.3.210) | 19:26 | |
- mogglefrungle (QUIT: Ping timeout: 240 seconds) (~user@156.146.98.3) | 19:35 | |
+ mogglefrungle (~user@156.146.98.3) | 19:50 | |
- mogglefrungle (QUIT: Ping timeout: 255 seconds) (~user@156.146.98.3) | 19:54 | |
+ mogglefrungle (~user@156.146.98.3) | 19:56 | |
Boostisbetter | out of curiosity what is your current laptop? | 19:58 |
- mogglefrungle (QUIT: Ping timeout: 245 seconds) (~user@156.146.98.3) | 20:18 | |
- Ar|stote|is (QUIT: Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) (~linx@149.210.32.204) | 20:27 | |
+ Ar|stote|is (~linx@149.210.32.204) | 20:28 | |
+ mogglebundr (~user@156.146.98.3) | 20:58 | |
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:50) | 21:01 | |
minute | josch: ah, we should pin wayfire to a previous commit | 21:07 |
+ reform19838 (~josch@ip1f12fe3b.dynamic.kabel-deutschland.de) | 21:17 | |
- reform19838 (QUIT: Client Quit) (~josch@ip1f12fe3b.dynamic.kabel-deutschland.de) | 21:17 | |
josch | minute: you are using xhost in reform-synaptic -- should reform-tools depend on x11-xserver-utils even though everything else is wayland? | 21:21 |
minute | josch: i guess so, because there's no other way to use synaptic | 21:21 |
josch | kk | 21:21 |
- mogglebundr (QUIT: Ping timeout: 255 seconds) (~user@156.146.98.3) | 21:30 | |
+ mogglebundr (~user@156.146.98.3) | 21:32 | |
- mogglebundr (QUIT: Remote host closed the connection) (~user@156.146.98.3) | 22:01 | |
+ mogglebundr (~user@156.146.98.3) | 22:01 | |
josch | what happens when you visit this website with firefox and javascript enabled on the imx8mq: https://service.berlin.de/standort/317869/ | 22:03 |
josch | the graphical glitches are trippy and worrisome | 22:04 |
josch | a blind ctrl+w closes the tab and restores graphics | 22:04 |
pandora | I found a link about the "MNT Reform Next" . Is this someones personal hack or is this a genuine MNT product? | 22:43 |
- jacobk (QUIT: Ping timeout: 272 seconds) (~quassel@64.189.201.150) | 23:00 | |
- mogglebundr (QUIT: Ping timeout: 260 seconds) (~user@156.146.98.3) | 23:04 | |
+ jacobk (~quassel@utdpat241106.utdallas.edu) | 23:15 | |
erle | josch have a screenshot … and any idea what happen? | 23:20 |
+ mogglebundr (~user@156.146.98.3) | 23:29 | |
- mogglebundr (QUIT: Ping timeout: 252 seconds) (~user@156.146.98.3) | 23:34 | |
+ ephase (~ephase@2a01:e0a:2a:5300:f8d4:1fb6:b769:4362) | 23:41 | |
ephase | Hi! | 23:42 |
ephase | Hello josch, my Reform work withg reform-tools 1.31! thanks a lot. | 23:43 |
- aliosablack (QUIT: Ping timeout: 272 seconds) (~chomwitt@2a02:587:7a24:b000:1ac0:4dff:fedb:a3f1) | 23:43 | |
ephase | josch: and iwd seems to work | 23:43 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!