Add a test for the freezing display issue.
This commit is contained in:
parent
14fa62c64a
commit
8e5034a393
@ -126,6 +126,7 @@
|
|||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
state: present
|
state: present
|
||||||
|
reload: false
|
||||||
sysctl_file: "/etc/sysctl.conf.local"
|
sysctl_file: "/etc/sysctl.conf.local"
|
||||||
loop:
|
loop:
|
||||||
# Adjust ttl
|
# Adjust ttl
|
||||||
|
@ -42,7 +42,8 @@
|
|||||||
# amd_pstate=passive :: Fully automated hardware pstate control.
|
# 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=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.
|
# 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
|
- name: Install Configuration
|
||||||
copy:
|
copy:
|
||||||
|
@ -62,12 +62,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
// admin_git
|
// admin_git
|
||||||
"hw-address": "58:9c:fc:10:fc:5a",
|
"hw-address": "06:4c:9f:0e:e2:cc",
|
||||||
"ip-address": "10.215.1.210"
|
"ip-address": "10.215.1.210"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// public_dns
|
// public_dns
|
||||||
"hw-address": "58:9c:fc:10:ff:80",
|
"hw-address": "06:81:a6:f4:ab:24",
|
||||||
"ip-address": "10.215.1.211"
|
"ip-address": "10.215.1.211"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
state: present
|
state: present
|
||||||
|
reload: false
|
||||||
sysctl_file: "/etc/sysctl.conf.local"
|
sysctl_file: "/etc/sysctl.conf.local"
|
||||||
loop:
|
loop:
|
||||||
- name: net.inet6.ip6.use_tempaddr # Enable privacy addresses
|
- name: net.inet6.ip6.use_tempaddr # Enable privacy addresses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user