summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-14 02:40:53 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-14 02:40:53 +0200
commit0ea7ce893c0a838e95615b4fea3934116efc88d0 (patch)
tree852575a1df9a01370e456e26323fab0cd9a98ba3 /examples
parentdemo EDID parsing (diff)
downloadblueshift-0ea7ce893c0a838e95615b4fea3934116efc88d0.tar.gz
blueshift-0ea7ce893c0a838e95615b4fea3934116efc88d0.tar.bz2
blueshift-0ea7ce893c0a838e95615b4fea3934116efc88d0.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/crtc-detection4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/crtc-detection b/examples/crtc-detection
index 520a933..1cf7a93 100644
--- a/examples/crtc-detection
+++ b/examples/crtc-detection
@@ -41,10 +41,10 @@ temp = 6500
outputs = list_screens('drm' if ttymode else 'randr').find_by_connected(True)
# EDID of the primary monitors
-edid_0 = '00ffffffffffff0010ac00504d5730372f0c01030e281e962b0cc9a057479b2712484ca44380a959a94f615971594559c28f31590101863d00c05100304040a013006c231100001e000000fd0030aa1e821d000a202020202020000000fc0044454c4c2050313133300a2020000000ff00364432353232424c3730574d0a00eaXXXXX'
+edid_0 = '00ffffffffffff0010ac00504d5730372f0c01030e281e962b0cc9a057479b2712484ca44380a959a94f615971594559c28f31590101863d00c05100304040a013006c231100001e000000fd0030aa1e821d000a202020202020000000fc0044454c4c2050313133300a2020000000ff00364432353232424c3730574d0a00ea'
# EDID of the secondary monitor
-edid_1 = '00ffffffffffff0010ac005045413035320c01030e281e962b0cc9a057479b2712484ca44380a959a94f615971594559c28f31590101863d00c05100304040a013006c231100001e000000fd0030aa1e821d000a202020202020000000fc0044454c4c2050313133300a2020000000ff003644323532324339353041450a0039XXXXX'
+edid_1 = '00ffffffffffff0010ac005045413035320c01030e281e962b0cc9a057479b2712484ca44380a959a94f615971594559c28f31590101863d00c05100304040a013006c231100001e000000fd0030aa1e821d000a202020202020000000fc0044454c4c2050313133300a2020000000ff003644323532324339353041450a0039'
# Gamma of the monitors
gammas = [(1.16, 1.15, 1.11), (1.10, 1.16, 1.10)]