¿ªÔÆÌåÓý

Re: CW on zbitx


 

Anyone who can run a command-line on their zbitx want to try the following bash script to see if it improves keying latency:
?
# isolates the sbitx process to CPU core 3

PID=`pidof sbitx`

echo $PID

for pid in $(ps -eo pid | grep -v "$PID" | grep -v PID); do

?? ? sudo taskset -cp 0-2 $pid 2>/dev/null

done

sudo taskset -cp 3 "$PID"

#

?

No warranties implied. You may have to reboot to undo this.

73, Ron, n6ywu

Join [email protected] to automatically receive all group messages.