Vladimir Badinski wrote:
Sorry for maybe a newbish question here. I am trying to fix my 5760x1080 and thought I would try your fix out to see if that worked for my res.
So I downloaded the NodeJS program and that gives me a cmd prompt window. Am I supposed to copy the app.js txt and put it into that program somehow? Should I put that program in my msgv directory? Or am I just getting this completely wrong?
Thanks, Vlad
No.
You open command line, navigate to the folder where you have saved app.js. For example, if you put it in Downloads folder your process will be like this:
Code:
C:\Users\username>cd Downloads
C:\Users\username>node app.js
Trying to detect display resolution
I detected your display resolution: 2560x1080, is that okay? y/n
...
Side note: Do you use eyefinity /3d surround (or whatever it's called for nvidia)? I'm not sure if it will work correctly for multi-monitor configurations. I just don't have anything to test it on
Thank you for taking the time to give me some feedback.