-
dangergrrl
so, is the oi-dev ml just really quiet?
-
dangergrrl
I just added myself i think again, searched my email for the confirmation and it looks like i was already subscribed maybe and it's just low traffic, like 10 threads in the past couple of years
-
sommerfeld
it's pretty quiet. there's much more chatter on the github pull requests.
-
dangergrrl
ok
-
dangergrrl
is that the best place to discuss something largeish?
-
sommerfeld
(subscribe to notifications for changes to openindiana/oi-userland on github and you'll see lots of traffic)
-
sommerfeld
is it integration of a bunch of related packages or something else?
-
dangergrrl
I've been talking to dragonfly bsd people and they re-ported the DRI/DRM layer from linux much more recently that OI has (2008 or 2013) and it looks like a worthwhile thing to do but iut also looks like a large project
-
dangergrrl
only 2 packages probably but it looks like a big job
-
sommerfeld
I think the oi version of that is
github.com/OpenIndiana/gfx-drm but may be mistaken (haven't touched that code at all..)
-
dangergrrl
I found a patch contemporary with our code that will add support for my oi laptop (intel haswell cpu/gpu) that looks like i could integrate pretty easily
-
sommerfeld
If you have the energy to drive it, give it a go (either the small patch or the resynch)
-
dangergrrl
but there's a lot of support we're probably missing if our code is forked over 10 years oag
-
dangergrrl
ago
-
alanc
the challenge with trying to keep up with DRI/DRM is that you have to keep adding new interfaces to your kernel to do things that were added in the Linux kernel for the DRI framework and DRM modules
-
alanc
one of the people porting to BSD described it as "more a matter of porting your kernel to DRI, than DRI to your kernel"
-
dangergrrl
aha
-
dangergrrl
well, I'm working with draginfly bsd people too and they have offered some advice in this area (dri/drm code)
-
dangergrrl
Dragonfly BSD even
-
dangergrrl
I once rewrote much of a svr4 kernel to incorporate missimg interfaces for a mpspec module, that project failed but i learned a lot
-
dangergrrl
so, I know someone who has in fact done just this reasonably recently
-
dangergrrl
there was an odd thing, I know I installed build-essential on oi yet I still had to manually install gcc-10 to build
-
tsoome
dangergrrl did you do 'pkg update; reboot' first?
-
dangergrrl
pretty sure, i can't really find out now afaik
-
dangergrrl
it was pretty obvious from the errors what was missing at least
-
dangergrrl
it wasn't something that would stop anyone with much experience i would think
-
dangergrrl
I would have to try a fresh install to be sure