• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

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

Lione

Active member
Joined
Apr 8, 2021
Messages
378
Reactions
100
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