gnarface has quit [Quit: Leaving]
gnarface has joined #maemo-leste
xmn has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
joerg has quit [Ping timeout: 276 seconds]
joerg has joined #maemo-leste
uvos__ has quit [Ping timeout: 268 seconds]
xmn has joined #maemo-leste
arno11 has joined #maemo-leste
<arno11> Wizzup: (when you have time to have a look): i made a new PR with the correct daemon.conf file
<arno11> we absolutely need it, otherwise we have no PA sound in N900 -devel
<arno11> and probably better to revert the previous one:
arno11 has left #maemo-leste [#maemo-leste]
<freemangordon> arno11: I agree we have to shorten the transitions a bit
<freemangordon> but, lets first have that new xorg driver that increases h-d scrolling fps from 30 to >45 (on 24bpp) and then we can decide how much exactly we want to decrease transitions times
arno11 has joined #maemo-leste
<arno11> freemangordon: it makes sense
<freemangordon> arno11: please upgrade
<freemangordon> xorg driver that it
<freemangordon> with this h-d scrolls with 60 fps on 16 bits :)
<arno11> ???? amazing, let's go
<freemangordon> arno11: BTW, you can check rendering fps by stopping h-d and starting it by hand, having CLUTTER_SHOW_FPS=1 env var
<arno11> ok
<freemangordon> arno11: so, pulse config is broken now in -devel?
<freemangordon> or it is only about phone calls?
<Wizzup> arno11: so what is wrong with the file name, as in, why should I revert?
<Wizzup> leste-config-n900/etc/pulse/daemon.conf.leste seems correct to me
<Wizzup> we *are* diverting a file, are we not?
<Wizzup> what does dpkg -S /etc/pulse/daemon.conf say?
<arno11> Wizzup: it doesn't work because daemon.conf has been deleted
<Wizzup> $ dpkg -S /etc/pulse/daemon.conf
<Wizzup> pulseaudio: /etc/pulse/daemon.conf
<Wizzup> arno11: maybe you deleted it?
<arno11> nope
<Wizzup> what would delete this file?
<Wizzup> it's part of pulse
<Wizzup> try this: remove leste-config, reinstall pulse, install -devel leste-config
<arno11> lemme explain plz
<Wizzup> k
<arno11> gen-displace created a new file and deleted the main one
<arno11> now we just need to add the correct daemon.conf with the last PR
<Wizzup> Is this with 100 or 101?
<Wizzup> your PR didn't run gen-displace so it just made /etc/pulse/daemon.conf.leste without diverting /etc/pulse/daemon.conf
<Wizzup> 101 should do the correct thing and should divert the pulseaudio owned /etc/pulse/daemon.conf
<Wizzup> this is how we override all config files, so I am not sure I understand why we need the exception here
<Wizzup> freemangordon: if you have a leste n900 around, can you try to upgrade and see if /etc/pulse/daemon.conf correctly diverted?
<freemangordon> ok
<freemangordon> "Adding 'diversion of /etc/pulse/daemon.conf to /etc/pulse/daemon.conf.leste-orig by leste-config-n900'"
<freemangordon> lrwxrwxrwx 1 root root 17 Dec 2 11:44 /etc/pulse/daemon.conf -> daemon.conf.leste
<Wizzup> arno11: not sure what the problem is that you're seeing on your device
<freemangordon> Wizzup: LGTM
<Wizzup> freemangordon: ty
<Wizzup> I added notes about the h-d/driver speedups for the next post btw :)
<freemangordon> heh
<freemangordon> lets hope that speedup does not break rendering
<Wizzup> :D
<arno11> Wizzup: Wizzup: it doesn' t work when upgrading: daemon.conf is deleted
<freemangordon> arno11: I just upgraded
<arno11> and the .leste file is just a backup of the wrong original one
<freemangordon> daemon.conf is diverted
<freemangordon> -rw-r--r-- 1 root root 2426 Feb 27 2021 /etc/pulse/daemon.conf.leste-orig
<arno11> freemangordon: ok but do you see the modified/ one ?
<freemangordon> -rw-r--r-- 1 root root 2546 Dec 1 23:13 /etc/pulse/daemon.conf.leste
<arno11> otherwise we have no sound
<freemangordon> arno11: https://pastebin.com/Xnnfwi3e
<freemangordon> arno11: and please, try to not make whitespace changes when you edit files :)
<Wizzup> arno11: maybe you can try to run the commands I suggested, it's possible v100 hosed your setup somehow
<freemangordon> so, I have no idea if what we have is correct, but ^^ are the differences
<freemangordon> brb, lunch
<arno11> ok from the pastebin, it is ok, but indeed not on my fresh install
<arno11> Wizzup: yes probably
<arno11> Wizzup: ok, let me few min to try the new xorg driver at the same time :D
<Wizzup> arno11: if it is, then pls close the two PRs :)
<Wizzup> bbiab
<arno11> yes no probs
<freemangordon> there is no PA process running
<arno11> if you have no PA process when you play a file, something is wrong with daemon.conf
<freemangordon> PA shall be autostarted on boot, no matter play or not
<freemangordon> but lemme try to start it by hand
<arno11> it works differently now
<arno11> no PA process on boot, just starting when you need it
<freemangordon> yes, PA process on boot ;)
<freemangordon> check maemo-audio
<freemangordon> anyways:
<freemangordon> E: [pulseaudio] conf-parser.c: [/etc/pulse/daemon.conf:15] Missing '='.
<arno11> indeed
<arno11> so we must revert the PR and add the new one to use the correct extension
<freemangordon> oh
<freemangordon> we cannot simply 'revert'
<arno11> i think that's not a problem
<freemangordon> arno11: BTW, set-up your text editor to *not* convert unix line endings to windows
<arno11> ?
<arno11> let me check
<freemangordon> windows EOL markers make PA unhappy
<arno11> why windows eol markers ? i never use windows
<freemangordon> no idea
<arno11> i don't get it
<freemangordon> check the file
<arno11> i'm only use N900 itself and ubuntu desk
<arno11> weird
<freemangordon> daemon.conf.leste on my device, which appeared after the upgrade is with windows EOL
<arno11> ??
<arno11> so we can't simply revert the PR ?
<freemangordon> and check it
<arno11> ok
<freemangordon> lines end with windows EOL
<freemangordon> we need to simply fix that and make a new version
<freemangordon> I will do it
<arno11> ok thx
<freemangordon> Wizzup: arno11: I force-pushed, please clone leste-config again
<arno11> ok
<freemangordon> did you try the new ddx?
<arno11> my fresh install seem totally wrong :( that's to slow and i can't check anything without waiting several minutes...)
<arno11> rebooting on main img
<arno11> (on the fresh install, no change with new ddx and sound is broken lol)
<freemangordon> what is "fresh install"?
<freemangordon> did you upgrade to latest ddx? did you reboot after the upgrade?
<arno11> yep (the fresh install is the last img with no tweaks)
<arno11> currently upgrading on my main config
<freemangordon> there is lots of difference here
<arno11> ok cool , just need few min to upgrade :)
<freemangordon> did you extend rootfs on that fresh image?
<arno11> ah good question lol maybe i forgot
<freemangordon> Wizzup: perhaps we shall increase rootfs default partition size to 4G on all devices
<arno11> maybe a good idea
<freemangordon> arno11: BTW, if you have time and will to find why poweroff/reboot is so slow, I will owe you another beer :)
<freemangordon> you have to turn openrc log on perhaps
<arno11> ok lol
<freemangordon> ugh, my n900 powered off :)
<freemangordon> but, I heard "low battery" sound :)
<arno11> ah ok so no probs :)
nela has quit [Ping timeout: 256 seconds]
<Wizzup> rc_logger="yes" or something
<freemangordon> it just has to be uncommented
<Wizzup> ok
<Wizzup> I am mostly afk today, but yes please fix the line endings
<Wizzup> wrt force push, I think maybe just fixing it is better
<Wizzup> id you ta 1.102?
<freemangordon> umm... what?
<Wizzup> 11:32 < freemangordon> Wizzup: arno11: I force-pushed, please clone leste-config again
<freemangordon> I alredy did force-push and 102
<Wizzup> did you force push master?
<freemangordon> yes
<Wizzup> hmm... ok
<Wizzup> imo next time it's better to just do a fix commit which fixes line endings
<Wizzup> but I'll delete my localbranches
<freemangordon> no need
<Wizzup> ?
<freemangordon> you can just reset to older commit and pull
<Wizzup> ok, but still, imo better not to force push if we already packaged it
<freemangordon> but ok, next time will not force-push
<freemangordon> ok, ok :)
<Wizzup> :D
<Wizzup> I'll bbiab, have to do some work in the apartment
<Wizzup> I'll keep an eye on irc
<freemangordon> ok
<arno11> freemangordon: Wizzup: sound is ok with the force-push stuff :)
<arno11> calls working
<arno11> thx for your help guys, since yesterday, i can't touch something without breaking it :P
<arno11> time to take a beer i think
<arno11> currently testing ddx
<freemangordon> hmm, why I don;t see 805 MHz as avail freq?
<arno11> -devel is still 6.1.48
<arno11> boost freqs are not integrated
<freemangordon> ah, why?
<arno11> according to uvos, it will be integrated on next build 6.6
<arno11> for DDX, with 16bpp, overclock and light transitions, i feel no diff with the new ddx
<arno11> maybe i should try with no tweaks
<arno11> but es2gears is now around 65 fps
<arno11> (i nknow that's not so useful but anyway it's better)
<arno11> *i mean es2gears
<arno11> freemangordon: how is scrolling in app manager for you ?
<freemangordon> 65fps?!?
<freemangordon> here it is 18
<freemangordon> on 24bpp
<freemangordon> may I have your transitions.ini?
<arno11> 65 fps with composition off
<arno11> yes sure
<freemangordon> ah
<freemangordon> you can't have anything above 60
<freemangordon> we are vsynced
<freemangordon> what was the shortcut to turn composition off?
<arno11> Ctl Shift N
<freemangordon> yeah, same here on 24 bpp
<arno11> ok cool
<freemangordon> unfortunately glmark won't run on 16bpp
<freemangordon> please give me the file
<freemangordon> I want to test it directly
<arno11> ok let me few min
nela has joined #maemo-leste
<freemangordon> arno11: app manager scrolling is very slow
<freemangordon> but that's gtk thing
<arno11> ah yes indeed
<freemangordon> it disables blur?!?
<arno11> yes
<freemangordon> heh
<freemangordon> no way :)
<freemangordon> sure you see no diff with new ddx
<arno11> yes
<freemangordon> please revert to stock transitions,ini
<freemangordon> that's where the diff is
<arno11> ah ok i see
<freemangordon> anyway, I have to do some other things, ttyl
<arno11> ok
xmn has quit [Quit: ZZZzzz…]
<arno11> freemangordon: things are running now in 24bpp as well as previously in 16bpp :)
<arno11> (i didn't notice i was in 24bpp after ddx update)
uvos__ has joined #maemo-leste
<arno11> and now with overclock (boost) and light transitions, i can't 'feel' the diff between 24bpp and 16bpp
<arno11> so it's really really good, well done
uvos__ has quit [Remote host closed the connection]
<arno11> sicelo: now we just need to find a way to launch cmt_pulse properly on boot (as late as possible)
arno11 has left #maemo-leste [#maemo-leste]
elastic_dog has quit [Quit: elastic_dog]
elastic_dog has joined #maemo-leste
<Wizzup> 12:04 < arno11> thx for your help guys, since yesterday, i can't touch something without breaking it :P
<Wizzup> this happens to me daily :P
xmn has joined #maemo-leste
sch has joined #maemo-leste
dos has quit [Ping timeout: 264 seconds]
dos has joined #maemo-leste
n900 has quit [Ping timeout: 246 seconds]
crab has quit [Ping timeout: 246 seconds]
n900 has joined #maemo-leste
crab has joined #maemo-leste
<sicelo> https://www.google.com/search?hl=en&q=weather%20mbabane looks so much link NOMweather. coincidence?
<dsc_> no ;)
<dsc_> conversations also looks a bit like whatsapp
arno11 has joined #maemo-leste
<arno11> Wizzup: :)
<arno11> interesting...config files (from N900) sent to my desktop (linux) through my outlook account (modest) are modified (with windows EOL).
<arno11> really bad, apologies for troubles with daemon.conf
branon has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
branon has joined #maemo-leste
arno11 has left #maemo-leste [#maemo-leste]
Alatheia has quit [Ping timeout: 245 seconds]
<freemangordon> arno11: why don't you just use ssh?
DFP has joined #maemo-leste
Incredia has joined #maemo-leste
arno11 has joined #maemo-leste
<arno11> freemangordon: not remember exactly why i needed to send stuff by email...probably not at the same place or another random reason
<arno11> it was 2 months ago
arno11 has left #maemo-leste [#maemo-leste]
_whitelogger has joined #maemo-leste