Skip to content

Instantly share code, notes, and snippets.

View scholz-timo's full-sized avatar
☄️
Working

Timo Scholz scholz-timo

☄️
Working
View GitHub Profile
@scholz-timo
scholz-timo / setup.md
Last active February 5, 2024 18:06
Linux setup
  • For first boot to get into linux press e in grub.
  • add to the end of line with linux "nomodeset nouveau.modeset=0".
  1. create file: /etc/modprobe.d/blacklist-nouveau.conf
blacklist nouveau
options nouveau modeset=0
alias nouveau off