Hands up all the people that used computers before desktop pictures were a thing and still set the desktop to a solid colour because “it will draw faster and use less memory.”
Windows 7 boots slower if you set a solid background color
31–40 of 121 posts
Re: Windows 7 boots slower if you set a solid background color
#32Earlier quoted context omitted.
Many microsoft.com pages do. I don't know how it hasn't infuriated them enough to fix it.
At this point I wouldn't be surprised if their site loaded a WASM-compiled remote-desktop viewer to interact with 'Edge in the cloud' just to view the page you want.
Re: Windows 7 boots slower if you set a solid background color
#33Re: Windows 7 boots slower if you set a solid background color
#34Earlier quoted context omitted.
Windows before some version (maybe before XP?) only supported BMP wallpapers. BMP is uncompressed, a 1024x768 24-bit BMP is 2.25MB. That could be 7% of the 32MB system RAM and if the image got paged out - you were looking at it being redrawn line by line...yeah, I'm not doing that :)
I mean, you have to uncompress an image to display it anyway, so it would've made no difference.
Re: Windows 7 boots slower if you set a solid background color
#35This reminds me of how in Windows 95, installers would complete quicker if you constantly moved the mouse, but would take longer if it was still.
Re: Windows 7 boots slower if you set a solid background color
#36Hands up all the people that used computers before desktop pictures were a thing and still set the desktop to a solid colour because “it will draw faster and use less memory.”
Re: Windows 7 boots slower if you set a solid background color
#37Re: Windows 7 boots slower if you set a solid background color
#38Earlier quoted context omitted.
I discovered a bug in a microsoft software installer where it would hang unless you moved the mouse over the progress bar. Discovered this when trying to use a java api to make silent installers for programs that didn't have them. The solution was to use the java api to move the mouse back and forth over the progress bar.
> The solution was to use the java api to move the mouse back and forth over the progress bar. Oh the memories of playing with java.awt.Robot...
Re: Windows 7 boots slower if you set a solid background color
#39Hands up all the people that used computers before desktop pictures were a thing and still set the desktop to a solid colour because “it will draw faster and use less memory.”
Windows before some version (maybe before XP?) only supported BMP wallpapers. BMP is uncompressed, a 1024x768 24-bit BMP is 2.25MB. That could be 7% of the 32MB system RAM and if the image got paged out - you were looking at it being redrawn line by line...yeah, I'm not doing that :)
Re: Windows 7 boots slower if you set a solid background color
#40Hands up all the people that used computers before desktop pictures were a thing and still set the desktop to a solid colour because “it will draw faster and use less memory.”
But I always used black as the background for energy saving. I believe at least there black is more efficient.