if we do not use any wallpaper on desktop will it increase performance of windows?

13

if we do not use any wallpaper on desktop will it increase performance of windows?

metal gear solid

Posted 2010-01-04T19:59:28.247

Reputation: 7 796

Answers

11

I've never seen wallpaper adversely affect performance on the machine itself, but when connected to the machine from a remote desktop connection it certainly can. The bitmaps that get sent across in a terminal session are much smaller with just a solid color background.

I suppose with really low-grade video hardware or a buggy video driver you could see downgraded performance.

Rarely I've seen wallpaper be repainted slowly after a maximized window was minimized, but that's usually when there are a ton of things going on on the server that consume considerable amounts of system resources.

squillman

Posted 2010-01-04T19:59:28.247

Reputation: 5 676

1Also, I think using an image that is bigger than your screen resolution (so Windows will stretch it down, if that's what you select) might slow things down at points. That might only be when you load the wallpaper (login, desktop refresh, change, etc) and a bit of a RAM hit, though. My guess. – Nathaniel – 2010-01-04T20:27:58.220

6

Theoretically yes. Practically no - except on the earlist (and I do mean earliest, somewhere about year 2000.) machines.

This was for static picture. Active desktop is a different story, and it can slow down things a bit.

Rook

Posted 2010-01-04T19:59:28.247

Reputation: 21 622

11"and I do mean earliest, somewhere about year 2000" Wait... what? – Phoshi – 2010-01-04T20:15:35.297

13"and I do mean earliest, somewhere about year 2000" Yeah, remember the 90s, before computers were invented? – Electrons_Ahoy – 2010-01-04T20:20:06.783

I'm guessing "earliest" is talking about machines that would come with XP on them, as that came out after 2000. – Herms – 2010-01-04T22:18:43.877

2Just to clarify, I ment cca. 2000 as "earliest" since he was inquiring about winxp, and by my memory, xp came roundabout that time (I may missed by a year or two; really, didn't bother checking). Of course, there were computers before that time and there were windows before that time. Please, do not take out of context. – Rook – 2010-01-04T23:36:45.500

5

When redrawing the desktop, it will make a slight impact on performance. Redrawing a detailed bitmap usually takes longer than redrawing a solid color. The difference isn't as noticeable on newer hardware, though.

John T

Posted 2010-01-04T19:59:28.247

Reputation: 149 037

3

If you are using some kind of remote access (via network / internet), then turning off the background will increase the transmission speed of your desktop. From my experience, a background image effects the performance very little (unless your running a netbook with little memory or something). It will chew through a bit of memory however, a 32bit 1920x1080 image will consume a bit over 8MB of RAM (not much of an issue of you have 8GB, but might be an issue if you have 512MB or less)

Alister

Posted 2010-01-04T19:59:28.247

Reputation: 647

3

It can certainly have an impact on a machine with virtual memory, in my experience. (That's the default and how most machines run, although for newer machines with multigigabyte RAM there is a good case for disabling it.)

The problem is that Windows likes to swap ‘unused’ memory out to the pagefile even when there's no real need, there being memory to spare. That's normally not a problem, except for if you're working in a full-screen application window, your background image isn't being rendered; its memory becomes unused and gets swapped out to disc. Then when you finish working and unmaximise the window, it suddenly becomes needed; several meg of rendered background then has to be dragged back off the disc and copied back onto the screen. On older, slower machines like laptops this was very noticeable.

This was the case for WinXP; it may have changed in Vista/7 since, due to the increased usage of video-card-accelerated rendering.

bobince

Posted 2010-01-04T19:59:28.247

Reputation: 8 816

2

I think not using a desktop wallpaper increases the performance of the user much more than the performance of Windows.

I've tried various wallpapers in the past and just find them distracting, if I want to look at a stormy sky or a tropical island I try to go outside and see the real thing ;)

Ash

Posted 2010-01-04T19:59:28.247

Reputation: 2 611

0

I am interested in this topic so I test it on the virtual machine. I have archlinux with LXDE desktop on VMware, I assign 500M RAM to this system, therefore I care much about the memory useage.

  • when I use a 600k png file as the wallpaper, the memory use is about 139M.

  • when I use a solid background, the memory use is just 122M.

I tested on two fresh start separately and use the htop command at about 2min after the start.

The conclusion is that with wallpaper addtional memory will be needed, the cpu is hardly affected. If you have a very small memory, you may care about the performance.

an offer can't refuse

Posted 2010-01-04T19:59:28.247

Reputation: 183

0

Yes it will. It uses certain resources (I am not sure how) If you have a good hardware you don't have to worry about it but if you need 100% of your performance and you are doing tasks that are slowing down your PC then turn off your wallpaper.

Emiya Shirou

Posted 2010-01-04T19:59:28.247

Reputation: 1

0

This answer from another question explains it fairly well: Logging in to Windows 7 with one specific user account is very slow. Why?

It seems that having a solid colour desktop slows down the login time on Windows. Yes, this even affects Windows 7, so its not just a problem with older OS's.

Connor W

Posted 2010-01-04T19:59:28.247

Reputation: 3 537