設定
デバイス#
PC Master Race
- OS: Debian 13 KDE
- CPU: AMD Ryzen 5 3600
- GPU: AMD Radeon RX 6800 16 GB
- RAM: 32 GB (4 x Geil Super Luce 8 GB DDR4 3200MHz)
- NVMe: 1 TB (2 x Adata XPG Spectrix S40G 512 GB)
- マザーボード: ASUS TUF Gaming X570-PRO (Wi-Fi)
- マウス: Logitech G305
- キーボード: HyperX Alloy Origins Core (Razer Pink PBTキーキャップ付き)
- ヘッドホン: Audio-Technica ATH-M50x (FiiO BTA10付き) と Sony Inzone H9
Raspberry Pi 4 Model B
Apple MacBook Air M1 2020
Samsung Galaxy S22 Ultra
BIOS設定#
- デフォルトに戻す
- RAMを3200MHzに設定
- Resizable Barを有効化
- 仮想化を有効化
- Secure Bootを有効化
- CSMを無効化
- ファンの速度を最大限静かになるように調整
Linuxの設定#
NVMeデバイスの高速暗号化#
sudo dmsetup table
sudo cryptsetup --perf-no_read_workqueue --perf-no_write_workqueue --allow-discards --persistent refresh luks-blablabla
GNOME VRRとフラクショナルスケーリング#
gsettings set org.gnome.mutter experimental-features "['variable-refresh-rate','scale-monitor-framebuffer']"
GNOME拡張機能#
- Alphabetical App Grid
- AppIndicator and KStatusNotifierItem Support
- Caffeine
- Clipboard Indicator
- Compiz alike magic lamp effect
- Compiz windows effect
- Control monitor brightness and volume with ddcutil
- Dash to Dock
- Desktop Cube
- GSConnect
- Impatience
- Launch new instance
- User Themes
- Window title is back
- Workspace Indicator
Steamの調整#
- Steamの設定でSteam Playを有効化
- 起動オプション(ゲームごと)を以下に設定:
gamemoderun %command%
CachyOSの場合:
game-performance %command%
- ProtonUp-Qt/ProtonPlusでProton-GE-Customを試す
Half-Life/Portal/Counter-Strike#
- 起動オプション:
-vulkan -novid -fullscreen
Sonic Adventure#
https://gamebanana.com/tuts/16934
GTA IV#
https://github.com/ThirteenAG/GTAIV.EFLC.FusionFix
- 起動オプション:
WINEDLLOVERRIDES="dinput8=n,b" %command%
Git#
git config --global color.ui true
git config --global user.name "astrovm"
git config --global user.email "[email protected]"
ssh-keygen -t ed25519 -C "[email protected]"
cat ~/.ssh/id_ed25519.pub
NetworkManagerのMACランダム化#
sudo nvim /etc/NetworkManager/conf.d/99-randomize-mac-address.conf
[device-mac-randomization]
wifi.scan-rand-mac-address=yes
[connection-mac-randomization]
ethernet.cloned-mac-address=random
wifi.cloned-mac-address=random
sudo systemctl restart NetworkManager
Bluetoothの再起動#
sudo rfkill unblock all
sudo rmmod btusb
sudo modprobe btusb