Posts tagged with “mxlinux”

mx linux install fcitx5 rime

mx linux install fcitx5 rime

  1. sudo apt install fcitx5-rime fcitx5-chinese-addons im-config zenity fcitx5-configtool fcitxt5-frontend-gtk*
  2. run im-config and choose fcitx5
  3. run fcitx5-configtool to choose Rime as input method
  4. Download rime config backup from https://files.shukebeta.com/Rime.tgz and extract it
  5. mv ~/Downloads/Rime/* ~/.local/share/fcitx5/rime/
  6. log out and then log in again

done

Set CPU Performance Mode on MX Linux 25

Steps

  1. Install cpupower:
sudo apt install linux-cpupower
  1. Edit the init script:
sudo vim /etc/init.d/cpupower
# put the following content into this file
CPUPOWER_START_OPTS="frequency-set -g performance"
  1. Enable on boot:
sudo update-rc.d cpupower defaults
  1. Apply immediately:
sudo cpupower frequency-set -g performance
  1. Verify:
cpupower frequency-info | grep "The governor"

Should output: The governor "performance" may decide which speed to use


Note: MX Linux 25 uses SysVinit.