Whenever I use an external monitor ( Dell HD, same as in-built ) I get this annoying screen selection popup which I cannot make go away. Is there any particular process I can " Stop / Kill " to make this popup from flashing all the time ? I am using 20.04
Asked
Active
Viewed 389 times
2
1 Answers
0
You should report it as a bug on your window manager project page, along with your dmesg output.(Assuming it's not your cable that's broken and constant reconnections triggering this... in that case, get a new cable!)
You can also try this How do I enable and disable GNOME extensions from the command line?
If you don't figure it out, or while you wait for a fix, you can use a different window manager:
sudo apt install gnome-flashback
or
sudo apt install xfce4
or
sudo apt install plasma-desktop
or
sudo apt install cinnamon
or
sudo apt install lxde
or... if you really want to get to know your system
sudo apt install wmaker
or
sudo apt install icewm
Select our window manager from the login screen by clicking on the small Ubuntu icon
Dagelf
- 1,245
-
1I do have Plasma. The same problem occurs there and I can stop by killing the process
Kscreen2. I am trying to find what to kill in default DE. Thanks. – user227495 Dec 09 '20 at 03:07

ps -eo pid,command >> withoutproblem.txtandps -eo pid,command >> withproblem.txtthen do a diff on the problem.txt files.... alsopstreeshows a tree of the parent processes, could be helpful. – WU-TANG Dec 07 '20 at 05:56xrandr --output HDMI-0 --auto --verbose --output HDMI-1 --auto --right-of HDMI-0...of course you have to use your own display connection names, they can be viewed byxrandr --verboseorxrandr --currentfor less detail... By the way, did you look at syslog??? maybe tail -f /var/log/syslog and see if a message is being thrown while the problem is happening... Maybe look at the Xorg.log – WU-TANG Dec 10 '20 at 11:54