I get a view like this, mouse is doubled and it's impossible to do anything. Can somebody help me resolve this? I wanted to try to install guest additions, but I can't because of the view like this either... And of course restarting doesn't help this...
Asked
Active
Viewed 1,002 times
1 Answers
1
OK, I've finally got to a normal view by doing:
- Hitting Windows Key and typing terminal, clicking enter on the keyboard
- then typing xrandr -q | less to get the monitor/output name and available resolutions
- I ran xrandr --output Virtual1 --mode 1440x900
This helped me reset the view. Then I changed display scaling to 100% in display settings.
That trick with xrandr I found from this question:
How do I change the screen resolution using Ubuntu command line?
If anybody wants to enhance why this has happened in the first place and how to ensure this really never happens again - feel free.

Arturas M
- 131