1 Answers
Copy this text and paste it into the file and save it: #!/usr/bin/env sh xrandr -o normal Execute sudo chmod a+rx /opt/no-flip.sh Edit sudo nano /etc/lightdm/lightdm.conf . Add the lines: [SeatDefaults] display-setup-script=/opt/no-flip.sh Reboot . I used nano as my text editor, you can use any such editor as you like.
6 views
Answered