Questions tagged [screensaver]

A screensaver is a visual program that runs after a period of inactivity.

A screensaver is a visual program that runs after a period of inactivity. It's purpose is to prevent damage to a visual output device by a static image being "burned" into it.

470 questions
0
votes
1 answer

Creating a 3D text screensaver

I hope I'm not asking this in the wrong place, I'm just lost and don't now where else to turn to. My boss insists on me creating a 3D text screensaver for windows, just like the opengl one found in windows, but the text has to be longer. In windows…
user7424
  • 45
  • 1
  • 7
0
votes
1 answer

Cocoa screensaver preview

I have some kind of a problem with the screensaver preview. This is a simple OpenGL screensaver clearing BG to certain color (purple on image). It must color fill fullscreen, and it does in test-run, but on preview I see only this: some code: -…
Stormherz
  • 376
  • 2
  • 11
-1
votes
3 answers

Windows phone screensaver? Possible?

I want to make a screensaver in a windows phone application. Is it possible?
jpmd
  • 247
  • 1
  • 7
  • 19
-1
votes
1 answer

screensaver time reset automatically to 1min. Unable to change Windows 11

Unable to change the screensaver time. It reset itself to 1 min every time. My PC info : OS Name Microsoft Windows 11 Enterprise Version 10.0.22000 Build 22000 System Manufacturer Dell Inc. System Model Latitude 7490 System Type x64-based PC Does…
Joel Talom
  • 32
  • 2
-1
votes
1 answer

Screensaver with Flash running on win and mac

I was asked to create a screensaver capable to run on both win and mac. I am ActionScript developer, so I prefer to solve this using Flash/SWF. I know this is possible using several tools: Projectors such as Zinc or SWF Studio (os independent,…
Kaken Bok
  • 3,395
  • 1
  • 19
  • 21
-1
votes
1 answer

Fasm: How to move a string in x and y direction

I want to output a string say for example "hello", and I want to put that string into motion by moving it to x or y direction. How to do it using fasm ? Thank you.
-1
votes
1 answer

How to get list of all daydreams installed on android phone

I have managed to get list of all live wallpapers installed on phone. But i would like to get the list of all daydreams installed on my android phone. Can someone please help me with the intent that i should use to get this list.
MKM
  • 37
  • 8
-1
votes
2 answers

Cannot send keys to screensaver in windows 10

How can I send keys to a screensaver in Windows 10. I have tried to install my own screensaver and have disabled logon screen so I only need a keypress to show my desktop. I Guess a part of the problem is use of different desktop, but even With the…
victor
  • 17
  • 4
-1
votes
1 answer

WebBrowser Click-Event

I want to program a screensaver and since I already have the HTML5 Code I just want to use a WebBrowser Control which renders the content. However I can't figure out how to exit the application on events like "Click", "Keydown", etc. WebBrowser…
FRules
  • 739
  • 1
  • 10
  • 20
-1
votes
1 answer

Fedora 17 can't access by the right password from the screensaver page

I couldn't log my linux with the right passwd when screensaver locked the screen , but several days ago I can log in from the locked screen. Now when I choose "change users" to use the same passwd and username, I can access the current session. Does…
d-c
  • 9
  • 2
-1
votes
1 answer

How to set saved screenshot as wallpaper programmatically in Android

I want to capture screenshot, save it into sdcard and set it as a wallpaper. But its not properly fit into device. I followed this link http://android-er.blogspot.in/2011/03/set-wallpaper-using-wallpapermanager.html Is it possible to set my captured…
malavika
  • 1,331
  • 4
  • 21
  • 54
-1
votes
1 answer

Lock PC and show the screen

I have a PC running windows 7 with 2 screens connected, and I want to put the PC in lock mode so nobody can access and modify anything from it. But when it is in lock mode only the login screen appears and I want to see at least on one screen what…
-2
votes
1 answer

macOS version 12.3.1: how to quit ScreenSaverEngine by using AppleScript

I use code in mac shell,but it make my computer become black screen: open -a ScreenSaverEngine.app; sleep 5; osascript -e 'tell application "ScreenSaverEngine" to quit'
-2
votes
1 answer

SUID bit doesn't work, mate-screensaver-dialog

I have a strange issue, trying to run mate-screensaver-dialog with root privileges using SUID bit: [root@localhost ~]# ls -l /usr/libexec/mate-screensaver-dialog -rwsr-s--t. 1 root root 72920 мар 22 2021 /usr/libexec/mate-screensaver-dialog And…
gentser
  • 3
  • 1
-2
votes
2 answers

Running a Python animation via USB-Stick on an external "Monitor"?

Basically my project involves displaying a certain animation on a LG TV. The only input I've been given is an USB interface. From there on the goal is to display an animation or e.g. the current time, date, a countdown or anything alike which could…
J. Doe
  • 61
  • 1
  • 2
  • 9
1 2 3
31
32