Initial commit: Linux-Setup für MacBook Pro 13" und 16"

Vollautomatisches Post-Install-Setup für Ubuntu 24.04 auf MacBook Pro
Late 2013 (13") und Mid 2014 (16" mit Nvidia Optimus). Enthält:

- setup.sh: Komplettes Post-Install-Skript (Pakete, Xubuntu, Brave,
  PrusaSlicer, oh-my-zsh, Claude Code, Dotfiles via Forgejo/Stow,
  mbpfan, thermald, TLP, WireGuard, Lokalisierung DE)
- build-iso.sh: Ubuntu Autoinstall ISO für Ventoy erstellen
- user-data/meta-data: cloud-init Autoinstall-Konfiguration
- mbpfan-13.conf / mbpfan-16.conf: Modellspezifische Lüftersteuerung
- hid_apple.conf / keyboard: Deutsche Mac-Tastaturbelegung + Fn-Tasten
- blacklist-nvidia.conf: Optionaler Nvidia/nouveau-Blacklist
- temp-watch.sh: CPU-Temperaturüberwachung mit Desktop-Notification

Infrastruktur-Abhängigkeiten:
- Dotfiles: git.motocamp.de/rene/dotfiles.git (via GNU Stow)
- DiskStation 10.47.11.10 (SMTP, IMAP, Synology Drive)
- WireGuard-VPN 10.13.13.x ins Heimnetz 10.47.11.0/24
This commit is contained in:
rene 2026-03-07 15:27:48 +01:00
commit 722bd849f9
12 changed files with 494 additions and 0 deletions

9
mbpfan-13.conf Normal file
View file

@ -0,0 +1,9 @@
# mbpfan.conf für MacBook Pro 13" Late 2013
# Konservativere Einstellungen (kein Nvidia, weniger Hitzeproblem)
[general]
min_fan1_speed = 2000
max_fan1_speed = 6200
low_temp = 55
high_temp = 65
max_temp = 80
polling_interval = 3