Jump to content

zippoa

Members
  • Posts

    177
  • Joined

  • Last visited

Everything posted by zippoa

  1. First one. You will not damage it even if connect wrong way.
  2. https://vi.aliexpress.com/item/4000525667758.html?gatewayAdapt=glo2vnm
  3. Hello, I use 3 separate HDMI LCD panels. I have 1080ti that has 2 Display ports and 2 HDMI. I also use 1 adapter DisplayPort -> HDMI
  4. Long time ago I created this monster for my pedals. Aluminium plate 3-4 mm has 4 holes for special low profile wheels. This thing allows it to freely move around with my chair. For wheels I used special nylon ball transfers. Bought on aliexpress for reasonable price.
  5. JSOW, JDAM, HARM, TALD, Maverick - when?
  6. Did not plan to make it for sale, cause it's quite time consuming to build one. I may suggest you to take a look on winwing mfd panels. They are square, but connected with only one USB3 cable, which I think is incredible. And price is very affordable
  7. Hey @Icaro_07, that's quite late response, but ED forum did not send me any email about such notification. No, I made 3 such displays and it took quite time. But all schemas, 3d models, firmwares are free and avaialble for download if you want to build such thing for you.
  8. There is such thing which converts 1 DP to 3 HDMI ports. Try it https://www.amazon.com/SIIG-DisplayPort-Splitter-Transport-CE-DP0Q11-S1/dp/B095H9BN24 There is also 1 DP to 1 HDMI converter https://www.amazon.com/AmazonBasics-DisplayPort-HDMI-Adapter-60Hz/dp/B08989D7RZ
  9. Thrustmaster MFD Cougar Pack полностью рабочий. 2400 грн Также есть объявление на OLX null
  10. And in what game will you fly all these? As I know DCS does not have it
  11. Okay, so here is my setup with auto dimensions. No need to define in config resolutions. As mentioned above, you have to choose max resolution in DCS settings. This config checks how many additional MFDs you have. If you have no additional monitor connected, no changes needed. If you have one, it will auto expand picture there. You may connect max to 3 additional monitors. Your main monitor must be most left monitor. All additional must be located on right side, aligned to bottom. _ = function(p) return p; end; name = _('32andAuto9'); Description = 'Main monitor on left side, mfds on right. Align to bottom' if displays and #displays >= 1 then main_display = { x = 0, y = 0, width = displays[1].width, height = displays[1].height, aspect = displays[1].width/displays[1].height; viewDx = 0; viewDy = 0; } end if displays and #displays > 1 then square_mfd_1 = { x = displays[1].width, y = displays[1].height - displays[2].height, width = displays[2].width, height = displays[2].width, } rect_mfd_1 = { x = displays[1].width, y = displays[1].height - displays[2].height, width = displays[2].width, height = displays[2].height, } bottom_square_mfd_1 = { x = displays[1].width, y = displays[1].height - displays[2].height + displays[2].width, width = displays[2].height - displays[2].width, height = displays[2].height - displays[2].width, } LEFT_MFCD = square_mfd_1 JF17_LEFT_MFCD = rect_mfd_1 F14_HSD = square_mfd_1 F14_RWR = bottom_square_mfd_1 AJS37_RADAR = square_mfd_1 Shkval = square_mfd_1 end if displays and #displays > 2 then square_mfd_2 = { x = displays[1].width + displays[2].width, y = displays[1].height - displays[3].height, width = displays[3].width, height = displays[3].width, } rect_mfd_2 = { x = displays[1].width + displays[2].width, y = displays[1].height - displays[3].height, width = displays[3].width, height = displays[3].height, } RIGHT_MFCD = square_mfd_2 JF17_RIGHT_MFCD = rect_mfd_2 F14_VDI = square_mfd_2 AJS37_TV = square_mfd_2 ABRIS = rect_mfd_2 end if displays and #displays > 3 then square_mfd_3 = { x = displays[1].width + displays[2].width + displays[3].width, y = displays[1].height - displays[4].height, width = displays[4].width, height = displays[4].width, } rect_mfd_3 = { x = displays[1].width + displays[2].width + displays[3].width, y = displays[1].height - displays[4].height, width = displays[4].width, height = displays[4].height, } CENTER_MFCD = square_mfd_2 JF17_CENTER_MFCD = rect_mfd_2 RIGHT_MFCD = square_mfd_3 JF17_RIGHT_MFCD = rect_mfd_3 end UIMainView = main_display GU_MAIN_VIEWPORT = main_display Viewports = {UIMainView}
  12. Hey there, it's 9.7 inch display 1027x768. https://www.aliexpress.com/item/4000796363039.html
  13. Just if anyone will look for scheme, I dissasembled my own mfd and made photo of PCB
  14. I have Win 10 and only default Windows Defender. Just added DCS to exceptions, but log shows that Win Defender was invoked the day before freezes appear.
  15. Hi, swap only on NVME C:\Users\Oleksandr>wmic pagefile list /format:list AllocatedBaseSize=32000 CurrentUsage=0 Description=L:\pagefile.sys InstallDate=20211005135747.108100+180 Name=L:\pagefile.sys PeakUsage=1 Status= TempPageFile=FALSE DxDiag.txt
  16. So I ma playing on DDCS multiplayer server, I have 100 Mbit internet connection, ping around 150. PC is i7-4790k, 32GB, nvidia 1080 Ti, Samsung NVME for DCS, 100 Gb allocated for swap on NVME only, 2K main monitor and 2 additional of 1027*768. Graphics settings are: And with all this I get this third time:
  17. You may try to post this message about missing knobs in their subforum, developers may add binding with some patch https://forums.eagle.ru/forum/601-jf-17-thunder/
  18. Lol, they now just disappear if you launch them. Try tutorial of JF-17 and antiship missions.
  19. Looks like it's fixed. Just checked in Editor. Now each ground unit has property "Visible on display". Great!
  20. About MFCD, maybe you'll be interested. I've done panel. More info at
×
×
  • Create New...