(19th October 2016, 10:26)rocky7x Wrote: For screen tearing with Nvidia, try to create a file in /etc/profile.d/ with following content:In my case, I have this 2 lines in kwin.sh:
Code:export KWIN_TRIPLE_BUFFER=1
Let the file name be for example kwin_triple_buffer.sh
Code:
export __GL_YIELD="USLEEP"
export KWIN_TRIPLE_BUFFER=1
This days, I search other solutions, and I view this, this 2 lines in kwin.sh
I try with this and works fine.
But I don't know my first line what works made or function.
Regards.