Re: Xfce lock screen really not blanking screen

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 30.11.2014 05:53, Robert Moskowitz wrote:
> On a Lenovo x120e.
> 
> It makes the screen blank, but does not turn off the video so there is 
> this black light on the screen.  My Gnome system (same model, different 
> unit) really turns off the video for blanking the screen.
> 
> I should also say that the Xfce system is running F21 final RC1.
> 
> So am I missing an Xfce screen option, as I am new to Xfce?  Or is 
> something not right either in Lenovo support or in F21?
> 
> 

Fedora 2x

https://github.com/the-cavalry/light-locker
https://github.com/the-cavalry/light-locker/releases/download/v1.5.0/light-locker-1.5.0.tar.bz2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff /usr/bin/xflock4.orig /usr/bin/xflock4
... 
 for lock_cmd in \
+    "light-locker-command --lock" \
     "xscreensaver-command -lock" \
     "gnome-screensaver-command --lock"
 do
     $lock_cmd >/dev/null 2>&1 && exit
 done
~~~~~~~~~~~~~~~~~~~~~~~~~
/etc/lightdm/lightdm.conf
display-setup-script=/usr/bin/display-off-after-1-min
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/display-off-after-1-min
#!/bin/sh
xset dpms 0 0 60
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ chmod +x /usr/bin/display-off-after-1-min


-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux