谷歌浏览器的尺寸突然增加(见图)


17

我现在发现Google Chrome处于这种状态(可能是在系统升级之后):

在此处输入图片说明

左侧的统一图标为默认大小,可能是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

如何解决这个问题?


按住<kbd> Ctrl </ kbd> +滚动鼠标滚轮。
2015年

1
这适用于页面本身,不幸的是不适用于其他所有内容。
Filippo Vitale


当我第一次阅读主题行时,在阅读其余问题之前,我认为您的意思是程序的大小-这可能是由于他们刚刚承认已将其添加到chrome中而可以自动打开的代码引起的。您的麦克风并(为他们)录制他们听到的所有内容,甚至在chrome甚至没有运行的情况下!(最后一部分可能是Windows / Android。)我只想说……我看到您在下面得到了您实际问题的答案。
2015年

Answers:


24
  1. 首先,关闭所有Google Chrome浏览器实例。

    killall chrome
    
  2. 打开终端并运行此命令

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

    现在再次打开,它将解决问题。


3
经过killall chrome那工作!谢谢
Filippo Vitale
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.