You are not logged in.
I'd just like to share what I managed to setup: tearing free Openbox (like Compiz).
What you need is nvidia binary driver and dcompmgr-git from AUR.
First, set vsync in nvidia config:
then, run dcompmgr with OpenGL:
dcompmgr --gl --no-fade
you should have no tearing now. To make the change permanent add these lines in Openbox autostart script:
# restore nvidia settings
nvidia-settings --load-config-only
# run compositing manager to avoid tearing
dcompmgr --gl --no-fade &
Cheers!
Offline
How bad does this impact on graphic performance (eg: scrolling speed in browsers like firefox or chromium)?
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline
Alternative: Apply this patch that I just made (or wait until it is included upstream, here is the bug report).
Offline
How bad does this impact on graphic performance (eg: scrolling speed in browsers like firefox or chromium)?
I haven't noticed any drawbacks so far.
Offline