• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

VAM Resolution always changes to 1080p after using VR in Virtual Desktop ( Meta / Quest 2 )

Lione

Active member
Joined
Apr 8, 2021
Messages
372
Reactions
99
The VAM Resolution always changes to 1080p after using VR in Virtual Desktop and i have no clue why that is.

Situation is :

- I open VAM in Virtual Desktop
- I shutdown Virtual Desktop
- I open VAM in Desktop again on my PC

VAm resets the set Resolution from previously added 2560x1440 to 1920x1080

2021-12-11 15_52_29-VaM Configuration.png


How can i avoid this to happen alltime?

Where is that display configuration file located in VAM so i can lock it to be overwritten alltime after i used virtual desktop on quest 2 ?

Thx in Advance
 
How can i avoid this to happen alltime?
If you are using .bat files to start vam (not vam_updater) than simply edit VaM (Desktop Mode).bat to open in desired resolution.

just open/edit it with notepad for example
by default:
Code:
START "VaM" VaM.exe -vrmode None
add your desired resolution (don't forget spacing) -screen-width 2560 -screen-height 1440
(you can also add -window full to make sure it's fullscreen and not just maximized, but it's not necessary)
example:
Code:
START "VaM" VaM.exe -vrmode None -window full -screen-width 2560 -screen-height 1440

EDIT: you can make .bat copy and use that one, if you don't wanna edit original/default .bat file
 
Back
Top Bottom