diff --git a/overlay/common/etc/X11/xorg.conf.d/20-hwcomposer.conf b/overlay/common/etc/X11/xorg.conf.d/20-hwcomposer.conf index 4d1882a..4cd0ecf 100644 --- a/overlay/common/etc/X11/xorg.conf.d/20-hwcomposer.conf +++ b/overlay/common/etc/X11/xorg.conf.d/20-hwcomposer.conf @@ -1,12 +1,12 @@ Section "Monitor" Identifier "Monitor0" - DisplaySize 136 68 # In millimeters - see physical_height/width in kernel sources (aeon_ssd2092_fhd_dsi_solomon.c - Cosmo) + DisplaySize 147 68 # In millimeters - see physical_height/width in kernel sources (aeon_ssd2092_fhd_dsi_solomon.c - Cosmo) EndSection Section "Device" Identifier "MediaTek HWC" Driver "hwcomposer" - Option "Rotate" "CCW" + Option "Rotate" "CW" EndSection Section "Screen"