Rolen aus bookworm übernommen
This commit is contained in:
parent
b74032925f
commit
420d9ea7b0
34 changed files with 1239 additions and 23 deletions
11
roles/custom/qg-base/tasks/soundfix.yml
Normal file
11
roles/custom/qg-base/tasks/soundfix.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
# Probleme mit akgehackten Ton über HDMI an
|
||||
# den Laptops in den Klassenzimmern
|
||||
# ACHTUNG: Beddingung hostname muss mit lt- beginnen.
|
||||
- name: Fix stuttering sound on HDMI
|
||||
lineinfile:
|
||||
dest: /etc/default/grub
|
||||
regexp: '^(GRUB_CMDLINE_LINUX=).*'
|
||||
line: '\g<1>"intel_iommu=on,igfx_off"'
|
||||
backrefs: yes
|
||||
notify: Run update-grub
|
Loading…
Add table
Add a link
Reference in a new issue