xe.conf 777 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Allow KMS driver to load
  2. options xe enable_display=1
  3. # Panel self refresh (enable for powersaving, disable to reduce flickering )
  4. options xe enable_psr=0
  5. # Powersaving
  6. #options xe enable_dc=1
  7. #options xe disable_power_well=1
  8. # Fix loss of horizontal sync
  9. options xe enable_ips=0
  10. # Compress framebuffer
  11. options xe enable_fbc=1
  12. # Force loading firmware
  13. options xe enable_guc=3
  14. # Force probe driver for selected new Intel hardware (UHD750=4c8a,DG1=4905,DG2=56a5)
  15. # options xe force_probe=56a5
  16. # Disable display
  17. # options disable_display=true
  18. # Fix black square (0,1,-1)
  19. # options xe panel_use_ssc=0
  20. # Force enable atomic functionality
  21. options xe nuclear_pageflip=1
  22. # Backlight
  23. # options xe enable_dpcd_backlight=0
  24. # Invert Brightness
  25. # options xe invert_brightness=0