Skip to content

Instantly share code, notes, and snippets.

@arun54321
Created August 1, 2022 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun54321/98ea993f1b55b58fd6318ab62495591a to your computer and use it in GitHub Desktop.
Save arun54321/98ea993f1b55b58fd6318ab62495591a to your computer and use it in GitHub Desktop.
set rgb range full on external display on wayland.
#!/usr/bin/sh
#
# Note that any setup should come before the sessreg command as
# that must be 'exec'ed for the pid to be correct (sessreg uses the parent
# pid)
#
# Note that output goes into the .xsession-errors file for easy debugging
#
PATH="/usr/bin:$PATH"
/usr/bin/proptest -M i915 -D /dev/dri/card0 103 connector 98 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment