How to disable Screen Rotation in Ubuntu 18.04 LTS
With Root access just run below two commands:
1) gsettings set org.gnome.settings-daemon.peripherals.touchscreen orientation-lock true
2) gsettings set org.gnome.settings-daemon.plugins.orientation active false
Comments
Post a Comment