*** frinring_ is now known as frinring | 01:49 | |
*** zbenjamin is now known as Guest17311 | 02:01 | |
*** zbenjamin_ is now known as zbenjamin | 02:01 | |
*** zbenjamin_ is now known as zbenjamin | 03:00 | |
sledges | PSA: Sailfish OS community collab'n'contrib #mer-meeting <- indulge in just under 45min if you may | 08:17 |
---|---|---|
tortoisedoc | martyone : ping, any news on the sb2 merge https://git.merproject.org/mer-core/scratchbox2/merge_requests/16 | 11:56 |
tortoisedoc | ? | 11:56 |
tortoisedoc | its fairly simple? | 11:56 |
tortoisedoc | (as in one-liner) | 11:57 |
tortoisedoc | martyone : also, is there a way to "export" a sb2 target? | 11:57 |
tortoisedoc | I have alot of customized work on the one im using to build servo (glibc, sb2, llvm, mesa), and it'd be great to be able to back it up / share it | 11:58 |
martyone | tortoisedoc: cannot integrate it yet, possibly next week | 11:58 |
tortoisedoc | _b | 11:58 |
tortoisedoc | martyone : there's also another one which would make my life alot easier, and it's the one on glibc : https://git.merproject.org/mer-core/glibc/merge_requests/16 | 12:00 |
martyone | tortoisedoc: I would rather ensure I am always able to recreate the target from sources.. | 12:00 |
tortoisedoc | (also a one-liner) | 12:00 |
tortoisedoc | martyone : of course, it would be meant as a temporary solution for backups | 12:00 |
tortoisedoc | anyways the goal would be to have all the necessary packages built on obs - once they can be built, that is | 12:01 |
martyone | tortoisedoc: check this https://github.com/sailfishos/sdk-setup/commit/2eb2fc0 | 12:02 |
tortoisedoc | oho | 12:04 |
martyone | this as well https://github.com/sailfishos/sdk-setup/commit/3fb652f | 12:04 |
martyone | and this https://github.com/sailfishos/sdk-setup/commit/29fb09f | 12:04 |
tortoisedoc | martyone : this good stuff coming in next week too? :) | 12:05 |
martyone | build it yourself and you have it in next minute :) otherwise next month or two I would say | 12:06 |
tortoisedoc | :D no biggie, building is piece'o'cake nowadays | 12:06 |
tortoisedoc | im afraid i will have to build xlib properly in order to get mesa with xlib, in order to fully compile servo btw | 12:07 |
tortoisedoc | thats going to take a while | 12:07 |
taixzo | does anyone know how to call libaudioresource from python? (or can help me with using ctypes?) | 14:10 |
taixzo | this is what I tried: https://pastebin.com/nCuNSCF6 | 14:25 |
taixzo | but it doesn't work - I think I need some sort of ctyped function callback? | 14:25 |
taixzo | I got it working. For anyone else interested in using it, here's my wrapper: https://pastebin.com/8juwaMkj | 15:54 |
taixzo | new question: anyone know how to detect the headphones being unplugged? | 15:56 |
r0kk3rz | i think thats covered by audioresource | 15:58 |
taixzo | I thought so too, but I don't get a release event when I unplug them | 15:59 |
r0kk3rz | oh, maybe not then | 15:59 |
taixzo | oh, wait | 16:03 |
taixzo | it does | 16:03 |
taixzo | I just need to process a glib mainloop | 16:03 |
taixzo | >_< | 16:04 |
r0kk3rz | hah, yes that helps | 16:08 |
TheOnlyBouncer | r0kk3rz, you got another link to the OpenHMD build you did? writing a article about fosdem | 16:21 |
r0kk3rz | i need to fix rhe build again, but sure | 16:22 |
TheOnlyBouncer | ah np | 16:23 |
r0kk3rz | https://build.merproject.org/package/show/home:r0kk3rz:branches:mer-core:devel/openhmd | 16:23 |
TheOnlyBouncer | could not get the raspi working so need to see if i have something else somewhere that runs sailfish, unless i know how to fix it... | 16:23 |
TheOnlyBouncer | thanks! | 16:24 |
taixzo | interesting. When I play music via gstreamer on these headphones, it cancels part of itself out and doesn't play the vocals - something with joint stereo? But playing via pulseaudio works fine. | 16:27 |
TheOnlyBouncer | taixzo, normally if it cancels vocals, one of the channels has flipped phase | 16:28 |
r0kk3rz | TheOnlyBouncer: that should build now | 16:29 |
r0kk3rz | i have a pi3 somewhere that maybe i can hack around with in a few weeks | 16:31 |
TheOnlyBouncer | i guess i could try the pi3 build when i get one of a friend | 16:32 |
TheOnlyBouncer | might have less issues then the pi2 one? | 16:32 |
r0kk3rz | maybe, that lockscreen issue should be fixable | 16:33 |
r0kk3rz | but im not sure what the fix is from that long ago, its much better in later versions | 16:34 |
taixzo | TheOnlyBouncer: the weird thing is that it happens with these headphones, but not my earbuds of the aux port in my car | 16:36 |
TheOnlyBouncer | r0kk3rz, https://github.com/tripzero/qmlhmddevice completely forgot someone made QML bindings already btw! | 16:54 |
r0kk3rz | oh cool | 16:59 |
taixzo | TheOnlyBouncer: that's for, what, a Cardboard-style stereo viewer? | 17:45 |
TheOnlyBouncer | taixzo, VR pipeline on Sailfish, probably not just cardboard style, might be able to also hook up regular HMD's, trying to figure that out | 17:46 |
TheOnlyBouncer | since i think sailfish probably has hidraw or libusb support of some kind | 17:46 |
r0kk3rz | regular hmds need proper hardware support though | 17:47 |
r0kk3rz | not aure iab-otg would cut it | 17:47 |
r0kk3rz | uab* | 17:47 |
r0kk3rz | usb** | 17:47 |
TheOnlyBouncer | haha | 17:47 |
TheOnlyBouncer | well as long as hidraw or libusb is exposed, its fine | 17:47 |
r0kk3rz | some devices might have dp output, but rare | 17:49 |
TheOnlyBouncer | i think it is required for android devices to do DP if they do USB-C? due to external display support | 17:49 |
r0kk3rz | maybe, that is a thing we can do of a few devices | 17:50 |
taixzo | I have a nexus 5 which supports SlimPort under android; does that work under SFOS or does it need some sort of library? | 17:52 |
r0kk3rz | i think there was a lipatick mod for that | 17:56 |
mcencora | hi | 21:00 |
mcencora | where do I get Sailfish X kernel sources? | 21:00 |
mcencora | I'd like to compile wireguard kernel module | 21:00 |
mal | mcencora: for xperia x or xa2? | 21:01 |
mcencora | xperia x | 21:01 |
mal | mcencora: https://github.com/mer-hybris/android_kernel_sony_msm/tree/hybris-sony-aosp-6.0.1_r80-20170902 | 21:01 |
mcencora | so there is no kernel-headers package available like in every standard linux distro? | 21:02 |
mal | doesn't seem to be, maybe that would be useful, need to suggest that | 21:04 |
mcencora | ok | 21:06 |
mcencora | any tips, howtos for compiling it? | 21:06 |
r0kk3rz | mcencora: use the go implementation | 21:07 |
mal | mcencora: hmm, it seems xperia x might not even have module support enabled in kernel | 21:07 |
mcencora | r0kk3rz: that's what I have now, but I wanted to try going the recommended way | 21:08 |
r0kk3rz | kernel might be a bit old for that | 21:08 |
mcencora | 3.10 seems to be minimal req for wireguard | 21:08 |
mcencora | https://www.wireguard.com/install/#kernel-requirements | 21:09 |
mcencora | so I download kernel sources, cross-compiler, get kernel config from running phone, apply wireguard patch and should be ready to compilation, right? | 21:21 |
mcencora | what branch of kernel source should i check out? | 21:36 |
mal | mcencora: the one I linked hybris-sony-aosp-6.0.1_r80-20170902 | 21:38 |
mal | mcencora: sailfish kernel is not that simple, it's easy to build the actual kernel but the ramdisk is included in the image so you need to manually replace it, there are tools for that | 21:39 |
mcencora | no idea what are you talking about with this ramdisk | 21:45 |
mcencora | could you share some more details? is there some wiki explaining this whole kernel compilation process for sailfish? | 21:46 |
mal | mcencora: normally it's build along with the patched android libraries we need for sailfish | 22:01 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!