Jump to content

Recommended Posts

Posted

G,day Guys,,, Suffering trying to get multi monitor setup again after a considerable layoff and a new OS. BS, patched to 1.01c, Win 7, 1920x1080 lcd tv as main, 1680x150 monitor as the second. And yes have been back and re-read all the posts, not exactly a newbie to it but the change from XP to win 7 has me stumpped..Anybody got a similar setup.? Thanks in advance, i know its painfull..:music_whistling:

Posted

what is the problem exacltly?

i7-6700k (4.7 GHz) // RAM 32 Gb // GTX 1070 // // Windows 10 64-bit LTSB;

VKB Gunfighter Mk2 Pro + VKB MCG Pro // BRD-F1(v.2) // Oculus Rift cv1 // BRD-N(v. №4) // VKB King Cobra MkII Fat // VKB King Cobra MkIII Fat // Saitek X55 // Saitek throttle Quadrant // Microsoft FFB 2 // Saitek X45 // Thrustmaster HOTAS Warthog // VKB MK20-3 Pro Pedals // VKB RDRXXI-L // TrackIR 5

Posted

Cheers Archer,, Not showing on second screen at all,,Multiplayer not stretched across both screens as a check, On start I still see the start up screen with the cockpit jambed up against one side, buggered if i can figure it out, just not sure if the issue is between the diff resoultions between monitor and TV.. Dont recall that being an issue with XP.. if you dont mind helping i will post config lua and monitor stuff..Thanks for ya time..

Posted

Ok gents,, got some time to spend on this now,, anyone care to take a look at my options/monitor config and assist. Please....:thumbup: Win 7 64, 32" main 1920x1080 and 22" 1680x1050,, Set to "extend onto" The idea being I wanted the shiv and Abris on the 22 to my left with the main 32 centre. Tried in windowed,not windowed, placed these 2 files in the C\programs(x86) ect ect as I had seen that win 7 looks there for them other than install root,,, just cant get it.. With this config as it is i get nothing on the 22 and on the 32 I get left with the splash screen with the game jambed up against the right hand side of the 32 about 1/5th the screen.. Any help much appreciated,,this is killing me...:cry::helpsmilie: note,, BS ver 1.01,, cant seem to install 2.0, she no like,,but thats another issue...

 

Monitor as follows:

 

 

_ = function(p) return p; end;

name = _('my_Shkval+Camera+ABRIS');

Description = 'Shkval on the left monitor,ABRIS on the right and camera on the center';

Viewports =

{

Center =

{

x = 1680;

y = 0;

width = 1680;

height = 1050;

viewDx = 0;

viewDy = 0;

aspect = 1.77;

}

}

Shkval =

{

x = 0;

y = 0;

width = 840;

height = 1050;

}

ABRIS =

{

x = 840;

y = 0;

width = 840;

height = 1050;

}

 

 

And Options LUA as follows:

 

options =

{

["views"] =

{

["cockpit"] =

{

["mirrors"] = true,

["reflections"] = true,

["avionics"] = 1,

["russianHud"] = false,

}, -- end of ["cockpit"]

}, -- end of ["views"]

["difficulty"] =

{

["padlock"] = false,

["easyRadar"] = false,

["enemies"] = true,

["setGlobal"] = true,

["immortal"] = false,

["geffect"] = "realistic",

["permitCrash"] = false,

["easyFlight"] = false,

["tips"] = true,

["radio"] = false,

["fuel"] = false,

["hud"] = false,

["aftSwitching"] = false,

["cockpitLanguage"] = "english",

["units"] = "metric",

["externalViews"] = true,

["altTrimmingMethod"] = true,

["myPlane"] = true,

["iconsTheme"] = "english",

["map"] = true,

["weapons"] = false,

["allies"] = true,

["labels"] = false,

}, -- end of ["difficulty"]

["audio"] =

{

["wind"] = 100,

["radio"] = 50,

["musicEn"] = false,

["engines"] = 100,

["soundEn"] = true,

["effects"] = 100,

["music"] = 70,

["radioSpeech"] = true,

["warnings"] = 50,

["volume"] = 100,

["inCockpit"] = 90,

["mech"] = 90,

["subtitles"] = false,

["gui"] = 70,

}, -- end of ["audio"]

["graphics"] =

{

["multiMonitorSetup"] = "my_shkval+abris+camera",

["color"] = "32",

["heatBlr"] = 0,

["scenes"] = "medium",

["water"] = 1,

["fullScreen"] = false,

["visibRange"] = "Low",

["aspect"] = 1.7777777777778,

["textures"] = 1,

["shadows"] = 2,

["display_mode"] =

{

["avi"] =

{

["bpp"] = 32,

["resolution"] = "640x480",

["full_screen"] = false,

["aspect"] = 1.333333333,

["height"] = 480,

["width"] = 640,

}, -- end of ["avi"]

}, -- end of ["display_mode"]

["effects"] = 2,

["haze"] = 1,

["lights"] = 2,

["height"] = 1080,

["resolution"] = "1920x1080",

["civTraffic"] = 0,

["width"] = 1920,

}, -- end of ["graphics"]

} -- end of options

Posted

Your options.lua is a mess....I'm posting from my phone...I'll post in the morning if none else jumps on it. Your total res should be 3600x1080

Airdog

| Asus ROG Strix Z370-E Mobo | i7 8700K @ 4.7 | 32 GB DDR4@3200mhz | Gigabyte 2080Ti OC 11GB| Samsung M.2 960 Evo 250Gb and 500Gb | Win10 Pro | Hotas Warthog #02743 | Track IR 5 | Toshiba 47" 120hz LED | Acer 23" Touchscreen | HELIOS |Oculus Rift-S|

 

http://www.blackknightssquadron.com/

Posted (edited)

Try this

 

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.77777777;

}

 

Shkval =

{

x = 1920;

y = 0;

width = 840;

height = 1050;

}

 

ABRIS =

{

x = 2760;

y = 0;

width = 840;

height = 1050;

}

And in Options LUA:

["width"] = 3600,

["height"] = 1080,

["resolution"] = "1920x1080",

in windows display setup set 32" to the left and 22" on the right Edited by Kuky
  • Like 1

No longer active in DCS...

Posted

G,day kuky,,,cheers for the assist. Airdog, cheers m8,,appreciate it. Seems with the changes as made by kuky, the Abris has appeared on my main screen on the right hand side full 1080 deep (looks great, but makes it tough to fly,,lol), no shv and no action on the second monitor. Agreed with Airdog,,that file is a mess..So if ya can stand it, some more assistance would be great. Is this line needed on the monitor LUA with ver 1.01 (_ = function(p) return p; end;) on the top of it?

 

Thanks boys..

Posted (edited)

ah sorry, I made a few mistakes also, try my previos post again please

Edited by Kuky

No longer active in DCS...

Posted

Nice one kuky,,excellent stuff :thumbup:. no excuses from me, rather weak in the end of me..Thanks again. Hope to see you up in the virtual skys with the new IL2 when released in a few months..rep inbound...

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...