Display refresh rate
Posted: Sun Aug 23, 2009 4:36 pm
Is there a way to set certain display refresh rate for oolite? (apart from using tools like Powerstrip)
I've tried editing .GNUstepDefaults. Here's a copy-paste of it:
I've manually added this part:
.. but my refresh rate in-game is still 60 Hz.
P.S. nVidia video drivers don't have the option to override refreshrates.
Edit: Oh yes.. it's 1.73.<something>
I've tried editing .GNUstepDefaults. Here's a copy-paste of it:
Code: Select all
{
NSGlobalDomain = {
};
oolite = {
"Chaky-humbletrash" = <*I63064>;
"Chaky2-humbletrash" = <*I16440>;
"Chaky3-humbletrash" = <*I13544>;
"Chaky4-humbletrash" = <*I59256>;
JoystickAxes = {
0 = {
isAxis = <*BY>;
stickAxBt = <*I0>;
stickNum = <*I0>;
};
1 = {
isAxis = <*BY>;
stickAxBt = <*I1>;
stickNum = <*I0>;
};
4 = {
isAxis = <*BY>;
stickAxBt = <*I2>;
stickNum = <*I0>;
};
};
JoystickButs = {
10 = {
isAxis = <*BN>;
stickAxBt = <*I7>;
stickNum = <*I0>;
};
13 = {
isAxis = <*BN>;
stickAxBt = <*I0>;
stickNum = <*I0>;
};
14 = {
isAxis = <*BN>;
stickAxBt = <*I5>;
stickNum = <*I0>;
};
15 = {
isAxis = <*BN>;
stickAxBt = <*I1>;
stickNum = <*I0>;
};
16 = {
isAxis = <*BN>;
stickAxBt = <*I9>;
stickNum = <*I0>;
};
17 = {
isAxis = <*BN>;
stickAxBt = <*I6>;
stickNum = <*I0>;
};
18 = {
isAxis = <*BN>;
stickAxBt = <*I10>;
stickNum = <*I0>;
};
20 = {
isAxis = <*BN>;
stickAxBt = <*I4>;
stickNum = <*I0>;
};
21 = {
isAxis = <*BN>;
stickAxBt = <*I3>;
stickNum = <*I0>;
};
24 = {
isAxis = <*BN>;
stickAxBt = <*I8>;
stickNum = <*I0>;
};
9 = {
isAxis = <*BN>;
stickAxBt = <*I2>;
stickNum = <*I0>;
};
};
display_height = <*I1024>;
display_refresh = <*I75>;
display_width = <*I1280>;
fullscreen = YES;
"procedurally-textured-planets" = YES;
"save-directory" = "C:\\Oolite-Trunk/oolite.app/oolite-saves";
"shader-effects-level" = <*I3>;
};
}
Code: Select all
display_height = <*I1024>;
display_refresh = <*I75>;
display_width = <*I1280>;
P.S. nVidia video drivers don't have the option to override refreshrates.
Edit: Oh yes.. it's 1.73.<something>