Ubuntu 如何在 Apple 视网膜显示器上工作?

Tor*_*uun 13 display resolution macbook-pro

苹果公司宣布推出一款15 英寸分辨率为“视网膜显示屏”= 2880x1800 像素的笔记本电脑。
如果要在这样的机器上加载 Ubuntu,只要 Ubuntu 将一个像素视为一个像素,它就可能是无法阅读的微文本。

是否可以调整 Ubuntu 以有意义的方式使用这样的显示?难的?简单?

Fra*_*que 1

如果您调整字体的 DPI 设置,它将起作用。您有多种选择:

  1. 使用gnome-tweak-tool:高级设置 > 字体 > 文本缩放系数
  2. 使用dconf-editor:org > gnome > 桌面 > 界面 > 文本缩放因子


j3f*_*ang 0

通过命令行更改分辨率的示例

/usr/bin/xrandr --output eDP1 --mode 1920x1200
Run Code Online (Sandbox Code Playgroud)

只需运行

xrandr
Run Code Online (Sandbox Code Playgroud)

列出所有可用的分辨率