00:01
cockroach has joined #maemo-leste
03:03
xmn has quit [Read error: Connection reset by peer]
03:04
xmn has joined #maemo-leste
03:12
cockroach has quit [Quit: leaving]
03:22
xmn has quit [Quit: ZZZzzz…]
05:51
joerg has quit [Ping timeout: 250 seconds]
05:51
joerg has joined #maemo-leste
07:02
<
mighty17[m] >
freemangordon: with your mesa, i dont think hw accl works
07:05
<
mighty17[m] >
`failed to load driver: omapdrm` i suppose something broke during packaging
07:09
Twig has joined #maemo-leste
07:41
mardy has joined #maemo-leste
07:44
<
mighty17[m] >
yup, i clearly dont know how to build it correctly, any tips?
07:49
<
freemangordon >
mighty17[m]: export MESA_LOADER_DRIVER_OVERRIDE=pvr
07:50
<
freemangordon >
this is an outstanding issue
07:50
<
freemangordon >
pvr_dri is not being loaded when /dev/dri/card0 is omapdrm
07:51
<
freemangordon >
I don;t know how this should be fixed
07:51
<
freemangordon >
or rather - haven;t looked how to fix it
07:53
<
freemangordon >
so, the patch you linked is not in 'my' mesa?
07:54
pere has quit [Ping timeout: 268 seconds]
07:54
<
freemangordon >
it seems like a hack to me though
07:54
<
freemangordon >
can we get xc-racer99 here somehow?
07:57
<
mighty17[m] >
<freemangordon> "this is an outstanding issue" <- Outstanding??
07:57
<
mighty17[m] >
freemangordon: Nope it's from xc racer's mesa
07:57
<
mighty17[m] >
freemangordon: I suppose we can contact him from email, but afaik he doesn't have more time for this anymore
08:06
<
freemangordon >
sorry, bad English :)
08:06
<
freemangordon >
I meant пендинг
08:06
<
freemangordon >
pending
08:07
<
freemangordon >
anyway, I don;t feel symlinking everything to pvr driver a good solution
08:08
_inky has quit [Ping timeout: 250 seconds]
08:08
<
freemangordon >
anyway, does it work with export MESA_LOADER_DRIVER_OVERRIDE=pvr ?
08:10
<
freemangordon >
yeah, Tomi has replied :)
08:17
Pali has joined #maemo-leste
08:19
Twig has quit [Ping timeout: 240 seconds]
08:31
pere has joined #maemo-leste
08:31
<
mighty17[m] >
<freemangordon> "anyway, does it work with export..." <- yup, checked with kmscube, its working
08:32
<
mighty17[m] >
but phosh still seems to be using sw rendering
08:33
<
mighty17[m] >
or its just really slow compared to before
08:35
<
mighty17[m] >
9fps with glxgears, ouch
08:36
<
mighty17[m] >
yup phosh seems to be using llvm somehow, idk
08:37
<
mighty17[m] >
`gbm: did not find extension DRI_Core version 1`
08:37
<
mighty17[m] >
`gbm: did not find extension DRI_DRI2 version 1`
08:37
<
mighty17[m] >
`failed to bind extensions`
08:37
<
mighty17[m] >
`failed to load driver: omapdrm`
08:37
<
freemangordon >
maybe rename /dev/dri/card0<->/dev/dri/card1
08:38
<
freemangordon >
well, yes
08:38
<
mighty17[m] >
on wayland?
08:38
<
freemangordon >
no idea
08:38
<
freemangordon >
try to rename the cards
08:39
<
freemangordon >
or somehow provide /dev/dri/card1 to whatever wayland crap you use
08:40
<
mighty17[m] >
freemangordon: no, /dev/dri/card0 is the correct one
08:40
Pali has quit [Ping timeout: 268 seconds]
08:40
<
freemangordon >
mighty17[m]: well, I was able to run weston 6 here
08:40
<
mighty17[m] >
else i get `Failed to take device '/dev/dri/card1': No such file or directory`
08:41
<
freemangordon >
you need to 'mv card0 card2','mv card1 card0','mv card2 card1'
08:41
<
freemangordon >
so 'swap' not 'rename'
08:41
<
mighty17[m] >
i only have card0 xD
08:41
<
freemangordon >
mknod
08:41
<
mighty17[m] >
`by-path card0 renderD128 renderD129`
08:42
<
freemangordon >
seems you already nuked card1 :)
08:42
<
freemangordon >
sec
08:42
<
mighty17[m] >
never had card1 xD
08:42
<
freemangordon >
what?
08:43
<
freemangordon >
what kernel is that?
08:43
<
freemangordon >
and... what device is that?
08:43
<
freemangordon >
you should have 2 cards tehre
08:43
<
mighty17[m] >
kernel is openpvrsgx 5.15-rc2 from tmlind
08:43
<
freemangordon >
unless someone deletes one of them
08:43
<
mighty17[m] >
and device is samsung-espresso
08:43
<
freemangordon >
the same here and I have 2 cards
08:44
<
freemangordon >
are you sure you don;t have some init script that deletes the second card?
08:44
<
freemangordon >
(not the device ofc)
08:44
<
freemangordon >
but I have 2 cards on d4 and n900
08:44
<
mighty17[m] >
pretty sure nothing touches the cards
08:44
<
freemangordon >
both use the same kernel
08:44
<
mighty17[m] >
oh wait
08:45
<
mighty17[m] >
i now have two cards
08:45
<
freemangordon >
see
08:45
<
freemangordon >
hmm, try now with export MESA_LOADER_DRIVER_OVERRIDE=pvr
08:46
<
mighty17[m] >
still seems broken
08:47
<
mighty17[m] >
yup pretty sure that didnt work
08:47
<
freemangordon >
ok, symlink pvr_dri.so to omapdrm_dri.so
08:47
<
mighty17[m] >
only kmscube works xD
08:47
<
freemangordon >
also, which pvr_dri gets loaded?
08:47
<
freemangordon >
are you sure you build mesa with WL enabled?
08:49
<
mighty17[m] >
freemangordon: `-Dplatforms=x11,wayland \` ?
08:49
<
mighty17[m] >
freemangordon: i already have omapdrm_dri.so
08:49
<
freemangordon >
ok, and what about pvr_dri.so?
08:49
<
freemangordon >
wait. how?
08:49
<
mighty17[m] >
uhh riight, about that
08:49
<
freemangordon >
is it a symlink?
08:50
<
mighty17[m] >
i used build instructions from xc-racer's mesa
08:50
<
mighty17[m] >
which has that "hack"
08:50
<
freemangordon >
so you cherry-picked that commit?
08:50
<
mighty17[m] >
no, ugh i see
08:50
<
mighty17[m] >
its a mess
08:50
<
freemangordon >
yeah, it's a mess :D
08:51
<
mighty17[m] >
`install -Dm644 output/src/mesa/drivers/dri/libmesa_dri_drivers.so "$pkgdir/$_dri_driverdir"/omapdrm_dri.so`
08:51
<
mighty17[m] >
so this is what his mesa's build does
08:51
_inky has joined #maemo-leste
08:51
<
freemangordon >
please, pull my repo clean and built it as it is
08:52
<
freemangordon >
once you have it working, start playing on top
08:52
<
freemangordon >
gitlab does nto liuke my browser (ff66)
08:52
<
freemangordon >
*like
08:52
<
mighty17[m] >
the issue is i'd like it packaged like in apkbuild
08:53
<
freemangordon >
sore, but lets have it working as it is first
08:53
<
freemangordon >
and then package it
08:53
<
freemangordon >
could you pastebin what you want me to see
08:53
<
freemangordon >
I cannot open the link ^^^
08:53
<
mighty17[m] >
freemangordon: ah so the tradition of building mesa on omap4 must continue :P
08:54
<
freemangordon >
_dri_drivers="exynos,tidss,tilcdc,omapdrm"
08:54
<
freemangordon >
so pvr is renamed to omapdrm?
08:54
<
freemangordon >
also, why it is copyed 5 times instead of symlinks?
08:55
<
freemangordon >
ok, then MESA_LOADER_DRIVER_OVERRIDE=pvr should not be used
08:55
<
mighty17[m] >
freemangordon: well idk xD
08:55
<
mighty17[m] >
should be omapdrm?
08:55
<
freemangordon >
yes
08:56
<
freemangordon >
try with 'export MESA_LOADER_DRIVER_OVERRIDE=omapdrm'
08:56
<
freemangordon >
or, symlink omapdrm_dri.so to pvr_dri.so
08:56
<
freemangordon >
and then 'export MESA_LOADER_DRIVER_OVERRIDE=pvr'
08:56
<
mighty17[m] >
i did the symlink, but that didnt work xD
08:57
<
freemangordon >
how exactly it doesn;t work?
08:57
<
freemangordon >
also, do you have the other blobs installed?
08:58
<
mighty17[m] >
yup all sgx blobs
08:58
<
mighty17[m] >
freemangordon: `glamor: 'wl_drm' not supported`
08:58
<
freemangordon >
what is "DRM universal planes unsupported " ?
08:59
<
freemangordon >
do you have glmark?
08:59
<
freemangordon >
could you run glmark-es2-drm?
08:59
<
mighty17[m] >
freemangordon: tha comes everytime
09:00
<
mighty17[m] >
freemangordon: that- uh works...
09:00
<
mighty17[m] >
`[build] use-vbo=false: FPS: 89 FrameTime: 11.236 ms`
09:00
<
freemangordon >
cool
09:00
<
mighty17[m] >
` GL_RENDERER: PowerVR SGX 540`
09:00
<
freemangordon >
ok, seems glamor requires an extension not provided by the driver
09:00
<
mighty17[m] >
so something wrong with phosh?
09:00
<
freemangordon >
looks like
09:01
<
freemangordon >
does it work woth chomeoes mesa?
09:01
<
freemangordon >
*with
09:01
<
mighty17[m] >
it being phosh? yes it does
09:04
<
freemangordon >
oh, I think I know the what happens
09:05
System_Error has joined #maemo-leste
09:05
<
freemangordon >
why it tries to use glamor? does it use glamor with chomeos mesa too?
09:05
<
mighty17[m] >
I'll send a log with chromeos mesa shortly
09:05
<
freemangordon >
this mesa has x11 support, so I guess it tries to start xwayland
09:06
<
freemangordon >
mighty17[m]: again, pull and build my tree as it is
09:06
<
freemangordon >
then export MESA_LOADER_DRIVER_OVERRIDE=pvr
09:06
<
freemangordon >
this is what I used for weston 6 and it worked
09:07
<
mighty17[m] >
yeah, that seems to be the last resort
09:07
<
freemangordon >
this is weston.ini I used
09:09
<
freemangordon >
mighty17[m]: try to disable xwayland somehow
09:09
<
mighty17[m] >
freemangordon: that shouldnt make a lot of diff, i have similar phoc.ini
09:09
<
mighty17[m] >
freemangordon: build with just wayland support?
09:09
<
freemangordon >
Failed to initialize glamor, falling back to sw
09:09
<
freemangordon >
the same
09:10
<
mighty17[m] >
but hw accl works
09:10
<
freemangordon >
what do you mean?
09:10
<
mighty17[m] >
so something else is failing
09:10
<
mighty17[m] >
ie, phosh with chromeos mesa does not use llvm
09:11
<
freemangordon >
how do you know it uses HW and not SW?
09:11
<
mighty17[m] >
it, doesnt lag xD
09:11
<
freemangordon >
it?
09:11
<
freemangordon >
what is it?
09:11
<
mighty17[m] >
it being the ui/phosh
09:12
<
freemangordon >
well, in both cases it says it does SW render
09:12
<
mighty17[m] >
failed to bind extensions
09:12
<
mighty17[m] >
failed to load driver: omapdrm
09:12
<
mighty17[m] >
this seems to not come with chromeos mesa
09:12
<
freemangordon >
'GL_OES_texture_border_clamp required' is required
09:13
<
freemangordon >
without that extension you cannot start glamor
09:13
<
freemangordon >
and this is not supported by PVR drivers
09:13
<
mighty17[m] >
that extension is not supported by pvr anyways
09:13
<
freemangordon >
so, no glamor for you
09:13
<
mighty17[m] >
gbm: did not find extension DRI_Core version 1
09:13
<
mighty17[m] >
gbm: did not find extension DRI_DRI2 version 1
09:14
<
freemangordon >
no idea, I guess it tries to use wrong card
09:14
<
mighty17[m] >
freemangordon: well in chromeos mesa, phosh purely uses wayland (x not supported at all)
09:14
<
freemangordon >
did you try to swap the names?
09:14
<
freemangordon >
mighty17[m]: yes, that's why I said to disable xwayland in config
09:14
<
mighty17[m] >
that made phosh refuse to start
09:14
<
freemangordon >
well...
09:14
<
freemangordon >
do you have weston?
09:15
<
mighty17[m] >
I'll have to download it, but yes i do
09:15
<
freemangordon >
you need v6, at least
09:15
<
freemangordon >
so, please download
09:15
<
freemangordon >
and start it with the config ^^^
09:15
<
mighty17[m] >
its v5 :(
09:16
<
freemangordon >
glmark-es2-wayland won;t work
09:16
<
freemangordon >
but well, at least it will tell you about the renderer
09:16
<
freemangordon >
install it
09:16
<
freemangordon >
es2gears will wotk at least
09:29
<
mighty17[m] >
Fmg, instead of this madness, I'll just clean compile your tree now
09:29
<
mighty17[m] >
The ritual of compiling mesa on omap4 must happen :P
09:32
<
freemangordon >
mhm
09:35
* bencoh
mutters something about cross-compiling on pc and returns back to the shadow
09:38
<
freemangordon >
I tried to do that in leste and failed miserably
09:46
<
mighty17[m] >
<bencoh> "mutters something about cross-..." <- Nah the ritual must be done!
09:50
<
bencoh >
freemangordon: right, but you haven't tried with my scratchbox-like wrappers! :)
09:50
<
bencoh >
actually lemme check that ... which devuan package would that be?
09:56
<
Wizzup >
well I guess this is fmg's mesa repo
09:57
<
mighty17[m] >
<bencoh> "freemangordon: right, but you..." <- If give it a go then ;)
09:57
<
mighty17[m] >
Eli5 pls
10:02
zhxt has quit [Ping timeout: 250 seconds]
10:10
<
bencoh >
hmm, does it really need a newer meson than what is in leste/beowulf?
10:10
<
bencoh >
meson (>= 0.52), but I have 0.49
10:11
<
Wizzup >
I am not sure if it does, please figure it our for us :)
10:11
<
Wizzup >
we also run into this when packaging it in CI
10:11
<
bencoh >
how do you build it then?
10:11
<
Wizzup >
btw, did you document your way somewhere? it might be useful for parazyd
10:11
<
Wizzup >
we don't in CI yet
10:11
<
Wizzup >
but we'd love ti
10:11
<
bencoh >
Wizzup: I did back then, I even posted it here
10:11
<
Wizzup >
we're on some older mesa
10:11
<
Wizzup >
bencoh: I recall the pastebin
10:11
<
Wizzup >
maybe it makes sense to have it on the wiki somewhere
10:11
<
bencoh >
yeah I mean, how do fmg and others build it?
10:12
<
Wizzup >
I suspect they don't run into problems since they don't use dpkg-buidlpackage
10:12
<
Wizzup >
iow probably the meson bump is not required for our usecase
10:13
<
bencoh >
alright, let's change the requirement then
10:13
<
bencoh >
meson.build:21:0: ERROR: Meson version is 0.49.2 but project requires >= 0.52.
10:13
<
bencoh >
duhduhduh ...
10:14
<
Wizzup >
maybe it is in backports or pip installable?
10:14
<
Wizzup >
freemangordon:
10:14
zhxt has joined #maemo-leste
10:15
xmn has joined #maemo-leste
10:23
<
freemangordon >
I installed newer meson
10:23
<
freemangordon >
not sure where from
10:23
<
freemangordon >
maybe from chimaera
10:24
<
freemangordon >
Version: 0.56.1-1~bpo10+1
10:25
<
freemangordon >
bencoh: ^^^
10:25
<
bencoh >
looks like meson 0.49 has trouble with proper function detection (it failed on popcount)
10:25
<
bencoh >
I just installed 0.56 as well
10:25
<
freemangordon >
yeah
10:26
<
bencoh >
looks like it started building (with dpkg-buildpackage) ... let's see if it works
10:26
<
freemangordon >
it does
10:26
<
freemangordon >
but you may to tweak debain/rules
10:26
<
freemangordon >
IIRC pvr is not enabled
10:26
<
bencoh >
meson is python-based and it kinda grinds the cpu in a silly way apparently (since it's emulated in my setup)
10:27
<
freemangordon >
- DRI_DRIVERS += nouveau
10:27
<
freemangordon >
+ DRI_DRIVERS += nouveau pvr
10:27
<
bencoh >
I replaced ninja with its amd64 counterpart, but not meson (I was afraid to break the detection system)
10:27
<
bencoh >
well, we'll try that once it builds without pvr
10:28
<
bencoh >
something tells me I could remove nouveau/radeon as well actually, but meh
10:28
<
freemangordon >
yeah
10:28
<
freemangordon >
was about to ask why do we need that
10:28
<
bencoh >
we don't! :D
10:29
<
bencoh >
well, except for the pc version of leste (:>)
10:29
<
Wizzup >
bencoh: if this works, it would be great to see if it builds rebased on latest mesa release as well
10:29
<
Wizzup >
I guess 21.2.5 or so
10:30
<
Wizzup >
then we can also provide pinephone users with a newer lima
10:30
<
Wizzup >
newer X might help them, too, since that's released now
10:30
<
bencoh >
this is 17.3, right?
10:30
<
Wizzup >
no, it's pretty recent I think
10:30
<
bencoh >
(git describe says mesa-17.3.1-1-39356-g5bd40a453e1)
10:30
<
Wizzup >
I think it's 21.something based
10:30
<
bencoh >
I'm currently trying to build mesa-pvr-ti
10:31
<
Wizzup >
I might be wrong, but 17.x is really really really old
10:31
<
Wizzup >
seems more like a case of missing tags or something
10:32
<
Wizzup >
so it's 20.something
10:32
<
freemangordon >
:nod:
10:32
<
bencoh >
is that mea-pvr-ti?
10:32
<
freemangordon >
yes
10:32
<
bencoh >
ah, got it
10:32
<
bencoh >
they have annoted tags and unannoted tags
10:32
<
bencoh >
git describe --tags origin/mesa-pvr-ti
10:32
<
bencoh >
20.3.2-18-g5bd40a453e1
10:32
<
freemangordon >
mesa (20.3.2-2) UNRELEASED; urgency=medium
10:32
<
bencoh >
that's better
10:32
<
Wizzup >
and iirc it rebased on top of 21.2.5 without many problems according to uvos, so if this builds, maybe it's worth trying that
10:33
<
bencoh >
21.x doesn't seem to be part of master though .... actually I don't understand how they manage their release tags
10:33
<
bencoh >
git describe --tags origin/master
10:33
<
bencoh >
20.3.0-4446-g288032a8731
10:33
<
bencoh >
sounds silly to me
10:33
<
freemangordon >
hmm, origin is?
10:34
<
bencoh >
oh, I guess you didn't update master
10:34
<
freemangordon >
mhm
10:34
<
bencoh >
(still building ...)
10:34
<
freemangordon >
takes 2 hours on d4 :)
10:34
<
bencoh >
I hope it will take less :]
10:34
<
Wizzup >
freemangordon: still better than on n900
10:35
<
bencoh >
currently building freedreno I think
10:35
<
freemangordon >
well, I guess it will not be able to build it on n900
10:35
<
freemangordon >
because of the lack of RAM
10:36
xmn has quit [Ping timeout: 264 seconds]
10:37
<
bencoh >
now running tests ...
10:37
<
bencoh >
(that part if freaking slow, obviously)
10:44
<
bencoh >
note to self: replace dwz (dwarf optimization, wtf) with amd64 counterpart
10:50
<
bencoh >
I'll probably replace dwz then retry with pvr enabled
10:50
<
bencoh >
freemangordon: do I need any external lib for pvr?
10:50
<
bencoh >
or is it self-contained?
10:54
<
freemangordon >
bencoh: no external libs are needed for build
10:55
<
freemangordon >
it dload() pvr_dri_support.so or somesuch
10:55
<
freemangordon >
in runtime that is
10:56
<
bencoh >
alright, let's see then
10:56
<
freemangordon >
have to run, ttyl
11:39
<
bencoh >
looks like it worked for pvr as well
11:41
<
Wizzup >
just wondering, did that also build lima and such?
11:41
<
bencoh >
anyone wanna try the result? :]
11:42
<
bencoh >
I think so, lemme check
11:42
<
bencoh >
$ dpkg-deb -c ../libgl1-mesa-dri_20.3.2-2_armhf.deb |grep lima
11:42
<
bencoh >
hrw-r--r-- root/root 0 2021-01-04 07:07 ./usr/lib/arm-linux-gnueabihf/dri/lima_dri.so link to ./usr/lib/arm-linux-gnueabihf/dri/armada-drm_dri.so
11:42
<
bencoh >
funnily enough, pvr_dri points to nouveau_vieux.so btw
11:42
<
Wizzup >
that seems quite weird/wrong (for both), but I am not sure
11:43
<
bencoh >
I thought so, then I had a look at pvr vs nouveau, and cmp on the files in debian/ says they're identical; and pvr stuff shows up in pvr_dri.so
11:46
<
Wizzup >
so maybe dpkg-deb -c is just confused
11:46
<
Wizzup >
unless pvr stuff shows up in nouveau_vieux ;-)
11:56
<
bencoh >
well, cmp says they're identical, so I'd expect so
11:56
<
bencoh >
unless I missed something
11:56
<
bencoh >
(currently uploading for anyone willing to try)
12:05
pere has quit [Ping timeout: 240 seconds]
12:08
<
bencoh >
(disclaimer: if it breaks, it means either that my build failed miserably, or that fmg forgot to remove some easteregg :>)
12:08
<
Wizzup >
(plus: it also requires a lot of other things installed, so it can't just be installed on a d4 or n900 without all the other parts)
12:16
freemangordon has quit [Ping timeout: 250 seconds]
12:36
avoidr has quit [Ping timeout: 264 seconds]
12:37
avoidr has joined #maemo-leste
12:57
joerg has quit [Read error: Connection reset by peer]
13:01
joerg has joined #maemo-leste
13:07
ashley has joined #maemo-leste
13:29
pere has joined #maemo-leste
14:14
<
mighty17[m] >
<freemangordon> "takes 2 hours on d4 :)" <- Only 2 hours?
14:14
<
mighty17[m] >
(but then I won't be able to uninstall it :()
14:29
_inky has quit [Ping timeout: 256 seconds]
14:45
_inky has joined #maemo-leste
15:09
<
mighty17[m] >
freemangordon: what build commands needed for mesa? Like the cflags/env vars
15:09
<
mighty17[m] >
Was the pastebin link I sent enough?
15:17
alex1216 has joined #maemo-leste
15:28
alex1216 has quit [Ping timeout: 245 seconds]
15:46
freemangordon has joined #maemo-leste
16:57
<
mighty17[m] >
freemangordon: `MESA-LOADER: failed to open omapdrm: Error loading shared library /usr/lib/xorg/modules/dri/omapdrm_dri.so: No such file or directory (search paths /usr/lib/xorg/modules/dri, suffix _dri)` errmm what??
16:58
<
bencoh >
I guess you should keep omapdrm in the dri_drivers list
16:59
<
mighty17[m] >
i forgot to add _dri xD
16:59
<
mighty17[m] >
anyways now i get
17:03
<
mighty17[m] >
back to the same square
17:08
<
freemangordon >
did you try weston?
17:11
zhxt has quit [Ping timeout: 256 seconds]
17:13
<
mighty17[m] >
I only have Weston 5 packaged
17:13
<
freemangordon >
try it
17:13
<
freemangordon >
to see if mesa works correctly
17:14
<
freemangordon >
or, build weston 6
17:15
<
mighty17[m] >
Will do that later, night for me
17:23
zhxt has joined #maemo-leste
17:34
Pali has joined #maemo-leste
17:48
Wikiwide has quit [Ping timeout: 268 seconds]
18:34
akossh has joined #maemo-leste
19:24
alex1216 has joined #maemo-leste
20:44
alex1216 has quit [Quit: WeeChat 2.3]
21:10
mardy has quit [Quit: WeeChat 2.8]
21:13
System_Error has quit [Remote host closed the connection]
21:14
System_Error has joined #maemo-leste
21:24
sunshavi has quit [Ping timeout: 244 seconds]
21:44
sunshavi has joined #maemo-leste
21:47
xmn has joined #maemo-leste
21:52
System_Error has quit [Ping timeout: 276 seconds]
21:59
System_Error has joined #maemo-leste
22:08
Blikje has quit [Remote host closed the connection]
22:15
Blikje_ has joined #maemo-leste
22:15
Blikje_ is now known as Blikje
22:16
xmn has quit [Quit: ZZZzzz…]
22:36
xmn has joined #maemo-leste
22:41
akossh has quit [Ping timeout: 256 seconds]
22:51
Wikiwide_ has joined #maemo-leste
22:54
Wikiwide_ is now known as Wikiwide
23:08
Langoor has quit [Ping timeout: 260 seconds]