Using KUAL with the helper extension, you get a handy button to disable the screensaver.
It just launches a script ssprevent.sh which reads:
Code:
lipc-set-prop -i com.lab126.powerd preventScreensaver 1
To toggle it back on, pass it the value "0" again.