disabled hdr due to flickering in games
This commit is contained in:
+30
-30
@@ -5,16 +5,16 @@ if HOSTNAME == "honney-main" then
|
|||||||
position = "0x0",
|
position = "0x0",
|
||||||
scale = 1,
|
scale = 1,
|
||||||
transform = 0,
|
transform = 0,
|
||||||
bitdepth = 10,
|
-- bitdepth = 10,
|
||||||
cm = "srgb",
|
-- cm = "srgb",
|
||||||
sdr_eotf = "default",
|
-- sdr_eotf = "default",
|
||||||
sdrbrightness = 1.0,
|
-- sdrbrightness = 1.0,
|
||||||
sdrsaturation = 1.0,
|
-- sdrsaturation = 1.0,
|
||||||
vrr = 0,
|
-- vrr = 0,
|
||||||
supports_wide_color = 1,
|
-- supports_wide_color = 1,
|
||||||
supports_hdr = 1,
|
-- supports_hdr = 1,
|
||||||
sdr_min_luminance = 0.2,
|
-- sdr_min_luminance = 0.2,
|
||||||
sdr_max_luminance = 600,
|
-- sdr_max_luminance = 600,
|
||||||
})
|
})
|
||||||
hl.monitor({
|
hl.monitor({
|
||||||
output = "desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609",
|
output = "desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609",
|
||||||
@@ -22,16 +22,16 @@ if HOSTNAME == "honney-main" then
|
|||||||
position = "-3840x0",
|
position = "-3840x0",
|
||||||
scale = 1,
|
scale = 1,
|
||||||
transform = 0,
|
transform = 0,
|
||||||
bitdepth = 10,
|
-- bitdepth = 10,
|
||||||
cm = "srgb",
|
-- cm = "srgb",
|
||||||
sdr_eotf = "default",
|
-- sdr_eotf = "default",
|
||||||
sdrbrightness = 1.0,
|
-- sdrbrightness = 1.0,
|
||||||
sdrsaturation = 1.0,
|
-- sdrsaturation = 1.0,
|
||||||
vrr = 0,
|
-- vrr = 0,
|
||||||
supports_wide_color = 1,
|
-- supports_wide_color = 1,
|
||||||
supports_hdr = 1,
|
-- supports_hdr = 1,
|
||||||
sdr_min_luminance = 0.2,
|
-- sdr_min_luminance = 0.2,
|
||||||
sdr_max_luminance = 400,
|
-- sdr_max_luminance = 400,
|
||||||
})
|
})
|
||||||
hl.monitor({
|
hl.monitor({
|
||||||
output = "desc:LG Electronics LG ULTRAFINE 503NTKF3L437",
|
output = "desc:LG Electronics LG ULTRAFINE 503NTKF3L437",
|
||||||
@@ -39,16 +39,16 @@ if HOSTNAME == "honney-main" then
|
|||||||
position = "0x-2160",
|
position = "0x-2160",
|
||||||
scale = 1,
|
scale = 1,
|
||||||
transform = 2,
|
transform = 2,
|
||||||
bitdepth = 10,
|
-- bitdepth = 10,
|
||||||
cm = "srgb",
|
-- cm = "srgb",
|
||||||
sdr_eotf = "default",
|
-- sdr_eotf = "default",
|
||||||
sdrbrightness = 1.0,
|
-- sdrbrightness = 1.0,
|
||||||
sdrsaturation = 1.0,
|
-- sdrsaturation = 1.0,
|
||||||
vrr = 0,
|
-- vrr = 0,
|
||||||
supports_wide_color = 1,
|
-- supports_wide_color = 1,
|
||||||
supports_hdr = 1,
|
-- supports_hdr = 1,
|
||||||
sdr_min_luminance = 0.2,
|
-- sdr_min_luminance = 0.2,
|
||||||
sdr_max_luminance = 400,
|
-- sdr_max_luminance = 400,
|
||||||
})
|
})
|
||||||
hl.monitor({
|
hl.monitor({
|
||||||
output = "desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65",
|
output = "desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65",
|
||||||
|
|||||||
+2
-2
@@ -72,7 +72,7 @@ if USER == "honney" then
|
|||||||
render = {
|
render = {
|
||||||
direct_scanout = 2,
|
direct_scanout = 2,
|
||||||
cm_enabled = true,
|
cm_enabled = true,
|
||||||
cm_auto_hdr = 1,
|
cm_auto_hdr = 0,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
elseif USER == "teo" then
|
elseif USER == "teo" then
|
||||||
@@ -154,7 +154,7 @@ end
|
|||||||
if USER == "honney" then
|
if USER == "honney" then
|
||||||
hl.config({
|
hl.config({
|
||||||
quirks ={
|
quirks ={
|
||||||
prefer_hdr = 1,
|
prefer_hdr = 0,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user