Did you ever wonder what those graphics and display control panel
dialogs actually do? I did, and found out, mainly by making changes and
seeing what happened. Here is some of what I have uncovered on the
inner working of these settings. From the NT Registry Editor (regedit)
take a look at the following sections and key/value pairs:
HKEY_LOCAL_MACHINE\SOFTWARE\Silicon
Graphics\Control Panel\GraphicsAddMemorySizen = Number of MB Reserved for texture mapsColorPalette0 = 256 Colors2 = 32768 Colors4 = TrueColorDepthBufferBit0 = None2 = 16 Bit4 = 24 Bit Depth, 8 Bit StencilEnableBackBuffer0 = Disabled1 = EnabledEnableOverlay0 = Disabled1 = EnabledFullSceneAntiAlias0 = Disabled1 = EnabledGdiOnOverlay (not visible by default)0 = False - GDI runs in the normal frame buffer1 = True - GDI runs in 8-bit overlay planesRefreshRaten = HzResolutionXx = Width in pixelsResolutionYy= Height in pixelsSchedulerMode1 = GDI_MUST_SERIALIZE - Correct GDI operation for window move2 = GDI_MUST_ROUNDROBIN - Give GDI and OpenGL equal scheduler priorityDefault for all but "CAD" and "DTP" profiles3 = GDI_MUST_SERIALIZE_FOR_OGL - GDI runs slower when OpenGL is running but gets higher priorityDefault for CAD Design and Desktop Publishing profiles4 = GDI_MUST_YIELD_FOR_OGL - Experimental mode, GDI yields to OpenGL, but may run slowerSwapVertRetrace0 = Disabled1 = Enabled
HKEY_LOCAL_MACHINE\SOFTWARE\Silicon
Graphics\Control Panel\DisplayEnableDCCSupport0 = Disabled1 = EnabledGammaColorCalibrate?GammaDataValue?GammaValuen = Gamma * 100PowerSaveMode0 = Disabled1 = EnabledPowerSaveModeValuen = Power save time (minutes?)
You will also observe that the Profiles are saved per-user under:
HKEY_CURRENT_USER\Software\SiliconGraphics\ControlPanel\Profiles
This is the reason that the graphics must be configured for each user. It is not necessary that each user have the same exact setting, but realize that if they are significantly different (such as based upon different base profiles) rebooting between sessions may be required.
I would not recommend actually changing anything with regedit, since you'll probably have to reboot to make the change work then you won't really know if it or the graphics profile is actually being used.