I've tested and after chmod 777 /sys/class/backlight/rpi_backlight/bl_power (don't tell the admin!) I can run this command manually with echo 0 to turn on the display and echo 1 to turn off the display. Is there some sort of a flag I can look for when the screensaver is active? I can then have a cron task look for this flag and run the appropriate command.
Better yet can I have the screensaver run an entry and exit command?