https://bugs.kde.org/show_bug.cgi?id=356346

--- Comment #7 from Thomas Lübking <thomas.luebk...@gmail.com> ---
(In reply to ioann from comment #6)

> At now, I ran Plasma session as "vblank_mode=0 /usr/bin/primusrun
> /usr/bin/startkde".

I kinda doubt this works - startkde just forks a bunch of processes.
Since your core interest seems kwin, shadow it with a bash script in ~/bin or
/usr/local/bin
(depending on whether you're on KDE4 or 5 it's "kwin" or "kwin_x11"

#!/bin/sh
vblank_mode=0 /usr/bin/primusrun /usr/bin/kwin_x11

Don't forget to chmod +x that, but again: 
a) you rather want to disable the intel IGP in BIOS
b) fullscreen unredirection is no way worth it.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to