falcon00 Posted December 3, 2015 Posted December 3, 2015 I'm following the directions from the links below: http://forums.eagle.ru/showthread.php?t=93389 http://forums.eagle.ru/showthread.php?t=66572 Despite that, I can't seem to get the software to send signal to the USB monitors. In game, the just show the desktop background. What are somethings I can check to make sure everything is working right? Below is the code for my .lua _ = function(p) return p; end; name = _('Lilliput Config'); Description = 'Three Monitor Config' Viewports = { Center = { x = 0; y = 0; width = 1366; height = 768; viewDx = 0; viewDy = 0; aspect = 1.6; } } GUI = { x = 0; y = 0; width = 1366; height = 768; } LEFT_MFCD = { x = 262; y = 830; width = 540; height = 540; } RIGHT_MFCD = { x = 894; y = 1080; width = 540; height = 540; } UIMainView = GUI;
falcon00 Posted December 3, 2015 Author Posted December 3, 2015 It turns out that there was a large amount of detail missing in those post. Use this thread as the definitive guide. http://forums.eagle.ru/showthread.php?t=60815
HellsBells Posted December 3, 2015 Posted December 3, 2015 Try this as a guideVirtual Cockpit Server.lua | i9 9900K Octa Core 2TB SSD +32GB Spectrix DDR4 @3200MHz RGB | 2 x Radeon RX480 in Crossfire. | TrackIR5 HOTAS Warthog,MFG Crosswind Pedals | Cougar MFDs | [OCG] Oceanic Combat Group discord.gg/ZmXEBSU "Through The Inferno" by deadlyfishes Official Australian Servers SRS: All Servers have Auto-Connect Enabled Server 1: TTI Caucasus Server 2: TTI Persian Gulf Server 3: OCG Training Server 4: OCG NTTR & Multiplayer Missions Australian Website AU Discord Server
falcon00 Posted December 3, 2015 Author Posted December 3, 2015 It wasn't the form of the .lua. It was small stuff. Four key issues: 1. When I opened my screen shot in Photoshop, I didn't realize that there was extra stuff that needed to be cropped. That was giving me bad reads on the position of my monitors. 2. Turn off full screen in options. 3. Make sure the main monitor is set such that it's the upper left most screen. I had my MFDS all over the place before I finally just put them off to the right and centered compared to the main screen. 4. This was the big one: In Options, you have to put the COMBINED resolution of both your main monitor and your USB monitors.
Recommended Posts