Re: Nice value works only for low priority
Reply #3 –
You could execute
$ xhost +si:localuser:root
to allow the root user to connect to X display, otherwise you cannot lower the niceness of any program as non-root, your screensaver included. Only root is allowed to do that.
Again, this is by design. Unix (and thus GNU/Linux) were since the start multi-user environments, meaning that multiple users can be logged in the same machine at the same time. If everyone was able to give their programs high priority, that would be a recipe for disaster. Effectively the computer would hang.