00:11 pixelcluster: cheako: you should initialize i to 0, your for loop should look like for(int i = 0; ...
00:14 cheako: thx
00:14 cheako: I'm unable to locate these libraries: `-- Could NOT find AGS (missing: AGS_INCLUDE_DIR) and Could NOT find Detours (missing: Detours_LIBRARY Detours_INCLUDE_DIR)`
00:22 cheako: Does ne1 write it like this, or just "NO". `for (int i = 0; i < fenceCount; std::cerr << ", ", i++) { std::cerr << pFences[i]; }`
00:22 HdkR: no
00:22 cheako: I've installed `libags-dev` and that didn't fix anything.
00:29 cheako: The build instructions say to run `make -j4` or `cmake --build` and neither works. https://www.irccloud.com/pastebin/FHMOdaTf/
00:43 Venemo: cheako: if you haven't tried that yet, another thing you could try is Wayland vs Xorg or simply switching to a different desktop environment to rule out a bug with that.
00:46 cheako: That was one of the first things, what happened was those options were worse for other reasons. I don't remember if I used them long enough to see if they were ffected but I assume they were as I did switch back.
14:40 cheako: Venemo: I just watched a video on cognitive bias( https://www.youtube.com/watch?v=TT81fe2IobI ). I think the questions to ask is would ppl be open to this ffect I'm studying be the result of silicone or firmware? I don't have access to either of these, so I haven't been able to study them and I rely on others to do that work.
14:43 cheako: I couldn't find a CPP chat room that's populated this tod, anyone know where I can ask noob questions? I get this error https://github.com/cheako/gfxreconstruct/actions/runs/4282972079/jobs/7457915815#step:4:152 https://github.com/cheako/gfxreconstruct/commit/fcf4b840b5fca53dde519119dc404c8bc81dc074
14:57 Venemo: cheako: I don't understand what you are asking, sorry
15:05 cheako: I get the feeling that the applications are seen as a likely cause. That could be, even though there is evidence that doesn't support this conclusion. As a test I've been trying to use gfxrc, but the driver segfaults with that. To debug it(the driver/gfxrc combo) I've tried to build a debug version of gfxrc, but I'm stuck because cpp doesn't work at my skill level.
15:12 Aison: hello :-) I'm using kernel 6.2.0-rc7 for my VEGA64 and it works fine (also with MST). Older kernel versions like 6.1.X didn't work
15:13 Aison: now I compiled 6.2.0+ and there I have only black screen. Are there any changes to amdgpu driver?!?
15:21 Venemo: Aison: possibly, agd5f may know something about that
15:22 agd5f: Aison, are the firmwares available in your initrd (if you are using one)?
15:22 Aison: I have no initrd
15:22 Aison: using gentoo here without
15:23 agd5f: Are they compiled into the kernel properly in that case?
15:25 agd5f: assuming they are available on the filesystem, you can add modprobe.blacklist=amdgpu on the kernel command line in grub, and then run modprobe amdgpu after the system boots
15:25 agd5f: assuming you are building amdgpu as a module
15:25 Aison: do I have to explicitly? because my firmware files are located at /lib/firmware
15:25 Aison: yes, it's a module
15:26 _ds_: If your firmware isn't bundled into the kernel then you do need amdgpu as a module. In that case, you'll also need basic framebuffer console support compiled into the kernel
15:26 _ds_: (AIUI, anyway)
15:27 Aison: framebuffer console is compiled in
15:28 Aison: well, to be precisous: the framebuffer console works. But as soon as X is started I have a black screen
15:28 Aison: maybe I should login with my 2nd machine and check the logs
15:29 _ds_: Can you switch to a text console?
15:29 Aison: no, it remains black
17:23 cheako: I found the bug in gfxrc, it's not calling create fence anywhere and just using `0` as a `VkFence`.
17:37 cheako: Timur: I'm guessing that should be the expectation for switching out foundational components, like GnomeShell vs i3 or wayland vs x11. That things can/do break in such spectacular ways testing the original assumption is impossible. I am suggesting this method be reserved as a last resort or for specific reasons, and not something done early in the workflow.
18:32 Aison: _ds_, agd5f: https://pastebin.com/0NDYiwpC
18:32 Aison: segfault
18:54 _ds_: Aison, maybe test -rc8 then bisect (limiting it to drivers/gpu/drm)?