💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-07-11.txt captured on 2024-06-16 at 13:35:09.
⬅️ Previous capture (2022-07-17)
-=-=-=-=-=-=-
[2022-07-11T00:57:26Z] <illiliti> ioraff: do you plan to send libressl patch to node? if possible [2022-07-11T01:41:11Z] <testuser[m]> Hi [2022-07-11T03:14:11Z] <ioraff> illiliti: considering it [2022-07-11T03:22:04Z] <ioraff> haven't really tried tests yet [2022-07-11T18:14:45Z] <illiliti> is there anyone here who have hardware which requires mesa built with llvm? [2022-07-11T18:17:01Z] <ioraff> iris_dri.so is linked to libLLVM, so I guess I do [2022-07-11T18:18:21Z] <illiliti> i have iris too and i'm fine without llvm. you can build mesa without llvm [2022-07-11T18:20:52Z] <ioraff> ah. probably just for the llvmpipe driver [2022-07-11T18:22:29Z] <ioraff> what browser do you use? [2022-07-11T18:23:08Z] <illiliti> chromium [2022-07-11T18:23:59Z] <ioraff> the version in community? [2022-07-11T18:24:45Z] <illiliti> https://github.com/kiss-community/bin/releases/tag/chromium-100 [2022-07-11T18:26:00Z] <illiliti> hmm. i'm thinking maybe we could just disable llvm for mesa by default [2022-07-11T18:27:01Z] <illiliti> trying to understand who needs it first... [2022-07-11T18:27:04Z] <ioraff> I believe it's required for amdgpu [2022-07-11T18:27:57Z] <illiliti> yeah. that's main concern [2022-07-11T18:28:31Z] <ioraff> then we shouldn't disable it [2022-07-11T18:31:31Z] <noocsharp> ioraff: do you want grammar fixes in the READMEs of your other major projects? [2022-07-11T18:31:34Z] <noocsharp> oops illiliti i meant [2022-07-11T18:33:45Z] <illiliti> why not [2022-07-11T18:38:25Z] <noocsharp> the bad grammar adds character in some cases [2022-07-11T18:40:08Z] <ioraff> lol [2022-07-11T18:43:19Z] <illiliti> bruh [2022-07-11T18:52:19Z] <illiliti> ioraff: do you have libpciaccess installed? [2022-07-11T18:53:15Z] <ioraff> yes [2022-07-11T18:53:28Z] <illiliti> you can drop it [2022-07-11T18:53:33Z] <illiliti> i don't have one [2022-07-11T18:54:09Z] <illiliti> it is only needed for pre-iris drivers afaik [2022-07-11T18:54:24Z] <illiliti> since you have iris, you don't need it [2022-07-11T18:56:15Z] <ioraff> did you patch it out of libdrm? [2022-07-11T18:57:26Z] <illiliti> -Dintel=false [2022-07-11T18:58:32Z] <illiliti> if you need vaapi, use intel-media-driver instead of intel-vaapi-driver [2022-07-11T18:58:59Z] <illiliti> intel-media-driver doesn't depend on libpciaccess [2022-07-11T19:01:55Z] <illiliti> libdrm build file: https://termbin.com/z2be [2022-07-11T19:08:50Z] <ioraff> ah. thanks. I am using media-driver. maybe it should be added to extra [2022-07-11T20:24:00Z] <ioraff> so libdrm_intel is only needed for pre-iris vaapi? [2022-07-11T20:24:12Z] <illiliti> yep