File size: 4,552 Bytes
4aa5fce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
[00:13] <Saviq> sophie here you go: https://github.com/MirServer/ubuntu-frame-vnc [00:14] <Saviq> Builds here: https://launchpad.net/~mir-team/+snap/ubuntu-frame-vnc-edge [00:14] <sophie-w> Cool! [00:14] <Saviq> (not going to the store, yet, need to grab the name, which is reserved) [00:14] <Saviq> Also need to add `graphics-core20` for GPU accel [00:14] <Saviq> But can confirm it displays one frame on Remmina over VNC [00:15] <sophie-w> Nice nice, no rush. It will take a while to get all the pieces in place [00:15] <Saviq> Ofc, first step [00:15] <Saviq> power_off() [13:02] <Saviq> > Also need to add `graphics-core20` for GPU accel [13:02] <Saviq> Gah. I built wayvnc with `base: core22`. This won't blend, will it. [13:30] <alan_g[m]> > <@saviq:matrix.org> > Also need to add `graphics-core20` for GPU accel [13:30] <alan_g[m]> > [13:30] <alan_g[m]> > Gah. I built wayvnc with `base: core22`. This won't blend, will it. [13:30] <alan_g[m]> No. We've yet to start our core22 migration [13:53] <Saviq> > Dependency xkbcommon found: NO found 0.10.0 but need: '>=1.0.0' [13:53] <Saviq> Ughies. Sounds like we may need `graphics-core22` for GPU accelerated VNC… [14:10] <alan_g[m]> > <@saviq:matrix.org> > Dependency xkbcommon found: NO found 0.10.0 but need: '>=1.0.0' [14:10] <alan_g[m]> > [14:10] <alan_g[m]> > Ughies. Sounds like we may need `graphics-core22` for GPU accelerated VNC… [14:10] <alan_g[m]> I strongly suspect Ken is ahead of us on that [14:32] <grayson-g[m]> alan_g: Before i do something disastrous with Git, if I'm trying to roll back the libinput PR to the last commit before refactoring, I should run [14:32] <grayson-g[m]> `git push -f origin a4a43fbadda25ce4f60547b892e14a4229b677f7:filter-touchinput` (hash of the last good commit)? [14:33] <grayson-g[m]> * a4a43fbadda25ce4f60547b892e14a4229b677f7:filter-touchinput` (where the hash, * hash is the hash of the [14:41] -GitHub[m]:#mir-server- **[MirServer/ubuntu-frame]** AlanGriffiths drafted [pull request #69](https://github.com/MirServer/ubuntu-frame/pull/69): Workaround gbm-kms/Nvidia weirdness [14:41] -GitHub[m]:#mir-server- [14:41] -GitHub[m]:#mir-server- > See https://github.com/MirServer/mir/issues/2467 [14:51] <Saviq> > alan_g: Before i do something disastrous with Git, if I'm trying to roll back the libinput PR to the last commit before refactoring, I should run [14:51] <Saviq> > `git push -f origin a4a43fbadda25ce4f60547b892e14a4229b677f7:filter-touchinput` (hash of the last good commit)? [14:51] <Saviq> That sounds about right. You can also `git reset --hard <ref>` locally and just `git push -f` after you're certain what you have is what you want [14:51] <grayson-g[m]> > <@saviq:matrix.org> > alan_g: Before i do something disastrous with Git, if I'm trying to roll back the libinput PR to the last commit before refactoring, I should run... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/170089c3421f4e0c9716a3ba3976ab0fbdd44899) [14:52] -GitHub[m]:#mir-server- **[MirServer/mir]** graysonguarino pushed something to [pull request #2299](https://github.com/MirServer/mir/pull/2299): Filter 2 distinct bogus touch event scenarios [14:52] <Saviq> Fortunately with git there's rarely a time when you really lose something [14:53] <Saviq> `git reflog` to the rescue [14:54] <Saviq> Even on the server, things are garbage collected lazily, so unless a significant time passed without noticing, you should be able to recover [14:56] <Saviq> > I strongly suspect Ken is ahead of us on that [14:56] <Saviq> I just registered `mesa-core22`, so ¯\_(ツ)_/¯ [14:57] * alan_g[m] wonders why he didn't see a notification [15:01] <Saviq> > wonders why he didn't see a notification [15:01] <Saviq> About my reply? Probably because I trimmed the quote and Fractal isn't that awesome dealing with that. [15:01] <Saviq> If you're asking about `mesa-core22`, why would you expect a notification/ [15:01] <Saviq> *? [15:02] <alan_g[m]> No, when grayson-g asked me a question [15:15] <Saviq> OK, got GPU acceleration going with a local build of `mesa-core22`. Doesn't seem like we'll be able to escape that boat. [15:15] <alan_g[m]> Saviq: You have to jump to 22 already? [15:16] <Saviq> Yeah couldn't build `wayvnc` on core20… [15:16] <Saviq> > Dependency xkbcommon found: NO found 0.10.0 but need: '>=1.0.0' [15:17] <Saviq> Maybe will try to backport xkbcommon [15:38] <alan_g[m]> Yeah, we ought to have a review of the graphics-core20 experience before launching into graphics-core22 [18:21] <Saviq> Talk tomorrow o/ |