*** tanty is now known as tanty_off | 00:01 | |
*** thuttu77 has quit IRC | 00:08 | |
DocScrutinizer05 | strings /usr/lib/mce/modules/libvibrator.so|grep vibra --> /sys/class/i2c-adapter/i2c-1/1-0048/twl4030_vibra/pulse | 00:31 |
---|---|---|
DocScrutinizer05 | (teach how to fish) strings /sbin/mce | grep vibra; lsof | grep vibra | 00:34 |
*** peterlein has quit IRC | 00:42 | |
*** krnlyng has quit IRC | 00:43 | |
*** krnlyng has joined #maemo | 00:48 | |
*** M4rtinK has joined #maemo | 00:53 | |
xes | Pali: freemangordon: if i'm not wrong, kernel-power does not includes BFS and BFQ patches. I can remember the tests with an old bfs kernel..it was pretty fast. Have you ever tried to test BFQ and CK patches into the kp53? | 01:04 |
*** Elleo has quit IRC | 01:05 | |
Pali | xes: me not | 01:06 |
xes | i'm using kernels patched in that way in a few very low perf laptop and they make a big difference | 01:18 |
kerio | big difference for what | 01:20 |
xes | kerio: system response during high load | 01:21 |
*** pigeon has joined #maemo | 01:23 | |
xes | often those patches are applied adding also the uksm dedup patch.. but i still can't observe any positive effect from that | 01:28 |
*** futpib has quit IRC | 01:50 | |
*** Pali has quit IRC | 01:51 | |
*** lxp has quit IRC | 01:57 | |
*** xorly has quit IRC | 02:16 | |
*** florian has quit IRC | 02:29 | |
*** Dynamit has quit IRC | 02:39 | |
*** sparetire_ has quit IRC | 02:52 | |
*** Elleo has joined #maemo | 02:53 | |
*** Elleo has quit IRC | 02:53 | |
*** Elleo has joined #maemo | 02:53 | |
*** silviof has quit IRC | 03:16 | |
*** robbiethe1st has joined #maemo | 03:26 | |
*** N-Mi has quit IRC | 03:30 | |
*** thuttu77 has joined #maemo | 03:53 | |
*** eMHa_ has joined #maemo | 04:03 | |
*** eMHa has quit IRC | 04:08 | |
*** M4rtinK has quit IRC | 04:10 | |
*** Kabouik_ has quit IRC | 04:27 | |
*** trumee has quit IRC | 04:29 | |
*** Humpelst1lzchen has quit IRC | 04:29 | |
*** Humpelstilzchen has joined #maemo | 04:31 | |
*** silviof has joined #maemo | 04:32 | |
*** trumee has joined #maemo | 04:32 | |
*** Vajb has quit IRC | 04:44 | |
*** lxp has joined #maemo | 04:45 | |
*** robbiethe1st has quit IRC | 04:54 | |
*** Vajb has joined #maemo | 04:56 | |
*** nick20150916 has quit IRC | 05:04 | |
*** nick20150916 has joined #maemo | 05:06 | |
*** lxp has quit IRC | 05:07 | |
*** lxp has joined #maemo | 05:12 | |
*** auenf has quit IRC | 05:23 | |
*** jonwil has joined #maemo | 06:03 | |
Maxdamantus | DocScrutinizer05: yes, but does mce also listen for the touch events from Xorg? | 06:34 |
Maxdamantus | I was asking what program actually connect to the X server, asks it to send it all touchscreen events, then somehow cause vibration. | 06:35 |
Maxdamantus | I don't think that's mce. | 06:36 |
*** svetlana_ has joined #maemo | 06:38 | |
DocScrutinizer05 | kill -sigstop `pidof mce` | 06:39 |
DocScrutinizer05 | -->no more vibra feedback from touchscreen | 06:39 |
DocScrutinizer05 | kill -sigcont `pidof mce` | 06:39 |
DocScrutinizer05 | --> all cued vibra events come out | 06:40 |
DocScrutinizer05 | queued even | 06:40 |
DocScrutinizer05 | so the answer is: yes it's mce that finally causes the touchscreen vibra | 06:40 |
Maxdamantus | Of course, because they go through mce. | 06:40 |
Maxdamantus | I'm not asking that. | 06:41 |
Maxdamantus | If you stop/continue Xorg you'll probably get the same thing.e | 06:41 |
Maxdamantus | So Xorg == mce? | 06:41 |
DocScrutinizer05 | you're interested in more answers? | 06:41 |
DocScrutinizer05 | I guess not, like you always been | 06:42 |
* DocScrutinizer05 fixes his ignore list. wonders what happened to it | 06:42 | |
Maxdamantus | mce doesn't initiate the chain of events. Neither does twl*vibra | 06:47 |
Maxdamantus | They're both parts of the chain I'm probably not asking about. | 06:47 |
Maxdamantus | Iiirc, the events go through Xorg, and I'm asking where they go from there. I don't think it's directly to mce. I think another program sends messages to mce. | 06:47 |
Maxdamantus | also, input lag, messages will probably appear all at once. | 06:47 |
*** svetlana_ has quit IRC | 06:49 | |
*** DocScrutinizer05 has quit IRC | 06:50 | |
*** DocScrutinizer05 has joined #maemo | 06:50 | |
DocScrutinizer05 | lsof |egrep "mce|Xorg" |grep unix|sort -k6 | 07:04 |
Maxdamantus | I think mce does that for screen locking. | 07:06 |
DocScrutinizer05 | nm | 07:06 |
Maxdamantus | I'll look into it in an hour or so. | 07:07 |
*** erstazi has quit IRC | 07:16 | |
DocScrutinizer05 | https://github.com/community-ssu/mce/blob/master/event-input.h#L37 | 07:22 |
*** auenf has joined #maemo | 07:29 | |
DocScrutinizer05 | https://github.com/community-ssu/mce/blob/master/event-input.c#L644 | 07:32 |
*** darkschneider has quit IRC | 07:38 | |
*** darkschneider has joined #maemo | 07:39 | |
*** vahe has joined #maemo | 07:43 | |
*** Vajb has quit IRC | 07:46 | |
* Maxdamantus wonders if "PatternTouchscreen" in mce.ini is used. | 07:47 | |
Maxdamantus | looks like it's not. | 07:47 |
*** Vajb has joined #maemo | 07:48 | |
Maxdamantus | Okay, got it. | 07:48 |
Maxdamantus | It's maemo-xinput-sounds | 07:48 |
Maxdamantus | Just did a grep for PatternTouchscreen across a backup of the root filesystem. | 07:49 |
*** svetlana has joined #maemo | 07:49 | |
* Maxdamantus wonders why they didn't just put it in mce. | 07:49 | |
Maxdamantus | DocScrutinizer05: am I still ignored btw? | 07:51 |
* Maxdamantus suspects that's a yes and doc will be searching through mce for eternity looking for the bit where it triggers a vibration in response to the touchscreen. | 07:55 | |
*** vahe has quit IRC | 07:57 | |
*** vahe has joined #maemo | 07:57 | |
*** vahe has joined #maemo | 08:00 | |
Maxdamantus | ~touchscreen vibration | 08:01 |
infobot | methinks touchscreen vibration is maemo-xinput-sounds | 08:01 |
*** ced117 has joined #maemo | 08:04 | |
*** sparetire_ has joined #maemo | 08:11 | |
*** vahe has quit IRC | 08:19 | |
*** ced117 has quit IRC | 08:20 | |
*** vahe has joined #maemo | 08:29 | |
*** vahe has joined #maemo | 08:34 | |
*** vahe has quit IRC | 08:37 | |
*** Vajb has quit IRC | 08:50 | |
*** Vajb has joined #maemo | 08:51 | |
*** phlixi has quit IRC | 08:55 | |
*** phlixi has joined #maemo | 09:17 | |
*** pozitrono has joined #maemo | 09:33 | |
*** robink has quit IRC | 09:46 | |
*** robink_ has joined #maemo | 09:47 | |
freemangordon | DocScrutinizer05: jonwil: any clue who and how uses "sleep_ind" gpio? | 09:54 |
DocScrutinizer05 | err, gpio? hmm | 09:55 |
DocScrutinizer05 | wait, is this in our out? | 09:55 |
freemangordon | yep, 162 | 09:55 |
DocScrutinizer05 | mompls | 09:55 |
DocScrutinizer05 | sleep_ind is an output from SoC to enable blinking kbd backlight | 09:57 |
freemangordon | I know, my question is who uses it | 09:58 |
DocScrutinizer05 | related to a /sys/*/??? I always forget the name of | 09:58 |
freemangordon | however, it is referenced in an .qwk script in getbootstate | 09:58 |
DocScrutinizer05 | in a what? | 09:58 |
DocScrutinizer05 | it's used in preinit(?) via `echo 0 >/sys/bla/foo/bar` | 09:59 |
freemangordon | /sbin/read_cfg.awk | 10:01 |
DocScrutinizer05 | echo active > /sys/devices/platform/gpio-switch/sleep_ind/state | 10:01 |
DocScrutinizer05 | (sbin/preinit) | 10:01 |
DocScrutinizer05 | line 331 | 10:02 |
freemangordon | hmm | 10:02 |
DocScrutinizer05 | then a nifty >> awk '/sleep_ind/{ if ($2 == 1) { VALUE="active"; } else { VALUE="inactive"; } print VALUE > "/sys/devices/platform/gpio-switch/sleep_ind/state" }' < /etc/pmconfig << | 10:02 |
freemangordon | yeah | 10:03 |
freemangordon | getbootstate does similar stuff | 10:04 |
freemangordon | got it | 10:04 |
DocScrutinizer05 | :-) | 10:04 |
* DocScrutinizer05 frowns at using awk in #1 preinit | 10:07 | |
DocScrutinizer05 | I know it's per default just another shade of messybox, but hey.. | 10:08 |
DocScrutinizer05 | feels sort of wrong | 10:09 |
*** Vajb has quit IRC | 10:11 | |
*** Vajb has joined #maemo | 10:18 | |
DocScrutinizer05 | pretty funny read: /sbin/fiasco-do-update | 10:19 |
*** geaaru has joined #maemo | 10:22 | |
DocScrutinizer05 | and /usr/sbin/cmt-factory-reset | 10:24 |
*** florian has joined #maemo | 10:24 | |
bencoh | Maxdamantus, DocScrutinizer05: looks like I was referring to "tactile", which is only in extras | 10:44 |
DocScrutinizer05 | hm? | 10:46 |
bencoh | touchscreen feedback / vibration | 10:46 |
DocScrutinizer05 | ohh [2016-01-12 Tue 11:14:12] <bencoh> Maxdamantus: regarding touchscreen vibrating feedback, there is a daemon in a separate package | 10:46 |
bencoh | yeah | 10:47 |
bencoh | but I'm not sure it's what you're looking for since it's in extras-devel | 10:47 |
DocScrutinizer05 | I'm not really looking for anything :-) | 10:48 |
bencoh | you or Maxdamantus :) | 10:48 |
DocScrutinizer05 | no idea, never heard of tactile | 10:48 |
DocScrutinizer05 | touchscreen vibra feedback is maemo core | 10:49 |
DocScrutinizer05 | maybe tactile is made to tweak that stuff | 10:49 |
*** sledges has joined #maemo | 10:49 | |
*** sledges has joined #maemo | 10:49 | |
DocScrutinizer05 | there been an idea a few years(=) ago to not only give vibra feedback for pen-down but also when pen hits borders of widgets like buttons or icons or whatever | 10:51 |
DocScrutinizer05 | a tad useless since you usually don't try to hit buttons with pen-down | 10:52 |
DocScrutinizer05 | s/with/while/ | 10:52 |
infobot | DocScrutinizer05 meant: a tad useless since you usually don't try to hit buttons while pen-down | 10:52 |
DocScrutinizer05 | hmm >> tactile provides improved tactile feedback with different patterns to improve the user experience on the N900.<< | 10:53 |
bencoh | xes: aren't bfs/bfq useful in case of high cpu load? | 10:54 |
DocScrutinizer05 | brainfuck scheduler? | 10:54 |
bencoh | yeah | 10:54 |
*** freemangordon_ has joined #maemo | 11:18 | |
*** realitygaps has quit IRC | 11:22 | |
*** realitygaps has joined #maemo | 11:23 | |
*** realitygaps has quit IRC | 11:23 | |
*** realitygaps has joined #maemo | 11:23 | |
*** Gadgetoid has quit IRC | 11:39 | |
*** Gadgetoid has joined #maemo | 11:40 | |
*** florian_kc has joined #maemo | 11:52 | |
*** florian has quit IRC | 11:53 | |
*** Vajb has quit IRC | 12:00 | |
*** tanty_off is now known as tanty | 12:05 | |
*** freemangordon_ has quit IRC | 12:07 | |
*** freemangordon_ has joined #maemo | 12:15 | |
*** realitygaps has quit IRC | 12:41 | |
*** Vajb has joined #maemo | 12:42 | |
*** realitygaps has joined #maemo | 12:42 | |
*** realitygaps has quit IRC | 12:42 | |
*** realitygaps has joined #maemo | 12:42 | |
*** eMHa_ has quit IRC | 12:48 | |
*** goldkatze has joined #maemo | 12:48 | |
*** mhlavink has quit IRC | 12:58 | |
xes | bencoh: yes high cpu load, high I/O and slow storage devices producing high I/O wait | 13:02 |
*** FlameReaper-PC has joined #maemo | 13:02 | |
bencoh | ah, cool | 13:03 |
*** mhlavink has joined #maemo | 13:03 | |
*** eMHa_ has joined #maemo | 13:12 | |
*** xorly has joined #maemo | 13:15 | |
*** Vajb has quit IRC | 13:46 | |
jonwil | Sounds like it would be useful on a N900 then | 14:04 |
jonwil | which has slow I/O speeds | 14:04 |
jonwil | and slow storage devices | 14:04 |
jonwil | and in some cases high CPU load | 14:04 |
*** jonwil has quit IRC | 14:07 | |
*** Vajb has joined #maemo | 14:28 | |
xes | i'm using a kernel with BFS/BFQ patches into a (slooow) Sony VGN-P11Z and it gives a nice kick to overall system usability | 14:56 |
xes | http://cs.unm.edu/~eschulte/classes/cs587/data/bfs-v-cfs_groves-knockel-schulte.pdf | 14:56 |
xes | ^^ "Conclusion: The results indicate that CFS outperformed BFS with minimizing turnaround time but that BFS outperformed CFS for minimizing latency. This indicates that BFS is better for interactive tasks that block on I/O or user input and that CFS is better for batch processing that is CPU bound." | 14:57 |
*** pozitrono has quit IRC | 14:59 | |
bencoh | now to find cfs patches for 2.6.28 | 15:04 |
bencoh | kolivas's website only has 3.x and 4.x | 15:05 |
*** pozitron has joined #maemo | 15:07 | |
*** N-Mi has joined #maemo | 15:07 | |
*** FlameReaper-PC has quit IRC | 15:12 | |
xes | bencoh: those patches are included also into kernel-pwck https://garage.maemo.org/frs/download.php/9948/kernel-pwck-2.6.28.10pwck2.tar.gz | 15:13 |
bencoh | ah, nice | 15:14 |
xes | old CK's patches: http://korg.cs.utah.edu/pub/linux/kernel/people/ck/patches/2.6/ | 15:22 |
xes | and BFQ: http://algo.ing.unimo.it/people/paolo/disk_sched/patches/ | 15:22 |
*** ecloud_wfh is now known as ecloud | 15:24 | |
xes | maybe that with a kernel 2.6.28 these patches were in a early development stage.. | 15:25 |
*** florian_kc is now known as florian | 15:36 | |
bencoh | maybe | 15:40 |
bencoh | is there a git repo for kernel-power? | 15:57 |
bencoh | *** Can't find default configuration "arch/arm/configs/rx51_defconfig"! | 16:04 |
bencoh | when building kernel-power (kp53) from source package (apt-get source) in sb... interesting. | 16:04 |
xes | https://vcs.maemo.org/git/?p=kernel-power | 16:05 |
bencoh | ah, tx | 16:05 |
xes | while kernel-cssu is https://github.com/community-ssu/kernel-cssu/ | 16:07 |
*** ebzzry has joined #maemo | 16:07 | |
ebzzry | Is there an equivalent of xdg-open in Fremantle? | 16:07 |
*** florian has quit IRC | 17:20 | |
*** freemangordon_ has quit IRC | 17:21 | |
*** Vajb has quit IRC | 17:26 | |
*** Vajb has joined #maemo | 17:27 | |
*** sparetire has joined #maemo | 17:49 | |
*** N-Mi has quit IRC | 18:15 | |
*** Wizzup_ has quit IRC | 18:19 | |
*** Wizzup has joined #maemo | 18:19 | |
*** N-Mi has joined #maemo | 18:27 | |
*** pozitron has quit IRC | 18:34 | |
*** florian has joined #maemo | 18:36 | |
*** xorly has quit IRC | 18:53 | |
*** realitygaps has quit IRC | 18:55 | |
*** realitygaps has joined #maemo | 18:58 | |
*** realitygaps has quit IRC | 18:58 | |
*** realitygaps has joined #maemo | 18:58 | |
*** xorly has joined #maemo | 19:39 | |
*** florian has quit IRC | 19:43 | |
*** M4rtinK has joined #maemo | 19:51 | |
*** Pali has joined #maemo | 19:52 | |
Sicelo | DocScrutinizer05: did that amixer thing for my 'silent earpiece' problem. basically no difference with yours :( | 19:55 |
Sicelo | http://paste.debian.net/365587/ | 19:57 |
*** githogori has quit IRC | 20:01 | |
*** LauRoman|Alt has joined #maemo | 20:04 | |
Sicelo | freemangordon: pulseaudio log for same situation .. don't know if it's giving something useful: http://paste.debian.net/365589/ | 20:05 |
Sicelo | i added --log-level info in the startup script for pulseaudio | 20:07 |
*** XDS2010 has quit IRC | 20:08 | |
*** timeless has quit IRC | 20:08 | |
*** LauRoman has quit IRC | 20:08 | |
*** githogori has joined #maemo | 20:11 | |
Sicelo | DocScrutinizer05: restarted pulseaudio (after which earpiece works). did amixer -c0 exactly as you did it. no difference in output between the working and non-working states | 20:13 |
Sicelo | freemangordon: in 'working' state: http://paste.debian.net/365590/ | 20:18 |
Sicelo | Jan 13 19:50:20 fremantle pulseaudio[5719]: voice-hw-sink-input.c: 149: 3 frames found from queue (dl buf size 640) | 20:18 |
Sicelo | Jan 13 19:50:20 fremantle pulseaudio[5719]: voice-cmtspeech.c: cmtspeech_dl_buffer_release(0xa2c70) failed return value -32 | 20:19 |
Sicelo | this is what i have in non-working state :/ | 20:19 |
*** timeless has joined #maemo | 20:19 | |
*** Kabouik has joined #maemo | 20:24 | |
*** raandoom has joined #maemo | 20:25 | |
*** XDS2010 has joined #maemo | 20:25 | |
*** eMHa_ has quit IRC | 20:25 | |
*** futpib has joined #maemo | 20:27 | |
*** LauRoman|Alt has quit IRC | 20:27 | |
Sicelo | bencoh: KotCzarny : and other interested parties: http://pavelmachek.livejournal.com/130784.html | 20:27 |
*** florian has joined #maemo | 20:28 | |
Sicelo | that's in connection with voice calls on upstream kernel :) | 20:30 |
bencoh | yeah, we saw that already :) | 20:33 |
Sicelo | ah, ok :) | 20:34 |
bencoh | that's still cool tough | 20:34 |
bencoh | though* | 20:34 |
Sicelo | i'm happy. guess now my 2nd N900 will finally have good use ;) | 20:34 |
Sicelo | doesn't help me with my silent earpiece thing though. | 20:35 |
*** ebzzry has quit IRC | 20:35 | |
Luke-Jr | Sicelo: vanilla kernel? | 20:37 |
bencoh | article says mainline/4.4-rc8, so.... apparently | 20:39 |
*** heroux has quit IRC | 20:42 | |
*** eMHa_ has joined #maemo | 20:47 | |
*** heroux has joined #maemo | 20:51 | |
*** Timo has joined #maemo | 20:51 | |
*** LauRoman has joined #maemo | 20:59 | |
*** arcean has joined #maemo | 21:00 | |
Sicelo | freemangordon: this is everything relating to pulseaudio in my syslog for 2 days: http://paste.debian.net/365607/ | 21:17 |
Sicelo | the shutdown on the 12th must have been due to empty battery. | 21:17 |
*** phlixi has quit IRC | 21:19 | |
Sicelo | anyway, looks too me i either have fsckd up pulseaudio (which a reinstall didn't fix?) or something's up with some of the modules (voice-cmtspeech and maybe others?) | 21:19 |
*** xelo has joined #maemo | 21:21 | |
*** geaaru has quit IRC | 21:22 | |
*** realitygaps has quit IRC | 21:24 | |
*** realitygaps has joined #maemo | 21:25 | |
*** realitygaps has quit IRC | 21:25 | |
*** realitygaps has joined #maemo | 21:25 | |
*** andril has joined #maemo | 21:27 | |
*** phlixi has joined #maemo | 21:27 | |
*** heroux has quit IRC | 21:46 | |
*** Sicelo009N has joined #maemo | 21:49 | |
*** capitanocrunch has joined #maemo | 21:55 | |
*** Humpelstilzchen has quit IRC | 21:56 | |
capitanocrunch | hello | 21:56 |
capitanocrunch | does anybody knows what is the /home/user/.ash_history file ? | 21:57 |
capitanocrunch | only bash has history or even ash? | 21:58 |
Sicelo | just `cat` yours for the answer :) | 22:03 |
*** LauRoman has quit IRC | 22:03 | |
*** heroux has joined #maemo | 22:08 | |
capitanocrunch | it has few lines of commands but from 2011 | 22:14 |
*** jonwil has joined #maemo | 22:14 | |
bencoh | have you moved to bash since then? ;) | 22:15 |
capitanocrunch | no | 22:17 |
capitanocrunch | maybe some script created that file time ago :) | 22:19 |
Sicelo009N | you don't use terminal? | 22:23 |
*** Humpelstilzchen has joined #maemo | 22:24 | |
capitanocrunch | yes | 22:24 |
capitanocrunch | if you type set in xterm | 22:25 |
capitanocrunch | you can see HISTFILE='/home/user/.ash_history' | 22:25 |
capitanocrunch | i rm the file, now has been created again without old commands but with latest commands | 22:29 |
*** heroux has quit IRC | 22:31 | |
*** capitanocrunch has quit IRC | 22:33 | |
*** heroux has joined #maemo | 22:33 | |
*** ced117 has joined #maemo | 22:36 | |
*** Sicelo009N has quit IRC | 22:51 | |
chem|st | Sicelo: updated maemo fb page with 8days no response msg... | 23:13 |
*** LauRoman|Phone has joined #maemo | 23:17 | |
*** xelo has quit IRC | 23:21 | |
*** arcean has quit IRC | 23:36 | |
*** andril has quit IRC | 23:43 | |
*** andril has joined #maemo | 23:49 | |
*** githogori has quit IRC | 23:53 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!