Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
apps:screensaver:faq [2018/11/25 16:24] bluesabreapps:screensaver:faq [2019/11/21 21:49] kevinbowen
Line 1: Line 1:
 ====== Xfce Screensaver FAQ ====== ====== Xfce Screensaver FAQ ======
 +    * ** [[#xfce4-screensaver with SmartCard login|xfce4-screensaver with SmartCard login]] **
 +    * ** [[#Why doesn't the screensaver/lock screen activate when I attempt to lock my computer?|Why doesn't the screensaver/lock screen activate when I attempt to lock my computer?]] ** 
 +    * ** [[#Why doesn't my monitor turn off automatically?|Why doesn't my monitor turn off automatically?]] **
 +    * ** [[#Why doesn't my screensaver activate automatically?|Why doesn't my screensaver activate automatically?]] **
 +    * ** [[#Where are all the screensavers?|Where are all the screensavers?]] **
 +
 +----
 +
 +==== xfce4-screensaver with SmartCard login ====
 +
 +**Issue:** When using sssd with smartcard login, xfce4-screensaver (or lightdm, mate, etc...) don't ask for the PIN Code, while some services (sudo, su, gdm..) do ask.
 +
 +**Resolution:** the user will need to update sssd.conf accordingly: 
 +
 +  # /etc/sssd/sssd.conf
 +  [pam]
 +  pam_p11_allowed_services = +xfce4-screensaver
 +
 +
 +**For additional details see:**
 +    * [[https://wiki.xfce.org/apps/xfce4-screensaver/configuration|]]
 +
 +----
  
 ===== Why doesn't the screensaver/lock screen activate when I attempt to lock my computer?  ===== ===== Why doesn't the screensaver/lock screen activate when I attempt to lock my computer?  =====
Line 25: Line 48:
 </code> </code>
  
 +----
  
 ===== Why doesn't my monitor turn off automatically? ===== ===== Why doesn't my monitor turn off automatically? =====
Line 47: Line 71:
   Monitor is On   Monitor is On
 </code> </code>
 +
 +----
  
 ===== Why doesn't my screensaver activate automatically? ===== ===== Why doesn't my screensaver activate automatically? =====
Line 76: Line 102:
 enabled enabled
 </code> </code>
 +
 +----
  
 ===== Where are all the screensavers? ===== ===== Where are all the screensavers? =====
Line 108: Line 136:
  
 In this example, you can see that the ''Name'' key is derived from the screensaver label, ''Exec'' and ''TryExec'' both use the screensaver binary path, and the ''Exec'' key also includes the command arguments. In this example, you can see that the ''Name'' key is derived from the screensaver label, ''Exec'' and ''TryExec'' both use the screensaver binary path, and the ''Exec'' key also includes the command arguments.
 +
 +[[|Back To Top]]
 +----
 +[[ :apps:screensaver:start:|Return to Main xfce4-screensaver page]]