This post got me to order the G2

it should arrive tomorrow!
Would you mind sharing your settings? If it's not to much to ask.
I also have a 3090 but i have never even tried VR so I'm at a loss in what program to change the settings in. In ED, WMR or in Steam?
Anyways, thanks again for that post! I'm so damn excited for tomorrow \o/
Of course
1) Enable WMR Motion Vector Reprojection.
C:\Steam\steamapps\common\MixedRealityVRDriver\resources\settings\default.vrsettings (or whichever drive your Steam library is located)
Code:
// Motion reprojection doubles framerate through motion vector extrapolation
// motionvector = force application to always run at half framerate with motion vector reprojection
// auto = automatically use motion reprojection when the application can not maintain native framerate
// disabled = turn off motion reprojection
//
// Comment out or remove this line to use the SteamVR settings for controlling motion reprojection
"motionReprojectionMode" : "disabled",
Set that to :
Code:
// Motion reprojection doubles framerate through motion vector extrapolation
// motionvector = force application to always run at half framerate with motion vector reprojection
// auto = automatically use motion reprojection when the application can not maintain native framerate
// disabled = turn off motion reprojection
//
// Comment out or remove this line to use the SteamVR settings for controlling motion reprojection
"motionReprojectionMode" : "auto",
2) Setup WMR.
In Windows Mixed Reality Settings (accessible through the triple dot in the bottom left hand corner of WMR Portal start screen)
Under the Headset Display options set the following :
Experience Options : Best Visual Quality
Resolution : 4320 x 2160 (best quality)
Framerate : 90hz
Input switching : Manually switch using the Windows logo key + Y
3) Now we have all the basics sorted we can go into Windows Mixed Reality for SteamVR and set the render target (accessible through the Graphics tab in Settings which can be accessed through the 3 lines icon in the top left of SteamVR for WMR)
Resolution Per Eye : 3164 x 3096 (100%)
4) Finally we can go into Elites graphic options...
Use custom settings (do not use a preset they are garbage) and turn everything up to Ultra
Disable Anti Aliasing
Set Supersampling to 1.0
Set HMD Quality to 1.0
This will get you started for trading, mining and general flying around.
If you want to do some combat in asteroid fields you will need to change the refresh rate to 60hz in WMR settings as even with reprojection its not a fluid experience with the pipeline setup at this render target.