

Microsoft is Bringing Video Wallpapers To Windows 11 (windowscentral.com) 85
Microsoft is working on bringing support for setting a video as your desktop wallpaper on Windows 11. From a report: Hidden in the latest Windows 11 preview builds, the feature lets you set an MP4, MOV, AVI, WMV, M4V, or MKV file as your wallpaper, which will play the video whenever you view the desktop.
For many years, users have wanted the ability to set a video as a desktop background. It's a feature that many Linux distributions support, and macOS also supports the ability to set a moving background as your lock screen. Windows Vista did support setting videos as your wallpaper, but only as part of the Ultimate SKU via a feature called DreamScene.
For many years, users have wanted the ability to set a video as a desktop background. It's a feature that many Linux distributions support, and macOS also supports the ability to set a moving background as your lock screen. Windows Vista did support setting videos as your wallpaper, but only as part of the Ultimate SKU via a feature called DreamScene.
Count me out (Score:5, Funny)
Let's just make the desktop as confusing and distracting as possible. What could go wrong?
If having video as wallpaper... (Score:3, Insightful)
...is important to you, you really aren't doing anything important.
Re: (Score:1)
Re: (Score:2)
I ran a simple web server which monitored my backup jobs for servers I administered, listed all services and hosts, some loading time statistics, and had links to view drill-down statistics. I also had some utilization graphs. Lastly, I had a security camera that took a picture every minute overlooking the view to the ocean (in San Diego where I was) that refreshed the image on a corner of my "dashboard" wallpaper. It was so nice
I wish they would bring a modern Active Desktop back.
wish granted, no need to wait for active desktop. if you managed to do all that with html/js you will have no major problems writing your own app that stays at the bottom with a simple call to the windows api. give it a try.
Re: (Score:2)
Yeah there where interesting things you could do. I remember at work I had some Delphi app that monitored a bunch of servers that was embedded into a web page as an Active X control which in turn was embedded into the desktop. Ultimately thought it just made the desktop slower and clunkier.
Also, at that point of time, grunge was still a thing.
So if you ask me, I *dont* want the wallpapers back, it was a gauche silly idea. But I'd like Grunge back. There was some banging good tunes in those days.
Re: (Score:2)
I dont know, I would like to have a an HTML page back as an option
Microsoft just needs to add option of "pinning a Window to the background". To make the Window become fullscreen with no title bar, and prevent focus or interaction with the Window while it is pinned -- with your Desktop Icons and UI simply stacked on top of the Window, so your background could be any Window.
if you want HTML, then you could pin a shortcut to open a dedicated chromeless full-screen browser app.
This would be better than havin
Re: (Score:2)
Re: (Score:2)
Also another case of Microsoft touting a "new" feature that other OS's have had for decades.
Re:Count me out (Score:4, Interesting)
But really, WTF asked for this? Other than the kind of user that has all that garish dynamic aRGB lighting on their "rig" or Microsoft got trolled by 4Chan, I got nothin.
Re: (Score:2)
macOS has been doing this (using a video wallpaper) by default for a while, and I'm guessing that's what brought this idea to the fore (again).
And yes, it's basically just a pointless, silly distraction - why would anyone want this? Unfortunately (from the OS manufacturers' position) operating systems are pretty feature complete, and basically the only "new shiny" thing they can offer is adding pointless bloat. Oh, also they can actively break things I guess... which always seems to go hand in hand with add
Re: (Score:2)
Re: (Score:2)
IIRC, you can set any "screen saver" as a desktop background. I was doing this in the early days of OS X until the novelty wore off. One of the screen savers will display media including photos and videos, so I think that was how you could do it then. I captured a video of a mountain stream and tried to have that as a desktop. I think it worked, but at the time, the CPU load made the machine run hot and loud all the time, so it wasn't worth it.
More interesting was the Marine Aquarium screen saver. Not
Re: (Score:2)
Is that the same reason that Linux desktops did it?
Phones, at least Android ones, have had this for years. Apparently people actually want it.
Active desktop returns (Score:5, Insightful)
Re:Active desktop returns (Score:5, Insightful)
It never really went away.. They just stopped talking about it, and they finally stopped trying to put long form articles and news bulls etc on the desktop. We generally kept the widget, and status content type stuff, from weather and headlines to e-mail.
The problem with the desktop is a organizational space you visit briefly to switch or start tasks, and maybe move some files around. If it is actually displayed other than around the periphery for any amount of time it means the user isn't really 'using' the PC at all. They are idle. Now maybe they are an office worker sitting waiting for e-mail to arrive, but even then they'd rather be looking at an entertainment website of their choosing or just watching a video would a bunch of junk overlaid until something chimes or whatever.
The 'Desktop' is really a bad spot for content. Either people don't see it, or they'd rather consume it in some other virtual space.
Re: (Score:3)
Programmers gotta program. At some point your UI has reached peak usability and the you can only go downhill.
Re: (Score:2)
Re: (Score:2)
> At some point your UI has reached peak usability and the you can only go downhill.
That point happened in 2009.
Re: (Score:2)
This... was the worst part of the outcome of the anti-trust loss... Microsoft had to remove active desktop from the UI, and now 25 years later they are getting a shittier version back. In the day it was fun to throw dilbert on the bottom of the screen, random stock quotes down the side and slashdot on the other side. This would just show you things you would want to see on a daily basis and didn't take opening a window. You just embedded the browser rendering engine into a chunk of your desktop.
Of course
Battery (Score:5, Funny)
"My laptop battery only lasts like an hour. Can you order me a new laptop?"
-Every helpdesk ticket from someone who enables this
Re: (Score:2)
Not sure, but if the frames were in video RAM already, isn't there graphics card magic that can trivially merge the frame with window data? I don't like it one bit, but we must be at the point where this is graphics card magic now.
I hate every bit of it, if you want to watch a video, watch a video, there's little point in having a video for the desktop that's stealing precious attention.
Re: (Score:2)
Not sure, but if the frames were in video RAM already, isn't there graphics card magic that can trivially merge the frame with window data?
Rendering from memory to the framebuffer is trivial. Decoding the video takes processing time, probably on the GPU these days. Otherwise you have to keep the whole uncompressed video in memory. For a short loop that might be viable, except that resolutions have been trending upwards over time, so the memory needed for that has been as well. Most non-gamers still have 16GB RAM or less so this is still an issue. It's smarter to do live backgrounds as animations using pixel shaders, then the power consumption
Re: (Score:2)
Re: (Score:2)
eh (Score:2)
At least 15 years ... (Score:2)
Re: (Score:3)
True. Loving XFCE and throwing a window a side of the monitor and it takes one side of the screen, throwing another at the other side and boom, two applications side-by-side and multitasking as it should be.
Re: (Score:2)
Yeah mean like windows 1.0 did it? ;)
Re: (Score:2)
Windows 1 might have had tile and cascade, but you couldn't just grab the title bar and snap it on the side of the screen to half-fill it. It's not a ground changing feature, but it's convenient. There might be a win10 hotkey for it perhaps now?
Re: (Score:2)
Like basically every OS does at this point.
I mean, I know that Windows will do that since Windows 7, macOS does that, Gnome does that. KDE does that.
Not sure what your point is.
You keep saying that word ("wanted"). I don't (Score:3, Insightful)
Re: (Score:3)
Except advertisers....
Re: (Score:2)
"to set a video as a desktop background" (Score:3)
Re: (Score:3)
I guess all the people who have paid for Wallpaper Engine, for starters.
Re: (Score:2)
Advertisers. And they'll include sound.
Re: (Score:2)
Web developers. You know, the ones that think fully animated backdrops genuinely "enhance the user experience."
Sane people? Haha... no.
Re: (Score:2)
Because a serene scene of a lake with wind lightly blowing ripples across the surface can make an intense coding session less stressful when you stop for a moment. Babbling brooks are also quite nice.
VLC has been able to do this on your Windows (and of course Linux) desktop for many years now.
Just do a screensaver. (Score:2)
new feature no one ask for? (Score:2)
Re: (Score:2)
WHO is asking for this?
My kids would love this, and within 2 minutes there would be a skibi toilet video on each of their backgrounds, repeating infinitely.
Great (Score:2)
I mean I used to run `xscreensaver -root` on Linux some 25 years ago as a novelty, but this is cool too.
Re: (Score:2)
Wouldn't mind a real time x planet display of the earth with cloud map and Terminator. But that doesn't need to be a video and I can already to that with a cron job every hour or so which I do. Though love iss position might be cool. That said I haven't seen my background in months.
Why? (Score:3)
I've never in my life wanted this. It sounds like a massive distraction and a waste of local resources. Just wait, once you can get video for your background, the very next fucking day you'll have ads on your background.
I guess home Windows users deserve this for using Windows, since no way this will fly in the corporate setting.
Guess what's coming next? (Score:5, Informative)
Video ads in your desktop.
Re: (Score:2)
Before that my money is on malware that shows Furry porn, and threatens to switch it to Granny or Gay (both?) if you don't pay.
Re: (Score:2)
It's important to note that the ad-serving landscape in the 1990s was not as mature as the DoubleClick (now owned by Google) era of digital ad networks and real-time arbitrage wit
Re: (Score:2)
I liked the fish tank background. The only advertising there was for more fancy fish types.
Re: (Score:2)
PointCast... memory unlocked. There's a name I haven't heard in like 30 years.
I agree with you that everything old is new again, often something that wasn't as successful as it could have been and companies are trying to make the idea work. VR has been in that category for almost 4 decades, and it still is.
Could Help With OLED Screens (Score:2)
Re: (Score:2)
Let go Old School (Score:3)
Instead of 'video wall paper' can we just get the After Dark screensavers back into existence?
Re: Let go Old School (Score:2)
xscreensaver has toasters, what more do you want?
Microsoft Bob come round and round (Score:2)
Meanwhile... (Score:5, Informative)
Re: Meanwhile... (Score:2)
Do they have a rationale for making the clock font smaller and harder to read on Windows 11? I can't read it without my glasses, and I got "upgraded" only about a week ago so aging isn't the cause.
Re: (Score:2)
Major Keysplash Announcement ! (Score:2)
In related news, KeySplash announced their new vomit-proof keyboard! Pair it up with their PukeSurf mouse and you're good for hours of nauseating motion sickness and spreadsheets!
Next up, ADS as a desktop background (Score:4, Informative)
You know it's coming!
Re: (Score:2)
You know it's coming!
And, of course, with sound at full volume!
Subtle video for OLED monitors (Score:2)
Re: Subtle video for OLED monitors (Score:2)
If it doesn't move your icons, or the task bar etc., then it won't help with burn in.
Re: (Score:2)
Who the F. looks at their desktop ? (Score:4, Insightful)
Big fat NO! (Score:2)
Apple added animated wallpapers a while back. I turned it off immediately. While Iâ(TM)m not one of those people who do everything full screen (why do people do that with a terminal on a large screen?!), my desktop is rarely visible, except for little bits of it around windows. Thatâ(TM)s enough though that if thereâ(TM)s any movement, itâ(TM)s distracting. I constantly felt like something was happening in one of my windows in my peripheral vision, making me look.
What is it with Micr
Every poison pill... (Score:2)
Needs its coating of eye-candy.
Compressed QR Codes? (Score:1)
Well, someone wants it. (Score:2)
I do see the potential for some decent pranks.
A terrible idea (Score:2)
A terrible idea for anyone who wants to use their PC for anything productive.
This is a feature that I'd never use, and I suspect that as soon as most people look at it and realize how annoying/distracting it is, they'll turn it off and never use it again too.
Let them eat cake (Score:2)
Have to Hide the AI Power Consumption Somehow (Score:2)
Here comes the pr0n (Score:1)
It’s not going to be long before people are selling hard core porn video wallpapers on OnlyFans and Patreon.
Finally! (Score:2)
One can put porn movies on the computer-illiterate co-workers' screens.
Hilarity and firings ensured.
Re: (Score:2)
Wouldn't Windows 98 do this technically? (Score:2)
I mean for a while Microsoft was pushing for the background image to be displayed via the browser... to further integrate the browser into the OS. Couldn't you just use the Real-player plugin or flash to have animated or video plugins back then?
Perfect attack vector (Score:2)
Making windows even more insecure than it already is.
I think when they add stuff like this to desktop operating systems they are running out of ideas.
Set a video as a desktop background .. (Score:2)
Oct 2023: Set up animated wallpapers on Linux (Gnome/KDE) [medium.com]
July 2020: Add videos as wallpaper on your Linux desktop [opensource.com]
Video wallpaper, again? (Score:2)
Animated? OK - I have "Lively Wallpaper" using rain drop effect on my W11 and have had "Traces Lite" on my phones for years.
Distraction (Score:1)
Why? (Score:2)
Why would anyone want this? I literally stopped using my desktop after like Win98. I just put everything in the Start Menu. Now, with Windows 10/11 searchable Start Menus, I don't even need to keep the Start Menu shortcuts structured; I can just start typing the name of the program and hit Enter when it comes up. Actually seeing the Desktop would be very, very weird for me, since I'm usually running every program Maximized at almost all times. The only time I use unmaximized windows is when I want to drag s
wow (Score:2)
Ok, now I definitely need to have win 11.