Issues.00135 - lordmundi/wikidoctest GitHub Wiki

00135: ability to configure edge for low, medium, and high performance machines

« 00134 | Issues | 00136 »

Summary: ability to configure edge for low, medium, and high performance machines

Created: 2009–02–18 14:24

Status: Released

Category: Request

From: frankie

Version: 2.0

Released_In: 2.1

Description:

a configuration utility to configure performance settings for EDGE would be useful.

my best idea for how we might use the settings would be for the configuration utility to save off a settings file that uses the machines hostname (so machines sharing an EDGE installation don't all use the same file). Then the startup scripts could source these files after setting up all of the defaults.


Comments

frankie June 18, 2009, at 01:19 AM: You can read more about the utility here: EDGE Configuration Utility

Some of the settings I think could be configurable in such a utility:

  • Low res or high res earth
  • Low res or high res moon
  • Atmosphere toggle
  • Toggle of level of detail for ISS models
  • number of ztiles
  • environment reflections
  • shadow mapping
  • planet2 cache size
  • planet2 texture pages
  • planet2 bmp pages
  • planet2 detail factor
  • anti-aliasing mode
  • anisotropic filtering mode
  • sync_to_vblank toggle
  • DOUG texturing quality
  • DOUG comptex_size
  • DOUG mipmapping toggle

« 00134 | Issues | 00136 »

Associated Commits

| commit | 508eaf95a59d8d1194fd266d65ccd353a30ca665 link6 | || | Author: | Angela Reeves | | Date: | Thu Jul 9 17:45:17 2009 -0500 | | Message: | [@Issue 00135: Changed PLANET2_NUM_BMP_PAGES suggested low setting from 0 to 1 because of Segmentation Fault occuring at value 0 Changed ZTILE_NUMBER suggested low setting from 0 to 3 because of excessive flickering at value 0 git commit 3e71bc76f1d500cd1588b8a9801d17ba934dd585 was also in response to Issue 00135 @] |

Affected Files:

default_doug_variables.txt | 4 +±-
 1 file changed, 2 insertions(+), 2 deletions(-)

| commit | 2d316aa6753075fb0edfdce78f5749c225c24e09 link7 | || | Author: | Frank Graffagnino | | Date: | Thu Jun 18 01:15:41 2009 -0500 | | Message: | [@Issue 00135: Updated startup environment Switched from using HOSTNAME to HOST and added a safety check for it at the top.

Also, changed the logic at the bottom so that the two files can be sourced

independantly (one doesn't require the other). @] |

Affected Files:

.doug_blank_cshrc | 28 +++++++++++++++++±---------
 .doug_cshrc       | 34 ++++++++++++++++++++±------------
 2 files changed, 39 insertions(+), 23 deletions(-)