I’ve just installed Zorin 16.2 Lite 64 bit on an old Toshiba Tecra.
The problem is that the screensaver is not working, however I try to adjust the settings in Power Manager or Screensaver the screen goes black after 10 min’s. (I’ve also just installed 32 bit Zorin on another laptop and it’s affected by the same problem.)
I tried using this command but to no avail.
xset s 0,0
The ‘Caffeine’ apps are supposed to prevent PC’s from falling asleep.
I installed ‘Caffeine’ and ‘Caffeine Indicator’ apps from the software repository. The ‘Caffeine Indicator’ is supposed to activate the app whereas ‘Caffeine’ restores the screensaver. They don’t seem to work. I wondered if that might be because the apps in the repository are outdated so I tried to install the latest version from the terminal using the commands below but the results are the same.
I right clicked on ‘Caffeine Indicator’ and clicked on ‘Open with Create Launcher on panel’. This created an icon [3 x backwards slashes] on the right side of the panel. When I right click on that icon ‘Launcher’ is greyed out.
It seems then that the app can’t be launched.
Has anyone got any suggestions?
I used the commands below from the link here to try and install the latest version of Caffeine.
sudo apt update
sudo apt install caffeine
If you want you can get the latest version of Caffeine by adding the developers’ PPA repository
Open a terminal and run
sudo add-apt-repository ppa:caffeine-developers/ppa
sudo apt-get update
Then, if you already have Caffeine installed:
sudo apt upgrade
But if you haven’t installed it:
sudo apt install caffeine
REMOVE
In the terminal, execute the following command:
sudo apt remove caffeine
If you have installed Caffeine using the PPA repository, you may also want to remove the PPA from your list of software sources.
In that case, run these commands:
sudo add-apt-repository --remove ppa:caffeine-developers/ppa
And then,
sudo apt update