Fix fractional scaling

This commit is contained in:
Alexander Bantyev 2020-11-10 14:24:32 +03:00
parent 58eee3651e
commit c1fc5d0285
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -233,6 +233,7 @@ in {
transform = "90"; transform = "90";
position = "2560 0"; position = "2560 0";
}; };
} // lib.optionalAttrs (config.device == "X2100-Laptop") {
"Unknown 0x0000 0x00000000".scale = "2"; "Unknown 0x0000 0x00000000".scale = "2";
}; };
}; };