Google瀏覽器突然增加尺寸(見圖)

Google瀏覽器突然增加尺寸(見圖)

我現在發現 Google Chrome 處於這種狀態(可能是在系統升級之後):

在此輸入影像描述

左邊的 Unity 圖示是預設大小,它是 chrome 的,可能大 4-8 倍!

$ google-chrome --version
Google Chrome 43.0.2357.125

$ uname -a
Linux gru 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

xrandr -d :0 -q
Screen 0: minimum 8 x 8, current 1280 x 720, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 1280x720+0+0 (normal left inverted right x axis y axis) 708mm x 398mm
   1280x720       60.0*+   59.9     50.0
   1920x1080      59.9     50.0     30.0     25.0     24.0     60.1     60.0     50.0
   1024x768       60.0
   800x600        60.3
   720x576        50.0     50.1
   720x480        60.0     59.9     60.1

如何解決這個問題?

答案1

  1. 首先,關閉 Google Chrome 的所有實例。

    killall chrome
    
  2. 打開終端機並運行此命令

    google-chrome --high-dpi-support=1 --force-device-scale-factor=1
    

    現在重新打開,問題就解決了。

相關內容