i915.conf 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Allow KMS driver to load
  2. options i915 modeset=-1
  3. # Panel self refresh (enable for powersaving, disable to reduce flickering )
  4. # options i915 enable_psr=0
  5. # Don't try to keep uefi/BIOS provided screen on loading as this breaks backlight control
  6. # options i915 fastboot=0
  7. # Powersaving
  8. # options i915 enable_dc=1
  9. # options i915 disable_power_well=1
  10. # Fix loss of horizontal sync
  11. options i915 enable_ips=0
  12. # Compress framebuffer
  13. options i915 enable_fbc=1
  14. # Virtualisation support
  15. options i915 enable_gvt=1
  16. options i915 nuclear_pageflip=1
  17. options i915 enable_psr2_sel_fetch=1
  18. # Force loading firmware
  19. # options i915 enable_guc=3
  20. # Force probe driver for selected new Intel hardware (UHD750=4c8a,DG1=4905,DG2=56a5)
  21. # options i915 force_probe=56a5
  22. # Disable display
  23. # options disable_display=true
  24. # Debug
  25. options i915 verbose_state_checks=0
  26. # Disable hangcheck
  27. options i915 enable_hangcheck=0
  28. # Fix black square (spread spectrum clock)
  29. options i915 panel_use_ssc=0
  30. # Disable security mitigations
  31. options i915 mitigations=off