ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
dalme has quit []
e1z07 has joined #haiku
chilledfrogs has quit [Quit: connection reset by purr]
Nasina has quit [Read error: Connection reset by peer]
Chai-T-Rex has quit [Remote host closed the connection]
ChaiTRex has joined #haiku
chilledfrogs has joined #haiku
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
HaikuUser has joined #haiku
HaikuUser has quit []
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
janking has joined #haiku
<janking> hi you all :)
janking has quit [Quit: Vision[]: i've been blurred!]
_justin_kelly16668682448 has quit []
_justin_kelly16668682448 has joined #haiku
janking has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
<janking> Hi
<erysdren> hi janking
<janking> :)
Nasina has joined #haiku
janking has quit [Quit: Vision[]: i've been blurred!]
kinkinkijkin has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
janking has joined #haiku
janking has quit [Ping timeout: 480 seconds]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
Halamix2 has joined #haiku
kinkinkijkin has quit [Quit: Leaving]
Nasina has joined #haiku
janking has joined #haiku
<janking> Good morning to ya all :)
* janking is idle: BRB
<Begasus[m]> morning peeps
<erysdren> morning Begasus
Nasina has quit [Read error: Connection reset by peer]
<Begasus[m]> morning erysdren (@_oftc_erysdren:matrix.org)
* janking has returned
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
<Begasus[m]> x512 shouldn't these point to setting directories? -DFALLBACK_CONFIG_DIRS="/boot/home/config/non-packaged/add-ons:/boot/home/config/add-ons:/boot/system/non-packaged/add-ons:/boot/system/add-ons" \
<Begasus[m]> vulkan*
<Begasus[m]> and DFALLBACK_DATA_DIRS point to the add-ons ones?
jibsaramnim has quit [Quit: ZNC 1.9.1 - https://znc.in]
jibsaramnim has joined #haiku
OscarL has joined #haiku
Skipp_OSX has joined #haiku
nebulabc has quit []
nebulabc has joined #haiku
<Begasus[m]> can't get the tests to compile, some file is generated and can't track down where it comes from
<OscarL> Morning Begasus[m].
Nasina has joined #haiku
<OscarL> regarding that FAISS thing... I guess the python code is either not finding libfaiss.so, or one of the compiled swig modules for the bindings.
<OscarL> tried looking at the code to see if it was a similar case as with unicorn (need to adjust the lib*.so name), but couldn't find where it loads the libs :-/
<OscarL> (I haven't worked with swig-generated bindings)
<OscarL> maybe the syslog shows something when you try it to import?
<Begasus[m]> morning OscarL !
<OscarL> on the package you should see some "_swigfaiss.so" / "_swigfaiss_avx2.so" and similar files.
<Begasus[m]> ah, didn't check there
<Begasus[m]> both are in the python package, let me try import again
<Begasus[m]> KERN: runtime_loader: Cannot open file libfaiss_python_callbacks.so (needed by /boot/system/lib/python3.10/vendor-packages/faiss/_swigfaiss_avx2.so): No such file or directory
<OscarL> is libfaiss_python_callbacks.so in the package's "lib/" dir?
<Begasus[m]> it's in there: /boot/system/lib/python3.10/vendor-packages/faiss
<Begasus[m]> together with both the other libraries
<Begasus[m]> not in $libDir
<OscarL> I would move that libfaiss_python_callbacks.so to $libDir, and leave the _swig*.so where they are.
<Begasus[m]> x512 could you check a build for vulkan with this? https://bpa.st/S47Q
<Begasus[m]> k checking
<OscarL> Begasus[m]: minor thing: you can remove the "export LIBFAISS_PATH=$libDir" from the recipe, IIRC, unicorn *did* uses such variable, but it was just that project, it is not a "generic python bindings thing".
<Begasus[m]> yeah, wasn't sure yet, so left it as it was for unicorn
<OscarL> also, I guess you could drop the "if $buildPythonBindings; then", I just added them on unicorn, because it was only one of the many available, and I still doubt it is of any use :-D
<OscarL> on the other hand... this faiss thing... kinda useless without the bindings, it seems :-D
<Begasus[m]> Warning: POLICY ERROR: no matching provides "lib:libfaiss_python_callbacks" for "lib/libfaiss_python_callbacks.so"
<Begasus[m]> so far ... :)
<Begasus[m]> OK, that works, I can import,help() now
<Begasus[m]> maybe that "export" is in the way ...
<Begasus[m]> clean build
<OscarL> don't you just have to add "lib:libfaiss_python_callbacks" to PROVIDES?
<OscarL> probably on PROVIDES_python$pythonPackage ?
<Begasus[m]> in PROVIDES as it ended up in $libDir
<Begasus[m]> but that was already done after the first warning/error ;)
<OscarL> (as it is only build/needed by the bindings, I would probably place "libfaiss_python_callbacks.so" on _python310, not on the base package)
<Begasus[m]> ok, the removal of export .... didn't work, so still have to mv the library
<Begasus[m]> ah right, didn't error because base package is required
janking has quit [Quit: Vision[]: i've been blurred!]
<Begasus[m]> hmm it requires the base library, not the package ...
<OscarL> sounds reasonable.
<Begasus[m]> we do the same for _devel packages :)
<Begasus[m]> this works now:: https://bpa.st/DFGQ
<Begasus[m]> hmm, let me push that as draft to haikuports
<OscarL> sounds reasonable, just needs some minor cleanups.
<OscarL> "Short description of ProjectX" :-D
<Begasus[m]> thought so :) hence it's easier to comment at haikuports :)
* OscarL is not a fan of SOURCE_URI="$HOMEPAGE/foobar", but won't make a fuss about it.
<Begasus[m]> well ... I'm not a fan of $portName so ... :P
<OscarL> $portVersion is almost always there, so copy/paste is already not that practical for either of us :-D
<Begasus[m]> heh
<Begasus[m]> there, PR (draft) created
<Begasus[m]> summary adjusted
<Begasus[m]> maybe that pythong part/build/install could go to INSTALL()?
<Begasus[m]> s/pythong/python
<Begasus[m]> and cleaned up a bit, now waiting for comments :)
<OscarL> I would not move the "python setup.py build" part.
<OscarL> and spliting build/install wouldn't add much (other than more lines)
<Begasus[m]> it would "skip" the default build if that's already done
<Begasus[m]> nah, just the python block to INSTALL()
<Begasus[m]> doggies/chores biab :)
<OscarL> that "python setup.py build install" compiles swing stuff, AFAICT.
<OscarL> so moving "python setup.py build" to INSTALL doesn't sounds particularly good, and moving just the "python setup.py install" part doesn't gains us much over current status, that's what I was aiming at.
kescher has quit [Quit: Bye]
* OscarL wonders if "just another indirection level" would help easing the transition from current "python3.xx" packages to "python3.xx_default + python3.xx"
kescher has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
pabs has quit [Remote host closed the connection]
pabs has joined #haiku
coolcoder613 has quit [Remote host closed the connection]
coolcoder613 has joined #haiku
erysdren has quit [Quit: Konversation terminated!]
<Begasus[m]> will check with numpy thingy :)
<diver> OscarL: hi! could you try installing ansible via pip? last time a tried I ran into all sorts of problems, but I don't know pip/python much to troubleshoot myself
<OscarL> bah.... "previous" *still* doesn't has a proper tarball to download, and downloading from sf.net's svn is not safe :-(
<Begasus[m]> requires numpy OscarL https://bpa.st/ITCQ
<OscarL> diver: I'll see what I can find. No promises though :-D (I'm starting to hate python packaging myself :-P)
dpirate has joined #haiku
<Begasus[m]> hhe
<diver> :-)
<OscarL> Begasus[m]: well, that's shows how reliable those Python requirements can be. Sigh :-/
dpirate_ has quit [Ping timeout: 480 seconds]
<Begasus[m]> should I move it then, or just let it stay where it is?
<Begasus[m]> I guess cmd:python can go into the python(*) block too?
<OscarL> that's just an insane amount of deps for me to try :-/
<Begasus[m]> lol
<Begasus[m]> atleast numpy isn't (directly) mentioned? ;)
<OscarL> diver: I won't be able to download all of that without eating my daily MBs. If you could paste a full log of your attempted "pip install ansible" (ideally from a clean install)... I *might* be able to at least narrow down the issue.
<Begasus[m]> launched one here for ansible, will report back on that (ansible download alone +50MB)
<OscarL> ouch.
<OscarL> Good thing I didn't tried. Thanks Begasus[m] :-)
<Begasus[m]> but I suspect some numpy issues (as usual) :)
<diver> will try to make a clean install, but it might take a while as i need to go to work now
<Begasus[m]> enjoy your day diver :)
<OscarL> no worries, Begasus[m] might gets a good enough log. Have a good one diver!
<Begasus[m]> Successfully installed ansible-10.7.0 ansible-core-2.17.9 resolvelib-1.0.1
<diver> thanks :)
<Begasus[m]> ow, that went smooth?
<Begasus[m]> now what does it do? :P
<OscarL> Begasus[m]... the Python packaging magician! :-P
<Begasus[m]> ~> ansible --version
<Begasus[m]> ansible [core 2.17.9]
<OscarL> "Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration."
<Begasus[m]> I didn't work on pip :D
<OscarL> Begasus[m]: stuff that those crazy sys-admin use.
<Begasus[m]> well it does install, diver can go to work now :D
<diver> oh, interesting
carlomonte has joined #haiku
<Begasus[m]> can also import and call help() with python :)
<Begasus[m]> just did "pip3 install --user ansible" :)
carlomonte has quit []
<OscarL> mmm, my pip is utterly broken (no wonder, considering that I tend to have about 5 different pythons, some installed under ~/config/, and I don't have any pip_python3x .hpkg installed :-D
<Begasus[m]> tss :P
<OscarL> btw, those pip_python3x packages will face the same fate as the Dodo bird :-D
<Begasus[m]> lol
<OscarL> users needing to use pip should instead install pip themselves ("pyton3.xx -m ensurepip altinstall" or with "--user")
<OscarL> and then call the `pip3.xx` that matches the python version they need/use.
<OscarL> reason is... pip updates way too*fast* for us to keep up. And it just installs/works out of the box anyway.
<Begasus[m]> jmairboeck: is awake too :)
<Begasus[m]> nice catch :)
* OscarL runs `python3 -m ensurepip --altinstall --user`, that indeed solved this pip issues.
Oscar-L has joined #haiku
<Oscar-L> darn phone reboots :-)
<Begasus[m]> KDE Gear 24.12.3 released :)
OscarL has quit [Ping timeout: 480 seconds]
<Oscar-L> "Error: 'svn' is not available, please install it" :-/
<Begasus[m]> eeps
<Oscar-L> I don't care about "previous" *that* much.
<Oscar-L> I think I will just blidly add the .hvif I made for it, and call it a day :-D
<Begasus[m]> OK, if nothing pops up I think I'll merge faiss later then
<Oscar-L> maybe nexus6 should try it first?
<Begasus[m]> can't remember his github name, wanted to poke ... :)
<Begasus[m]> ah, could also mention it at the forum
<Begasus[m]> ah, can also have a look at removing that condition for python Oscar-L
<Begasus[m]> just added it as you mentioned unicorn yesterday :)
BiPolar has joined #haiku
<BiPolar> Begasus[m]: "nexus6-haiku" on GH.
<Begasus[m]> thanks :)
Oscar-L has quit [Ping timeout: 480 seconds]
tktech283 has joined #haiku
<Begasus[m]> bah ... /Opslag/haikuports/dev-libs/faiss/work-1.10.0/port.recipe: line 59: SUMMARY_python310=The Python python bindings for faiss: command not found
tktech28 has quit [Ping timeout: 480 seconds]
tktech283 is now known as tktech28
<BiPolar> removed a bit too much? :-D
* BiPolar downloaded "previous" with the few remaining data he has for now.
<Begasus[m]> probably, and finding which can be tricky sometimes :P
<BiPolar> (I will probably open a PR for adding the icon later this night)
<BiPolar> Begasus[m]: you should just be able to remove the "if $buildPythonBindings; then" lines (and the "fi" ones of course), and remove the indentation.
<BiPolar> that should be all.
<Begasus[m]> think I did all of that :)
<BiPolar> (as in... the contents of the "if" should remain as is, just not indented)
<Begasus[m]> https://bpa.st/3SSQ
<BiPolar> seems you're missing the "BUILD_PREREQUIRES+=" for the _python3* part
<BiPolar> could have kept the "eval"s, as they should still work (independent from the if block)
<diver> BiPolar: for me it runs out of memory (2GB in a vm) and deadlocks the system. Probably during rust compiling cryptography dependency
<Begasus[m]> still error at: SUMMARY_python$pythonPackage="The Python python bindings for faiss"
<diver> so 2GB is not enough to install ansible, meh
<Begasus[m]> so not at the BUILD_PREREQUIRES yet
<BiPolar> Begasus[m]: have you added the eval as in you PR for that SUMARRY line?
<Begasus[m]> no eval here
<BiPolar> I'd start with the version from the PR, just remove "if $buildPythonBindings; then" / "fi" lines.
<BiPolar> that should work.
<BiPolar> I think I did build cryptography-3.4.8.tar.gz in the past (given that I still have that file here)
<BiPolar> not sure If I was still using 2 GB or 4 as I do now for my VM, though.
<BiPolar> anyways. my time is up for today :-/. Be well folks!
BiPolar has quit [Quit: Gone with the wind]
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
diver has quit [Quit: Leaving.]
diver has joined #haiku
mmu_man has joined #haiku
janking has joined #haiku
Anarchos has joined #haiku
<Anarchos> hello
janking has quit [Quit: Vision[]: i've been blurred!]
talos9 has joined #haiku
talos has quit [Read error: Connection reset by peer]
talos9 is now known as talos
<nekobot> [haiku/haiku] aplgithub pushed 1 commit to master [hrev58714] - https://git.haiku-os.org/haiku/log/?qt=range&q=48ca9d08bbad+%5E21ee34828bc3
<nekobot> [haiku/haiku] 48ca9d08bbad - Interface: multi add/remove BColumnListView
* Anarchos wonders if rizin + ghidra plugin is installable on Haiku, and if it will be able to reverse engineer my BeOS R4/4.5/5.03 CD
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<Begasus[m]> radare2+iaito+rzghidra? ;)
<Begasus[m]> r2ghidra*
janking has joined #haiku
nephele has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
janking has quit [Quit: Vision[]: i've been blurred!]
<nephele> What does Transport mean semantically in the case of Cortex?
<nephele> If i click on some node to configure it, say start stop run, runmode etc. The window is named Transport
utzig has left #haiku [#haiku]
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
mmu_man has joined #haiku
vdamewood has quit [Quit: Textual IRC Client: www.textualapp.com]
janking has joined #haiku
dpirate has quit [Remote host closed the connection]
dpirate has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
HaikuUser has joined #haiku
HaikuUser has quit []
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
<nephele> My brother, who works in music professionally, will use one lenovo all-in-one for his recording setup (microphone goes in, sound file goes out). So now i'm interested to learn more about the media kit and try to fix some of it's problems, but there seems to be no good overview documentation that i can find
<nephele> I guess I will check the bebook later
Nasina has quit [Read error: Connection reset by peer]
nephele has quit [Quit: Vision[]: i've been blurred!]
Nasina has joined #haiku
Nasina has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 480 seconds]
jmairboeck has joined #haiku
mmu_man has joined #haiku
Nasina has joined #haiku
<Anarchos> Begasus[m]: radare2 ?
Nasina has quit [Read error: Connection reset by peer]
janking has quit [Quit: Vision[]: i've been blurred!]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
<Begasus[m]> Anarchos that's actually the original one, rizin is forked from it
<Begasus[m]> and been kept uptodate (working together with upstream)
<Anarchos> Begasus[m]: i think i saw both radare2 and rizin in haikuports. So which one should i use ?
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
BrunoSpr has joined #haiku
<Begasus[m]> Both are on par for what I know (I think), rizin doesn't come or have a ghidra plugin though
<Begasus[m]> mind you, rizin = Cutter, radare2 = Iaito
<Anarchos> Begasus[m]: but https://github.com/rizinorg/rz-ghidra :)
<Begasus[m]> I know ;)
<Anarchos> Begasus[m]: i just wonder which one is best suited to try decompile BeOS :)
<Begasus[m]> iirc I couldn't get that to play with Cutter, maybe you can? ;)
<Begasus[m]> I only hand the tools Anarchos :D
<Begasus[m]> there is also a r2dec-js plugin for Iaito
BrunoSpr has quit [Quit: Vision[]: Ich wurde eingeweicht!]
<nekobot> • threedeyes (8dece1cb): SuperSlicer: add recipe
<nekobot> [haikuports] threedeyes pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/56eb6ab19302...8dece1cb63b6
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 480 seconds]
Nasina has joined #haiku
mmu_man has joined #haiku
vezhlys has joined #haiku
nexus6 has joined #haiku
erysdren has joined #haiku
vezhlys_ has joined #haiku
vezhlys has quit [Read error: Connection reset by peer]
Nasina has quit [Read error: Connection reset by peer]
nipos has left #haiku [Disconnected: Received SIGTERM]
nipos has joined #haiku
Nasina has joined #haiku
<Begasus[m]> <Begasus[m]> "x512 could you check a build for..." <- reminder ;)
<Begasus[m]> I can't run the test (or build)
<x512[m]> Config ones will be not be needed if data ones will work.
<Begasus[m]> config ones were already in there
<Begasus[m]> -DFALLBACK_DATA_DIRS that is new
<x512[m]> I suspect that new libvulkan version changed where read drivers from, so old settings are not relevant anymore.
<x512[m]> Anyway will test later.
<Begasus[m]> OK, just gave it a quick look :)
janking has joined #haiku
carlomonte has joined #haiku
carlomonte has quit []
<andreasdr[m]> Hi there.
<Begasus[m]> Arrr andreasdr
<andreasdr[m]> Hi there Begasus. Arr.
<janking> hi to U a
<janking> Hi to U all :)
<Begasus[m]> HIHO :)
<janking> ;)
nexus6 has quit [Read error: Connection reset by peer]
<andreasdr[m]> Hi Janking
<janking> Hi :)
<Begasus[m]> man! wished WebPositive could handle gitlab a lot better :(
nexus6 has joined #haiku
<x512[m]> GitLab have a lot of heavy JavaScript.
<x512[m]> It also tend to break if not update browser frequently.
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
<Begasus[m]> can't login on invent.kde atm with IceWeasel, so I'm a bit stuck there
janking has quit [Quit: Vision[]: i've been blurred!]
<Begasus[m]> it worked, but I think with one of the crashes in IceWeasel it lost the login :(
nephele has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
diver has quit [Quit: Leaving.]
<nephele> Begasus[m]: what's the problem?
Nasina has joined #haiku
<Begasus[m]> doesn't display text nephele
<nephele> what's it supposed to display?
Anarchos has quit [Remote host closed the connection]
<nephele> looks like the entire box below did not load
<nephele> any errors in js console?
<Begasus[m]> didn't check there, do those display in syslog?
<nephele> Window-> Script Console
<Begasus[m]> :0:0: Unrecognized Content-Security-Policy directive 'manifest-src'.
<nephele> nothing more?
<Begasus[m]> I really need to be able to comment there (well not this MR ... but invent)
<nephele> anyhow, open a ticket at trac about that :)
<nephele> for kits/webkit
<Begasus[m]> ah, k will do, will attatch both screenshots to it
Nasina has quit [Ping timeout: 480 seconds]
bbjimmy has quit [Read error: Connection reset by peer]
<nephele> I'm trying to figure out how to make a firewall out of a raspberry pi
<nephele> to only let traffic flow through that is destined for the outside and not my local LAN
<nephele> and then set up a new mail server. iirc on the forums people wanted me to make a guide for a mail server setup :)
<nephele> Begasus[m]: HaikuWebKit 1.9.18?
<nephele> in the about box from webpositive is this info
<nephele> or in listimage
gouchi has joined #haiku
<Begasus[m]> 1.9.19
<nephele> thanks, added to your ticket
<Begasus[m]> ah right, forgot about that, sorry
<nephele> No worries :)
<Begasus[m]> R1B5 64bit maybe too
<nephele> that's already in the "Version" field of your ticket
talos has quit [Quit: The Lounge - https://thelounge.chat]
talos has joined #haiku
<nephele> Begasus[m]: next time adding the url where it appears would be nice though :D
janking has joined #haiku
<Begasus[m]> it's in the screenshot :P (will add) :)
<Begasus[m]> done :)
<nephele> I know it is. But haiku can't copy from screenshots
<nephele> (I know iOS can :P)
<Begasus[m]> not going there, I rather install Neon :P lol
gouchi has quit [Remote host closed the connection]
coolcoder613 has quit [Remote host closed the connection]
coolcoder613 has joined #haiku
dalme has joined #haiku
nexus6 has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has joined #haiku
HaikuUser has quit []
<Begasus[m]> bugger ... Error: problem 1: package poppler25_qt6_devel-25.02.0-1 requires poppler25_devel==25.02.0, but none of the providers can be installed
<nipos> If I have a BGroupLayout(B_VERTICAL) that contains three buttons,is there an easy way to make all buttons have the same width?
<nephele> Don't they now?
<nephele> do you have a larger code snippet to show?
<nephele> kallisti5[m]: around?
<nipos> No,they don't,each button has the width it needs for the label
<nipos> https://bpa.st/NLGA That's the relevant part of the code
<nephele> those aren't localized... that's not nice. But a hack you could do is set the explicit min size for all the buttons to a multiple of StringWidth of W
<nipos> They are localized,but it's in another function that allows for realtime update when you change your language setting
<nipos> I hoped I could avoid ugly hacks and have the LayoutKit handle the correct size for me.The old code with absolute coordinates had a hack like that
<nephele> So maybe compare the StringWidth of each of the three strings, pick the widest one, and set the minimum size accordingly
<nephele> I don't know if BButton has a way to tell it to fill all available space or something
MisthaLu has joined #haiku
<nephele> Someone else probably has a better answer than me...
<nipos> Just tried using a Grid Layout instead,doesn't change anything :/
<nephele> Yes, that won't change anything. The BButtons prefered size is what fits the String
<nephele> it won't use any bigger size unless you tell it to
<nephele> (Tell the Button class I mean, not the layout)
<nipos> Hm,seems I'll have to add back the ugly hack then
<nephele> Or inherit from BButton
<nipos> That only adds even more code for a little UI detail
<nephele> Sure, I guess :)
gouchi has joined #haiku
<kallisti5[m]> <nephele> "kallisti5: around?" <- Kinda. Working. What's up?
<nephele> kallisti5[m]: do you have pointers for how i can figure out which modesetting driver is responsible for a yet-unsupported gpu?
<nephele> have a lenovo all-in-one pc here and it has a "4th generation core processor family integrated graphics controller"
Skipp_OSX has quit [Ping timeout: 480 seconds]
janking has quit [Quit: Vision[]: i've been blurred!]
<kallisti5[m]> <nephele> "kallisti5: do you have pointers..." <- listdev
<kallisti5[m]> That should show all the devices. Then search for graphics
<kallisti5[m]> Probably Intel though. It's pretty common for Dell AiO systems to not have a supplemental graphics card
dalme has quit []
cocobean has joined #haiku
tulip[m] has joined #haiku
<cocobean> x512; vulkan 1.4.309... new recipe seems to corrupt configuration to not finish
<cocobean> will review later.
gouchi has quit [Quit: Quitte]
cocobean has quit [Remote host closed the connection]
<nephele> kallisti5[m]: yes i know it's an intel integrated gpu
<nephele> but do all of these go into intel_extreme?
<nephele> this is lenovo, not dell
draKon has joined #haiku
Anarchos has joined #haiku
draKon has quit []
<Anarchos> hello
neoncortex has joined #haiku
<erysdren> hello Anarchos
MisthaLu has quit [Quit: Leaving]
diver has joined #haiku
neoncortex has quit [Quit: Vision[]: i've been blurred!]
<Begasus[m]> grabbing krunner6-6.12.0~rc1-1-x86_64.hpkg and moving it to /Opslag/haikuports/packages/krunner6-6.12.0~rc1-1-x86_64.hpkg
<Begasus[m]> that was the last one in the line :)
neoncortex has joined #haiku
<Anarchos> if someone is interested, i have a BeOS R4 CD in my CD drive of my server :)
<Begasus[m]> done for today
<Begasus[m]> cu peeps!
<erysdren> cya Begasus
<erysdren> Anarchso: link?
jmairboeck has quit [Quit: Konversation terminated!]
diver has quit [Quit: Leaving.]
<Anarchos> erysdren well it is not really open to exterior of my LAN ...
nephele has quit [Quit: Vision[]: i've been blurred!]
<erysdren> oh lol
<erysdren> fair
cocobean has joined #haiku
<cocobean> nephele: Yes, extreme driver
cocobean has quit [Remote host closed the connection]
<Anarchos> erysdren i can't give access, cause it will give you root access to my server :(
SLema has quit [Quit: Vision[]: i've been blurred!]
SLema has joined #haiku
kinkinkijkin has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #haiku
<Anarchos> error blocking keyboard : https://0x0.st/8uO8.txt
probono98 has quit [Quit: The Lounge - https://thelounge.github.io]
probono98 has joined #haiku
Nasina has joined #haiku
kinkinkijkin has quit [Quit: Leaving]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
vezhlys_ is now known as vezhlys
linuxmaster has quit [Ping timeout: 480 seconds]
linuxmaster has joined #haiku
Nasina has quit [Ping timeout: 480 seconds]
diver has joined #haiku
Skipp_OSX has joined #haiku
Skipp_OSX has quit []
AlienSoldier has joined #haiku
linuxmaster has quit [Ping timeout: 480 seconds]
<AlienSoldier> scanty got myself a genesis model one (the one with the "high definition graphic" text. Want to mod it to svideo, was not possible with the video chip of my model 2. Got a nice deal on it.
linuxmaster has joined #haiku
diver has quit [Quit: Leaving.]
vdamewood has joined #haiku
erysdren has quit [Quit: Konversation terminated!]
Nasina has joined #haiku