libera/#devuan/ Thursday, 2023-05-04

chomwittqqute00:34
chomwittsorry00:34
systemdleteI'm having trouble getting a key (using apt-key or gpg) on refracta:  It hangs.   Whereas, on regular devuan, I have no hang; it comes right back and adds the key.01:44
systemdleteThis is what I see when I run gpg:   https://pastebin.com/kwcn8RzY01:46
systemdleteI did some web searching and got a hit on a "solution," but I could not figure out how to map that to my situation.01:46
systemdletehttps://unix.stackexchange.com/questions/668976/gpg-agent-hanging-when-trying-to-access-private-keys, but it deals with systemd...01:47
systemdletehttps://pastebin.com/8E44CQjD (when it has completed/failed)01:48
systemdlete(and the hang was much longer than 5s)01:48
systemdleteSome pages claim that merely re-installing gpg does the trick, but that sounds... a bit microsoftish to me.01:49
systemdleteWell, tried reinstalling gpg, but still no joy.01:54
rrqwell in my mind "gpg" is not merely a program but a whole infrastructure of interdependent utilities that together brings serious convolution to encryption and keys and stuff, so a reinstall may well make a difference...01:56
systemdleterrq:  I just tried re-installing gpg.  No help there, sorry...01:57
systemdleteping fsmithred01:57
fsmithredwhat's up?01:58
systemdleteThis only seems to happen on one system, which happens to be refracta.01:58
systemdletethanks, fsmithred.  Yeah, having a problem retrieving keys01:58
systemdleteIs there some difference in the way Refracta installs operate (vs regular devuan)01:58
systemdlete(I would not think so but Idk)01:58
systemdleteSee https://pastebin.com/8E44CQjD01:59
fsmithredno difference that I know of02:00
systemdleteAnd, granted, maybe I did something wrong at some point.02:00
systemdleteok, just double-checking.02:00
fsmithredI recall seeing that error about dirmgr or whatever02:00
fsmithredfew years ago02:00
fsmithredI think it means something is missing, but I don't remember what02:00
systemdletedirmngr is definitely installed, afaict02:01
systemdleteIt seems to be installed with the rest of gpg02:01
rrqcheck ~/.gnupg/dirmngr.conf02:03
systemdletethere is no such file there02:04
rrqthere's ~/.gnupg/ ?02:04
systemdleteyes, but no such file "dirmngr.conf"02:05
fsmithredI don't have that file, either02:06
rrqhmm is there ~/.gnupg/gpg.conf02:06
systemdleteI moved ~/.gnupg to a save directory and re-ran gpg02:06
systemdleteit is hanging again02:06
rrqthe reason is probabky that it wants to locat a server that no longer exists02:07
systemdletebut rrq, if I copy-paste the command to another system, it works fine.02:07
rrqrun gpgconf to see if it says02:07
rrqlike: gpgconf --list-options dirmngr02:09
systemdletesays the same thing it says on another system where it does work fine02:09
systemdlete(I diffed the output)02:09
systemdletehmmm02:09
systemdletewith those args it hangs02:09
systemdlete"gpgconf --list-options dirmngr" hangs, is what I'm saying02:10
systemdleteI wonder... maybe a missing library or some data file it needs?   Maybe in a lost dependency package?02:10
fsmithredwhat about 'ps ax |grep gpg'?02:10
systemdlete(I'd hope not)02:10
systemdletefsmithred:  The gpg-agent is running02:11
fsmithredhow many?02:11
systemdletejust one02:11
rrqok; I'd start strace-ing now ... :) but I'm weird02:12
systemdletewait, while I am running gpg, or when I am not running it?02:12
systemdletegood idea!02:12
systemdleteso it looks like it clones itself and then tries to read from an incore pipe02:13
rrquse -f to follow02:13
rrqfollow forks02:13
systemdleteaha!02:13
systemdleteit opens /etc/gcrypt/hwf.den which does not exist!02:13
systemdletesorry, got cut off.02:14
systemdlete /etc/gcrypt/hwf.deny02:14
rrqno /etc/gcrypt here02:14
rrqapparently gpg wants sockets in /run/user/1000/gnupg/02:18
systemdletehttps://pastebin.com/KLmcNLWN02:18
systemdlete(last two lines is me hitting control-c)02:18
systemdletebut this is for root, the key is for a repo02:19
systemdlete(sorry, should have mentioned this sooner)02:20
fsmithredshouldn't you be using apt-key add for that?02:22
systemdleteWell, I have tried it that way also, but it just turns around and runs gpg anyway...02:22
systemdletesame hang02:23
systemdleteand I'd aver probably same place it is hanging02:23
systemdletealso, using apt-key add warns that it is defecated and to use gpg instead02:23
rrqhmm my gpgconf starts /usr/bin/pinentry after having looked for hwf.deny02:23
rrqand I have pinentry-curses installed .. there are a couple of pinentry-* options02:24
systemdletebut does it hang?02:24
rrqnope02:25
systemdlete:)  for you, :(  for me02:25
rrqapparently the gpg programs forks in some way that prohibits stracing ...02:25
systemdleteoh... hold on02:26
systemdletethere is a switch for that...02:26
rrqI don't get that fork happening02:26
systemdleteit clones, not forks02:26
rrqthat's -f02:27
rrqperhaps "pstree -ap" would tell about the child02:28
* systemdlete opens a second root window...02:29
rrqotherwise use lsof to follow up the socket (at /proc/$pid/fs/3)02:30
systemdletefu for filtering just the process of interest please?02:30
rrqI tent to  use "| less " and scroll02:31
rrqtend02:31
systemdleteoh, just add pid on cmd line02:31
rrqthanks. TIL :)02:31
systemdleteso, anyway, just 2 lines:  Parent is gpgconf and child is dirmngr02:32
systemdleteno other news02:32
rrqhmm and nothing from lsof regarding the socket?02:33
systemdleteuhm... and now, it finally terminates and spits out a long list of info02:33
systemdlete!02:33
rrq(seems weak programming to clone a child and just ignore it failing)02:33
systemdlete>.<02:33
systemdletethe program ended before I could trap that for you... hold on02:34
systemdleteno such file... ???02:34
systemdlete  /proc/pid/fs/3 does not exist02:35
systemdlete(where "pid" is the actual pid number, ok?)02:35
systemdleteand I double-checked the pid02:35
rrqah $pid would be the pid of the parent (gpgconf)02:35
rrqit creates a pipe for fd [3,4] then clones, then reads 302:36
systemdleteso the child then?02:36
rrqyes the child if any would have that socket as fd 402:36
rrqthe "write end" of the pipe02:37
systemdlete"fs" or "fd"... I think you mean fd02:37
rrqyes. (as per line 58 in your paste)02:37
systemdlete(you had put "fs" above)02:38
systemdlete(but that's ok, just threw me a bit)02:38
rrqright I tries to blame my keyboard for reordering key tops now and then :)02:38
systemdletekeyboards... they are always up to no good02:39
systemdleteBut I do love my happy hacker!02:39
systemdletethere are probably much better options nowadays, but I've had mine for about 5 years, and before that, I had one for about 20 years.  The keys were demolished!02:40
systemdletenow I am trying gpg again, to see what it does.02:41
systemdleteok, it finally gets connection to dirmngr, but then the last line is:02:41
systemdletegpg: keyserver receive failed: No name02:41
rrqmy strace is same as yours up to line 58, where min starts pinentry while yours clone something02:42
systemdleterrq:  Are you on chimaera?02:42
rrqyes02:42
systemdleteand is it a devuan install or a refracta install (I mean fsmithred's thing)02:42
systemdletedistro, whatever02:42
systemdleteThis one instance where it is hanging happens to be refracta, though I doubt that's the smoking gun02:43
rrqno I have an upgrade story02:43
systemdleteoh02:43
rrqplain devuan02:43
systemdletebeowulf->chimaera02:43
rrqyes.. and maybe not totally clean as such02:44
systemdletemine should be so unclean...02:44
systemdleteat least it might be working now02:44
rrqhmm running s root I get cloning happening02:45
rrqit's usr/bin/dirmngr that gets started02:46
rrqwith argument --gpgconf-list ... so you could check what "/usr/bin/dirmngr --gpgconf-list" does .. as root02:47
systemdletecrud.  you won't believe this02:48
systemdleteI tried mit's keyserver, and it succeeds02:48
systemdletebut02:48
systemdletebut02:48
systemdleteit works fine on other systems here!!!02:48
systemdleteI wonder if the gpg config for refracta might be a bit diffrent than plain vanilla devuan02:48
systemdlete(which is why I asked fsmithred about this)02:49
rrqyes he'll have had to deal with it before... sometimes he doesn;t remember everything upfront though :)02:50
systemdletefunny, it still hangs using apt-key, but gpg came right back02:51
rrqany /root/gnupg/*.conf ?02:54
* systemdlete thinks good grief...02:54
systemdletethank you for the assist, rrq02:54
systemdleteyeah, a whole slew of files02:55
systemdleteand subdirs02:55
systemdleteit looks sane enough to me02:55
systemdleteso Refracta's gpg does not like ubuntu's key server, but it is good with MIT's.02:56
rrqmy /root/.gnupg is without any *.conf but has othere cruft02:56
systemdleteno *.conf in mine either02:56
rrqeeh just saw: isn't it keys.openpgp.org   rathe tnan keys.openpgp.com02:59
systemdletemaybe03:00
systemdletesometimes my fingers are too fast for my brain.03:00
systemdleteor get their wiring mixed up, sorry about that, rrq.03:00
rrq.. like my teenager's lips :)03:00
systemdleteI think the main point, though, is that Refracta apparently does not like ubuntu's keyserver.  So I will use mit's from now on.  Beside's it's a few less chars to type.03:01
systemdleteand it is so easy to mix up pgp with gpg03:01
systemdleteas far as your teenager, I cannot comment.  I do not have kids.03:01
systemdleteBut I was one once.03:02
systemdleteand sometimes, I still feel like I am.   Even at 63.03:02
systemdlete:D03:02
systemdleteI can still "paint a room" if you get my meaning...03:02
rrq:)03:03
systemdlete:)03:03
rrqkeys.openpgp.org does have the key but it's without UID so it doesn;t get donwloaded03:04
rrqkeyserver.ubuntu.org rather responds but "indicates failure" instead of serving it03:05
systemdleteMaybe fsmithred decided to disable the ubuntu keyserver for symbolic reasons...03:05
systemdletey'know.  Team Devuan here.03:05
systemdleteFor which I cannot say I'd have any disdain03:05
systemdleteY'all probably get tired of hearing this, but I am so grateful for the friendly and constructive help I get here.03:07
systemdleteI totally mean that.03:08
buZzoxoxo03:08
systemdleteyou too buZz03:08
buZz:P03:08
buZzwe all make devuan awesome03:08
systemdletelotsa love right back at you man!03:08
systemdlete(you are right!)03:08
systemdleteand now... I actually am trying to get something done here.   Now that the software is upgraded, I can return to what I was working on before that whole yuck-up.03:09
buZzhf :)03:09
rrqcheers (rrq has to feed the cat)03:10
fsmithredsystemdlete, I don't do anything to change gnupg in refracta03:19
fsmithredbtw, I haven't been able to use MIT's gpg for a couple of years.03:27
fsmithredand I use ubuntu's keyserver03:27
systemdletenot sure why, but ubuntu's did not work for me03:28
systemdlete(on refracta, I mean.  It works on all my vanilla devuan chimaeras)03:29
fsmithredweird03:29
fsmithredI just specify it on the command line03:30
fsmithredmy own gpg.conf has a list of commented-out keyservers that failed me03:30
systemdletewhere is this gpg.conf file?   I don't see one under /etc04:08
chomwittGoodmorning. Investigating an issue of boot messages thrown at my tty1 login terminal (no gui login manager installed) two messages were related to elogind and avahi both pulled in from my installation/tasksel choice of ConsoleProductivity08:15
chomwittso i regret for being curious...08:15
chomwittnow i purged elogind and avahi but i still see one message in my tty108:16
chomwitt now i see ok dbus(piq:X) and X is process dbus-deamon --system --nofork --nopidfile08:16
chomwittmy first issue with ConsoleProductivity was not being able to install xorg!08:17
chomwittalso when using tasksel again to undo that selection it seemed that it remove a lot of packages but not elogind and avahi!08:18
chomwittso i ponder the option to do a reinstallation being curious this time..08:19
chomwittso it seems to me i choosed by curiousity a less travel installation path (desktopless , consoleprocuctivity) and then installed xorg and awesomewm. That sums up that troubled Daedalus installation of mine.08:22
chomwittspeaking of tasksel shouldnt it help to have a help toggle with into tips ?08:26
brocashelmusing exec startxfce4 --with-ck-launch, how to get policykit/pkexec (such as with synaptic as a regular user) to work without elogind (consolekit replacing it)? tried lxpolkit and mate-polkit, but neither did the trick and instead just froze my session10:20
_Mystifiedhi guys does testing come in a server edition. Would it be wiser to stick to safety of chimaera, for home media server11:58
djph_Mystified: I've got daedalus on a server or two (as "testing", but it's not misbehaved on me)12:18
_Mystifiedfantastic, which iso do I need, are you able to share the link  please, I'm struggling to find it.12:20
_Mystifiedthanks12:20
rrqwhich mirror do you prefer?12:22
rrqhttps://www.devuan.org/get-devuan might be a good start12:24
brocashelmnever mind what i asked earlier12:27
brocashelmforget about it12:27
fsmithredbrocashelm, there was a discussion on d1g a few years ago about running xfce without xfce-session. That might help. I'll try to find it. I was on that thread.12:32
fsmithredoh, I was scrolled up and didn't see you were here now.12:33
brocashelmi tried that and still had problems with pkexec/xfce4-session-logout (only log out was available), even with --with-ck-launch appended to startxfce412:34
brocashelmremoving elogind also kills kde packages12:35
brocashelmwould using lxdm restore polkit functionality without elogind running?12:37
fsmithredI haven't tried consolekit in a long time, but last time I did, I couldn't get everything to work12:38
fsmithrednot sure about lxdm. Maybe.12:38
brocashelmfor synaptic, to get around the pkexec screen freeze, using lxqt-sudo in its place helped mitigate12:38
fsmithredthat's one of the ones that work without dbus I think.12:38
fsmithredthere's an lxqt-sudo command?12:39
brocashelmcorrect12:40
brocashelmand according to this: https://www.devuan.org/os/documentation/dev1fanboy/en/dbus-free-software.html12:40
brocashelm...only nodm, ldm, xdm, and wdm are dbus-free12:41
brocashelmlxqt-sudo or lxsu work12:41
fsmithredI think I tested those recently and reported to you.12:41
brocashelme.g. lxsu /usr/sbin/synaptic12:41
brocashelmthat bypasses the pkexec bug that freezes your graphical session if elogind is not running12:42
brocashelmi was holding onto the deprecated gksu until i got pkexec to work, but now i could replace it with lxqt-sudo/lxsu for simplicity's sake12:42
RhineDevilI'm getting problems with drivers/video stack. mpv video acceleration works properly but if I run software using OpenGL I can't see videos at the same time (even if the game is paused), also if I see a video AFTER I used a software using OpenGL video acceleration crashes. What to do?15:08
gnarfaceRhineDevil: which video card?15:42
gnarfaceand which release of devuan?15:42
RhineDevilgnarface: testing, Radeon HD 821015:46
gnarfacedid you install firmware-amd-graphics?15:47
RhineDevilBesides it's not mpv in itself that crashes, the entire video stack crashes15:47
RhineDevilgnarface: yes15:47
gnarfacerun "dpkg -l |grep mesa" and compare the package list to this: https://paste.debian.net/1279292/15:48
RhineDevilgnarface: libd3dadapter9-mesa isn't installed15:53
gnarfacethat's the only one? hmm, you may be hitting a actual driver glitch15:53
gnarfacei don't think that one is important for this15:53
gnarfaceprobably won't hurt to install just in case, but i think you've got a bug15:54
gnarfacethe mpv version you're using, it's not from another distro, right? it's from devuan?15:54
gnarfacegot any packages mixed in from 3rd party repos or other devuan versions?15:54
gnarfaceif you have time and some spare bootable media you should download a chimaera (stable) version of the live image and test that to see if it has the same bug or not15:55
gnarfaceRhineDevil: ^15:56
RhineDevilgnarface: libopenvg1-mesa isn't installed too15:59
RhineDevilYeah it's from devuan15:59
gnarfacewell try installing those two packages and give it a reboot and see if that magically fixes anything but don't get your hopes up.16:00
RhineDevilOh also, I have mesa-opencl-icd installed but you haven't16:00
RhineDevilAnd you have libosmesa6-dev but I haven't16:00
gnarfacempv doesn't use opencl does it?16:01
gnarfacelibosmesa6-dev shouldn't matter unless you're compiling stuff16:01
RhineDevilYeah16:01
RhineDevilmesa va vdpau and such stuff is identical in our setups16:02
gnarfacei have more recent card though16:02
gnarfacetry the chimaera live cd. we need to figure out if this broke recently16:02
RhineDevilYeah guessed16:02
gnarfacewhich window manager, by the way?16:03
gnarfaceis it using xorg or wayland?16:03
RhineDevilgnarface: if I have to be honest, I think it's all about the reworking on AMD drivers for increasing OpenCL and Vulkan support16:03
RhineDevilxorg16:04
gnarfacei wonder if your card can still use the pre-amdgpu drivers, and if they're still available in testing16:04
RhineDevil*increasing support on my card16:04
gnarfaceRhineDevil: actually, yea, i have an idea: check the xorg log and see which driver it's using. if it's actually using the amdgpu driver maybe you can try forcing radeon in the xorg config16:12
gnarfacetry the chimera live image too, but i figure that can give you something else to test while it's downloading16:13
gnarfacei'm not sure exactly where your card lies in the timeline, but there were a couple generations of their hardware that could use either driver but ymmv on which one is actually better16:14
RhineDevilgnarface: which lines should I check for?16:15
gnarfacethe ones where it's picking a driver, but it'll try a few dumb ones usually before settling on the right one16:15
RhineDevilBy the way I haven't enough free space for testing stuff I think16:15
gnarfaceit might be easier for me to look at it, just put it up at paste.debian.net16:15
RhineDevilgnarface: I'd prefer not, what does it say when it loads drivers?16:16
gnarfacewell, the output is kinda confusing these days, but what you can see it doing if you look carefully, is you see it loading every driver module at once, then failing on them one at a time until it finds one that works, then it unloads all the others and the one you're left with is the one it picked16:16
gnarfaceyou'll see groups of lines starting with "LoadModule" then "Module" then "Loading" but like i said they're all loading at once so you'll see those groups of 3 split up by each other rather than all in a clean order16:18
gnarfaceunless the problem is much worse than we expected, it should be settling either on radeon or amdgpu16:19
gnarfaceif it ends up settling on fbdevhw or something like that then that's definitely off the railks16:20
gnarface*off the rails16:20
gnarfacebut whatever it settles on we can force it to use something else in the config16:21
RhineDevilgnarface: it loaded radeon driver already, ati driver was available too16:23
gnarfacehmm16:24
gnarfaceso incidentally that means you're not even using amdgpu, and i think that means you don't even need firmware-amd-graphics16:24
gnarfacei don't know for sure whether that's still the case, but you might want to try pitching it overboard to see whether there's any change16:25
RhineDevilgnarface: firmware-amd-graphics is installed already16:25
gnarfaceyea but you shouldn't need it16:25
gnarfaceand if something is using parts of it maybe that's causing this bug16:25
RhineDevilThat's possible16:26
gnarfacei could be wrong here, like i said, but it was my understanding that the radeon and ati drivers were fully free, and only the amdgpu driver needed the firmware16:27
RhineDevilNo idea here16:28
gnarfacebut in a situation where they are using this type of "throw it all at the wall to see which parts stick" method of brute-force auto-detection across a dozen or so generations of cards, some of which are supported by multiple drivers... eh, i think things could go wrong, so it's another thing worth testing16:28
RhineDevilSo should I remove firmware-amd-graphics?16:28
gnarfaceyea just purge it and reboot then check the xorg log again, but be ready to install it again if that causes some unexpected massive regression16:29
gnarfaceif we're really lucky though maybe that'll just actually fix the problem16:29
gnarfaceif not, i think the only recourse is to report the bug upstream16:29
RhineDevilDo you think mesa-opencl-icd needs firmware-amd-graphics in order to work?16:30
gnarfacei don't know, but do you think your card even supports opencl?16:30
gnarfaceis that something you use?16:30
gnarfaceif it requires it, it should complain when you try to uninstall the firmware16:31
gnarface(complain or also try to uninstall the opencl libraries)16:31
gnarfacesigh, i possibly should have made sure RhineDevil had a way to get back here if it all went sideways16:51
gnarfacedoes this problem look familiar to anyone?16:52
RhineDevilgnarface: tried doing as you said17:28
RhineDevilIt introduced a major regression, X didn't even boot up17:28
gnarfaceoh, bummer17:29
RhineDevilAnyway now I'm really sure the problem is launching stuff using OpenGL and then opening a video17:29
gnarfacesorry about that17:29
RhineDevilIn particular I used -v on mpv17:29
RhineDevilDw17:29
gnarfacedid you test the same sequence of programs on the chimaera live iso yet?17:29
RhineDevilWhen it loaded vaapi the screen started flickering17:29
RhineDevilThe program is a nonfree game17:30
RhineDevilWell, all nonfree games using OpenCL I think17:30
RhineDevilTo be fair what these games have in common is using unity3d17:30
gnarfacetest the chimaera live iso, we need to know17:31
RhineDevilI don't know how to replicate the issue with free programs17:31
gnarfacedid you try ioquake3?17:31
RhineDevilNo what's that17:32
gnarfaceeh, you can still run your non-free programs from the chimaera live iso17:32
gnarfaceioquake3 is a open source port of quake3, just add maps17:32
RhineDevilYeah I know but they are on an encrypted partition17:32
gnarfacei don't think it'll use opencl but it'll at least use opengl17:32
RhineDevilgnarface: do I have to download non-free stuff?17:32
buZzgnarface: quake3 itself is already opensource ;)17:32
RhineDevilPardon17:32
RhineDevilUsing OpenGL17:32
RhineDevilI said OpenCL by mistake17:33
gnarfacebuZz: well, yes, but ioquake3 is the debian-packaged one that's most faithful to the functionality of the commercial build17:33
buZzright right17:33
buZzthere's also a game using that engine with only free data17:33
buZzcant remember the name though17:33
gnarfacexonotic?17:33
buZzno17:33
buZzits in debian/devuan17:34
RhineDevilWhatever game if it uses OpenGL is fine17:34
RhineDevilI THINK17:34
buZz'dreamchess' is in debian and uses opengl17:34
buZzgnarface: i think it had 'arena' in the name17:34
buZznot sure though17:34
buZzoh yes! openarena17:35
buZzthats the one17:35
RhineDevilLet's try if it crashes again17:35
buZzopenarena/stable 0.8.8+dfsg-5 amd6417:35
buZz  fast-paced 3D first-person shooter17:35
gnarfaceRhineDevil: well, you can test basic opengl with glxgears from the mesa-utils package, but it doesn't even have textures. i mentioned ioquake3 just because it's the open source thing i could think of with the most intensive opengl reuiqrements17:35
gnarfacebuZz: openarena is just the other open source quake3 codebase, but they've not made a specific commitment to keeping it like the original17:35
buZzi think debian's ioquake3 packages include a tool that can download the demo/shareware files17:36
gnarfaceRhineDevil: (openarena should be just fine too)17:36
buZzopenarena includes all new levels, which are foss too17:36
gnarfacei can't think of much that would require more opengl features, pickings are slim with the open source stuff17:36
buZzmpv -vo gpu17:36
buZz:D17:36
gnarfaceheh, yea but mpv is our problem child here, we're trying to isolate a triggering cause17:37
buZzhehe ok17:37
RhineDevilAh anyway17:37
gnarfaceneed a way to test on chimaera to see how far back this bug goes17:37
RhineDevilAs I said17:37
RhineDevilWhen mpv loaded vaapi the screen started flickering17:37
gnarfaceRhineDevil: actually, that would be a good test. see if just using "glxgears" is enough opengl to trigger the problem in mpv17:38
gnarfacei don't think it will be but if it were that might shed some light17:38
RhineDevilWhen mpv said it decided the decoder (h264_vaapi) the video stack totally crashed17:38
gnarfacehmmm, you know, my card can do vdpau... i wonder if yours can't17:39
RhineDevilNo it isn't glxgears17:39
RhineDevilI mean17:39
RhineDevilglxgears doesn't trigger anything17:39
RhineDevilmpv still works fine17:39
gnarfaceinteresting. so opengl alone isn't enough to trigger it.... i only know of vaapi libraries for intel hardware, i wonder if they'd work for your card though...17:40
gnarfaceRhineDevil: do you have any of these packages installed? libvdpau-va-gl1 intel-media-va-driver i965-va-driver17:41
RhineDevilStuff still works17:41
gnarfacelibvdpau-va-gl1 - VDPAU driver with OpenGL/VAAPI backend17:41
gnarfacespecifically i'm wondering if this might be useful17:41
gnarface(since it's the one of the 3 not specifically labeled as for intel hardware)17:41
gnarfacei don't have any of those installed here, but like i said that's because this generation of cards can use vdpau directly, but i don't think that was always the case with earlier generations17:42
RhineDevilI have it installed17:43
gnarface(my thought was just, grasping at straws here mind you, but if the issue is actually some bad interaction with vaapi maybe you can simply avoid it in favor of vdpau)17:43
gnarfaceyou'd still want to report the bug of course in that case, but at least then you'd have a workaround17:43
RhineDevilYeah17:44
RhineDevilShould I try if it happens with openarena?17:44
gnarfaceyea, go for it17:44
gnarfaceisolating the exact driver features that are causing this is important for diagnosis17:44
_ds_Hmm. AFAICT, HD 8210 is GCN, so should be possible to use amdgpu with it (it'll be GCN1).19:34
_ds_Much of §2.2 at https://wiki.archlinux.org/title/AMDGPU#Enable_Southern_Islands_(SI)_and_Sea_Islands_(CIK)_support is applicable.19:35
_ds_(RhineDevil ↑)19:37
RhineDevil_ds_: which is it southern islands or sea islands?23:04
_ds_I initially thought SI, but I wouldn't rule out CIK…23:05
gnarfaceRhineDevil: what was the result testing openarena?23:12
RhineDevilgnarface: still haven't tested, will do soon23:45

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!