- mjw (QUIT: Ping timeout: 240 seconds) (~mjw@gnu.wildebeest.org) | 01:46 | |
- mtm (QUIT: Ping timeout: 255 seconds) (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 02:02 | |
+ jacobk (~quassel@utdpat241106.utdallas.edu) | 02:14 | |
- ajr (QUIT: Quit: Connection closed for inactivity) (uid609314@user/ajr) | 02:23 | |
- violet (QUIT: Remote host closed the connection) (~vi@user/violet) | 03:28 | |
+ violet (~vi@user/violet) | 03:31 | |
abortretryfail | :( | 03:56 |
---|---|---|
- nsc (QUIT: Ping timeout: 240 seconds) (~nicolas@129-97-142-46.pool.kielnet.net) | 03:59 | |
+ nsc (~nicolas@34-49-142-46.pool.kielnet.net) | 04:01 | |
+ mtm (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 04:08 | |
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:50) | 05:06 | |
- jacobk (QUIT: Ping timeout: 272 seconds) (~quassel@utdpat241106.utdallas.edu) | 05:47 | |
+ jacobk (~quassel@64.189.201.150) | 05:57 | |
- vagrantc (QUIT: Ping timeout: 248 seconds) (~vagrant@2600:3c01:e000:21:7:77:0:50) | 06:50 | |
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:50) | 07:21 | |
josch | vagrantc: say.... can i use variables in extlinux.conf? | 07:48 |
josch | vagrantc: like, can i insert a ${bootargs} into the "append" line so that it will respect the bootargs that u-boot knows about? | 07:48 |
josch | ro no_console_suspend cma=512M@3G pci=nomsi console=ttymxc0,115200 console=tty1 ro no_console_suspend cma=512M pci=nomsi console=ttymxc0,115200 console=ttymxc0,115200 console=tty1 | 08:03 |
josch | it worked!! \o/ | 08:03 |
vagrantc | oh, shiny! i did not know that worked. :) | 08:08 |
vagrantc | i may have gently asked for it as a feawture request at some point | 08:08 |
vagrantc | we can have nice things again. | 08:09 |
josch | yes, i now have this in my /etc/default/u-boot: | 08:12 |
josch | U_BOOT_PARAMETERS="ro no_console_suspend cma=512M@3G cryptomgr.notests \${bootargs} console=tty1" | 08:12 |
josch | because apparently dollar-signs need to be escaped in there | 08:13 |
josch | and my resulting /proc/cmdline is: | 08:13 |
josch | ro no_console_suspend cma=512M@3G cryptomgr.notests ro no_console_suspend cma=512M@3G pci=nomsi console=ttymxc0,115200 console=tty1 console=tty1 | 08:13 |
josch | there are some duplicates but the board specific stuff (pci=nomsi) comes from u-boot itself | 08:13 |
josch | or the console=ttymxc0 is also from u-boot's ${bootargs} | 08:14 |
josch | you just need a u-boot that sets those | 08:14 |
josch | which currently is not the case with reform-boundary-uboot XD | 08:14 |
josch | i'm going to create a new tag with a version of reform-boundary-uboot that sets ${bootargs} to CONFIG_BOOTARGS="ro no_console_suspend cma=512M@3G pci=nomsi console=ttymxc0,115200 console=tty1" | 08:16 |
- qbit (QUIT: Quit: WeeChat 3.8) (~qbit@h.suah.dev) | 08:23 | |
vagrantc | ACTION waves | 08:24 |
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:50) | 08:24 | |
+ robin_ (~robin@user/terpri) | 08:32 | |
+ Goober_patrol66 (~Gooberpat@2603-8080-4540-7cfb-0000-0000-0000-113a.res6.spectrum.com) | 08:32 | |
- robin (QUIT: Ping timeout: 272 seconds) (~robin@user/terpri) | 08:33 | |
- Gooberpatrol_66 (QUIT: Ping timeout: 272 seconds) (~Gooberpat@user/gooberpatrol66) | 08:33 | |
- klardotsh (QUIT: Ping timeout: 255 seconds) (~klardotsh@c-67-170-115-80.hsd1.wa.comcast.net) | 08:36 | |
- marty_mcfly88 (QUIT: Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) (~quassel@2603-6000-8c01-0f3e-7dac-14c7-19c1-fd5c.res6.spectrum.com) | 09:00 | |
+ marty_mcfly88 (~quassel@065-026-065-202.biz.spectrum.com) | 09:01 | |
Boostisbetter | minute: So what pointed you to do my cmdline arguments as the potential source of my issues? I'm trying to understand the connection there. I feel like I should have learned a lot from all of that, and I want make sure I've captured it correctly. | 09:18 |
josch | Boostisbetter: depending on the board, a different kernel cmdline is required. If you do not use u-boot-menu (extlinux.conf) but flash-kernel (boot.scr) then the board-specific settings can be found in your /usr/share/flash-kernel/ubootenv.d/00reform2_ubootenv | 09:24 |
josch | there is a big if test "${board}".... | 09:24 |
josch | depending on the board, different stuff is added to bootargs | 09:24 |
josch | for example, depending on the board, the serial device is named differently | 09:24 |
josch | in your case, you were missing the bit that says pci=nomsi | 09:24 |
josch | Boostisbetter: if you read the backlog, i'm close to making u-boot-menu work out-of-the box :) | 09:25 |
Boostisbetter | josch: I think that will be great. U-boot-menu was a nice piece of kit for me. | 09:28 |
Boostisbetter | I was just bewildered how an update caused the setting that had been working with numerous updates to continue working, where this one failed. | 09:28 |
Boostisbetter | but I'm back on the Reform (using it now) and I'm very happy that things are good. I have spent a lot of time getting my Reform setup exactly how i like, and it would have sucked to have start over. | 09:29 |
josch | nono, don't start over! | 09:30 |
josch | btw, did anybody observe their network to disappear and/or their mouse cursor to disappear when installing reform-tools? | 09:30 |
josch | when installing or upgrading reform-tools, that is | 09:30 |
Boostisbetter | josch: no need now, because the system is back to working perfectly again, thanks to minute's help. And yours, of course | 09:30 |
Boostisbetter | josch: now back to just getting Starcraft to work on here... 😉 | 09:31 |
Boostisbetter | josch: I kid of course, no pressure at all. | 09:31 |
josch | sorry, right now there are more serious issues with the reform than getting starcraft to work :) | 09:31 |
josch | Boostisbetter: it might also be, that dependencies in unstable changed in a way that makes it impossible what i did a few months back | 09:32 |
Boostisbetter | josch: getting starcraft to work has the absolute lowest priority possible, and I completely understand. | 09:32 |
Boostisbetter | josch: that is what I am thinking happened as well. | 09:32 |
Boostisbetter | btw, I got so used to hearing the right speaker only and not realizing my left speaker had come desoldered again. But now that I have it done again it is amazing how loud the speakers are on the Reform. Hahahaha | 09:34 |
josch | too quiet for me :) | 09:35 |
josch | aha got it | 09:38 |
josch | this should really trigger for others as well | 09:38 |
josch | did nobody notice that wifi gets killed when installing reform-tools? | 09:38 |
josch | it fails with: | 09:39 |
josch | so this fails: | 09:39 |
josch | sudo systemctl restart reform-sleep.service | 09:39 |
josch | and it fails because: | 09:39 |
josch | /usr/sbin/reform-standby: line 65: echo: write error: No such device | 09:39 |
josch | can somebody reproduce that? | 09:39 |
josch | wow, gitlab in chromium is massively faster compared to firefox | 10:12 |
+ mjw (~mjw@gnu.wildebeest.org) | 10:28 | |
Boostisbetter | > sudo systemctl restart reform-sleep.service | 10:55 |
Boostisbetter | Will running this mess up suspend in th event it fails as you describe? | 10:55 |
josch | it should not | 10:56 |
josch | but if it does, a reboot will reset your state | 10:57 |
Boostisbetter | copy, once second. | 11:03 |
Boostisbetter | no error. | 11:03 |
josch | very funny | 11:03 |
josch | i wonder what differs between your system and mine | 11:03 |
josch | anyways, i now made the error non-fatal | 11:04 |
josch | and i prevented the service to restart on package upgrades | 11:04 |
josch | right now, when upgrading reform-tools, your wifi should be switched off and on again as the reform-sleep.service is restarted | 11:04 |
josch | that is of course not desirable | 11:04 |
Boostisbetter | Not sure, but i will say this, I really think suspend has been fixed outside of running applications at the time of suspending that have a file lock or something else like that. If that is not the case, suspend seems to work flawlessly. | 11:04 |
josch | good, i'm not changing anything about the suspend code | 11:05 |
Boostisbetter | > right now, when upgrading reform-tools, your wifi should be switched off and on again as the reform-sleep.service is restarted | 11:05 |
Boostisbetter | That is what happened when I did it. I don't have swaybar up normally, so I only knew because some of my chat clients went offline and then came back up. | 11:05 |
josch | aha! | 11:06 |
josch | why did nobody report that before! XD | 11:06 |
Boostisbetter | honestly? I mean I have NEVER restarted the suspend service. | 11:06 |
josch | you did. every time you upgraded reform-tools :) | 11:06 |
Boostisbetter | then I think I just didn't notice because I don't have swaybar open normally. | 11:07 |
Boostisbetter | most clients will not disconnect right away. They have a buffer time | 11:07 |
Boostisbetter | so it might have just been hidden from me. | 11:07 |
josch | minute: i'm attempting to fix the wayfire build by choosing the last working commit. I noticed that you chose the git commit hash of reform-debian-package instead of wayfire-src here: | 11:33 |
josch | https://source.mnt.re/reform/reform-debian-packages/-/blob/main/build_custom.sh?ref_type=heads#L49 | 11:33 |
josch | minute: from the variable name, I suspect that the intention was that this command needs a -C wayfire-src? | 11:33 |
josch | this might fix it: https://source.mnt.re/reform/reform-debian-packages/-/commit/7daf1ec4d69f05eaa7cc6b040f346d13378c8d9e | 11:42 |
minute | josch: oh yeah, well spotted | 11:47 |
josch | yes, that fixed it :) | 11:59 |
josch | in about one hour a nice new reform-tools version will appear in the repos fixing multiple small things | 12:00 |
josch | abortretryfail, Boostisbetter: with reform-tools 1.32 you can update your uboot using reform-update-uboot and then use u-boot-menu again as it installs /usr/share/u-boot-menu/conf.d/reform.conf that makes use of ${bootargs} | 12:00 |
josch | vkoskiv: reform-tools 1.32 will also fix the warning you get with missing config file /etc/flash-kernel/ubootenv.d/00reform2_ubootenv | 12:01 |
josch | and you will no longer loose network connectivity during reform-tools upgrade :) | 12:01 |
Boostisbetter | If I want to try way fire, how can I get it on the Reform and working? | 12:05 |
Boostisbetter | Is it not easy? | 12:06 |
josch | reform-tools 1.32 is in the repos now | 13:01 |
josch | running reform-system-image... | 13:01 |
josch | Boostisbetter: you should be able to just apt install wayfire | 13:02 |
josch | Boostisbetter: you can also try upgrading reform-tools -- i'd like some feedback :) | 13:02 |
josch | Boostisbetter: if you also run reform-flash-uboot you should be able to use u-boot-menu again without /etc/default/u-boot | 13:03 |
Boostisbetter | josch: excellent work! | 13:04 |
Boostisbetter | Will try to do this things as well | 13:05 |
Boostisbetter | Probably when I get home though. | 13:05 |
minute | Boostisbetter: i recently made a list of packages and configs here for you to try wayfire. | 13:32 |
josch | minute: the reform-system-image will soon start using reform-boundary-uboot 2023-10-10. With that it becomes possible to use u-boot-menu on all platforms with a single /usr/share/u-boot-menu/conf.d/reform.conf using platform-specific ${bootargs} from u-boot itself | 13:33 |
josch | minute: the advantage of using u-boot-menu would be that fixing things in case something breaks is just a matter of editing extlinux.conf instead of having to run mkimage to produce a valid boot.scr | 13:34 |
josch | but switching to u-boot-menu only makes sense for imx8mq as the other platforms do not have display on during u-boot | 13:34 |
minute | josch: that sounds good | 13:34 |
josch | such a switch would of course not affect new installations | 13:36 |
josch | so i think it is safe to do in reform-system-image, if so desired | 13:36 |
josch | ah, the latest reform-ls1028a-uboot tag doesn't have bootargs set | 13:40 |
josch | should i create a new tag? | 13:40 |
josch | oh and reform-a311d-uboot bootargs is wrong because it contains ttyAML0,115200 without console= in front :D | 13:44 |
josch | so we need new tags for both a311d and ls1028a uboot | 13:44 |
josch | minute: I now pushed a "normalize CONFIG_BOOTARGS" commit to both a311d and ls1028a uboot repos -- should i just tag it? | 13:56 |
- mtm (QUIT: Ping timeout: 272 seconds) (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 14:03 | |
- Boostisbetter (QUIT: Ping timeout: 272 seconds) (4a410829d7@irc.cheogram.com) | 14:15 | |
+ Boostisbetter (4a410829d7@irc.cheogram.com) | 14:18 | |
josch | i pushed the tags -- tell me if that was wrong and i'll clean that up | 14:18 |
Boostisbetter | minute: awesome! Thanks! Where can I see the list? | 14:19 |
josch | minute: also, a311d and ls1028a uboot builds are not reproducible like reform-boundar-uboot which sets export SOURCE_DATE_EPOCH=$(git log -1 --format=%ct) -- should that be fixed? | 14:19 |
Boostisbetter | minute: because just installing it gives me a mouse cursor that works, but nothing else. black desktop, no menus. No keyboard shortcuts. | 14:26 |
Boostisbetter | josch: update reform-tools and it worked perfectly. | 14:26 |
abortretryfail | josch: thanks for fixing it i will give it a try later. | 14:35 |
abortretryfail | Right now the Reform is busy, listening to 14.230mhz to decode slow-scan tv. | 14:35 |
- jacobk (QUIT: Ping timeout: 255 seconds) (~quassel@64.189.201.150) | 14:54 | |
Boostisbetter | abortretryfail: Rad! | 15:08 |
+ jacobk (~quassel@129.110.242.224) | 15:14 | |
- mjw (QUIT: Ping timeout: 248 seconds) (~mjw@gnu.wildebeest.org) | 15:19 | |
* mark_ -> mjw | 15:24 | |
- stites (QUIT: Ping timeout: 252 seconds) (~stites@130.44.147.204) | 15:35 | |
+ stites (~stites@2607:fb90:ad63:d467:8c95:7826:30af:a5b6) | 15:36 | |
- stites (QUIT: Read error: Connection reset by peer) (~stites@2607:fb90:ad63:d467:8c95:7826:30af:a5b6) | 15:52 | |
+ stites (~stites@155.33.134.7) | 15:53 | |
- stites (QUIT: Read error: Connection reset by peer) (~stites@155.33.134.7) | 16:02 | |
+ stites (~stites@2607:fb90:ad63:d467:8c95:7826:30af:a5b6) | 16:02 | |
- stites (QUIT: Read error: Connection reset by peer) (~stites@2607:fb90:ad63:d467:8c95:7826:30af:a5b6) | 16:02 | |
+ stites (~stites@155.33.134.7) | 16:03 | |
+ mtm (~mtm@c-71-228-84-213.hsd1.fl.comcast.net) | 16:08 | |
- jacobk (QUIT: Ping timeout: 255 seconds) (~quassel@129.110.242.224) | 16:15 | |
+ jacobk (~quassel@64.189.201.150) | 16:26 | |
+ qbit (~qbit@h.suah.dev) | 16:45 | |
- stites (QUIT: Read error: Connection reset by peer) (~stites@155.33.134.7) | 17:33 | |
+ stites (~stites@2607:fb91:dc7:28cf:320c:e73:d9d7:7692) | 17:33 | |
- stites (QUIT: Read error: Connection reset by peer) (~stites@2607:fb91:dc7:28cf:320c:e73:d9d7:7692) | 17:34 | |
+ stites (~stites@155.33.134.7) | 17:34 | |
- stites (QUIT: Read error: Connection reset by peer) (~stites@155.33.134.7) | 17:50 | |
+ stites (~stites@155.33.134.7) | 17:52 | |
+ reform26997 (~josch@ip1f12fe3b.dynamic.kabel-deutschland.de) | 18:05 | |
+ klardotsh (~klardotsh@c-67-170-115-80.hsd1.wa.comcast.net) | 18:05 | |
reform26997 | hello from ls1028a with root on lvm on luks on sata and /boot on emmc and uboot on sdcard :) | 18:06 |
Boostisbetter | woot! hello back at ya! | 18:07 |
reform26997 | reform-flash-rescue, reform-boot-config, reform-flash-uboot, reform-setup-encrypted-nvme (yes this is sata) and reform-migrate from my MR seem to work fine | 18:09 |
- stites (QUIT: Read error: Connection reset by peer) (~stites@155.33.134.7) | 18:09 | |
+ stites (~stites@155.33.134.7) | 18:10 | |
- reform26997 (QUIT: Quit: Leaving) (~josch@ip1f12fe3b.dynamic.kabel-deutschland.de) | 18:13 | |
- stites (QUIT: Read error: Connection reset by peer) (~stites@155.33.134.7) | 18:20 | |
+ stites (~stites@155.33.134.7) | 18:21 | |
+ reform31146 (~josch@ip1f12fe3b.dynamic.kabel-deutschland.de) | 18:30 | |
- jacobk (QUIT: Ping timeout: 240 seconds) (~quassel@64.189.201.150) | 18:31 | |
reform31146 | minute: i'm unable to get kvm acceleration under qemu on ls1028a -- should kvm be supported on ls1028a? | 18:31 |
- reform31146 (QUIT: Client Quit) (~josch@ip1f12fe3b.dynamic.kabel-deutschland.de) | 18:31 | |
vkoskiv | On A311D I see a /dev/kvm, I guess that means it's available? Haven't tried yet | 18:46 |
pandora | did anyone ever try to compile blender on a reform? | 18:50 |
pandora | https://wiki.blender.org/wiki/Building_Blender/Linux/Generic_Distro | 18:56 |
+ ajr (uid609314@user/ajr) | 19:22 | |
Boostisbetter | I thought Blender already worked on the Reform? | 19:26 |
+ vagrantc (~vagrant@2a00:79e1:abc:133:77d:8d2b:ed76:33d) | 19:34 | |
pandora | idk ? maybe i missed that | 19:36 |
pandora | i missed a lot since the matrix bridge stopped working :D | 19:37 |
vkoskiv | I'm very confused about why the kbd backlight and mouse backlight blink only happens 10+ seconds into boot | 19:38 |
+ mark_ (~mjw@gnu.wildebeest.org) | 19:38 | |
vkoskiv | Just looking at the trackball code, main is called when the thing gets 3.3v power, it sets up, and immediately goes to the main loop where it then initializes the sensor if needed | 19:39 |
vkoskiv | But that sensor init is the thing that blinks the lights, and that clearly doesn't happen until much later | 19:39 |
vkoskiv | lpc does turn 3.3v and 5v on before even u-boot is in action, so this has me very confused | 19:40 |
vkoskiv | I don't see any power commands in the lpc driver either | 19:45 |
minute | vkoskiv: usb | 19:57 |
vkoskiv | Ah, so the usb hub only passes 5V to the kbd/mouse when linux kicks it into action? | 20:00 |
+ jacobk (~quassel@129.110.242.224) | 20:03 | |
sigrid | uboot should do that | 20:04 |
vkoskiv | Yeah, but bottom line I guess is, that LPC/kbd controllers have no say in that, so no cool keyboard fade-in on powerup | 20:05 |
vkoskiv | the usb_pwr_en and 5v_pwr_en do get switched in tandem, it seems. | 20:24 |
vkoskiv | Yeah, the USB3_3_EN and USB3_4_EN come from the USB hub, and go to USB port power switches | 20:30 |
- Ar|stote|is (QUIT: Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) (~linx@149.210.32.204) | 20:30 | |
vkoskiv | I bet those only get enabled once u-boot/linux set the USB hub up. | 20:30 |
+ Ar|stote|is (~linx@149.210.32.204) | 20:31 | |
sigrid | I guess keyboard's controller always has power, else how would it tell lpc to turn the power on via circle key | 20:31 |
vkoskiv | I think I could catch the power on event on the USB side, and then do the fade animation then | 20:31 |
sigrid | not so sure about trackball :) | 20:31 |
vkoskiv | kbd has two power rails. The 3.3v that is always on, and then a separate USB 5V rail | 20:31 |
vkoskiv | The backlight is on the 5V rail | 20:32 |
sigrid | I see | 20:32 |
vkoskiv | Okay, I set it up to run it on USB connect, testing. | 20:41 |
- mjw (QUIT: Killed (NickServ (GHOST command used by mark_!~mjw@gnu.wildebeest.org))) (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae) | 20:45 | |
* mark_ -> mjw | 20:45 | |
+ mark_ (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae) | 20:46 | |
- _nrb_ (QUIT: Remote host closed the connection) (~nrbnrb@2a01:4f8:172:299c:1::29) | 20:47 | |
vkoskiv | Yeah, that seems to work nicely. I'll go with that. | 20:47 |
vkoskiv | It's a tiny, mostly useless thing, but it does look damn sleek :D | 20:48 |
+ _nrb_ (~nrbnrb@2a01:4f8:172:299c:1::29) | 20:49 | |
- stites (QUIT: Ping timeout: 264 seconds) (~stites@155.33.134.7) | 20:53 | |
+ stites (~stites@2607:fb91:dc7:28cf:320c:e73:d9d7:7692) | 20:53 | |
- vagrantc (QUIT: Quit: leaving) (~vagrant@2a00:79e1:abc:133:77d:8d2b:ed76:33d) | 21:08 | |
- stites (QUIT: Read error: Connection reset by peer) (~stites@2607:fb91:dc7:28cf:320c:e73:d9d7:7692) | 21:11 | |
+ stites (~stites@130.44.147.204) | 21:11 | |
vkoskiv | Ah, and the trackball 3V3 is derived from the USB 5V. | 21:18 |
vkoskiv | The blinding flash of the trackball buttons does kind of take from the subtle keyboard fade. I'll reverse the condition, so the lights only light up if the trackball sensor failed to init | 21:19 |
- klardotsh (QUIT: Ping timeout: 258 seconds) (~klardotsh@c-67-170-115-80.hsd1.wa.comcast.net) | 21:19 | |
- Boostisbetter (QUIT: Ping timeout: 240 seconds) (4a410829d7@irc.cheogram.com) | 21:20 | |
- jacobk (QUIT: Ping timeout: 248 seconds) (~quassel@129.110.242.224) | 21:25 | |
+ Boostisbetter (4a410829d7@irc.cheogram.com) | 21:27 | |
+ jacobk (~quassel@utdpat241106.utdallas.edu) | 21:33 | |
vkoskiv | I added a command to the trackball toggle a flag to light up buttons when they are pressed :D | 21:42 |
vkoskiv | I'm not sure what the use is. But it's a thing | 21:43 |
Boostisbetter | one thing I've noticed as a result of the Reform being able to use a NVME, is that the RAM limitation of the IMX8 doesn't really matter. I have a 10gb swap on the NVME, and I never see a slow down no matter how much stuff I have open. On the Librem 5 however with the 32gb eMMC and a 6gb swap file, I feel slows downs but not any crashes from running out of RAM. | 21:44 |
+ vagrantc (~vagrant@2a00:79e1:abc:133:77d:8d2b:ed76:33d) | 21:56 | |
- Boostisbetter (QUIT: Ping timeout: 255 seconds) (4a410829d7@irc.cheogram.com) | 21:58 | |
vkoskiv | Which reminds me, I only set up a 4GB swapfile. Could probably bump that up a bit one of these days | 21:58 |
vkoskiv | I have lvm, so it should theoretically be a bit easier? Not very clear on the details | 21:58 |
sigrid | one option is to have the swap in a file. this may or may not be the best idea | 22:04 |
vkoskiv | Oh, it's actually 8GB, wonder how I misread it that badly :D | 22:05 |
vkoskiv | It doesn't get used very much, according to htop | 22:05 |
vkoskiv | Ohh, now I'm tempted to add a command to the trackpad module to reverse scroll direction | 22:10 |
vkoskiv | Maybe I'll call it 'xAPPL' | 22:11 |
sigrid | isn't that supposed to be handled on the OS side? :) | 22:11 |
vkoskiv | Is it? I have no idea | 22:11 |
+ Boostisbetter (4a410829d7@irc.cheogram.com) | 22:12 | |
vkoskiv | I guess sway can do that, yeah | 22:12 |
vkoskiv | Probably the better way to do it. | 22:12 |
sigrid | sway had an option for input, iirc | 22:13 |
vkoskiv | Yeah, natural_scroll, that works nicely. | 22:13 |
vkoskiv | It's specified for this specific device, so when I swap the trackball back in, that should remain as it was | 22:14 |
vkoskiv | 12 years of Mac life left me preferring the natural direction | 22:14 |
Boostisbetter | random though: the trackball is one of my favorite parts of the Reform. The trackball is such an eleogant pointing device. | 22:32 |
Boostisbetter | random thought: the trackball is one of my favorite parts of the Reform. The trackball is such an eleogant pointing device. | 22:37 |
vkoskiv | Implementation is nice, too. It's very precise. | 22:47 |
vkoskiv | Speaking of precise, I just noticed that there is 4 more bits of precision available for X and Y that the trackball is not using. I wonder if it would make any difference in this application | 22:47 |
- jacobk (QUIT: Ping timeout: 248 seconds) (~quassel@utdpat241106.utdallas.edu) | 22:49 | |
vkoskiv | Speaking of precise, I just noticed that there is 4 more bits of precision available for X and Y that the trackball is not using. I wonder if it would make any difference in this application. | 23:01 |
vkoskiv | Might play around with that a bit | 23:03 |
- vagrantc (QUIT: Ping timeout: 248 seconds) (~vagrant@2a00:79e1:abc:133:77d:8d2b:ed76:33d) | 23:05 | |
+ jacobk (~quassel@129.110.242.224) | 23:12 | |
erle | vkoskiv 4 more mouse buttons | 23:38 |
- Boostisbetter (QUIT: Ping timeout: 255 seconds) (4a410829d7@irc.cheogram.com) | 23:39 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!