21

Every time I attend a Webex meeting, after only a few minutes in, Windows determines that my performance is too low and disables Aero. This is not an issue with Webex. It's an issue with Windows determining that I do not have enough resources.

I have plenty of resources: 8GB of RAM and my CPU usage never rises above 30%. I'm less concerned about how Windows determines whether I have enough resources and more concerned about how to stop Windows from doing that. If I determine that my machine doesn't have enough resources, I will disable Aero.

Is there a way to prevent Windows from disabling Aero based on available resources? I know that Aero gets disabled when an Aero-incompatible program runs, but that's not the issue in this case. I've checked Power Options, but none of those settings apply. Thanks.

Update

Joe Internet makes a good point about GPU resources. I have 512MB of dedicated video memory, which is well beyond the Aero hardware requirements.

7 Answers7

12

Jordan, what model of graphics card are you using, and what version(s) of the drivers have you been on while the problem has been happening?

The design of this site is such that I can't leave any information unless I provide it in the answer box as I don't have 50 reputation yet, but I'm having a similar problem with a VERY powerful system.

I don't remember the disabling happening for the first year or so I had the PC, which equates to two things in my mind, I hadn't added the 2nd graphics card then, and ATi's drivers were...less mature (not that that's a good thing). I haven't changed anything else about my system in that time, other than updates to common software products.

Specs that matter:

  • 2x HD 5870 in Crossfire (2GB dedicated video memory)
  • i7 920 @ 3.6 GHz on H20
  • 12GB DDR3 @ 1443 MHz
  • Antec CP-850 PSU
  • Windows 7 Professional

I've checked CPU-Z, Hardware Monitor, CoreTemp my voltages and temperatures are near spot on...even my Corsair 750 Professional Gold isn't as close to perfect at load. I want this to be completely software related so badly, but considering I can't reproduce it on a notebook with considerably less power in EVERY way, I'm starting to think it's possibly related to a hardware configuration.

On the software side of things, I'm used to Aero disabling for games/programs that call the service to stop, then re-enable it after. I'm having problems with Aero disabling itself while using something as simple as Mozilla Firefox or VLC video player, which have had no issues in the past.

Drivers, CCC software, all up to date, I've tried with both Windows and ATi software set for both full eye candy and full performance, and I'm getting the same errors. It's odd that I can run a game like Metro 2033 at 5760x1080 with no artifacts, glitches, with Aero still on in the background, then I open one Firefox window or VLC window, and that dreaded yellow exclamation point comes up and I lose Aero immediately.

One thing I found very helpful in my quest to fix this annoyance is this little tidbit. Open your registry, find the following location (you create the Restart Aero and Command folder).

HKEY_CLASSES_ROOT\Directory\Background\shell\Restart Aero\Command

Create a new string in the Command folder, and leave it named (Default), then under Data, type the following:

CMD /C NET STOP UXSMS & NET START UXSMS

That adds the option to Restart Aero to the right click context menu when you're on the desktop. So now instead of opening up a CMD window to re-enable it, you can just right click and click. I created an executable file that just runs the same command as well, but I find this to work even better.

Hopefully this satisfies the answer portion in some way!

Dan
  • 121
4

Throwing this is since I've been suffering from this for awhile now.

I do web development and use four monitors powered by an ATI 6900 and an ATI 6800. In other words, yes, my machine's specs are adequate, and yes, my drivers are up to date.

I keep getting slapped down to the Basic theme on a regular basis. It's annoying enough that I am seriously considering ditching Windows for good.

After searching long and wide for a solution to simply disable the automatic switch to basic theme (seriously MS? why is this not an option?) I resigned that MS simply refused to allow users to do this.

I dug a little deeper.

Since I use Chrome ~95% of the time I'm working, and I noticed that most of the auto theme switching BS was being triggered by a web page making use of CSS3 stuff, I took a gander at:

chrome://flags

There's a handful of items in here not available in the standard settings panel. One of which:

GPU Accelerated SVG and CSS Filters Mac, Windows, Linux, Chrome OS
Use the GPU to accelerate rendering of SVG and CSS filters. 

Hmm... so I gave it a shot and turned it on. The page at http://daneden.me/animate/ (clicking a few of these would cause the theme to switch to basic after about 30 seconds) is my benchmark. I've been clicking buttons on there for 5-10 minutes and I'm not getting the auto theme switch glitch (yet).

So while this is certainly not a solution, it may provide some relief of symptoms and additional insight in case someone out there is talented enough to fix MS's bugs for them.

pspahn
  • 170
1

It is a bug in WebEx (see http://lonesysadmin.net/2010/01/15/webex-aero/).

I have had the same trouble with Teamviewer and they put an option in to prevent this if you are hosting a session and the session is configured for automatic quality (http://en.kioskea.net/faq/30490-teamviewer-disable-aero-color-scheme-when-using-automatic-quality).

R-D
  • 2,556
0

The top answer's suggestion to create a right menu item to restart Aero but it didn't work for me, even with admin rights the command did nothing.

Instead I created a batch file that toggle my theme, converted it to an exe using Bat to Exe converter and pinned it in my taskbar, clicking it quickly selects my default theme and because it is an Aero theme also reactivates it.

Quickly restart Windows Aero shortcut

To do the same create a shortcut with the following target:

:: Reactivate my theme after an remote desktop session
:: We must select another theme first before we can select ours again and hence re-activate Aero, please wait..."
@echo Off
"C:\Windows\Resources\Themes\aero.theme"
::echo "Simulating a pause while"
ping 127.0.0.1 -n 10 > null && "D:\Users\danielsokolowski\Windows 7 Aero Themes\`danielsokolowski` Theme (without Glass).theme"

Of course you need to adjust the specified theme with the one you wish to use.

0

Try to first reinstalling the drivers and use Windows Update to fully update your system.

You can also try using this tiny program and click on "restore Aero function":

If not, would it be possible for you to post your GPU specs, because there may be some compatibility issues you are not aware of that conflict with Aero.

0

I was having this problem, and I found that the basic theme setting persisted after the WebEx meeting ended. I confirmed the uxsms service was running. I found that I was able to restore correct appearance by killing the WebEx ptim process in the task manager.

-1

Go to Control Panel, then System, then Advanced System Settings. Select the "Advanced" tab then press the "Settings" button in the "Performance" section. Select the "Visual Effects" tab, then change this setting from "Let Windows Choose What's Best for my Computer" to "Adjust for best appearance".

Christi
  • 1,117