So, when I try to enable translucent windows in the Control Center, and I boot up, I get this message:
Composite extension not found
You must use XOrg ≥ 6.8 for translucency and shadows to work.
Additionally, you need to add a new section to your X config file:
Section "Extensions"
Option "Composite" "Enable"
EndSection
I know how to add the part to my X config file. But I somehow don't know how to update XOrg. Forgive me if this is a stupid question, but thank you for your answers.
Composite extension not found
You must use XOrg ≥ 6.8 for translucency and shadows to work.
Additionally, you need to add a new section to your X config file:
Section "Extensions"
Option "Composite" "Enable"
EndSection
I know how to add the part to my X config file. But I somehow don't know how to update XOrg. Forgive me if this is a stupid question, but thank you for your answers.
Comment