mx linux install fcitx5 rime
- sudo apt install fcitx5-rime fcitx5-chinese-addons im-config zenity fcitx5-configtool fcitxt5-frontend-gtk*
- run im-config and choose fcitx5
- run fcitx5-configtool to choose Rime as input method
- Download rime config backup from https://files.shukebeta.com/Rime.tgz and extract it
mv ~/Downloads/Rime/* ~/.local/share/fcitx5/rime/
- log out and then log in again
done
Steps
- Install cpupower:
sudo apt install linux-cpupower
- Edit the init script:
sudo vim /etc/init.d/cpupower
# put the following content into this file
CPUPOWER_START_OPTS="frequency-set -g performance"
- Enable on boot:
sudo update-rc.d cpupower defaults
- Apply immediately:
sudo cpupower frequency-set -g performance
- Verify:
cpupower frequency-info | grep "The governor"
Should output: The governor "performance" may decide which speed to use
Note: MX Linux 25 uses SysVinit.