0

I just switched to Ubuntu on my main desktop computer with dual 4k screen. Everything was working fine with the default open source driver for my 1080Ti except shoppy animations. So I selected the proprietary driver from Nvidia the 418.

Now the boot screen is low resolution and the login screen is on the wrong screen. My primary screen is on the left, secondary is on the right, but the login interface is on the right screen.

Any suggestions? Thank you so much for your help!

1 Answers1

0

Hum... Are you sure you are not running wayland? Because it's incompatible with Nvidia drivers. Check this: How can I tell if I am running Wayland?. And maybe this https://linuxconfig.org/how-to-disable-wayland-and-enable-xorg-display-server-on-ubuntu-18-04-bionic-beaver-linux

Luks
  • 36
  • 3
  • Hi, thank you for your help, I just ran the command and it returned "ubuntu" so according to this post I'm not running Wayland. – Gloubountu Apr 24 '19 at 20:12
  • @Gloubountu If it returns "ubuntu" it's running on Wayland; it should return "ubuntu-xorg" if not running on Wayland (and running on Xorg). – alwaysask Oct 12 '19 at 09:07