Solus Linux Tweaks
Enabling iso mount in Files and Fix DPI/PPI on high resolution
sudo eopkg it gnome-tweak-tool gnome-disk-utility menulibre
- Change Scaling Factor to
1.25
in Tweak Tool > Fonts - Start Menu Editor goto Internet > Google Chrome and add
--force-device-scale-factor=1.25
argument - see Arch Wiki for more info on other applications
try changing 1.25 to whatever that works best for your display
Install Fonts
wget https://noto-website.storage.googleapis.com/pkgs/NotoSans-hinted.zip
unzip NotoSans-hinted.zip -d $HOME/.fonts/
fc-cache -fv
Enable Unstable Repo
sudo eopkg ar SolusUnstable https://packages.solus-project.com/unstable/eopkg-index.xml.xz
sudo eopkg dr Solus
sudo eopkg up
back to stable repo
sudo eopkg dr SolusUnstable
sudo eopkg er Solus