Add a test for the freezing display issue.

This commit is contained in:
Tom Alexander 2024-09-29 03:52:00 -04:00
parent 14fa62c64a
commit 8e5034a393
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
4 changed files with 6 additions and 3 deletions

View File

@ -126,6 +126,7 @@
name: "{{ item.name }}"
value: "{{ item.value }}"
state: present
reload: false
sysctl_file: "/etc/sysctl.conf.local"
loop:
# Adjust ttl

View File

@ -42,7 +42,8 @@
# amd_pstate=passive :: Fully automated hardware pstate control.
# amd_pstate=active :: Same as passive except we can set the energy performance preference (EPP) to suggest how much we prefer performance or energy efficiency.
# amd_pstate=guided :: Same as passive except we can set upper and lower frequency bounds.
"org.zfsbootmenu:commandline": "rw quiet amdgpu.abmlevel=3 pcie_aspm=force pcie_aspm.policy=powersupersave nowatchdog"
# amdgpu.dcdebugmask=0x10 :: Allegedly disables Panel Replay from https://community.frame.work/t/tracking-freezing-arch-linux-amd/39495/32
"org.zfsbootmenu:commandline": "rw quiet amdgpu.abmlevel=3 pcie_aspm=force pcie_aspm.policy=powersupersave nowatchdog amdgpu.dcdebugmask=0x10"
- name: Install Configuration
copy:

View File

@ -62,12 +62,12 @@
},
{
// admin_git
"hw-address": "58:9c:fc:10:fc:5a",
"hw-address": "06:4c:9f:0e:e2:cc",
"ip-address": "10.215.1.210"
},
{
// public_dns
"hw-address": "58:9c:fc:10:ff:80",
"hw-address": "06:81:a6:f4:ab:24",
"ip-address": "10.215.1.211"
},
{

View File

@ -40,6 +40,7 @@
name: "{{ item.name }}"
value: "{{ item.value }}"
state: present
reload: false
sysctl_file: "/etc/sysctl.conf.local"
loop:
- name: net.inet6.ip6.use_tempaddr # Enable privacy addresses