0

enter image description here

How can I solve this problem that after installing Ubuntu mate 18.04.5, the monitor doesn't show its full screen? Please help me!

MarianD
  • 1,028

2 Answers2

0

I had this before, my fix was changing my refresh rate from 60hz to 59hz. However I see yours detects as a 16" screen in your picture instead of 15.6.

0

xrandr is your friends

Try these command

xrandr
xrandr --listmonitors
xrandr --prop

What you want to is perhaps something like that:

xrandr -s 1440x900 -r 60

If no definition is available, you can use custom config: How to permanently set a custom resolution? How do I set a custom resolution?