如何在 Ubuntu 18.04 LTS 中将显示比例设置为 150%?

如何在 Ubuntu 18.04 LTS 中将显示比例设置为 150%?

我刚刚在 15 英寸(1920x1080)笔记本电脑上安装了 ubuntu,东西看起来很小。它显示的东西就像我有一台更大的显示器一样。

在我的 Windows 分区中一切正常,当我检查设置时,我注意到显示缩放设置为“150%(推荐)”。但 Ubuntu 只允许我进行 100% 或 200% 缩放,这异常大。

当用谷歌搜索时,每个人都建议使用以下命令:

gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"

但它对我来说不起作用,我仍然只有 100% 和 200% 的比例设置。

在通用访问上设置“大文本”设置,可以使情况变得更好,但它仍然看起来不完美,并且只会影响字体。

是否有解决方案可以真正解决问题而不是绕过它(例如增加字体大小)?

答案1

我遇到了同样的问题,并用 解决了xrandr。我遵循了以下步骤:

  1. 找出当前正在使用的分辨率。

    运行xrandr。它将列出所有可能的分辨率,并用星号 (*) 标记当前的分辨率。

    这是我的输出:

▶xrandr
Screen 0: minimum 320 x 200, current 2560 x 1600, maximum 16384 x 16384
eDP-1 connected primary 2560x1600+0+0 (normal left inverted right x axis y axis) 286mm x 179mm
   2560x1600     60.00*+  59.99    59.97  
   2560x1440     59.99    59.99    59.96    59.95  
   2048x1536     60.00  
   1920x1440     60.00  
   1856x1392     60.01  
   1792x1344     60.01  
   2048x1152     59.99    59.98    59.90    59.91  
   1920x1200     59.88    59.95  
   1920x1080     60.01    59.97    59.96    59.93  
   1600x1200     60.00  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
  1. 使用 设置所需的分辨率xrandr -s 7,其中 7 表示第一步中显示的列表中的第 8 个条目(从 0 开始计数)。

这应该可以完成工作。要再次检查结果,您可以xrandr再次运行以验证星号是否已移至数字 7。此答案基于这个 YouTube 视频我已经发现。

答案2

我认为您可以使用来修改很多东西gnome-tweak-tool

使用以下方式安装:

sudo apt update
sudo apt install gnome-tweak-tool

然后在搜索栏中搜索tweaks并打开它。

单击该Fonts部分并修改您想要的所有内容,例如文本比例因子。

您还可以找到许多通常在中不可见的高级定制Settings,对于自定义系统视图来说,这是一个非常有用的 GUI。

答案3

您可以使用 xrandr 来实现这一点。

获取内置屏幕的标识符: xrandr --current 您应该得到类似这样的内容:

LVDS-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 277mm x 156mm
   1366x768      60.02*+
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   640x400       59.88    59.98  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
HDMI-3 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)

所以现在我们知道它LVDS-1已连接并且是内置屏幕(因为我没有外接显示器)。

现在只需缩放它: xrandr --output LVDS-1 --scale 0.66x0.66

为什么是 0.66?因为 100% 是 150% 的 66%。


如果您希望它在启动时运行,请将其添加到您的~/.Xsession

相关内容