Ubuntu 14.04 - 伪造更高的分辨率

Tox*_*c4D 3 14.04 display-resolution

有没有办法让 1366x768 看起来更像 1440x810?我记得在 Windows 上读到过一种方法,但我不知道它是否可以在 Ubuntu 上复制。

编辑:这是我的 xrandr 输出,

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
VGA-0 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 410mm x 230mm
   1366x768       59.8*+
   1280x1024      60.0  
   1280x720       60.0  
   1024x768       60.0  
   800x600        60.3  
   640x480        60.0  
   720x400        70.1  
DVI-0 disconnected (normal left inverted right x axis y axis)
Run Code Online (Sandbox Code Playgroud)

Geo*_*Geo 6

是的。您可以在此链接中找到解释

基本上,您必须在终端中输入:

xrandr --output Monitor_Name --mode 1366x768 --scale scale_factor1xscale_factor2 --panning 1440z810
Run Code Online (Sandbox Code Playgroud)

但是请注意,您的比例因子是

1440/1366 = 1.054172767。

810/768 = 1.0546875

正如您所注意到的,宽度和高度都不是一个好的数字。重新缩放可能看起来很奇怪。找到一个可以缩放“更好”数字的分辨率对您来说是件好事。

例如:1024 到 1536 的比例因子为 1.50。

试一试。

如果字体看起来太小,您可以使用 Unity Tweak Tool 来缩放它们。

类型

xrandr 
Run Code Online (Sandbox Code Playgroud)

在您的终端中获取您的显示器名称(可能是 LVDS1 或类似的名称)。它还说您可以在那里设置的最大分辨率。