Is there a way for pimax to automatically change this? Only people on this forum really know about this, there are probably a ton of pimax users that arent aware they are not getting their full resolution.
Pretty sure they already did earlier by supplying their own vrsettings file with the PiTool install and that is what no longer works.
EDIT: It’s located here and contains the settings that are overridden for Pimax headsets compared to the standard SteamVR supplied default.vrsettings (as far as I understand):
C:\Program Files\Pimax\SteamVRSupport\drivers\aapvr\resources\settings\default.vrsettings
Contents:
{
“steamvr” : {
“enableDistortion” : false,
“supersampleManualOverride” : true,
“supersampleScale” : 1.0,
“background” : “#FF000000”,
“maxRecommendedResolution”: 8192
},
“power”: {
“autoLaunchSteamVROnButtonPress”: false,
“pauseCompositorOnStandby”: false,
“powerOffOnExit”: false
}
}
Sometimes SteamVR updates also overwrite the file reverting the value back to 4096.
I just made a shortcut to the file on my desktop.
Uh…why should SteamVR care to access and modify a file generated by PiTool for Pimax exclusive configuration purposes ? O_o
i think you are talking about the “old method” where a file was modified that explicitly stated in the header it should not
there are to “defined” locations where user or vendors can change setting that will be present after updates of steam vr
“C:\Program Files (x86)\Steam\config\steamvr.vrsettings”
and the vendor specific settings file that come with the steam vr plugin of the hmd like
C:\Program Files\Pimax\SteamVRSupport\drivers\aapvr\resources\settings\default.vrsettings
My steam folder is not on C: drive it is on My seventh drive L:, and steam dose and will change Default.vrsettings as I have just had to change it back to 8192.
no, you dont have to change it back because its already in your
%where ever you installed pitools%\Pimax\SteamVRSupport\drivers\aapvr\resources\settings\default.vrsettings
and that file is used by steam vr in addition to
%where ever you installed steam%\Steam\steamapps\common\SteamVR\resources\settings\default.vrsettings
and
%where ever you installed steam%\Steam\config\steamvr.vrsettings
But if I don’t change it back My graphics are crap.
the setting was introduced with pitool v111
did you try to insert it in
%where ever you installed steam%\Steam\config\steamvr.vrsettings
“…
“steamvr” : {
“background” : “#FF000000”,
“lastVersionNotice” : “1.6.10”,
“lastVersionNoticeDate” : “1564674570”,
“supersampleScale” : 0.39999997615814209
}
…”
edit like this:
“…
“steamvr” : {
“background” : “#FF000000”,
“lastVersionNotice” : “1.6.10”,
“lastVersionNoticeDate” : “1564674570”,
“maxRecommendedResolution”: 8192,
“supersampleScale” : 0.39999997615814209
}
…”
at least this should work (if you have already changed the resource file then revert it before testing, values present in the resource file will be removed from steamvr.vrsettings when they are the same as in the resource (default) file
Thanks I will give it a go, though my config file looks totally different from that, but can see were to insert the line.