Manjaro 22.02 Install & setrup & FireFox optimization and stabilization
説明:Setting up the latest Manjaro from install to daily use. Try FireFox optimization.
------------
-- Installing Japanese input method -
sudo pacman -S fcitx-mozc fcitx-im fcitx-configtool
-- Creating a profile (by Kate) -
export LANG=”ja_JP.UTF-8″
export XMODIFIERS=”@im=fcitx”
export XMODIFIER=”@im=fcitx”
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export DefaultIMModule=fcitx
Save the file as ".xprofile" in your home directory, and log out once.
-- Overclock -
sudo nano /boot/config.txt
OverClock
over_voltage=6
arm_freq=2000
gpu_freq=700
gpu_mem=256
Shutdown switch Manjaro update version
dtoverlay=gpio-shutdown,debounce=1000,gpio_pin=3,active_low=1,gpio_pull=up
Red LED controll for any OSs
dtparam=pwr_led_trigger=oneshot
-- Install terminal tools -
sudo pacman -S neofetch
sudo pacman -S htop
-- FireFox optimization -
about:config
search by "brower.cache"
Change browser.cache.disk.enable to false
Check if browser.cache.memory.enable is true
browser.cache.memory.max_entry_size
Changed from 5120 to 205000
search by "browser.sessionstore"
browser.sessionstore.interval
Changed from 15000 to 18000000
Confirmation of changes
about:cache
Reference:
http://kb.mozillazine.org/Browser.cac...
http://kb.mozillazine.org/Browser.ses...
http://kb.mozillazine.org/Browser.cac...