DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 26th November 2019
roddierod's Avatar
roddierod roddierod is offline
Real Name: Rod Person
VPN Cryptographer
 
Join Date: Apr 2008
Location: Pittsburgh, Pa
Posts: 437
Default Delay in keystroke with web browsers

Hello,

I upgraded from OpenBSD6.5 to 6.6 and since the upgrade I have been experiencing a delay of keystokes either displaying the character or or functioning (such as going backa space)..but it only happening in web browser textboxes. It happens in both Chromium and Vimb(my main browser). The delay can be of 1-2 seconds per key but it seems cumalative so if I type normally I can wait 10 or 20 seconds for the display to catch up.

I have tried disabling hardware accelaration in chromium settings - that did nothing for this problem. Am using the radeon driver cause I have an older radeon (ATI HD 6950). I tried changing the DRI and Accel options for the driver and that doesn't make a difference.

At this point am looking for any options on what to try. This didn't happen with 6.5 or 6..

Thanks
__________________
"The basic tool for the manipulation of reality is the manipulation of words. If you can control the meaning of words, you can control the people who must use the words." -Philip K. Dick
Reply With Quote
  #2   (View Single Post)  
Old 27th November 2019
victorvas victorvas is offline
Real Name: Victor
Linux
 
Join Date: May 2019
Posts: 148
Default

Add yourself to an operator group.
Reply With Quote
  #3   (View Single Post)  
Old 27th November 2019
roddierod's Avatar
roddierod roddierod is offline
Real Name: Rod Person
VPN Cryptographer
 
Join Date: Apr 2008
Location: Pittsburgh, Pa
Posts: 437
Default

I am in that group.
__________________
"The basic tool for the manipulation of reality is the manipulation of words. If you can control the meaning of words, you can control the people who must use the words." -Philip K. Dick
Reply With Quote
  #4   (View Single Post)  
Old 27th November 2019
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

I'm a www/vimb user and also noticed the laggy keyboard in OpenBSD.
Less so in Debian Buster where webkitgtk2 is sandboxed via bubblewrap.

Keyboard lag seems to improve when the cache is cleared.
Code:
:clearcache/:cl
I also have a script which clears everything:
Code:
#!/bin/sh
> ${HOME}/.config/vimb/closed && > ${HOME}/.config/vimb/command &&  \
 > ${HOME}/.config/vimb/cookies.db && > ${HOME}/.config/vimb/history \
 rm -rf ${HOME}/.local/share/webkitgtk/databases/indexeddb/* && \
 rm -rf ${HOME}/.local/share/webkitgtk/localstorage/*
The script is invoked w/ Ctl-Alt-v in openbox.

I don't see as much lag with Debian and wonder if it is related to pledging development.

www/webkitgtk4 has a security update and I submitted a vimb 3.3 -> 3.5 update
which builds easily in 6.6.

Last edited by shep; 27th November 2019 at 04:12 PM. Reason: dropped whitespace inserted in script
Reply With Quote
  #5   (View Single Post)  
Old 27th November 2019
roddierod's Avatar
roddierod roddierod is offline
Real Name: Rod Person
VPN Cryptographer
 
Join Date: Apr 2008
Location: Pittsburgh, Pa
Posts: 437
Default

I also wondered if it was due to pledge, but don't know how to go about checking that out in regards to vimb.

I'll try the cache clearing, thanks.
__________________
"The basic tool for the manipulation of reality is the manipulation of words. If you can control the meaning of words, you can control the people who must use the words." -Philip K. Dick
Reply With Quote
  #6   (View Single Post)  
Old 27th November 2019
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

While I have no idea what causes the problem, I believe you can rule out pledge(2) as the cause. It doesn't affect performance.

Pledge() is a system call which tells the kernel to "restrict this process to making future system calls only from this whitelist". Any system calls outside the whitelist result in a process abort. That's it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound delay when playing 3D games angryfirelord OpenBSD General 1 8th January 2014 07:32 AM
Security How Browsers Store Your Passwords (and Why You Shouldn't Let Them) J65nko News 0 10th August 2013 09:06 AM
Security Pwn2Own ends with three browsers felled - Update J65nko News 0 13th March 2012 09:20 PM
EFF: More than 80% of browsers have trackable signatures J65nko News 0 18th May 2010 05:57 PM
Limitations of Console Web Browsers JMJ_coder General software and network 17 8th September 2008 06:06 PM


All times are GMT. The time now is 10:55 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick