최대 해상도 이야기
누군가는 이런 궁금증이 있을 수 있다.
최대 해상도는 어느정도 될까?
정답은 운영체제와 그래픽카드별로 다르다인데, NVIDIA 기술 문서를 읽으면 알 수 있다.
- MAXIMUM SUPPORTED RESOLUTIONS
"There is no single maximum resolution for a given connector type. The maximum resolution is defined by a couple of constraints which are different for each connector type:
> The maximum number of pixels per second that can be carried across the link: It doesn’t matter to the graphics processing unit (GPU) if those pixels are allocated onto a single large desktop refreshing slowly or a small desktop refreshing quickly. The maximum desktop size allowed by the GPU is 16 k × 16 k pixels – the different operating systems may have different limitations as addressed in Table 9.
> The maximum bandwidth available on the link: This is most important to DisplayPort connections.
Table 9. Operating System Maximum Pixel Supported
Operating System | Max Pixel |
Linux | 32K × 32K |
Windows 10 | 16K × 16 |
The rest of this application note covers the physical connector types (DVI and DisplayPort) and the common connections that can be reached with adaptors (VGA and HDMI)."
리눅스에서는 32K x 32K를 최대 해상도로 두고 있고
윈도우에서는 16K x 16K를 최대 해상도로 두고 있다.
그렇다면 리눅스로 가면 32K를 쓸 수 있냐? 그건 아니다.
왜냐하면 우리가 쓰는 거의 모든 그래픽카드는 16K x 16K 여기에 제한을 걸고 설계를 한다.
이건 NVIDIA도, AMD도 마찬가지다.