Jump to content

BLAPH78

Members
  • Posts

    5
  • Joined

  • Last visited

About BLAPH78

  • Birthday 09/25/1969

Personal Information

  • Flight Simulators
    DCS World, Flight Simulator
  • Location
    France
  • Interests
    flying, sailing
  1. Hi MadKreator, I found the solution by replacing all viewports by displays that matchs exactly Windows Screens (see below) _ = function(p) return p; end; name = _('3ASUS'); Description = 'Configuration with 3 identical monitors each with its own camera' displays = { [1] = { x = 0, -- note : x == 0 and y == 0 is always mark primary windows display y = 0, width = 3840, height = 2160 }, [2] = { x = 3840, -- mark that secondary display is on right side of primary display y = 0, width = 3840, height = 2160 }, [3] = { x = -3840, -- mark that third display is on left side of primary display y = 0, width = 3840, height = 2160 }, } It works ! I have copied this code to replace viewports in Helios file (configuration with a fourth touchscreen) and it works as well. I can configure commands now. Rgds, Phil.
  2. Sorry, even with your code in my file, always the same trouble. The only way to have 3 entire screens during fly is to specify a different name in Options .lua for "Multiple monitorsetup" than in DCS...so DCS is on "1 screen" (because Options.lua name is not known) and then I have 3 screens during fly (I don't know why ??) The only problem is that if I change something in commands or everywhere else, "1 screen" became the rule and 3 entire screens during fly disappear...I don't know what to do now but I am sure that there is an LUA parameter to take in account somewhere in DCS... An explanation about that, please ? Thanks in advance Phil
  3. Hi futurecpit, I have 3 monitors ASUS 3840x2160 and I tried your configuration...unfortunately, left monitor was OK, center very strange (with HUD in green and the rest in black) then right monitor black. For sure Windows was the same (left monitor as master). What could be my error, please (several days on this problem, with or without surround on my SUPPRIM GEFORCE RTX (a monster)) and with or without Helios file ? Thanks in advance for your help BLAPH78
  4. Thank you MadKreator for your reply. One week to try many config...I will go to the warthog project as I have surely something that goes wrong in my LUA files. If I find the solution, be sure I will come back to you Thanks
  5. Hi MadKreator I have got exactly the same problem and tried many many configurations (with or without helios, with or without surround) that never worked...did you find a solution, please ? My graphic card is a suprim GTX (a monster)..I cannot imagine she is limited Rgds, Phil.
×
×
  • Create New...