Xorg – Disable Composite Without Restarting X

compositevideoxfcexorg

In order for me to watch HD videos without tearing, I need to disable my Composite setting in xorg.conf

Section "Extensions"
    Option "Composite" "Disable"
EndSection

But I love my transparency, so, how do I enable and disable it without restarting X? (Preferably using command line)

Best Answer

Related Question