Xscreensaver
Appearance
xscreensaver is the Linux Screen Saver Program.
For more information see:
Using xscreensaver with Mythtv[edit | edit source]
Install xscreensaver.
yum install xscreensaver*
For the user that will run the Mythtv-Frontend (mythtv), you need add .xscreensaver to the home directory of the user.
vim /home/mythtv/.xscreensaver
Now add the following lines.
timeout: 0:05:00 lock: False splash: False nice: 10 fade: True unfade: False fadeSeconds: 0:00:15 mode: one selected: 191
Troubleshooting[edit | edit source]
The two requirements for proper xscreensaver support are:
- Make sure the command xscreensaver-command is in the PATH of the user starting mythfrontend.
- Make sure xscreensaver start before mythfrontend dose.
- Make sure you start xscreensaver and that xscreensaver has time to initialize before you start mythfrontend.