View previous topic :: View next topic |
Author |
Message |
Massimo B. Veteran
Joined: 09 Feb 2005 Posts: 1850 Location: PB, Germany
|
Posted: Thu Apr 23, 2020 5:24 am Post subject: Intel, reducing compressed freamebuffer size |
|
|
Hello everybody,
since 5.6.5-gentoo I encounter many syslog lines like
Code: | [kernel] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
- Last output repeated 4 times - |
I found the explanation at https://wiki.archlinux.org/index.php/intel_graphics#Framebuffer_compression_(enable_fbc).
But why do I get this with a i7-4790 Haswell, which is not pre-Sandy?
Anyway I followed the hint and set
Code: | # cat /etc/modprobe.d/i915.conf
options i915 enable_fbc=0 |
After reboot the setting seems active:
Code: | # cat /sys/module/i915/parameters/enable_fbc
0 |
But I still get the same logs. Which BIOS setting is responsible, how can I fix that? _________________ HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770 |
|
Back to top |
|
|
Massimo B. Veteran
Joined: 09 Feb 2005 Posts: 1850 Location: PB, Germany
|
Posted: Fri May 08, 2020 9:22 am Post subject: |
|
|
Where can I ask about that issue? kernel.org or rather x.org? _________________ HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770 |
|
Back to top |
|
|
mxfm n00b
Joined: 08 Aug 2016 Posts: 17
|
Posted: Fri May 08, 2020 7:49 pm Post subject: |
|
|
Massimo B. wrote: | Where can I ask about that issue? kernel.org or rather x.org? |
This is definitely more related to kernel than to X. |
|
Back to top |
|
|
Massimo B. Veteran
Joined: 09 Feb 2005 Posts: 1850 Location: PB, Germany
|
|
Back to top |
|
|
|