primeiro veja se já está carregado
grep -i dbe /var/log/Xorg.0.log
Se não estiver carregado
crie um arquivo com o número 60 na frente, que seria para carregar antes do drive que normalmente é 20 (20-nvidia.conf ou 20-intel.conf)
/etc/X11/xorg.conf.d/60-modules.conf
com o seguinte conteúdo
- Código: Selecionar todos
Section "Module"
Load "dbe" # Double buffer extension
EndSection
reinicie e veja se está carregando
grep -i dbe /var/log/Xorg.0.log
obs..
veja também esta modificação
veja isso
https://ubuntuforums.org/showthread.php?t=2258059 To call this script in Conky, use the following (assuming that you save this script to ~/scripts/rings.lua):
lua_load ~/scripts/rings-v1.2.1.lua
lua_draw_hook_pre ring_stats
Editado pela última vez por
swatquest em 04 Abr 2019, 23:31, em um total de 6 vezes.
Razão: adicionado link