Skip to content

What is the maximum amount of monitors you can have connected? Does it depend on their resolution? #396

Answered by aritger
Evernow asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. In general, a single NVIDIA GPU can drive four monitors: the GPU has four "heads" (the engine that generates raster timings to be sent to a monitor). This of course depends on what physical connectors are on your graphics card, though you can use DisplayPort MultiStream to connect multiple DisplayPort monitors to one DP connector on the graphics card.

Each head has to fetch pixels from video memory; the memory bandwidth available to the heads is shared across all heads, but it is finite, and varies by the configuration. If you're stepping through the code, the "IsModePossible" path attempts to validate if there is sufficient memory bandwidth to satisfy the GPU-wide requested configura…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Evernow
Comment options

@aritger
Comment options

Answer selected by Evernow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants