pop-os / pop

A project for managing all Pop!_OS sources
https://system76.com/pop
2.46k stars 87 forks source link

log in screan problems (multi monitor, rotation, mouse dosnt work) #2325

Open Manni1000 opened 2 years ago

Manni1000 commented 2 years ago

Distribution: Pop!_OS 22.04 LTS

Related Application and/or Package Version (run apt policy $PACKAGE NAME): log in scean

Issue/Bug Description: i have a 3 screen setup and one monitor is rotated sideways. when i am logged in everything is as expected because i chose the right settings for the monitor( the rotation and witch one is the main monitor). but when i am on the log in screen the log in prompt inst on the main screen and its on the monitor that i have rotated 90 degrees. another problem is that the graphics are not rotated accordingly. so it thinks that the monitor is not turned to its side. because of this everything looks rotated. another problem is that my mouse doesn't work on the log in screen only my tuchpad.

Steps to reproduce (if you know):

  1. turn a monitor to its side and chose the rotation settings. restart pc. see that the log in graphics are not rotated. but when logged in it is rotated.
  2. have multiple monitors select one as main screen. restart pc. see that on the log in prompt is not on the main monitor.
  3. have a leptop that hase a tuchpad. conect a mouse (I have a corsair mouse). restart pc. see that the mouse dosnt work on the log in screen. only the tuchpad works.

Expected behavior:

  1. monitor rotation works on login screen.
  2. selecting the main woindow works on login screen.
  3. wouse shuld work on login screen

Other Notes:

linuxgnuru commented 2 years ago

Is this at the decrypt drive screen or the graphical login screen?

Manni1000 commented 2 years ago

its on the graphical login screen

linuxgnuru commented 2 years ago

I wonder if copying your monitors.xml file to the gdm user will fix things.

sudo cp ~/.config/monitors.xml ~gdm/.config

Manni1000 commented 2 years ago

thank you that fixt the rotation stuff. :) but my mouse still dosnt work on the lock screen

linuxgnuru commented 2 years ago

Is the mouse bluetooth?

Manni1000 commented 2 years ago

no its a usb mouse from corsair

linuxgnuru commented 2 years ago

Could you attach the file created from journalctl > journal.log ?

JMLdev commented 2 years ago

I wonder if copying your monitors.xml file to the gdm user will fix things.

sudo cp ~/.config/monitors.xml ~gdm/.config

Thank you so much!