Why Chrome renders all stuff slightly upscaled and blurry?

290 views Asked by At

some time ago (probably after recent update) I've noticed picture in my chrome changed a bit: everything rendered slightly upscaled and looks blurry. This issue affects everything: tabs, searchbar, bookmarks panel and of course all content in opened pages.

Here is some pic:

enter image description here

As you can see on screenshot, here Firefox window overlaps Chrome window, both of them shows the same page, and you can notice difference in sizes and blurriness. Do you have any ideas how to solve it?

Chrome version: 43.0.2357.130 on Kubuntu 14.04 (64-bit), it has default scale 100%. Also I found some info about similar issue on windows, but this didn't helps me, since there is no DirectWrite settings or something like that in my chrome.

Thanks.

1

There are 1 answers

0
dajnz On BEST ANSWER

Some more deeper search gives me a link to chromium issue, which describes my situation. And there also I found a solution for me. In brief, you just need to run next console command:

xrandr --dpi 96x96

Hope, this helps somebody.