Tumgik
#xscreensaver
clatterbane · 11 months
Text
Never mind skull dude, fresh animated horror just dropped!
(No idea what they're calling that, since I do indeed have xscreensaver set to randomly cycle through whatever it's got. Mostly for nostalgia and giggles.)
3 notes · View notes
chargekerlon · 2 years
Text
Gentoo xscreensaver daemon
Tumblr media
GENTOO XSCREENSAVER DAEMON HOW TO
GENTOO XSCREENSAVER DAEMON WINDOWS
This trick allows xset to be run even without a user logged in. bashrc method is to directly use the xdm's authorization file. Use the XDM's Authorization FileĪn alternative to the. Otherwise, the next time you log in, your monitor should automatically switch off when you close the lid. Into a console now (as your normal user, not as root) to have it work immediately. You can also type: $ xhost +local:root > /dev/null This was based in part on (and should render unnecessary) some of the workaround scripts at the bottom of the page.Īlternatively, if you have a radeon graphics card you can simply emerge -update acpid radeontool and edit the /etc/acpi/actions/lm_lid.sh script like this (and nothing else needs to be configured): File: /etc/acpi/actions/lm_lid.sh Lm_lid.sh edited by daddio to (hopefully) work both for everyone including kdm/gdm users and startxers. To briefly explain, as this script is called when both a "lid closed" and "lid opened" event is raised, we must find out which state the monitor is now in (hence the need for the grep statement) and act appropriately. XAUTHORITY=$XAUTH /usr/bin/xset -display :0.0 dpms force $ACTION If grep -q open /proc/acpi/button/lid/LID/state # if XAUTH is blank try another way to get it #get the -xauth variable so we can access the display Test -x /usr/sbin/laptop_mode & /usr/sbin/laptop_mode auto #laptop mode helps minimized hdd activity # lid button pressed/released event handler Using your favorite text editor, open /etc/acpi/actions/lm_lid.sh, it should look something like: File: /etc/acpi/actions/lm_lid.sh You will need to emerge the laptop-mode-tools package to get the actions file: If you have a laptop and find that since switching to Gentoo (or another Linux flavour) that the monitor no longer switches off automatically when you close the lid, it's quite simple to get this functionality back: FIXME: Unlike what was mentioned above, you will need the acpid package on either kernel as this program is used to detect acpi events. Automatically turning the monitor off when closing the lid If it works, just remove the OffTime option line from nf, go to XScreenSaver configuration, set power management from there, restart the XScreenSaver's daemon and finally restart X. Try running again the command after having killed XScreenSaver. Note: If your monitor turns off and back on immediately when running this command, then there may be a conflict with XScreenSaver. Then add the line Option "OffTime" "20" to the ServerLayout section of the file. Add the line Option "DPMS" to the Monitor section of the file. See ACPI/Configuration Configure XOrg to use DPMS.Įdit /etc/X11/nf.
GENTOO XSCREENSAVER DAEMON HOW TO
After some searching, I found out how to make Linux do this very easily.
GENTOO XSCREENSAVER DAEMON WINDOWS
I got a new LCD monitor for my Linux system, however I was concerned I would burn out the backlight because Linux would only blank the screen when the computer was not in use, rather than turn off the monitor completely like Windows did.
5 Locking X11 session when the lid is closed & using xscreensaver throttling when the lid is closed or the power is off.
4 Automatically turning the monitor off when closing the lid.
Tumblr media
0 notes
dritacircle · 2 years
Text
Xscreensaver command
Tumblr media
XSCREENSAVER COMMAND INSTALL
XSCREENSAVER COMMAND UPDATE
XSCREENSAVER COMMAND DRIVER
ScreenSaver /c - Show the Settings dialog box, modal to the foreground window. The ScrnSave.lib library handles this for Screen Savers that are written to use it, but other Win32 Screen Savers marked 4.0 or higher must handle the following command-line arguments: ScreenSaver - Show the Settings dialog box. Windows communicates with Screen Savers through command-line arguments. Original product version: Win32 Screen Saver Original KB number: 182383 In line 7F8, replace “geteuid” with “getppid”.This article introduces command-line arguments for Win32 Screen Savers marked 4.0 or higher. Sudo grub-install -root-directory=/mnt /dev/sdaīUG : VLC is not supposed to be run as root. Open “/etc/apt//90user” and add this: APT::Cache-Limit "100000000" īUG : GRUB2 error: out of disk sudo mount /dev/sda1 /mnt
XSCREENSAVER COMMAND UPDATE
Then run this: sudo apt-get clean & sudo apt-get update -fix-missing Please increase the size of APT::Cache-Limit. Menue>Internet>Chrome>Properties>Comand and add this: /usr/bin/chromium-browser %U -user-data-dir BUG : run a *.deb sudo dpkg -i bīUG : E: Dynamic MMap ran out of room. System > Preferences > Keyboard ShortcutsĪdd new “Ctrl+Alt+L” with “xlock” ,apply done!
XSCREENSAVER COMMAND INSTALL
Run this command: apt-get install xlockmore gconf-editor System > Preferences > Startup Applications add this: /usr/bin/pulseaudioīUG : Couldn’t execute command: xscreensaver-command -lock Run this: sudo add-apt-repository ppa:webupd8team/mintbackup & sudo apt-get update Open the file “/etc/inputrc” and add this: set bell-style none To solved this run this: sudo rfkill unblock all Sudo apt-get install network-manager-gnomeĪdd the Network icon to the panel: echo auto lo > /etc/network/interfacesĮcho iface lo inet loopback > /etc/network/interfaces Sudo apt-get install network-manager-vpnc-gnome Sudo apt-get install network-manager-vpnc Sudo apt-get install network-manager-pptp-gnome Sudo apt-get install network-manager-pptp Sudo apt-get install network-manager-openvpn-gnome Network-manager-gnome – network management framework (GNOME frontend) sudo apt-get install network-manager-openvpn Network-manager-dev – network management framework (development files) Network-manager – network management framework daemon Network-manager-vpnc-gnome – network management framework (VPNC plugin GNOME GUI) Network-manager-vpnc – network management framework (VPNC plugin core) Network-manager-pptp-gnome – network management framework (PPTP plugin) Network-manager-pptp – network management framework (PPTP plugin) Network-manager-openvpn-gnome – Network Management framework (OpenVPN plugin GNOME GUI) Network-manager-openvpn – network management framework (OpenVPN plugin core) If you need more features at your network just install what you need:
XSCREENSAVER COMMAND DRIVER
Or you could add the ubuntu repository to your system, just open the “/etc/apt/sources.list” file and generate a list from, now you could add what you want.Ĭode: sudo sh n -buildpkg Ubuntu/lucidĪfter a reboot you could check your driver status with: fglrxinfo If you want the Update manager, run this: sudo apt-get install update-manager System > Administration > Software Sources Now you could choose your software sources at: Then run a update: sudo apt-get update & apt-get dist-upgrade Ubuntu software centre and update managerįor more Software, I installed the ubuntu software centre with this command: sudo apt-get install software-center This is an collection of problems and bugs I had with Backtrack 5 R2 ( Linux based Distribution).
Tumblr media
0 notes
wintcali · 2 years
Text
Ubuntu install xscreensaver
Tumblr media
#Ubuntu install xscreensaver update
Popular Linux Distros Ubuntu 20.04 LTS (Focal Fossa) 73,250 Packages Ubuntu 22.04 LTS (Jammy Jellyfish) 69,543 Packages CentOS 8 / RHEL 8 15,935 Packages Ubuntu 18.04 LTS (Bionic Beaver) 77,372 Packages Ubuntu 16.04 LTS (Xenial Xerus) 61,875 Packages Ubuntu 21.04 (Hirsute Hippo) 36,998 Packages Ubuntu 20.10 (Groovy Gorilla) 33,295 Packages Ubuntu 21.10 (Impish Indri) 64,636 Packages Arch Linux 12,526 Packages Debian 11 (Bullseye) 60,384 Packages openSuSE Tumbleweed 48,211 Packages openSUSE Leap 40,198 Packages CentOS 7 / RHEL 7 650 Packages Fedora 36 70,928 Packages Manjaro 12,617 Packages CentOS Stream 8 17,085 Packages Debian 10 (Buster) 58,416 Packages Fedora 35 72,396 Packages Kali Linux 63,077 Packages Fedora 34 68,716 Packages Arch User Repository (AUR) 86,997 Packages Ubuntu 22.10 (Kinetic Kudu) 67,133 Packages Oracle Linux 8 19,969 Packages Amazon Linux 2 8,700 Packages Linux Mint 20. The /.xscreensaver file controls the configuration of your displays power management settings: if you have used xset(1) to change your power management.
#Ubuntu install xscreensaver update
SHA256: 0a43788d36fd30c3ce0a43277f435c1d71034482116f20e7920ac61b6839f810ĭescription: Screensaver daemon and frontend for X11ĭescription-md5: f28418049591dc7ea8833c590fe2406a The xscreensaver installation process should update the PAM data (on Linux, by creating the file /etc/pam.d/xscreensaver for you, and on Solaris, by telling you. Recommends: libjpeg-turbo-progs, miscfiles | wordlist, perl
Tumblr media
0 notes
snowmains · 2 years
Text
Customize xscreensaver lock screen
Tumblr media
Customize xscreensaver lock screen install#
Customize xscreensaver lock screen manual#
Customize xscreensaver lock screen full#
Customize xscreensaver lock screen password#
The option can be controlled in mpv's configuration file located in ~/.config/mpv/mpv.conf: The screensaver is always re-enabled when the player is paused. It turns off the screensaver at startup and turns it on again on exit. However, some applications do not support D-Bus or use another interfaces.īy default mpv uses the X11 Screen Saver extension (XSS). It is started automatically with xscreensaver, so most applications should properly disable the screensaver without additional configuration. Starting from version 5.45, the xscreensaver-systemd utility implements the D-Bus ScreenSaver interface. Tips and tricks Disable during media playback You can try to call the SwitchToGreeter method using dbus-send, but it may not work properly.
Customize xscreensaver lock screen password#
Note: If you use this to switch to an already-logged-in user, you might have to enter the password twice (once for LightDM, and once for the XScreenSaver dialog of the user you logged in to). You may want to set XScreenSaver's fade out time to 0. $ xss-lock -ignore-sleep - xscreensaver-command -lock Use the -ignore-sleep option because the suspend/hibernate events are already handled by xscreensaver-systemd. However, it does not handle other systemd signals such as loginctl lock-session. See xscreensaver-systemd(6) for more information It is started automatically with xscreensaver, no further action required. XScreenSaver ships with a small utility named xscreensaver-systemd, which handles the PrepareForSleep signal from systemd using D-Bus and automatically locks the screen on suspend and hibernate. To immediately trigger xscreensaver, if it is running, and lock the screen, execute the following command: See xscreensaver(1) § INSTALLING XSCREENSAVER ON KDE for more information.įor other environments, see Autostarting. Then logout and login again, and XScreenSaver should work properly now. ~/.config/systemd/user//nf ĮxecStart=/usr/bin/ksmserver -no-lockscreen To disable it, you need to enable systemd startup for KDE and then edit the rvice user unit: In KDE Plasma, screen saver and locker features are handled by ksmserver, which conflicts with XScreenSaver. In the Xfce, LXDE and LXQt environments, XScreenSaver is autostarted automatically if it is available - no further action is required.
Customize xscreensaver lock screen full#
See xscreensaver(1) for a full list of options. Tip: To start XScreenSaver without the splash screen, use the -no-splash switch. You can view a list of the available X resources in /usr/share/X11/app-defaults/XScreenSaver.ĭo not forget to reload the resource file after changes. ! You can use a comma-separated list of fonts to set a fallback font. If you are using a non-default theme, replace default with the name of your chosen theme in lower case, or use question mark ( ?) to affect all themes: The example below demonstrates changing some colors and fonts. You can customize themes using X resources. You can select a theme using xscreensaver-settings or by changing the dialogTheme option ( dialogTheme: themename in ~/.xscreensaver or using X resources: xscreensaver-auth.dialogTheme: themename). Starting from version 6.0, XScreenSaver comes with several pre-installed themes. Since at least XScreenSaver 5.22, there is another way to edit XScreenSaver's user configuration, using X resources. Global options are defined in /usr/share/X11/app-defaults/XScreenSaver.
Customize xscreensaver lock screen manual#
xscreensaver-settings writes the chosen configuration to ~/.xscreensaver, discarding any manual modifications to the file. Most options are configured on a user-by-user basis by running xscreensaver-settings.
Customize xscreensaver lock screen install#
3.2 User switching from the lock screenįor an Arch Linux branded experience, install the xscreensaver-arch-logo AUR package.
Tumblr media
0 notes
forfreejust · 2 years
Text
Linux xscreensaver strange
Tumblr media
Numbers are their index in the `programs' list (starting with 1, not 0, asįor example, suppose you want to run a program that turns down (because the user became active, and typed the correct password.) The hack Then locking (perhaps because the lock-timeout went off) then unblanking The above shows the screensaver activating, running three different hacks, Never returns it is intended for use by shell scripts that want to react Un-blanked.) -watch Prints a line each time the screensaver changes state: when the screenīlanks, locks, unblanks, or when the running hack is changed. Since it only tells you when the screen became blanked or (roughly, how long the user has been idle or non-idle: but not quite, time Prints the time at which the screensaver last activated or deactivated xscreensaver file has changedĪnd re-reads it as needed. restart Causes the screensaver process to exit and then restart with the sameĬommand line arguments as last time. State, and you may need to restart your window manager to repair theĭamage. If you are usingĪ virtual root window manager, that can leave things in an inconsistent With xscreensaver while the screensaver is active. exit Causes the xscreensaver process to exit gracefully. This is intended to be run justĪfter your laptop's lid is closed, and just before the CPU halts, to lock Powers off the screen without fading out. suspend Like -activate, but ignores lockTimeout and immediately Note that locking doesn't work unless the xscreensaver Resource is false, and even if the lockTimeout resource is Locking is not the default (that is, even if xscreensaver's lock This is like -activate, but forces locking as well, even if (The first element in the list is numbered 1, not 0.) -lock Tells the running xscreensaver process to lock the screen immediately. You can use this to activate the screensaver with a particular graphicsĭemo. By knowing what is in the programs list, and in what order, Number Like -activate, but runs the Nth element in the list of That.) -prev This is like -next, but cycles in the other direction. settings option is probably an easier way to accomplish Words, repeatedly executing -next will cause the xscreensaver process to Is the next one in the list, instead of a randomly-chosen one. Which is more appropriate, except that the graphics hack that will be run Screen from blanking.) -cycle If the screensaver is active (the screen is blanked), then stop theĬurrent graphics demo and run a new one (chosen randomly.) -next This is like either -activate or -cycle, depending on deactivate command periodically is one way to prevent the This simulated user activity will re-start the countdown (so, issuing the If the screen is locked, then the passwordĭialog will pop up first, as usual. This command will cause the screen to un-blank as if there had been This means that if the screensaver is active (the screen is blanked), then deactivate This tells xscreensaver to pretend that there has just been user activity. The user had been idle for long enough.) The screensaver will deactivateĪs soon as there is any user activity, as usual. activate Tell xscreensaver to turn on immediately (that is, blank the screen, as if quiet Only print output if an error occurs. Options: -help Prints a brief summary of command-line options. Xscreensaver-command accepts the following command-line The xscreensaver-command program controls a running | -prev | -select n | -lock | -suspend | -exit | -restart | [-help | -quiet | -verbose | -activate | -deactivate | -cycle | -next Xscreensaver-command - control a running xscreensaver process SYNOPSIS
Tumblr media
0 notes
longfile · 2 years
Text
Configure xscreensaver logoff
Tumblr media
The one caveat is that your screensaver will apparently not kick in if your session is already at a login prompt, the screen will simply turn off. When you wake your system, you will find it locked and asking for your password. Then still under Brightness & Lock, set "Lock screen after:" to "Screen turns off".Īnd you're done! If your system is idle for the set amount of time, the screensaver will kick in, and in the background your session will also lock. Set "Turn screen off when inactive for x minutes" to the same value as you set xscreensavers "Blank after x minutes" setting (e.g. Ensure "Lock screen after" is UNCHECKED.įinally, go to System Settings / Brightness & Lock. Set the "Blank after x minutes" to your desired amount (e.g. You need to bring up the xscreensaver config app. Add a new entry to launch the xscreensaver daemon on startup as xscreensaver -no-splash. Xscreensaver needs to be launched at startup via "Startup Applications" (hit Super and type "Startup"). Ok I've resolved this issue now, and am posting the solution for anyone else that wants to do the same as I have. So I'm wondering if they're conflicting somehow? I would have thought that if xscreensaver was configured to not lock the screen, but have Ubuntu configured to lock the screen, then the 2 should work together. Under the GNOME heading it asks you to modify the same file as before, that also doesn't exist. I then found a slightly different version of the man page here: Modifications made to screen saver settings using this Object will not take. I've tried following the steps under the apps man page, however it requests me to modify /usr/share/applications/sktop which doesn't exist (I believe because gnome-screensaver-preferences is no longer shipped with gnome-screensaver, and is uninstalled in any case). Modifies screen saver settings for the local computer. I was actually wondering if this was due to the removal of gnome-screensaver. The options I've tried setting are ensuring that "Lock" is enabled, and setting "lock screen after" to 5 minutes. I've tried playing around with various configurations under System Settings / Brightness & Lock. In case you're wondering, yes I'm waiting until after short timeout where it would otherwise allow me to wake up the session without needing to type your password. If I wait 5 minutes, the screensaver starts up as expected, however when I move the mouse I find it returns me to an unlocked session. I've added an entry to the startup applications to run "xscreensaver -no-splash". I have Ubuntu 14.04 64bit installed on my laptop, and have removed gnome-screensaver using "sudo apt-get remove gnome-screensaver". You create/manage one or more text configuration files (system wide ones, and /.Xdefaults ), these are loaded into the X server by during the startup process, and applications can query the relevant settings. I know this is possible because I have this configuration working on a different machine, but I don't believe anything special was performed to make it happen. The X resource database is a kind of configuration abstraction (somewhat analogous to the MS-Windows registry ). I'd like xscreensaver to lock my session using the standard GNOME lockscreen, instead of using the horrible 1990's xscreensaver lockscreen prompt (sorry guys but it needs a facelift).
Tumblr media
0 notes
maplejust · 2 years
Text
Xscreensaver on kde checkered image
Tumblr media
XSCREENSAVER ON KDE CHECKERED IMAGE FULL
XSCREENSAVER ON KDE CHECKERED IMAGE DOWNLOAD
Plans for future integration with the rest of KDE? I've been given to understand that Infusion currently shares someĬode with other KDE apps such as KOrganizer or KNotes. Like I have said, I plan on adding 'hooks' to Infusion to allow it toĬommunicate with other backend servers.
XSCREENSAVER ON KDE CHECKERED IMAGE FULL
Also, end-users can accessĬitadel/UX through standardized protocols - It communicates via SMTPĪnd POP3, currently, with full IMAP support on the way. LibCxClient, which will soon be a part of the official Citadel/UX Cancro see the Citadel/UX webpageĭo you see Infusion/Citadel being used to communicateĬross-platform and with other (possibly non-Citadel) clients?Īny client can access a Citadel/UX server via a standardized library, Or internet service server similar to Microsoft Exchange Server. The Citadel/UX server is aimed at offering a powerful group-scheduling Group-scheduling packages, such as Microsoft Outlook and Evolution. Specifically, Infusion is aimed at competing directly with other Infusion is a direct competitor of any MUA (mail-user-agent), thoughĭue to how early in development I am, it's not all that capable yet. How does Infusion compete with Microsoft Outlook/Exchange, Large number (I'm probably not the best person to ask here) of There are sitesĬurrently running Citadel/UX which have thousands of users, with a Non-UNIX variants) of development behind it. Over 10 years (actually, almost 25 years, if you count the old It is currently a rather powerful communications platform. While many of the newest features are still in the development stage, The Citadel/UX Communications Server is a promising platform. ala Outlook sometime in the future, however. I envision the ability to add plug-ins for In to the Citadel/UX backend 100%, kinda like how most of theĬomponents in Microsoft Outlook are only useful with an Exchange Still in the early stages of development. Infusion by itself is actually not a very capable application, and is How robust is Infusion/Citadel, and what kind of environment have Ledbetter who was kind enough to answer a few questions. Who can help, or you or your company has an interest in collaboration The early stages, but if you enjoy tinkering, or you're a developer
XSCREENSAVER ON KDE CHECKERED IMAGE DOWNLOAD
So should you rush out and download Infusion? No. The colourful interface will surely evolve to please many in the future. Infusion is evidently here both in concept and proof-of-concept, including the expected bugs. Infusion also has chat capabilities and token organizer/notes functionality which I did not fully investigate. I could mail back and forth, I could send mail to an internet account, I could receive internet mail, and I could view shared areas. I was able to test basic Infusion functionality with 2 test users. Projects such as Aethera and Evolution don'tĬonsider improving and sharing this capable backend. Brian had a good idea when he chose to base This brilliant arrangement means that, as far as mail is concerned, anyĬan happily coexist on a Citadel/UX network with Infusion users. Send and receive internet mail, and make mail available to internet Citadel can send mail between local users, A good idea at this point is to create a couple ofĬitadel/UX is pretty impressive, including such things as SMTP and POP Script, create a sysop account, login and then create the basicĬonfiguration. Setup is fairly painless to a seasoned Unix user. Despite all this, I should note that my efforts were nothing compared to the pain and tragedy I've witnessed fellow colleagues go through while installing (or re-installing) Exchange - things can only get better from here.Ĭitadel/UX's BBS roots are almost immediately apparent, although the However, I managed to get Citadel, libCxClient and Infusion all After several source and makefile "adjustments" No doubt the problematicĬompiler from Red Hat 7.x included with Mandrake 8.0 also had a hand Unfortunately, theīuild experience itself left something to be desired with less than optimalĬonfigure scripts and minor source bugs. Update: 06/16 03:30 AM by N: Art wrote in with some interesting comments on the upcoming version(s) of Citadel.Ĭompile Citadel+Infusion were readily available with the Mandrake 8.0 StandardĮdition, with the exception of of libical which I obtained from. Read on for further details of my Infusion experienceĪnd for an interesting interview with the author. Coupled with the enthusiam of author Brian Ledbetter, it would seem that Infusion is I managed to get Infusion compiled, I was able to enjoy some neatįunctionality. The likes of Aethera, Magellan, Evolution, and yes, Microsoft Outlook+ Exchange. Along with Citadel/UX serving as backend, Infusion aspires to compete with
Tumblr media
0 notes
printingtrust · 2 years
Text
Install xscreensaver
Tumblr media
INSTALL XSCREENSAVER HOW TO
INSTALL XSCREENSAVER MAC OS X
I hope this tutorial helpd you install and autostart XScreenSaver on Ubuntu 16.04/16.10 As always, if you found this post useful, subscribe to our free newsletter or follow us on Google+, Twitter or like our Facebook page. sudo apt-get install xscreensaver xscreensaver-data-extra xscreensaver-gl-extra. By running the following command I was able to add extra screen savers. On Windows, you can only install one screensaver at a time. I have recently installed xscreensaver on Ubuntu 18.04 and some of them were greyed out, or not installed. On macOS, all screensavers can be installed at once, but this may slow down the Screen Saver panel. The collection includes more than 200 different screensavers created by Jamie Zawinski, who has also been maintaining the collection.
INSTALL XSCREENSAVER MAC OS X
Finally, enable this service so that XScreenSaver will be automatically started at boot time. The collection includes more than 200 different screensavers created by Jamie Zawinski, who has also been maintaining the collection since 1992, and many other authors. XScreenSaver is a collection of screensavers that ships with most distributions of Linux and other Unix-based operating systems, but it has also been ported to run on Windows and Mac OS X computers. Press CTRL+X to exit out of nano text editor. ĮxecStart=/usr/bin/xscreensaver -nosplash Then create rvice file with nano text editor. We can also get XScreenSaver autostart at boot time with Systemd, which is used by Ubuntu since 15.04.įirst, execute the following command to create a directory for storing Systemd service file of individual users. When you open XScreenSaver demo program again, it won’t tell you to start the daemon because the daemon has already been started. Reboot your computer and XScreenSaver daemon should be automatically started. Enter xscreensaver -nosplash in command field. sudo apt remove gnome-screensaverĪdd a new startup entry like below. Since Ubuntu comes preloaded with gnome-screensaver, which is a fork of XScreenSaver, we need to remove gnome-screensaver in order to autostart XScreenSaver at boot time. How to Get XScreenSaver Autostart at boot time The demo program will ask you to start XScreenSaver daemon. Now you can start XScreenSaver demo program from Unity Dash or your preferred App launcher. To check your XScreenSaver version, execute the following command: xscreensaver -help sudo add-apt-repository ppa:hda-me/xscreensaver To install the latest version, you can use the following PPA. Install xscreensaver from Ubuntu repository with: sudo apt install xscreensaver Install XScreenSaver from Ubuntu Repository or PPA
INSTALL XSCREENSAVER HOW TO
This tutorial shows you how to install XScreenSaver on Ubuntu 16.04, 16.10 and how to autostart it at boot time. XScreensaver is a screen saver and locker for X11.
Tumblr media
0 notes
stevensaus · 12 days
Text
Tumblr media
It's only been a short while since I wrote daywall, a program that automagically chooses a wallpaper whose brightness is determined by the time of day it is. I've made one tweak to the default brightness values -- it was getting too bright before sunrise for me -- but that's something you can do with tweaking the script itself. I also added a switch to just run daywall, instead of re-checking the images and analyzing new ones on every run. But the big thing I'd overlooked is my screensaver. I use a photo slideshow screensaver. So the problem I'd been having with random wallpapers suddenly hit me in the face with my screensaver images as well. So I hacked together a solution for that as well: daywall_for_xscreensaver.sh. It was a little tougher than anticipated. Xscreensaver (and presumably its distro-specific forks as well) allow you to specify a directory of images to use for the screensaver. It'll check the filenames of all those images when it first starts. And then never check those filenames again. So in order to dynamically change the wallpapers while xscreensaver is running, we have to specify a directory (it's hardcoded in the script) and copy our files over into the same file names. The script not only calls daywall a number of times (9 by default ), but it also makes sure that it pulls nine distinct and separate files. You can find daywall and daywall_for_xscreensaver.sh at GitHub, GitLab, or my personal git repository. Photo by Zhyar Ibrahim on Unsplash https://ideatrash.net/2024/09/getting-xscreensaver-slideshows-to-also-change-brightness-with-the-time-of-day.html?feed_id=339&_unique_id=66dee69c9ec5d
5 notes · View notes
totheforest · 1 year
Text
Tagged by my fav creature @grimdot , I never do tag games haha
My lock screen, last song played, last picture taken, last picture saved, 9 songs on repeat.
Lock screen: This is animated (xscreensaver app) it swirls and looks like you're flying through stars. 10/10 highly recommend the xscreensaver nostalgia.
Tumblr media
Last song played: California Here We Go by The Garden
Last picture taken: the woman herself (me)
Tumblr media
Last picture saved: yeehaw spaghetti cat
Tumblr media
9 songs on repeat:
Horror Head - Sindy
Mask of Sanity - Sindy
New Horse - Slow Pulp
How to be a Woman - Cerce
All Access - The Garden
Incredibly Annoying - Vtss
Patience - Porches
I Couldn't Have Been BoRn At ThE wRoNg TiMe Because I Was Never Even Born LOL! - Fire-Toolz
Fell into the Ocean - Dan Deacon
(I'm def an album listener so these are mostly my picks from the albums I've had in rotation over the last month)
I'll tag some of my cutie mutuals (or cuteuals if u will) even if we haven't talked much or at all ..I see u and I love u, no pressure if you don't like tag games haha: @californiagoddess @mothwinggs @drinkingurmacchiato @rosymoonfaery @strugglebot @ancientdriftwood @icedchaigirllove @rootrat @existentializer
8 notes · View notes
yesthatjwz · 2 months
Photo
Tumblr media
"Your personal information is very important to us.", part two. Barely six weeks after the XScreenSaver for Android Privacy Policy fiasco, Google, is up to brand new fuckery. As far as I can tell, they're saying that if I don't give them a copy of my... https://jwz.org/b/ykW5
0 notes
fernand0 · 3 months
Link
0 notes
monetizeme · 3 months
Text
Best privacy policy I've ever read. An excerpt:
"Unlike Google, XScreenSaver will never tell you to put glue on pizza, eat rocks, or smoke while pregnant. Unlike Google, XScreenSaver will never prompt you to call your dead father on Father's Day. Unlike Google, XScreenSaver will never spy on and harass teenagers. Unlike Google, XScreenSaver will never become a US military contractor. Unlike Google, XScreenSaver will never become a foreign military contractor. Unlike Google, XScreenSaver will never collaborate in genocide. Unlike Google, XScreenSaver will never fire anyone for protesting genocide. Unlike Google, XScreenSaver will never partner with fascists. Unlike Google, XScreenSaver will never donate $250,000 to Donald Trump's inauguration party. Unlike Google, XScreenSaver will never partner with an authoritarian petrostate. Unlike Google, XScreenSaver will never participate in eugenics. Unlike Google, XScreenSaver will never report you to the police for trying to get medical care. Unlike Google, XScreenSaver will never report you to the police for riding a bicycle. Unlike Google, XScreenSaver will never profit from directing you to misinformation sites about abortion. Unlike Google, XScreenSaver will never exfiltrate and monetize your private health records. Unlike Google, XScreenSaver will never collect the user data of children without their parents' consent. Unlike Google, XScreenSaver will never use everything you've ever posted for "AI" training, regardless of your copyright. Unlike Google, XScreenSaver will never bake a user-tracking advertising platform directly into a web browser. Unlike Google, XScreenSaver will never turn a web browser into a persistent threat to privacy and democracy. Unlike Google, XScreenSaver will never keep car crash data secret because it's better for business if competitors' robots kill more people."
0 notes
hackernewsrobot · 3 months
Text
XScreenSaver is available on Android. Google requires a privacy policy
https://chaos.social/@scy/112591102162587559
0 notes
0rit · 4 months
Text
weekend project wip
still in the middle of adding animated gif playback support to xscreensaver
1 note · View note