6

I just booted up and it was like this, everything is zoomed in, but only in Chrome. Even the menu's in chrome are huge. Is this normal? How can I bring this back to normal?

Here is a picture.

enter image description here

Ayan
  • 3,029

3 Answers3

2

Looks like this chrome bug:

https://code.google.com/p/chromium/issues/detail?id=498426

Apparently, running google-chrome with --force-device-scale-factor may fix it.

pwaller
  • 201
2

Unfortunately I don't have 50 rep on superuser so can't comment on the answer that nearly works. /opt/google/chrome/chrome --force-device-scale-factor=1

did work for me. the answer above didn't have the =1 so it may be the reason it didn't work for you.

JimB
  • 121
0

Alternative is to use Chromium.

You can install it using sudo apt-get install chromium-browser.

It features the same sign-in functionality and add-ons like Chrome does.

user813
  • 109