Monthly Archive: September 2020

Customize Linux after fresh installation

Run “bootstrap_system.sh” from $HOME Following things to check: 1) Repair the IBUS-error “/usr/share/im-config/data/21_ibus.rc” – no such file or directory sudo apt-get install ibus 2) Set zsh as default shell chsh -s $(which zsh) 3) Change GRUB-Settings – Always show GRUB and show boot-messages (edit in /etc/defaults/grub) GRUB_TIMEOUT_STYLE=menu GRUB_TIMEOUT=5 GRUB_CMDLINE_LINUX_DEFAULT=”” 4) Set Transparency of the Panel https://ubuntuforums.org/showthread.php?t=2400831 5) Mount USB-Stick in...

Linux Mint blackscreen on boot

Problem: Black screen on boot System: Linux Mint 19.3 Kernel 5.4.0-47 Nvidia 340 Solution: add: “nvidia.modeset=0” at the end of the grub boot-entry. When the Nouveau is activated: “nouveau.modeset=0” see: https://community.linuxmint.com/tutorial/view/842 add: https://forums.linuxmint.com/viewtopic.php?t=309784