FS#295 - insert mode slow
Attached to Project:
Uzbl
Opened by Paul Roge (proge) - 2012-04-08 11:30:46 PM
Last edited by Brendan Taylor (bct) - 2012-10-22 11:55:55 PM
Opened by Paul Roge (proge) - 2012-04-08 11:30:46 PM
Last edited by Brendan Taylor (bct) - 2012-10-22 11:55:55 PM
|
DetailsHello, insert mode in uzbl on debian wheezy (mipsel architecture) is terribly slow and if one types at normal speeds, letters are missed or overwritten. Please let me know if you need more info or if there are actions to be taken to speed this up.
|
This task depends upon
"signal::selection-changed", (GCallback)selection_changed_cb, NULL,
Can you compile from source? If so, please try commenting out that line.
I am encountering the same issue on my i686 machine running Arch Linux (this is a VMware image). For me, this issue happens frequently while the CPU usage is high , 50% to 90% (uzbl-core and python2 being the top two CPU consumers). But it also happens, although intermittently, while CPU usage is relatively low.
A simple Google search or typing in a plain text area, its quiet annoying to see characters getting overwritten.
VMware Workstation 7.0.0.
VMware Host System => Windows XP SP3.
uzbl-browser, uzbl-core, uzbl-tabbed (Commit: e93bd72)
uname -a => Linux arch 3.2.9-1-ARCH #1 SMP PREEMPT Thu Mar 1 09:10:44 UTC 2012 i686 Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz GenuineIntel GNU/Linux
RAM for virtual machine => 1.7 GB
I'll see if I can compile from source and comment out the line cited above. Thanks for the info.