Ozchuck Posted June 1, 2013 Posted June 1, 2013 Hi, I am using two monitors, one above the other. The top one is a 30" running @ 2560x1600. The bottom one is a 22" Touch screen running at 1920x1080. Using the excellent EMC utility, I have it running well with MFD's, ABRIS etc running on the bottom screen when at the full resolution of 2560x2680. Regardless of how big I make the abris, mfd's etc, the whole of the bottom screen is rendered by the sim. What I would like to do is; Instead of running the sim @ 2560x2680 (full res of both monitors), I would like to have it running at 2560x2160 so as to leave 520 pixels free on the bottom monitor. This will allow me to run a touchbuddy panel across the bottom of the bottom monitor. (If I run the touchbuddy panel when I have full res set in options, the sim renders unused areas of the bottom screen black, and the touchbuddy panel can't be the 'top' layer over the sim.) All sounds good, BUT - when I try and play @ 2560x2160, the sim renders the GUI fine, filling the top monitor, but when the actual sim runs, it centres the across both monitors so that the sim screen is centred leaving 260 pixels not rendered across the top of the top monitor, and 260 pixels not rendered across the bottom of the bottom monitor. If you're still with me at this stage, thankyou. Can any of you clever buggers help me achieve this; Then I can hopefully have the touchbuddy across the bottom and use it. (I have used helios in the past, but touchbuddy supports all modules of DCS for what I need - simple sending of keystrokes.) Here's my LUA file; Ka50 2 Mon.lua _ = function(p) return p; end; name = _('Ka50 2 Mon'); Description = '2 Moitor setup for ka50' Viewports = { Center = { x = 0; y = 0; width = 2560; height = 1600; viewDx = 0; viewDy = 0; aspect = 1.6; } } ED_KA50_Shkval = { x = 1667; y = 1607; width = 600; height = 402; } ED_KA50_ABRIS = { x = 394; y = 1607; width = 439; height = 550; } ED_A10C_RIGHT_MFCD = { x = 1789; y = 1607; width = 550; height = 550; } ED_A10C_LEFT_MFCD = { x = 395; y = 1607; width = 550; height = 550; } UIMainView = Viewports.Center Thanks in advance, Chuck
Gunnergolly Posted June 20, 2013 Posted June 20, 2013 Hello I'll refer you to this post (No 5) as the problem that your having sounds to be very similar... http://forums.eagle.ru/showthread.php?t=103102&highlight=peterp+monitor+resolution I have never used the phantom monitor.exe before so i can't vouch for it but from what i've read about it the idea is that it will force your main DCS window to start at X=0,Y=0 coordinates. Hope that helps you.... Win 11 Home 64Bit, i7-13700K@5.2Ghz Water Cooled, 32 Gb RAM, PNY RTX4090, Pimax Crystal, Quest Pro, Realsimulator FSSB R3 ULTRA, Virpil/Thrustmaster Warthog HOTAS combo, MFG Crosswind Pedals.
Ozchuck Posted June 24, 2013 Author Posted June 24, 2013 Thanks Gunnergolly. I'll give it a go. Cheers, Chuck
Recommended Posts