*** ChanServ sets mode: +v T4 | 02:10 | |
mortalglitch | my build machine (an older laptop) keeps throwing thermal error and shutting off while running "make hybrid-hal" it's a quad core so I tried even running it at "make -j4 hybris-hal" and it still overheated, any other suggestions to lower the heat or should I just offload to a desktop? | 04:42 |
---|---|---|
lanodan | You should probably try to fix the heat problem too, but using a desktop is probably a good idea. | 04:58 |
mortalglitch | Will try and sort out the heat, didn't know if I had pushed it too hard with the ccache and -j4 | 05:05 |
r0kk3rz | lower the js | 07:42 |
*** ChanServ sets mode: +v T4 | 08:02 | |
OrokuSaki | Mal: https://git.merproject.org/mer-core/sensorfw/commit/5ee46d826dc008b78db88bdf1ff463faa4630e36 the latest commit doesn't work for me either.. fyi | 10:10 |
OrokuSaki | sensorfwd crashes | 10:10 |
mal | OrokuSaki: did you build both parts of sensorfw? | 10:10 |
OrokuSaki | dunno.. I did build packages and said yes to sensorfw | 10:11 |
OrokuSaki | reverted the commit and it worked | 10:11 |
mal | OrokuSaki: you cannot use that commit with the old normal sensorfw, I mean that sensorfw has two rpms, one with the core and another with hybris plugin, only the latter is built with build_packages.sh | 10:12 |
OrokuSaki | Mal: so.. how do you build the core? | 10:13 |
OrokuSaki | Mal: I didn't even really want to talk about sensors. Heh. 3.0.0.8 I read has better support for devices with native landscape | 10:15 |
mal | obviously use the other spec in the rpm folder of sensorfw https://git.merproject.org/mer-core/sensorfw/tree/master/rpm | 10:15 |
OrokuSaki | but my browser is still showing landscape when in portrait and vice versa.. always done this honestly with saifish 1 and 2. | 10:16 |
OrokuSaki | I will try that for the sensor, thanks | 10:16 |
OrokuSaki | =) | 10:16 |
OrokuSaki | all other apps rotate correctly. | 10:16 |
mal | OrokuSaki: browser is a bit funny | 10:17 |
mal | OrokuSaki: btw how did you fix rotation on your device, did you do the sensor matrix hack or the hwcomposer rotation thingy? | 10:18 |
OrokuSaki | mal: Yeah.. I changed everything that says portrait in the qml files for the browser, and it never changes.. do qml files get cached in a lipstick session? | 10:19 |
mal | OrokuSaki: assuming by default your device had wrong UI orientation | 10:19 |
mal | OrokuSaki: it's not like that, browsert renders directly | 10:19 |
OrokuSaki | I change the sensor matrix | 10:19 |
mal | OrokuSaki: there is this which might or might not work https://github.com/libhybris/libhybris/pull/374 | 10:21 |
mal | that is already included but needs to env var in the usual compositor config file | 10:21 |
OrokuSaki | my screen is 1024x768 landscape... in android it defaults to landscape.. in sailfish.. it defaults to portrait when it first boots into the demo\learning program | 10:21 |
OrokuSaki | when lipstick loads, and sensors are working, defaults to landscape | 10:21 |
OrokuSaki | if lipstick loads and sensors are not working, homescreen is in landscape | 10:22 |
mal | OrokuSaki: I have a similar device | 10:23 |
OrokuSaki | mal: lockscreen looks funny.. https://imgur.com/a/hz8ZNM2 Anyways, if you ever figure it out throw it on the faq please! | 10:27 |
OrokuSaki | stskeeps thought it was related to the kernel or something | 10:28 |
r0kk3rz | is that a square screen? | 10:29 |
OrokuSaki | 4:3 ratio | 10:30 |
r0kk3rz | close to square, i wonder if thats the issue | 10:30 |
OrokuSaki | =) I will cut off the edge with a saw.. | 10:30 |
r0kk3rz | yeah or that | 10:31 |
r0kk3rz | abranson: ^^ checkit | 10:31 |
T4 | <elros34> OrokuSaki: what hwcomposer version do you have? It should be printed when lipstick starts. For browser you may try this https://github.com/elros34/qt5-qpa-hwcomposer-plugin/commit/0cf356d3638c01a6ed46e7a023ba4a5af33fa447 | 13:19 |
r0kk3rz | mal: apparently theres some issue with 2.4ghz wifi on the XA2 | 13:22 |
mal | r0kk3rz: hmm | 13:22 |
OrokuSaki | @T4: == hwcomposer module == * Address: 0x722d4004 * Module API Version: 2 * HAL API Version: 0 ........... thanks.. what version do I have?... not 1.1 I guess | 13:33 |
OrokuSaki | I have tried these patches before and my screen never rotates, and I am sure the environmental variable is there | 13:34 |
OrokuSaki | I am guessing this has something to do with chromium rendering and qt | 13:35 |
OrokuSaki | elros34: I mean you =) | 13:39 |
T4 | <elros34> OrokuSaki: it should be something like that: * Version: 1030001 (interpreted as 1030001). IIRC my landscape tablet has 1010001 or similar. You need to build this branch of hwcomposer plugin, this commit is not in upstream | 13:45 |
OrokuSaki | elros34: I saw that, thanks. Building it now | 13:54 |
*** ChanServ sets mode: +v T4 | 14:08 | |
piggz | evening * | 19:06 |
piggz | well, that was unexpected, you cant use a Q_ENUM from one class, as a paramter to a Q_INVOKABLE in another from QML | 19:39 |
r0kk3rz | yeah theres a whole bunch of annoying qml rules like that | 19:46 |
piggz | r0kk3rz: fixed in 5.12 apparently | 19:56 |
piggz | :/ | 19:56 |
r0kk3rz | lame | 20:01 |
piggz | r0kk3rz: lamer, is the fact that it works for signal .. ei, a C++ class can emit a signal with a paramter as an enum from another class, and that works fine in QML .. but invoking a function doesnt | 20:31 |
*** ChanServ sets mode: +v T4 | 20:54 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!