Posts: 192
coyotito
Joined: 27 Sep 2007
#1
the button to turn off screen blanking in the control panel is an example of very useful tools in antiX 13 (have not checked if it is in dev version).
what would be needed to steal this and use it in f.ex xubuntu? (only thing that ran all hardware on my new laptop)
I mean what are the deps?
Last edited by coyotito on 25 Apr 2015, 23:51, edited 1 time in total.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
coyotito wrote:the button to turn off screen blanking in the control panel is an example of very useful tools in antiX 13 (have not checked if it is in dev version).
what would be needed to steal this and use it in f.ex xubuntu? (only thing that ran all hardware on my new laptop)
I mean what are the deps?
Its really just a front-end to a command that should work in any X environment. see this post for info: post35253.html#p35253
Posts: 192
coyotito
Joined: 27 Sep 2007
#3
thanks -it should be easy enough to do with a little tinkering. make a script and shortcut to it f.ex.
Posts: 1,308
BitJam
Joined: 31 Aug 2009
#4
Dave wrote the set-screen-blank script which is in /usr/local/bin. I use (an earlier version) of his script on my Gentoo system. I think it's great. At the top of the script it says it depends on yad and xset. You probably already have xset but you may need to add yad.

So copy that script (run"chmod a+x $FILE" on it to make it executable), install yad if it is not already installed and give it a shot. If there is a problem, we can probably help you fix it.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#5
Or download the deb from here and install using dpkg -i *.deb


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.daveserver.info/stable/pool/main/s/set-screen-blank-antix/"
linktext was:"http://antix.daveserver.info/stable/poo ... ank-antix/"
====================================
Posts: 192
coyotito
Joined: 27 Sep 2007
#6
thanks, it was as easy as installing the debs.. (seems to work but cant test now)