-
-
Notifications
You must be signed in to change notification settings - Fork 72
Samsung
rockowitz edited this page Jun 26, 2024
·
5 revisions
Monitor supports DDC via HDMI and both DisplayPorts. Unfortunately, the protocol doesn't allow you to properly switch between DP1 and DP2 - probably due to custom PIP mechanisms.
Do not implement DDC/CI on DisplayPort inputs, only on HDMI. See webpage Notes on Specific Monitors and this reddit post.
Feature x60 (Input Source) actual values:
| Port | Feature value |
|---|---|
| HDMI | x05 |
| DisplayPort | setvcp requires x06, but getvcp reports x0f |
MCCS (VCP) version reported:
| Source | Version |
|---|---|
| capabilities string | 2.2 |
| feature xdf | 2.2 |
Reported by user @ehdoyle