Add the FreeBSD graphics role.

This commit is contained in:
Tom Alexander
2022-10-15 21:51:43 -04:00
parent cc3dc6799f
commit 0a82fce8d5
12 changed files with 94 additions and 0 deletions

View 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

View File

@@ -0,0 +1 @@
export VDPAU_DRIVER=va_gl