I have one 34-inch monitor connected. Ubuntu is installed as a second OS and a separate SSD.
Video card Nvidia. Drivers latest 550 proprietary tested
Ubuntu 24.04.1 switched to session Wayland.
The system has detected two monitors. The settings show an unknown 39-inch screen. How can I fix this? Where did the second monitor come from?
Everything works fine in the Ubuntu session (X.Org.)
It didn’t help. Still shows two monitors.
There is a warning in the terminal:
:~$ sudo -H gedit /etc/default/gru
(gedit:4905): dconf-WARNING **: 04:49:05.615: failed to commit changes to dconf: failed to execute child process ‘dbus-launch’ (No such file or directory)
I made a typo here. Everything is correct in the terminal. It opens the file and gives this message
The file contained GRUB_CMDLINE_LINUX=“”
corrected to
GRUB_CMDLINE_LINUX=“nvidia-drm.modeset=1”
Thank you for your help.
But I don’t understand what I should do with the line “video=HDMI-A-1 d”
I need to write it in the file like this:
GRUB_CMDLINE_LINUX=“video=HDMI-A-1 d”
I tried it. Alas. It didn’t help.