Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iddm/71cac474146535ac13da034b9d529821 to your computer and use it in GitHub Desktop.
Save iddm/71cac474146535ac13da034b9d529821 to your computer and use it in GitHub Desktop.
# 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