minus-squarepraxisprion@lemmy.mltoLinux@lemmy.ml•Rotate GRUB book screen on a lowcost CHUWI laptop?linkfedilinkEnglisharrow-up2·8 hours agoCreate an Xorg config and add the following lines to the file: sudo nano /etc/X11/xorg.conf.d/30-monitor.conf Section “Monitor” Identifier “DSI-1” Option “rotate” “right” EndSection Update GRUB so the changes are applied: sudo update-grub or sudo update-grub2, whichever works on your machine. Then reboot. This fixed the problem for me on the minibook running kubuntu. linkfedilink
Create an Xorg config and add the following lines to the file:
sudo nano /etc/X11/xorg.conf.d/30-monitor.conf
Section “Monitor” Identifier “DSI-1” Option “rotate” “right” EndSection
Update GRUB so the changes are applied: sudo update-grub or sudo update-grub2, whichever works on your machine. Then reboot. This fixed the problem for me on the minibook running kubuntu.