*** situ has quit IRC | 01:50 | |
*** situ has joined #sailfishos-porters | 03:26 | |
*** vgrade_ has quit IRC | 04:11 | |
*** sledges has quit IRC | 04:11 | |
*** Aquilum has quit IRC | 04:11 | |
*** netchip has quit IRC | 04:11 | |
*** Stskeeps has quit IRC | 04:11 | |
*** MSameer has quit IRC | 04:11 | |
*** MSameer has joined #sailfishos-porters | 04:22 | |
*** vgrade_ has joined #sailfishos-porters | 04:22 | |
*** sledges has joined #sailfishos-porters | 04:22 | |
*** Aquilum has joined #sailfishos-porters | 04:22 | |
*** netchip has joined #sailfishos-porters | 04:22 | |
*** Stskeeps has joined #sailfishos-porters | 04:22 | |
*** slate has quit IRC | 06:51 | |
*** slate has joined #sailfishos-porters | 06:53 | |
vgrade_ | situ: are we picking the right plugin in the sucks ks | 07:05 |
---|---|---|
*** Sazpaimon__ has joined #sailfishos-porters | 07:18 | |
*** Sazpaimon_ has quit IRC | 07:21 | |
*** slate has quit IRC | 07:37 | |
*** slate has joined #sailfishos-porters | 07:54 | |
*** slate has quit IRC | 08:11 | |
*** slate has joined #sailfishos-porters | 08:15 | |
lbt | o/ | 08:29 |
morphis | vgrade_, situ: so you get things rendered on the screen with hwcomposer 1.3, right? | 08:35 |
situ | vgrade_: No, i had to downgrade qt5-qpa-hwcomposer-plugin | 08:44 |
situ | morphis: Yes, lipstick comes up fine everytime. With the fauly commit, lipstick was crashing at leat 4 out of 5 times. | 08:46 |
morphis | hm, I have troubles getting a similar stack up on a HP touchpad | 08:51 |
situ | morphis: But we see rendering related issues without that commit. | 09:00 |
morphis | situ: what kind of rendering issues? | 09:06 |
situ | morphis: After 30 seconds or so of using UI, screen doesn't refresh properly and you will see tearing. | 09:08 |
*** vgrade has joined #sailfishos-porters | 09:23 | |
vgrade | situ: does lipstick crash straight away? I did not seen any crashes on Saturday when I was testing u7 image from out ks | 09:25 |
situ | vgrade: Yes, it does crash. | 09:27 |
vgrade | situ: does it show anything before crashing | 09:29 |
situ | vgrade: Nope. | 09:29 |
vgrade | once I'm home we can compare package version | 09:29 |
situ | vgrade: did you try restarting lipstick several times ? | 10:18 |
*** phdeswer has quit IRC | 10:50 | |
vgrade | yes but I'll try again tonight | 10:51 |
situ | Here some errors from logcat http://pastebin.com/ppMbq6js (may be related to vsync issue) | 11:03 |
morphis | situ: that looks very familar too me | 11:05 |
morphis | situ: if you're interested: http://pastebin.com/NXSAsFQT are the changes I have for the hwcomposer QPA so far | 11:07 |
morphis | it's on top of master | 11:11 |
situ | morphis: did you see any vsync issues ? | 11:16 |
morphis | situ: it doesn't even render something | 11:25 |
morphis | situ: the log output looks similar but is not the same | 11:34 |
morphis | situ: http://bpaste.net/show/Fz2LSRFcAOoQS8wvPSdh/ | 12:05 |
*** situ has quit IRC | 12:08 | |
*** situ has joined #sailfishos-porters | 12:11 | |
situ | morphis: May be we can look into this https://android.googlesource.com/platform/frameworks/native/+/android-4.4.4_r1/services/surfaceflinger/DisplayHardware/HWComposer.cpp ? | 13:15 |
morphis | situ: I am already doing :) | 13:16 |
morphis | I am pretty deep in hardware/qcom/display to find out what is wrong | 13:16 |
situ | hmm | 13:17 |
morphis | situ: I fear my problem is called QCOM_BSP | 13:27 |
morphis | it does ... sizeof(hwc_layer_1_t) = 112 vs sizeof(hwc_layer_1_t) = 96 | 13:30 |
situ | vgrade: E/qdhwcomposer( 1120): hwc_sync: ioctl MSMFB_BUFFER_SYNC failed, err=Operation not permitted | 13:33 |
situ | Looks like another permission related issue | 13:33 |
situ | morphis: I believe my problems are related to permissions. | 13:34 |
morphis | situ: you can check the kernel path for MSMFB_BUFFER_SYNC and look what and why returns EPERM | 13:38 |
morphis | look in drivers/video/msm and grap for MSMFB_BUFFER_SYNC | 13:38 |
morphis | s/grap/grep/ | 13:38 |
morphis | ah, that looks much better: http://bpaste.net/show/4h9Xg8hJOutyHxTpxcHT/ | 13:40 |
situ | morphis: Is there a correct way to disable virtual display altogether ? | 13:42 |
morphis | don't know | 13:45 |
situ | open("/dev/graphics/fb2", O_RDWR|O_LARGEFILE) = -1 ENOTSUPP (Unknown error 524) | 13:48 |
situ | shouldn't happen | 13:49 |
situ | Later it's trying to do ioctl on -1 (and I guess it shows a permission error in logcat output). | 13:53 |
situ | ioctl(-1, 0xc1546d87, 0xab1bb44c) = -1 EBADF (Bad file descriptor) | 13:53 |
morphis | is there a /dev/graphics/fb2 node? | 13:56 |
situ | morphis: Yes | 13:56 |
situ | I don't know what could cause ENOTSUPP | 13:56 |
morphis | situ: I get "Failed to call ioctl MSMFB_OVERLAY_SET err=Operation not permitted" when I start the compositor a second time | 13:59 |
morphis | when starting it the first time this never happens | 13:59 |
morphis | however I only get one frame on the screen | 13:59 |
situ | morphis: did you try to strace lipstick ? | 13:59 |
morphis | situ: I am not using lipstick | 13:59 |
morphis | but a stack which is pretty similar | 14:00 |
situ | ok, whichever compositor you are using. | 14:00 |
*** phdeswer has joined #sailfishos-porters | 14:09 | |
morphis | situ: https://github.com/webOS-ports/luna-next | 14:20 |
MSameer | I recall there is/was a test composer app in hybris? | 15:10 |
situ | MSameer: Which never works. :P | 15:11 |
MSameer | odd | 15:25 |
MSameer | i recall i saw it working :) | 15:25 |
*** slate has quit IRC | 16:19 | |
*** slate has joined #sailfishos-porters | 16:37 | |
*** vgrade has quit IRC | 16:58 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!