Ubuntu Screen rotation of 90° after successful login

lixl03

As mentioned above, my screen loves to rotate 90 degrees after login. Standard Ubuntu installed. This input turns it normal again:

felix@felix-LIFEBOOK-T4220:~$ xrandr --output LVDS1 --rotate normal

I have to mention that this problem occured once I pressed the extra button for rotation. The button works like a charm but ince that, this prob just occured.

Thank you for your help.

AliReza Mosajjal

That is a confirmed bug in 14.04 after using the button, the screen rotates on the next restart. There's a workaround mentioned there to fix it.

an init-script, that removes monitors.xml and monitors.xml.backup on shutdown and reboot.

Start Gedit as root.

sudo gedit

Copy the following lines

#!/bin/sh
rm /home/USERNAME/.config/monitors.xml
rm /home/USERNAME/.config/monitors.xml.backup
rm /var/lib/lightdm/.config/monitors.xml
rm /var/lib/lightdm/.config/monitors.xml.backup
exit 0

Exchange USERNAME with your own and save the script in /etc/init.d. File-name doesn't matter. I called it "orientation".

After that make the script executable.

sudo chmod +x /etc/init.d/orientation

And create a link to the script, so it gets executed on shutdown an reboot.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Dismiss DialogFragment after screen rotation

분류에서Dev

rotated monitor. login screen needs rotation

분류에서Dev

Load a page after successful Google Login

분류에서Dev

Kubuntu black screen after login

분류에서Dev

After login, nothing but a black screen

분류에서Dev

Clean install of Ubuntu 14.04 - Screen goes black after login, but mouse works

분류에서Dev

Using React Router to Redirect to next page after successful login

분류에서Dev

django user login after successful user creation failed

분류에서Dev

Ubuntu 18.04 keyboard and mouse not working at login screen

분류에서Dev

How to return the login screen of the original unity ubuntu?

분류에서Dev

14.04 unity does not start after login screen

분류에서Dev

Ubuntu 13.10 doesn't boot up after successful installation

분류에서Dev

Ubuntu Screen Flickering after Changing Brightness

분류에서Dev

unable to manual login after upgrading Ubuntu

분류에서Dev

Cannot login to ubuntu after startx command

분류에서Dev

Gnome login screen "loops" after computer has slept

분류에서Dev

Ubuntu 12.04 boots to login screen but (I think) X.org crashes on login. Help Appreciated!

분류에서Dev

Ubuntu stuck in splash screen after using GPU for computing

분류에서Dev

Black screen after entering the password on Ubuntu Gnome 16.04

분류에서Dev

Stuck at Kubuntu splash screen after adding Kde to Ubuntu

분류에서Dev

Ubuntu Budgie dash goes off screen after upgrade 17.10 >> 18.04

분류에서Dev

Can't login to my Ubuntu 14.04 after system update

분류에서Dev

Ubuntu 12.10 blank after login -- images/icons can't be displayed

분류에서Dev

Ubuntu stuck in a login loop after editing profile file

분류에서Dev

Black screen instead of login screen

분류에서Dev

Django run code once on every successful login

분류에서Dev

Error 90 after execution in MakeFile

분류에서Dev

How do disable user list on login screen? (Prompt for username and password) Ubuntu 15.10

분류에서Dev

Ubuntu 18.04 hangs on boot. How can I get back to login screen?

Related 관련 기사

  1. 1

    Dismiss DialogFragment after screen rotation

  2. 2

    rotated monitor. login screen needs rotation

  3. 3

    Load a page after successful Google Login

  4. 4

    Kubuntu black screen after login

  5. 5

    After login, nothing but a black screen

  6. 6

    Clean install of Ubuntu 14.04 - Screen goes black after login, but mouse works

  7. 7

    Using React Router to Redirect to next page after successful login

  8. 8

    django user login after successful user creation failed

  9. 9

    Ubuntu 18.04 keyboard and mouse not working at login screen

  10. 10

    How to return the login screen of the original unity ubuntu?

  11. 11

    14.04 unity does not start after login screen

  12. 12

    Ubuntu 13.10 doesn't boot up after successful installation

  13. 13

    Ubuntu Screen Flickering after Changing Brightness

  14. 14

    unable to manual login after upgrading Ubuntu

  15. 15

    Cannot login to ubuntu after startx command

  16. 16

    Gnome login screen "loops" after computer has slept

  17. 17

    Ubuntu 12.04 boots to login screen but (I think) X.org crashes on login. Help Appreciated!

  18. 18

    Ubuntu stuck in splash screen after using GPU for computing

  19. 19

    Black screen after entering the password on Ubuntu Gnome 16.04

  20. 20

    Stuck at Kubuntu splash screen after adding Kde to Ubuntu

  21. 21

    Ubuntu Budgie dash goes off screen after upgrade 17.10 >> 18.04

  22. 22

    Can't login to my Ubuntu 14.04 after system update

  23. 23

    Ubuntu 12.10 blank after login -- images/icons can't be displayed

  24. 24

    Ubuntu stuck in a login loop after editing profile file

  25. 25

    Black screen instead of login screen

  26. 26

    Django run code once on every successful login

  27. 27

    Error 90 after execution in MakeFile

  28. 28

    How do disable user list on login screen? (Prompt for username and password) Ubuntu 15.10

  29. 29

    Ubuntu 18.04 hangs on boot. How can I get back to login screen?

뜨겁다태그

보관