00:02
duuude is now known as netop
00:08
netop is now known as duuude
02:39
Pali has quit [Ping timeout: 260 seconds]
04:03
pagurus has quit [Ping timeout: 260 seconds]
04:09
pagurus has joined #maemo-leste
04:33
joerg has quit [Ping timeout: 246 seconds]
04:34
joerg has joined #maemo-leste
04:58
macros_2ndPC has quit [Ping timeout: 260 seconds]
04:59
macros_2ndPC has joined #maemo-leste
05:04
mardy has joined #maemo-leste
05:37
hexagonwin has joined #maemo-leste
06:13
hexagonwin has quit [Remote host closed the connection]
06:54
avoidr has joined #maemo-leste
07:23
<
Wizzup >
uvos: I see yourt new patches for hp detect using new apis, mabye we should go for new kernel in -devel ?
07:24
pere has quit [Ping timeout: 260 seconds]
07:28
pere has joined #maemo-leste
07:45
duuude has quit [Ping timeout: 260 seconds]
07:59
<
Wizzup >
all image builds seem to fail like this:
07:59
<
Wizzup >
I: Base system installed successfully.
07:59
<
Wizzup >
blend_bootstrap_setup:3: number expected
08:02
<
Wizzup >
seems to maybe be this? [[ -n "$armsdk_version" ]] && req +=(device_name)
08:03
<
Wizzup >
maybe it's related to the key expiry somehow
08:08
<
Wizzup >
trying now
08:15
<
Wizzup >
looks like that was it
08:28
<
Wizzup >
freemangordon: which pkgs do I install to check out the rtcom work?
08:29
<
Wizzup >
rtcom-accounts-ui ?
08:29
<
Wizzup >
and librtcom-accounts-ui-client0 ?
08:34
<
Wizzup >
ah, the my information was from abook
08:35
<
freemangordon >
umm, yes
08:35
<
freemangordon >
otherwise installing rtcom-accounts-ui will pull everything needed (in theory)
08:37
<
Wizzup >
what should I see once I install that
08:37
<
Wizzup >
no cpa plugin, right?
08:37
<
freemangordon >
a new entry in cpl
08:37
<
freemangordon >
yes, there is
08:37
<
freemangordon >
"voip and im accounts"
08:38
<
Wizzup >
I see it now
08:38
<
Wizzup >
I guess I was so used to it on my n900
08:38
<
Wizzup >
it shows an empty wizard atm
08:38
<
Wizzup >
as expected I guess
08:38
<
freemangordon >
yeah, I know
08:38
<
freemangordon >
mhm
08:39
<
Wizzup >
man, so much changed for the news post, going to take some hours to finish this
08:40
<
Wizzup >
I'll make a pdf out of it when I am done and invite some comment
08:40
<
Wizzup >
(I won't push it to a hidden url like last time, since people picked it up with rss)
08:54
<
bencoh >
DNS seems fine from here (?)
09:01
<
Wizzup >
bencoh: yeah it is the temporary failure in the image build (which also doesn't cause a fatal error) that's annoying
09:01
<
Wizzup >
there are some things in arm-sdk that just don't cause fatal errors and it's really annoying
09:01
<
Wizzup >
I don't have the zsh knowhow to fix it
09:03
Twig has joined #maemo-leste
09:08
<
bencoh >
is there a reason why it would temporarily fail to resolve though?
09:09
<
bencoh >
you could add set -e at the top of the script btw
09:09
norayr has joined #maemo-leste
09:09
<
bencoh >
you'll get a lot of false positives at first, but at least it should catch everything
09:09
<
Wizzup >
does that work with zsh?
09:10
<
bencoh >
(damn, bash: zsh: command not found :D lemme check)
09:11
<
bencoh >
looks like it works, yeah
09:19
uvos has joined #maemo-leste
10:04
<
uvos >
Wizzup: the newer code is only different in implementation, functionally its the same
10:04
<
uvos >
Wizzup: but yes we should update the kernel as allways
10:33
Pali has joined #maemo-leste
10:39
<
uvos >
why do we have this terrible hack in af-services that sets the dbus session bus to be the one thats owned by the user user even in other users?
10:39
<
uvos >
this breaks quite a few things
10:41
<
Wizzup >
probably because without it, everything breaks :)
10:41
<
uvos >
right but what is everything
10:41
<
uvos >
because this is really broken
10:42
<
Wizzup >
what does it break for you?
10:42
<
uvos >
it breaks pulse if not in system mode
10:42
<
uvos >
and it breaks gsettings
10:42
<
uvos >
gesettings particually is impossible to use with this hack
10:42
<
uvos >
in a fairly sublte way:
10:43
<
uvos >
glib reads dconf keys directly, only writing goes thugh the deamon via dbus.
10:43
<
uvos >
so with this hack
10:43
<
uvos >
any application using gesettings writes values to the store of the user user
10:43
<
uvos >
but reads its settings from whatever user its running as
10:44
<
Wizzup >
what other user do you run the apps as, if not 'user'?
10:45
<
uvos >
well lots of stuff runs as root, plenty of stuff also drops privilages to nobody or whatever
10:46
<
uvos >
experiamenting: it also breaks all kde applications
10:47
<
uvos >
they read settings from ~ ini files
10:47
<
uvos >
and inform eatch other of settings changes via dbus
10:47
<
Wizzup >
bencoh: looks like the dns problem might be a real problem in the image generation
10:48
<
Wizzup >
uvos: and they don't get the dbus address somehow?
10:48
<
uvos >
they get get the bus from the evvars
10:48
<
uvos >
which af services sets to user
10:49
<
Wizzup >
so how does that break them?
10:49
<
Wizzup >
I don't understand
10:49
<
uvos >
they read from ~/.config
10:49
<
uvos >
but then they inform eatch other via dbus
10:49
<
Wizzup >
what insane behaviour
10:49
<
uvos >
gesettings works the same
10:49
<
uvos >
its not really insane
10:49
<
Wizzup >
probably to work around slowness in dbus?
10:50
<
uvos >
no because in kde there is no central settings repo
10:50
<
uvos >
so eg kwrite owns its ini file
10:50
<
Wizzup >
it looks like the dns problem shouldn't be too serious at least
10:50
<
uvos >
and if some other app wants to know when the settings changes
10:50
<
uvos >
it registers a dbus listener
10:51
<
uvos >
for gsettings yeah i think its for paralellisum
10:51
<
uvos >
anyhow it also breaks pulse
10:53
<
uvos >
btw osso-af-startup is extream mess in other ways too
10:53
<
uvos >
it dose lots of stuff thats not applicable and some stuff thats damageing
11:16
xmn has quit [Quit: ZZZzzz…]
11:53
<
sicelo >
k-apps :-p
11:55
Danct12 has joined #maemo-leste
12:17
<
Wizzup >
+ ssh amprolla@maedevu.maemo.org -- mkdir -p images/droid4/20220403
12:17
<
Wizzup >
Host key verification failed.
12:17
<
Wizzup >
will fix that in a little bit
12:25
norayr has left #maemo-leste [Error from remote client]
12:50
<
uvos >
what happend with parazyd anyhow?
12:51
<
uvos >
idk about stability wrt omap drivers :P
12:59
<
freemangordon >
mighty17[m]: ummm.... "Signed-off-by: Tony Lindgren <tony@atomide.com>"
13:00
<
freemangordon >
because of "if (dri2_dpy->image->base.version >= 8"
13:01
<
freemangordon >
well, because at that time it was working without that patch
13:02
<
freemangordon >
because tehre are more checks nad this patch alone is just a hack
13:02
<
freemangordon >
but later it got broken by upstream mesa
13:03
<
freemangordon >
so now it insists on having that extension which was not like that back then
13:04
<
mighty17[m] >
` if (dri2_dpy->image->base.version >= 15 &&`
13:05
<
freemangordon >
sorry, I don;t understand what you are asking
13:05
<
mighty17[m] >
freemangordon: now it can be applied (as a hack) and it should fix it....?
13:05
<
freemangordon >
maybe
13:05
<
freemangordon >
but rather not
13:05
<
mighty17[m] >
freemangordon: tmlind's patch.. instead of reverting why not apply that
13:05
<
freemangordon >
becasue it is a hack too
13:06
<
freemangordon >
the correct thing is to implement callback in PVR driver to return the supported buffer formats
13:06
<
mighty17[m] >
oh :(
13:06
<
freemangordon >
otherwise the applications will just get an emopty list
13:06
<
freemangordon >
*empty
13:06
<
freemangordon >
or incorrect
13:06
<
mighty17[m] >
or we just tell applications we dont support it?
13:06
<
freemangordon >
we cannot tell that as it is mandated by mesa
13:07
<
freemangordon >
we must support it
13:07
<
mighty17[m] >
but our blobs dont do it right...
13:07
<
freemangordon >
blobs? why blobs?
13:07
<
mighty17[m] >
powervr...?
13:08
<
freemangordon >
it is not about the blobs
13:08
<
freemangordon >
it is about mesa pvr driver
13:08
<
freemangordon >
it must implement that missing piece, even by returning hardcoded data
13:08
<
mighty17[m] >
oh this is pretty complicated for me :o
13:09
<
freemangordon >
sec
13:09
<
mighty17[m] >
freemangordon: so basically, what pvr mesa we use (from chromium) is so old it doesnt support that extension
13:09
<
freemangordon >
yes
13:10
<
freemangordon >
this is REed pvr blobs libdbm
13:10
<
freemangordon >
so?
13:10
<
freemangordon >
the driver itself implements v8
13:11
<
freemangordon >
of base_image
13:11
<
mighty17[m] >
freemangordon: oh wait when did this happen :o
13:11
<
freemangordon >
umm, what you mean?
13:11
<
freemangordon >
see the commit log
13:11
<
mighty17[m] >
ie RE of sgx-ddk-um :P
13:11
<
freemangordon >
see the commit log
13:12
<
freemangordon >
only this is lib REed
13:12
<
mighty17[m] >
right right, so we gotta implement v9 and so on?
13:12
<
freemangordon >
no, we need to implement queryDmaBufFormats (IIRC)
13:13
<
freemangordon >
but it was a while, it could have been something else we must implement
13:13
<
freemangordon >
it is just one function
13:14
<
mighty17[m] >
`.queryDmaBufFormats= PVRDRIQueryDmaBufFormats,` we already have it... maybe something else
13:14
<
freemangordon >
yeah, we must implement eglQueryDmaBufFormats as now it returns NULL formats
13:14
<
freemangordon >
yeah, maybe something else, I don;t remember
13:14
<
mighty17[m] >
yes correct
13:16
<
freemangordon >
but it calls in the blobs
13:16
<
freemangordon >
na dthis is not supported in our blobs
13:16
<
mighty17[m] >
riight i am getting it slowly
13:16
<
freemangordon >
*and this
13:16
<
freemangordon >
so we return EGL_SUCCESS and empty list
13:16
<
freemangordon >
or somesuch
13:16
<
mighty17[m] >
thats a hack :P
13:16
<
mighty17[m] >
freemangordon: our blobs ie the one you RE'd?
13:17
<
freemangordon >
the real blobc
13:17
<
freemangordon >
pvr_dri_support.so
13:17
<
freemangordon >
(IIRC)
13:17
<
mighty17[m] >
so his mesa is broken?
13:17
<
freemangordon >
it doesn't have the needed function exported
13:17
<
freemangordon >
no idea
13:17
<
mighty17[m] >
im confused, if blobs dont support it why'd it be in mesa
13:18
<
freemangordon >
becasue this is crhomioumos mesa
13:18
<
freemangordon >
for different driver
13:18
<
freemangordon >
not for ours
13:19
<
freemangordon >
thats why I REed pvr_dri.so that came with our blobs
13:19
<
mighty17[m] >
ohhh damn
13:19
<
mighty17[m] >
freemangordon: so atleast we know what func we have :D
13:19
<
freemangordon >
so what we have in
*our* mesa is exactly what comes with DDK 1.17 blobs
13:19
<
mighty17[m] >
so basically we need to implement what chromiumos mesa had but with funcs in our blobs
13:19
<
freemangordon >
exactly
13:20
<
freemangordon >
or just hardcode
13:20
<
Wizzup >
uvos: @ what happened, your guess is a good as mine
13:20
* freemangordon
is afk
13:20
<
uvos >
Wizzup: newspost looks correct otherwise
13:21
<
mighty17[m] >
freemangordon: oooh thanks for the guide!
13:21
<
Wizzup >
in another month or so I'll remove his ssh keys
13:21
<
Wizzup >
uvos: ok, if you have more things you think should be added lmk
13:21
<
uvos >
salutem maybe?
13:22
<
uvos >
maybe distobute the newspost via salutem :P
13:27
<
Wizzup >
was thinking about that
13:29
<
sicelo >
I can somewhat confirm parazyd is fine where he is. I dropped him a message on Facebook a couple of weeks ago
13:35
q655778 has joined #maemo-leste
13:37
Guest9123 has joined #maemo-leste
13:37
q655778 has quit [Client Quit]
13:37
Guest9123 has quit [Client Quit]
13:37
G54 has joined #maemo-leste
13:39
G54 has quit [Client Quit]
13:40
<
bencoh >
sicelo: oh, that's a good start, if you received some kind of answer
14:13
duuude has joined #maemo-leste
15:02
pere has quit [Ping timeout: 260 seconds]
15:51
hexagonwin_ has joined #maemo-leste
16:09
duuude has quit [Ping timeout: 260 seconds]
16:15
pere has joined #maemo-leste
16:30
duuude has joined #maemo-leste
16:45
<
sicelo >
When charging, wouldn't it be a good idea to use a different LED color while charging and when full? Anything that prevents this? (Referring to Droid 4)
16:48
<
Wizzup >
droid4 has the led override still
16:49
<
Wizzup >
so it always shows the green one
17:15
<
uvos >
charge led is forced by hardware
17:16
<
uvos >
theres a register bit thats called disable_charge_led in moto kernel sources
17:16
<
uvos >
but changing it stops charging entirely for some resaon
17:16
<
uvos >
so maybe its misslabled
17:17
<
uvos >
clearly charging with the led is disabled is possible, as android dose so, so really you would just have to diff the registers between android and mainline chargeing
17:17
<
uvos >
should not be hard to figure out, but its not a priority
17:23
xmn has joined #maemo-leste
18:10
tvall has joined #maemo-leste
18:22
<
mighty17[m] >
(intel_image_formats/g_asFormats for us)
18:23
<
freemangordon >
mighty17[m]: sorry, cannot help further without spending some time I don;t have now
18:26
<
mighty17[m] >
oh alrighty, feel free to have a look once you're free and ping me, its my first time doing it so 😅
18:27
<
freemangordon >
well, better do not wait for me, I am not sure I will have time for that soon
18:33
<
mighty17[m] >
i am unsure if what im doing is correct anyways :P
19:01
duuude has quit [Ping timeout: 260 seconds]
19:06
duuude has joined #maemo-leste
19:33
Danct12 has quit [Remote host closed the connection]
19:33
Danct12 has joined #maemo-leste
20:20
Twig has quit [Remote host closed the connection]
20:20
duuude has quit [Ping timeout: 260 seconds]
20:39
duuude has joined #maemo-leste
21:13
norayr has joined #maemo-leste
21:14
mardy has quit [Quit: WeeChat 2.8]
21:19
duuude has quit [Ping timeout: 252 seconds]
21:22
uvos has quit [Read error: Connection reset by peer]
21:23
duuude has joined #maemo-leste
21:57
uvos has joined #maemo-leste
22:15
duuude has quit [Ping timeout: 250 seconds]
22:18
elastic_dog has quit [Ping timeout: 252 seconds]
22:24
elastic_dog has joined #maemo-leste
23:01
duuude has joined #maemo-leste
23:17
uvos has quit [Ping timeout: 256 seconds]