I've written a simple program in windows before to simulate hitting the scroll lock key. Running it prevents the screensaver from coming up, in situations where it can't be disabled.
I need to do the same in Linux. Raspbery PI screensaver is very hard to completely disable, and even when you manage to disable it, every now and then it just seems to come back. I just want to have the app run at startup or something, and it will hit scroll lock every 30 seconds or so. I just can't seem to find much info on how to do that. In Windows I'd just use win32 api.
If it turns out to be too complicated I'll see if I can figure out a hardware solution using an atmega8 or something.
I need to do the same in Linux. Raspbery PI screensaver is very hard to completely disable, and even when you manage to disable it, every now and then it just seems to come back. I just want to have the app run at startup or something, and it will hit scroll lock every 30 seconds or so. I just can't seem to find much info on how to do that. In Windows I'd just use win32 api.
If it turns out to be too complicated I'll see if I can figure out a hardware solution using an atmega8 or something.