Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
22
rated 0 times [  22] [ 0]  / answers: 1 / hits: 39824  / 1 Year ago, sat, february 18, 2023, 4:35:55

I rotated my screen, and once I login, it works fine.
But, the greeter (login) screen hasn't got the message that things are rotated 90 degrees. How can I change the rotation of the login screen?



enter image description here



UPDATE:
lock screen is in correct position. I only see this when I boot, or log out.


More From » lightdm

 Answers
5

Add this line to the /etc/lightdm/lightdm.conf file (in the [SeatDefaults] section):



greeter-setup-script=/etc/lightdm/greeter_setup.sh


Then make the file /etc/lightdm/greeter_setup.sh with the following contents:



#!/bin/bash
xrandr -o left
exit 0


Then make it executable with sudo chmod +x /etc/lightdm/greeter_setup.sh. Then reboot.


[#27383] Sunday, February 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
elecerna

Total Points: 140
Total Questions: 121
Total Answers: 107

Location: Northern Ireland
Member since Sun, Nov 21, 2021
2 Years ago
;