{"slug": "the-zen-of-mgpu", "title": "The Zen of mGPU", "summary": "A user reports achieving 407 FPS in Batman: Arkham Knight at 4K with max visuals and PhysX by using a dual-GPU setup with two RTX 5090s, running DLSS 5 on the second GPU via a Neural CoProcessor, and using Lossless Scaling, along with a PowerShell script to automate launching and cleanup.", "body_md": "so some real examples using Batman Arkham Knight. Older, yet elegant and refined game with lore and graphics that stand the test of time.\n\n.\n\nSo the base line for the game includes DLSS5, dual 5090 RTX, the associated rig, and the Neural CoProcessor to run DLSS 5 on the **2nd GPU**, also specifically running PhysX on **2nd  GPU**, and Lossless Scaling on **2nd GPU**.\n\n**407 FPS** max visuals, Physx, 4K\n\nI don’t like things running in the background when not needed, so I make shortcuts to launch and close the Lossless Scaling with the game start/and end. An example script to render the game itself on GPU1, but do Lossless Scaling on GPU2, Physx on (inspector setup) GPU2, and DLSS5 on GPU2 (neural coprocessor)\n\nShortcut modification to launch Arkham Knight:\n\n*# Explicit File Execution Paths*\n\n*$LSPath = “C:\\Program Files\\LS\\LosslessScaling.exe”*\n\n*$GamePath = “D:\\Batman\\Binaries\\Win64\\BatmanAK.exe”*\n\n*# 1. Spawn Lossless Scaling hidden into the background tray space*\n\n*Start-Process -FilePath $LSPath -WindowStyle Hidden*\n\n*# 2. Safety pause to guarantee LS hook engine is listening in the tray*\n\n*Start-Sleep -Seconds 5*\n\n*# 3. Launch the game engine binary targeting your primary discrete hardware*\n\n*$GameObject = Start-Process -FilePath $GamePath -ArgumentList “-graphicsadapter=1” -PassThru*\n\n*# 4. Wait for the black screen to stabilize and the audio engine to spin up*\n\n*Start-Sleep -Seconds 6*\n\n*# 5. [THE BLACK SCREEN FIX]: Inject a Windows Key tap to flush the graphics pipeline*\n\n*# This automates your manual fix and forces DWM to draw the frame layers instantly.*\n\n*$WshShell = New-Object -ComObject WScript.Shell*\n\n*$WshShell.SendKeys(“^{ESC}”) # Sends Ctrl + Esc (The native Windows global equivalent to the Win Key)*\n\n*# 6. Wait a split second for the Start Menu overlay to trigger the desktop refresh, then clear it*\n\n*Start-Sleep -Milliseconds 400*\n\n*$WshShell.SendKeys(“^{ESC}”) # Tap it again to instantly dismiss the menu layout*\n\n*# 7. Script thread blocks execution here until the game process exits*\n\n*$GameObject.WaitForExit()*\n\n*# 8. Cleanup Trigger: Force kill Lossless Scaling to flush system RAM pools*\n\n*Stop-Process -Name “LosslessScaling” -Force*\n\nAlso, I have **expanded HD textures** and effects and other components for better visuals such as prerequisites:\n\nArkham Knight community patch / fix\n\nArkham Knight HD Texture Pack\n\nArkham Knight 8K Ultra HD assorted individual mods / textures\n\nCombined result is these settings, using 2nd GPU, 4K, is  **407 FPS** on the built in benchmark\n\nSo use three utilities if you want it easy, play with sliders as you see fit:\n\nLossless Scaling\n\nNeural Coprocessor, to run DLSS 5 on 2nd GPU\n\nOne Click DLSS 5 injection\n\nOS  *MS Windows Server 2022 Data Center (as workstation)*\n\nHardware:\n\n*2x 5090 RTX Gigabyte OC Edition*\n\n*2x AMD 9684X Epyc  (192/384 cores) 2.2GB of L3 cache , Gigabyte MZ73-LM2 Dual socket motherboard, PCIE 5.0*\n\n*1.5 TB RAM  DDR5 ECC LRDIMMs , 2800W psu*\n\n*4x Micron 9300 Max (RAID / 64TB volume) Samsung 9100 Pro 8TB (8TB). 2x Back up drives Micron 5300 (16TB)*\n\n*Asus PA32UCG-K monitor,  MS Data Center 2022 & 2025 & Ubuntu, Air cooled, cool temps, small case, ultra quiet operation*", "url": "https://wpnews.pro/news/the-zen-of-mgpu", "canonical_source": "https://forum.level1techs.com/t/the-zen-of-mgpu/219175?page=5#post_89", "published_at": "2026-09-09 14:16:27+00:00", "updated_at": "2026-09-09 14:41:18.154580+00:00", "lang": "en", "topics": ["artificial-intelligence", "ai-infrastructure", "ai-products"], "entities": ["NVIDIA RTX 5090", "DLSS 5", "Lossless Scaling", "Batman: Arkham Knight", "AMD EPYC 9684X", "Gigabyte MZ73-LM2", "Asus PA32UCG-K", "Microsoft Windows Server 2022"], "alternates": {"html": "https://wpnews.pro/news/the-zen-of-mgpu", "markdown": "https://wpnews.pro/news/the-zen-of-mgpu.md", "text": "https://wpnews.pro/news/the-zen-of-mgpu.txt", "jsonld": "https://wpnews.pro/news/the-zen-of-mgpu.jsonld"}}