Add the FreeBSD graphics role.
This commit is contained in:
10
ansible/roles/graphics/files/intel_power_loader.conf
Normal file
10
ansible/roles/graphics/files/intel_power_loader.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# Enable power-saving display c-states (0=disable; 1=up to DC5; 2=up to DC6)
|
||||
compat.linuxkpi.i915_enable_dc=2
|
||||
# Enable frame buffer compression which allegedly saves power
|
||||
compat.linuxkpi.i915_enable_fbc=1
|
||||
# Skip extra modesets during boot
|
||||
compat.linuxkpi.i915_fastboot=1
|
||||
# Disable display power wells (0=power wells always on, 1=power wells disabled when possible)
|
||||
compat.linuxkpi.i915_disable_power_well=1
|
||||
# Reduce interrupt rate to make it more likely that a C3 sleep state can be hit. Should make the CPU wake up less often.
|
||||
kern.hz=100
|
||||
1
ansible/roles/graphics/files/vdpau.sh
Normal file
1
ansible/roles/graphics/files/vdpau.sh
Normal file
@@ -0,0 +1 @@
|
||||
export VDPAU_DRIVER=va_gl
|
||||
Reference in New Issue
Block a user