WoW:CVar fixedFunction

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page CVar fixedFunction to CVar fixedFunction without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Console variables < fixedFunction

This cvar fixes UI issues (missing UI), generally caused by outdated (and usually unsupported) graphics drivers. However it does cause a fps hit somewhere in the range of 1-5fps. This issue usually occurs on integrated graphics cards, and to a higher extent, laptops with integrated graphics cards as most manufacturers are lazy in updating drivers on their sites.


Most notably, when 3.2 was released, Intel GMA 965 users had their UIs disappear. If users couldn't update their graphics card driver, they'd have to use this cvar, and restart wow:

/console fixedfunction 1

If you've managed to update your driver after already using the fixedfunction cvar, you'll want to reverse it to bring your fps back to normal. To do this:

/console fixedfunction 0


Blizz.gif
0. no ground outside | 2009-08-05 22:20 | <span style="color:#ffac04;">Claudiog</span>
It disables the game's shaders, which puts more stress on the CPU. Since WoW is so CPU dependent, it is generally already capped, which is why there is a decrease in performance associated with performing the fixed function command.

View original post