Fixing size and orientation for astro X11
This commit is contained in:
parent
52e7ef38c6
commit
5bc2cc6717
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
Section "Monitor"
|
Section "Monitor"
|
||||||
Identifier "Monitor0"
|
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
|
EndSection
|
||||||
|
|
||||||
Section "Device"
|
Section "Device"
|
||||||
Identifier "MediaTek HWC"
|
Identifier "MediaTek HWC"
|
||||||
Driver "hwcomposer"
|
Driver "hwcomposer"
|
||||||
Option "Rotate" "CCW"
|
Option "Rotate" "CW"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Screen"
|
Section "Screen"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue