rvp Why doesn't
pkgin -y rm libdrm-dfbsd
work?
~ 位 pkgin list | grep libdrm
libdrm-2.4.99 Userspace interface to kernel DRM services
~ 位 pkg_info | grep libdrm
libdrm-2.4.99 Userspace interface to kernel DRM services
~ 位 pkgin -y rm libdrm-dfbsd
no such installed package libdrm-dfbsd
no packages to delete
Looks like it isn't installed.. but one minute FF was transparent (see the screenshots above to prove it!) and then I went to my handy fzf-pkgsrc.sh
script that some cool person wrote, and installed wip/libdrm-dfbsd
. It installed without errors. To confirm this I rebooted and FF worked... so I don't know.
As for why I decided to install a dfbsd
package, well I don't know exactly, I was just taking stabs in the dark and I'm an idiot I guess 馃槶
Anyhow, perhaps we can simply move on to the PR?
rvp if you run xdm/xenodm
, then env. vars should be set in ~/.xsession
Yep, this is now how it's setup on my OpenBSD system. But on NetBSD (the current machine with the amdgpu) I just use startx
and I no longer use sdorfehs
on this system, I use exec dbus-run-session -- startlxqt
.
So my question should have been more specific: Why would I put env. vars into my ~/.xinitrc
over my ~/.profile
in this case? -- I currently set everything in ~/.profile
and everything appears to work as intended.
Cheers.