diff --git a/Create-DevTerm-CM4-OS-image-from-scratch.md b/Create-DevTerm-CM4-OS-image-from-scratch.md index dd077f2..307e679 100644 --- a/Create-DevTerm-CM4-OS-image-from-scratch.md +++ b/Create-DevTerm-CM4-OS-image-from-scratch.md @@ -69,6 +69,42 @@ Delete wallpaper address `temple.jpg`,change the `desktop_bg` color to `#202020` change `/etc/hostname` to clockworkpi in `/boot/cmdline.txt` ,add `fbcon=rotate:1`, remove `quiet` +**Screen rotation** +change +``` +/etc/skel/.config/monitors.xml +/home/{pi,rpi-first-boot-wizard}/.config/monitors.xml +``` +to be like +``` + + + + 0 + 0 + yes + + + DSI-1 + unknown + unknown + unknown + + + 480 + 1280 + 60.000 + + + + right + + + + +``` + + ### Now quit the chroot env ``` exit