Don't use bit depth 10
This breaks some stuff like screencasting, since 10bit codecs are not supported by most apps.
This commit is contained in:
parent
476ede9d25
commit
0e724f0894
|
@ -47,7 +47,7 @@
|
||||||
mode = "3840x2160@60Hz";
|
mode = "3840x2160@60Hz";
|
||||||
scale = toString scale;
|
scale = toString scale;
|
||||||
adaptive_sync = "on";
|
adaptive_sync = "on";
|
||||||
render_bit_depth = "10";
|
# render_bit_depth = "10";
|
||||||
position = "0 0";
|
position = "0 0";
|
||||||
};
|
};
|
||||||
"Unknown 24G2W1G4 ATNN21A005410" = {
|
"Unknown 24G2W1G4 ATNN21A005410" = {
|
||||||
|
|
Loading…
Reference in a new issue