libera/#maemo-leste/ Sunday, 2021-06-06

tmlindoh nice, good to hear pinephone has working pm for suspend now :)08:06
* enyc meows09:30
enyctmlind: useful =) alas not for n900 ??09:30
Palifreemangordon: Hi! Did you have a time to look at that u-boot rx51 usb code?14:17
scopsHello :) i`m going to buy a pinephone for maemo leste since i really liked Diablo back in the day (i know maemo leste is more like maemo 5 than 4). so my question is; do i need to reflash and follow the steps on https://leste.maemo.org/PinePhone for every update or can i just "apt upgrade" or something like that?14:46
scopsand how useable for example in compare to Nokia n810/n800 is maemo leste in the current state of development?14:47
Wizzupapt upgrade will work14:48
Wizzupn810 didn't do calls, right?14:48
scopsyeah, i dont need a new phone... i'm looking for modern replacement for my old internet "tablet" ;)14:49
scopsso wwan functionality doesnt matter for me atm14:49
Wizzuppinephone with keyboard should work pretty well14:52
Wizzupthere are some power management and 3d driver things to sort out, but it's not bad I think14:52
scopsdoes leste also include modern ports of old applications? for example gpe apps or the original internet tablet and maemo5 apps like the mailer, file management (....)?14:53
scopsi ask because imho modern gtk3 apps are somewhat slow on librem5 (i have one) and even slower on the pinephone14:54
scops(hehe even my old n810 feels faster on something like ebook reading or file management than the librem5 with phosh xD)14:55
sicelo:-)15:08
siceloAs for old applications, some have been ported already, and others can be ported on request15:09
scopshow can i show the mouse on vbox? in the wiki there is a command switch for qemu... but on vbox?15:11
Wizzupit should just be visible15:11
scopsit isnt... i'm testing the maemo-leste-1.0-amd64-20210530 build15:12
scopsit flashes for a sec if i scroll15:12
Wizzupscops: what input device did you select in vbox15:20
Wizzuphttps://leste.maemo.org/Virtual_Machine#VirtualBox15:20
WizzupIf the mouse pointer is grabbed and no cursor shows, you can add:15:20
Wizzup-usb -device usb-tablet15:20
Wizzupto the command line. Alternatively if that dose not work you can instead add:15:20
Wizzup-usb -device usb-mouse -machine vmport=off15:20
scopsthats what i said, that is a commandline switch for15:21
scopsqemu15:21
scopsnot for virtualbox15:21
gordon1hi, got redirected here from #maemo, basically a question about n900 power management, why leste's current consumtion is 10x more than original freemantle? Do we know the reason? I got told that it's up to userspace cooperation and everything is ready for correct PM in kernel, is that so? And if that's so can I at least get proof-of-concept 8mA consumtion on idle with everything disable and no15:23
gordon1userspace software runing with recent kernel?15:23
buZz8mA? :O15:27
gordon1according to wiki idle/no sim/no wlan consumption is 7mA https://wiki.maemo.org/N900_Hardware_Power_Consumption15:28
buZzdid you see https://leste.maemo.org/Nokia_N900#Power_Management ?15:28
buZzthe most interesting there is > Currently it does not yet reliably reach any sleep modes.15:29
gordon1sure, but why?15:29
gordon1do we know the reason?15:29
buZzwell https://github.com/maemo-leste/bugtracker/milestone/22 is a start15:30
gordon1guys on #maemo told me that it is up to userspace, i.e. userspace stop CPU from going into those states?15:30
buZzright, i'm not sure what you're asking, you want to run the kernel without any userspace?15:30
buZzmaybe you could replace /bin/init with a small script? :P15:31
buZznot sure how you'd even readout power draw then, unless you're measuring externally15:32
gordon1yep, i've been there too, but only relevant issue there is power consumtion measurement tool, which just shows that cpu doesn't go below C1 for any significant amount of time, but i'm not sure if it answers the question "why?", maybe i just can't read the output of this tool15:33
gordon1yeah, that could be a start, good idea15:33
buZza linux system is many parts that can all be throwing rocks in the gears :)15:33
bencohyou don't really need to "replace" /bin/init for that btw15:33
gordon1i think i can just read bq27200/current_now every N seconds, is that reliable source of current consumption?15:34
bencohyou can just disable most services and see whether it actually starts entering idle states15:34
buZzoh thats a nice route aswell yeah15:34
buZzdoes framebuffer console work on the leste kernel?15:34
bencohgordon1: probably, and if not, there is some script that reads values from the bq27xx fuel gauge using i2cget15:34
gordon1bencoh: well, i thought more of doing some small initrd to make sure there is nothing running15:35
Wizzupgordon1: we do know the reason, we don't hit OFF mode currently15:35
Wizzupso something keeps kernel awake15:35
bencohgordon1: that would probably work as well15:35
Wizzupcould be powervr driver or something else15:35
Wizzupit's solveable (and I got a later kernel to idle well without pvr loaded)15:35
buZzdoes n900 use the same version of powervr as droid4 ?15:35
WizzupbuZz: not currently, no15:35
buZzcould it?15:35
gordon1Wizzup: yey15:35
bencoh(huh, I was about to ask whether it was pvr-related :( )15:36
gordon1so, to summarize, we can get low power consumption without graphics?15:36
bencohWizzup: does it reach the default arm idle state (based on wfi) at least?15:37
buZzwizzup said he achieved that on a different kernel from the one inside leste now15:37
gordon1is there some "generic" fb stuff that i could use instead of powervr driver?15:37
gordon1buZz: well, i'm compiling my mainline 5.19.2 right now to give it a try, so don't think that's a problem15:38
Wizzupgordon1: great, you can start trying it with minimal userspace, see if it hits off mode, then starting maemo15:38
Wizzupkeep in mind that leste requires powervr in the kernel, and we don't have that in recent lerkenl15:38
Wizzupkernel*15:38
Wizzupalso 5.19?15:38
gordon1oops15:39
gordon15.1215:39
WizzupI recently wrote a long message about pwr mgmt15:39
Wizzuplet me see if I can find it15:39
gordon15.12.915:39
lelMerlijnWajer opened an issue: https://github.com/maemo-leste/bugtracker/issues/545 (N900: Try to hit OFF mode (low power consumption))15:40
Wizzupgordon1: ^15:40
gordon1thanks, awesome!15:41
buZzWizzup: could you label that for the milestone?15:41
buZzhttps://github.com/maemo-leste/bugtracker/milestone/22 <- that one15:41
buZzwell, not sure if its desirable, but at least keeps the info in 1 place?15:41
lelMerlijnWajer milestoned an issue: https://github.com/maemo-leste/bugtracker/issues/545 (N900: Try to hit OFF mode (low power consumption))15:42
buZz\o15:42
gordon1how can i verify that it is in OFF mode? is it C7 on power-top?15:43
bencohI would check every /sys/devices/system/cpu/cpu0/cpuidle/state*15:44
gordon1>A shortcut to start on (2) and (3) is to load the latest kernel without powervr on the n900 and start working on OFF mode, without 3d acceleration15:45
gordon1(i'm ok with that)15:45
gordon1(i just need a terminal)15:45
gordon1bencoh: thanks15:47
gordon1thanks, i'll try to play with latest kernel and stuff like pmos/i3wm to check if it can do proper PM15:47
gordon1spoiler: with stock pmos/5.7.0 kernel it cannot15:48
buZzquite sure i3wm has nothing to do with power management :P15:53
Wizzupgordon1: you do need to enable off mode via sys or proc, and also try to boot to just init=/bin/sh15:59
gordon1ok16:00
* gordon1 first needs to bisect why 5.12 keeps panicing but 5.7 doesn't16:01
siceloIt's /sys, and recent kernels enable it by default16:01
sicelo(Off mode, that is)16:01
sicelo5.12 was booting for me. Even early 5.1316:02
Wizzupgordon1: did you read my wall of text in the ticket I just made? https://github.com/maemo-leste/bugtracker/issues/54516:04
gordon1i did, yes16:05
gordon1i took pmos config from 5.7, did olddefconfig and now getting panics16:05
gordon1can't read full stacktrace since i don't have UART16:05
gordon1if you have working 5.12 config i would really appreciate if you can share it16:06
siceloI'm on android phone currently, but will see if I have it handy16:06
siceloBut did you try omap2plus_defconfig as is?16:07
gordon1well, i thought about that but superficial check showed that it lacks some rx51 options so i decided no to go with it16:08
siceloOptions such as?16:08
siceloI'd definitely recommend starting with omap2plus, then enable what you need16:09
siceloI think 5.12 needed mmc aliases too16:17
gordon1i don't remember which one in particular, i just grepped by RX51 and found multiple =n16:21
buZzmaybe one was RX51_enable_hugepowerdraw16:26
buZz:D16:26
sicelo:-D16:27
WizzupI mean, we could work on OFF mode now, but then we'd have a n900 without 3d16:27
Wizzupand if you haven't seen it - llvmpipe on the n900 is pure sadness16:27
Wizzupexpect 0.1fps16:27
gordon1do i need to do something in particular to enable off mode?16:33
Wizzupgordon1: sicelo said that recently it was enabled by default, but the n900 wiki page on leste.maemo.org should contain a lot of info16:37
WizzupI don't recall currently, sorry16:38
Wizzupgordon1: see:16:38
WizzupTo enable the OMAP sleep debug LEDs (on the keyboard). Open keyboard, turn off the screen with the slider, and the LEDs will turn off if the phone ever reaches sleep modes.16:38
gordon1yeah, read that, but that's just indication..16:39
gordon1but that might be helpful16:39
Wizzupit is a solid indication since the leds never go off if you don't hit OFF mode16:39
Wizzupunless you're in direct sunlight :-)16:39
Wizzupbrb16:40
gordon1well, booted into pmos recovery initrd with pretty much only /bin/sh running, according to cpuidle/states*/usage it spends most of the time in C2 still16:40
bencohyou could check /proc/interrupts for more info16:41
siceloYou enable it by echoing 1 to /sys/kernel/debug/pm_debug/enable_off_mode ... something like that16:41
gordon1i would if i find out how to type '|' =/16:42
gordon1or '>'16:42
siceloThen you can use the LEDs for indication16:42
siceloYou can load a console keymap or something16:42
gordon1nvm, it has tee16:42
bencoh:]16:43
gordon1#1 is pm_wkup16:45
gordon1which sounds like no shit sherlock16:45
bencohwait, there is a "pm_wkup" interrupt?16:47
bencohsounds fun16:47
gordon1according to /proc/interrupts there is16:48
bencohdoesn't show up in maemo5 kernel, so I guess it's ""new""16:49
gordon1second one is gp_timer, third - 48070000.i2c16:49
gordon1those one >10k16:49
gordon1rest are under 1k16:49
gordon1*those ones16:49
gordon1that's 5.7.016:50
gordon1will try 5.12 with omap defconfig16:50
siceloYou might find 5.12 is busier than 5.7 :-)16:52
gordon15.12.9 with omap2plus_defconfig results in black screen16:52
bencohalright, gp_timer comes from ./arch/arm/mach-omap2/timer.c16:53
bencoh(looks like it's the clocksource on omap)16:53
bencohpm_wkup comes from ./arch/arm/mach-omap2/pm34xx.c and it has some funky comment16:55
gordon1i2c thing means something is polling some i2c device, doesn't it?16:57
bencohyeah16:57
bencohwell, either actively polling, or reading some i2c registers after receiving some interrupt16:57
sicelogordon1: you need this patch, https://patchwork.kernel.org/project/linux-omap/patch/20210324132442.41907-1-tony@atomide.com/16:58
siceloFor 5.12.x black screen, that is16:59
gordon1sicelo: i don't use mmc right now, it just loads initrd16:59
gordon1but lemme try anyway16:59
gordon1sicelo: 5.12.9 already has that code17:00
siceloAh. I checked against 5.12.7 which is the most recent I have on my laptop17:00
gordon1omap2plus_defconfig has no FB_OMAP2 enabled17:02
siceloSomething else I found with N900 (at least the one I have) is that sometimes you just have to keep retrying boot  ... maybe something doesn't reset properly once in a while, ¯\_(ツ)_/¯17:03
siceloUses drm fb17:03
gordon15.7.0 config uses fb_omap2 and works, i'll try to enable it17:03
gordon1didn't help17:07
siceloI was using drm for my tests17:08
gordon1yeah, omap2plus_defconfig even more unsuccessful than taking config from pmos, can't even get kernel output17:08
gordon1i probably need to solder UART17:09
siceloIt needs patience :-)17:09
siceloUART would be best, of course17:09
gordon1oh, no patience involved, it returns back to off state after a while (i assume when panic timeout passes), so i can turn it on again17:10
Wizzupgordon1: there's also the patch on the wiki to debug what is blocking deeper idle states17:10
siceloMeant, patience to find good config17:10
gordon1ah17:11
Wizzupgordon1: iirc last time tmlind tried with 4.12 it just booted with omap2plus_defconfig17:11
Wizzup5.12*17:11
siceloWill upload config from 5.12-rc8 ... I might have had some unnecessary stuff, can't remember17:12
gordon1well, maybe there is something that is required compiled as module or i am doing something wrong preparing uImage17:12
sicelohttps://termbin.com/xl7g17:13
gordon1thanks!17:14
Wizzupgordon1: what u-boot do you use17:14
gordon1mainline compiled from git17:14
Wizzupgordon1: ok, so that has usbtty in there?17:15
gordon1the most fresh one, cloned it yesterday or the day before17:15
gordon1dunno, need to check17:15
bencohI thought they removed support for rx51?17:15
Wizzupbencoh: no17:15
Wizzupbencoh: just the USB part needs DM porting17:16
bencohoh, okay17:19
Wizzup(soon, though) :)17:20
gordon1oh god i'm stupid17:22
gordon1forgot to add console=tty017:22
Wizzup:)17:22
bencoh:)17:22
sicelogordon1: once your kernel boots, you will likely also need https://patchwork.kernel.org/project/linux-omap/patch/20210417083839.46985-1-tony@atomide.com/ ... at least it was recommended to me, the last time I played with off mode (a month ago)17:22
Wizzupit would be nice to have a way to do usbtty as console arg17:22
gordon1it still shuts down after few seconds for some reason after initrd is loaded17:22
siceloHaha, yes, it's in my config (console=tty0)17:22
Wizzupgordon1: yes, watchdog needs kicking17:23
Wizzupunless you disable it with flasher17:23
gordon1ah17:23
Wizzupleste does all this for you with it's config17:23
gordon1how can i enable kicking?17:23
WizzupI don't know the exact config, we did the time investment in that before, maybe check our config17:23
Wizzupbut there is an option for kernel to kick watchdog until userspace takes over17:24
gordon1right, ok, i'll just grep for wdt or something17:24
Wizzuphttps://github.com/maemo-leste/n9xx-linux/commit/91aeab75007ecec0de4854e52b5b0c65d7deb0c717:24
Wizzuphttps://github.com/maemo-leste/n9xx-linux/commits/n900/v5.1-config17:24
Wizzupactually this branch is the one you want https://github.com/maemo-leste/n9xx-linux/commits/n900/v5.1.21-config17:24
gordon1of course it's in module17:25
gordon1thanks, will turn that on now17:25
Wizzupdon't make it a module17:25
Wizzupyeah17:25
siceloSeems you changed your mind about the config I shared - all that stuff is in there :-)17:26
siceloAnyway, it was still turning off before you see any output on screen?17:27
gordon1sicelo: yeah i thought i fixed mine with console=tty0, but it isn't the case so i'll try yours now17:27
gordon1because on mine keyboard doesn't work :(17:28
siceloum, that's weird17:28
siceloyou might want to build UART tool, https://n900.elektranox.org/serial-adapter.html17:28
* sicelo still intends to17:29
gordon1yeah, there has to be another way...17:29
gordon1too much PITA17:30
gordon1especially with 2.7V17:30
siceloi've generally been able to make it work without UART so far, but yes, it does annoy in the first stages, always :)17:30
Wizzupgordon1: yes, usbtty17:30
gordon1yeah, exactly17:30
Wizzupbut it will prevent offmode from working17:30
gordon1well shit17:31
Wizzupit's still useful to bring up other things17:31
gordon1it is17:31
gordon1potentially, what stops me (assuming i have kernel working more or less) to make g_serial gadget as console?17:31
bencohWizzup: Ah, I guess that's what the comment in omap3_pm_init() is about (uart breaking OFF idle)17:32
sicelommm, i thought that usbtty only works while in u-boot, and permanently dies once kernel takes over.17:32
sicelos/usbtty/u-boot usbtty/17:32
Wizzupsicelo: there should be usbtty support in kernel as gadget too17:32
Wizzupif we keep it alive in the u-boot -> kernel transition, not sure17:33
gordon1sicelo: keyboard doesn't work in your config either =/17:33
bencohWizzup: I would expect the kernel driver to reset the USB conf, but dunno17:33
sicelodoes your keyboard work in u-boot? in fremantle?17:33
Wizzupgordon1: does it work on leste17:33
Wizzupbencoh: yeah17:33
gordon1it does17:33
Wizzupbencoh: but it's still useful unless you need to debug a problem in between those states17:34
gordon1and it works on pmos 5.7.017:34
bencohI guess the usbtty driver spawns a ttyACM device?17:34
sicelovery weird! never seen keyboard not working ever17:34
gordon1oh ofc17:34
bencohWizzup: *nod*17:34
gordon1because it's compiled as module17:34
Wizzupbencoh: u-boot or kernel? (also: don't know ;-))17:35
bencohkernel can spawn an ACM device, but that's up to user to choose (or kernel builder) to choose; I was referring to uboot :)17:35
gordon1will g_serial/acm stop device from entering sleep?17:36
gordon1s/sleep/off/17:36
gordon1btw is there some key combination/long press that makes hardware reset?17:37
* gordon1 tired of pulling/plugging battery in/out17:38
gordon1finally it works now17:38
gordon1sicelo: thanks for config17:38
siceloyw17:38
buZzafaik holding powerbutton for >10 secs? not sure17:39
sicelobut yeah, there has to be something wrong somewhere with reset or some such - you may find it doesn't boot next time :P17:39
bencohgordon1: I wouldn't trust any power measurement with usb plugged in17:39
gordon1hey, i have 1 in state6/usage17:40
gordon1yey17:40
gordon1that's a start17:40
siceloin what? :)17:40
bencohcat state6/desc ? is that C6?17:40
gordon1/sys/devices/system/cpu0/cpuidle/state6/usage17:41
gordon1MPU OFF + CORE OFF17:41
bencohoh17:41
bencohneat17:41
gordon1i mean 1 is a bit on the low side compared to state1's 401017:42
gordon1but still17:42
gordon1and state4's usage is considerably higher17:42
bencohasuming you leave your device alone, it should go into state6 way more often17:43
bencohit's worth a try17:43
gordon1ok, lemme try17:44
gordon1can't quite turn off the screen from initrd17:45
gordon1is there some magic sysfs thing i can do for that?17:45
bencohI might be wrong, but I don't think it should really matter17:45
bencohunless the backlight is supposed to wake the cpu17:45
siceloit matters, iirc (and a lot!) :)17:45
bencohit matters for power consumption17:45
bencohbut not for idle states17:45
bencohunless I missed something :)17:45
gordon1pm_wkup is still on top in /proc/interrupts, but gp_timer is gone (i guess that's "clockevent" now)17:46
sicelosomething like, echo 1 > /sys/devices/platform/omapdrm.0/graphics/fb0/blank ... although we're not sure if that really turns it off17:47
sicelos/turns it off/helps for this test/17:47
bencohgordon1: yeah, apparently clockevent replaced gptimer17:48
bencohalthough it doesn't seem to be exactly the same thing, SoC-wise (I'm just reading commit messages)17:48
siceloat least to have OFF counts go up, screen must be off (at least that's what i was told here)17:49
gordon1yey it's 7 now17:50
bencohsicelo: oh, do you mean the fb driver does some active refresh?17:50
sicelogordon1: cat /sys/kernel/debug/pm_debug/count (some path like that) ... see if you can share what you get17:51
bencoh(I mean, pushes frames to LCD even though there was no update)17:51
bencoh(Oh, btw: fb2c599f056 / Fri Sep 11 18:12:09 2020 / ARM: omap3: enable off mode automatically)17:52
gordon1well, can't quite cop-paste it here17:52
gordon1is there something particular i need to be searching for?17:53
siceloyes this is why nowadays off mode is auto-enabled17:53
sicelomaybe check the OFF value in core_pwrdm17:54
siceloand/or the others17:54
gordon1core_pwrdm: ... OFF:017:55
sicelohaven't hit off mode yet :(17:55
siceloanyway, not a surprise ... you need to suspend all the ttys, etc.17:55
gordon1well, at least i have working kernel to play with17:58
siceloyes17:58
sicelo:-)17:58
siceloi'll join you again soon as well - i was working on it, then got a busy new job ... things are slowly getting back to normal now17:59
sicelobut i would suggest you do consider the UART thing - maybe where you live it's not going to be so difficult to get the components you need18:00
sicelogordon1: you'll need to do something similar to https://github.com/tmlind/droid4-pm/blob/master/scripts/openrc/droid4-pm#L88 (of course slightly different paths and names)18:07
siceloand be sure to blacklist the bluetooth driver (it doesn't really work anyway)18:08
gordon1i'm just going to turn if off in config18:11
gordon1hey kernel paniced again wtf18:11
gordon1i need to get this panic stacktrace somehow18:11
gordon1ah, it panics when i boot kernel with keyboard open18:29
gordon1i suddenly lost interest in this panic18:30
gordon1when i put UARTS to sleep it start shitting the console with ???? even after i removed console=ttyS2 from boot cmdline18:31
Wizzupgordon1: is your back cover open?18:32
gordon1yes, it is, why?18:33
Wizzupthat (used to?) make sd card inaccessible18:33
gordon1interesting18:33
Wizzupso if the panics are about not finding rootfs somehow18:33
WizzupI think it should be fixed now though18:33
gordon1it definitely is not rootfs panic since i have no rootfs18:33
Wizzupok18:33
gordon1i boot initrd only18:33
gordon1it has something about cpuidle in the stacktrace18:34
sicelomaybe something recent ... keep checking - tmlind might also have ideas for you18:44
siceloi don't recall having any panics when last i tried18:44
gordon1nah, i'm in a process of bisecting that and it's somewhere in 5.9 kernel18:45
sicelook18:45
gordon1i mean not sure if i want to continue this tedious process since i have workaround18:45
_uvos_Wizzup maybe also add hit off mode on omap4 to that bug18:58
_uvos_or make it about ret instead of off18:58
_uvos_gordon1 even if you dont continue please report the bug to the kernel ml with the best commits before/after you have19:01
Wizzup_uvos_: omap4 hits ret, no?19:10
_uvos_Wizzup: yeah but omap4 can hit off kernel side. so either the bug is about off mode working nowhere on leste or ret not woring ok n90019:18
_uvos_*omap4 cant hit off mode kernel side19:18
Wizzup_uvos_: yeah not sure what the status of that is19:22
gordon1uvos: i'm not sure that it's going to be any help unless somebody would be able to reproduce this panic or i could extract the stacktrace21:43
gordon1i will probably continue the bisection21:44
diejuseI made the second part of the video of Maemo Leste running on Android with the chroot technique. I hope you like it. https://www.youtube.com/watch?v=kipuT0VXzC422:29
bencohdiejuse: that's pretty neat!22:35
bencohI didn't think we had that many mobile-friendly apps already available :)22:35
dreamerthe music under this video is somewhat disturbing ..22:39
dreamerbut indeed quite a lot of apps seem to work great22:40
dreamerand that titan thing has bit of an odd resolution too22:40
diejusebencoh: Well, there are quite a few Debian applications. :)22:41
bencohyeah, but still22:42
bencohand it seems to work pretty smoothly too :)22:42
diejusedreamer: you are right but I just wanted a background music that did not give me copyright problems. It is randomly generated music.22:42
dreamerhehe22:43
diejusedremear: Titan has a square screen like Blackberry Passport. I really love this screen because it is very readable.22:44
diejusebencoh: Everything works very fast. I honestly feel free as when I use my computer with Ubuntu.22:45
bencoh:)22:46
bencohwell, the 4x2GHz helps with that I guess22:46
bencoh(I would probably give a try to the titan, if it didn't have a shared modem/cpu design)22:47
uvosbencoh: you have one?22:47
bencohuvos: no, I don't, because of the shared modem/cpu issue22:57
bencoh(like 99% of the modernish devices)22:57
Wizzupbencoh: lots of those are from the repos22:59
Wizzupbencoh: err, sorry, debian repos23:07
buZzdiejuse: fyi, you can use dr<tab> in most irc clients to auto-fill to 'dreamer: '23:09
Wizzupdiejuse: nice video :-)23:10
Wizzupdiejuse: btw, it looks like the qt theme for dorian wasn't the correct one23:10
diejusebuZz: I didn't know, thank you. I never used IRC until I searched for this channel.23:10
buZz:) cool!23:12
buZzirc is funny cause its optimized to txt chats since ~198823:12
uvos"optimized"23:14
uvosi think what the irc protcoll and extensions are concerned its more like "arcane" :P23:14
buZz:D23:15
buZzbut this led to all kinds of optimizations in clients towards aiding expression23:15
diejusebuZz: I really used it 15 years ago with MSN Messenger to try to flirt with women until facebook and social networks appeared. :D23:18
buZz:D23:18
diejuseWizzup: Thank you! Where can I see what Dorian should look like?23:19
Wizzupdiejuse: well, the bar at the botton should match the gtk2 theme23:21
Wizzup# env|grep QT23:21
WizzupQT_STYLE_OVERRIDE=maemo523:21
WizzupQT_QPA_PLATFORM=maemo23:21
diejuseWizzup: The icons in the bar below should look bigger and prettier, right?23:25
Wizzupdiejuse: yes23:32
diejuseWizzup: it worked. :)23:34
Wizzupgreat23:34

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!