THEDUDE111 Posted August 22, 2020 Posted August 22, 2020 Hello All, TIA for help. I have three monitors setup. Ill will add my current .lua below. The picture is spread across the three screen however on screen 2 and 3 the image is down about and inch or so on both the screen. Not sure what to do? Resolution on settings screen is 5760x1080 full screen is off. I cant figure out for the life of me how to bring up the two other screens. _ = function(p) return p; end; name = _('3 Screen'); Description = 'Configuration with 3 identical monitors each with its own camera' Viewports = { Left = { x = 0; y = 0; width = screen.width / 3; height = 1080; viewDx = -1; viewDy = 0; aspect = screen.aspect / 3; }, Center = { x = 1921; y = 0; width = screen.width / 3; height = 1080; viewDx = 0; viewDy = 0; aspect = screen.aspect / 3; }, Right = { x = 3841; y = 0; width = screen.width / 3; height = 1080; viewDx = 1; viewDy = 0; aspect = screen.aspect / 3; } } GUI = { x = 1921; y = 0; width = screen.width / 3; height = 1080
Brainfreeze Posted September 8, 2020 Posted September 8, 2020 Did u solve that? tried fullscreen? btw...X should be 1920 and 3840 for mid and right (u start with x at 0 not 1) i9 14900K / 64GB / RTX 4090 / Varjo Aero / Winwing Orion2 + F15EX / Virpil Wrbrd + Alpha Stick + ACE pedals
Supmua Posted September 8, 2020 Posted September 8, 2020 Posting lua isn’t enough. Post the pic of your windows display arrangement setting also. PC: 5800X3D/4090, 11700K/3090, 9900K/2080Ti. Joystick bases: TMW, VPC WarBRD, MT50CM2, VKB GFII, FSSB R3L Joystick grips: TM (Warthog, F/A-18C), Realsimulator (F-16SGRH, F-18CGRH), VKB (Kosmosima LH, MCG, MCG Pro), VPC MongoosT50-CM2 Throttles: TMW, Winwing Super Taurus, Logitech Throttle Quadrant, Realsimulator Throttle (soon) VR: HTC Vive/Pro, Oculus Rift/Quest 2, Valve Index, Varjo Aero, https://forum.dcs.world/topic/300065-varjo-aero-general-guide-for-new-owners/
hansangb Posted September 9, 2020 Posted September 9, 2020 Hello All, TIA for help. I have three monitors setup. Ill will add my current .lua below. The picture is spread across the three screen however on screen 2 and 3 the image is down about and inch or so on both the screen. Not sure what to do? Resolution on settings screen is 5760x1080 full screen is off. I cant figure out for the life of me how to bring up the two other screens. _ = function(p) return p; end; name = _('3 Screen'); Description = 'Configuration with 3 identical monitors each with its own camera' Viewports = { Left = { x = 0; y = 0; width = screen.width / 3; height = 1080; viewDx = -1; viewDy = 0; aspect = screen.aspect / 3; }, Center = { x = 1921; y = 0; width = screen.width / 3; height = 1080; viewDx = 0; viewDy = 0; aspect = screen.aspect / 3; }, Right = { x = 3841; y = 0; width = screen.width / 3; height = 1080; viewDx = 1; viewDy = 0; aspect = screen.aspect / 3; } } GUI = { x = 1921; y = 0; width = screen.width / 3; height = 1080 I wrote this a while ago and you'll get the gist of what you need to do. https://forums.eagle.ru/showpost.php?p=2616874&postcount=799 hsb HW Spec in Spoiler --- i7-10700K Direct-To-Die/OC'ed to 5.1GHz, MSI Z490 MB, 32GB DDR4 3200MHz, EVGA 2080 Ti FTW3, NVMe+SSD, Win 10 x64 Pro, MFG, Warthog, TM MFDs, Komodo Huey set, Rverbe G1
Recommended Posts