Last active
June 12, 2020 21:17
-
-
Save iddm/71cac474146535ac13da034b9d529821 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First get your monitor's name from ddc. | |
❯ ddcutil detect | |
Display 1 | |
I2C bus: /dev/i2c-4 | |
EDID synopsis: | |
Mfg id: VSC | |
Model: XG270 | |
Serial number: VXR194200328 | |
Manufacture year: 2019 | |
EDID version: 1.4 | |
VCP version: 2.2 | |
# This disables the GSync | |
ddcutil -l XG270 setvcp ed 0x00 | |
# This enables | |
ddcutil -l XG270 setvcp ed 0x01 | |
# Thanks to me. | |
# Enjoy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment