ubuntu 18.04lts 中的自定义显示缩放不起作用

ubuntu 18.04lts 中的自定义显示缩放不起作用
 ozzy@ozzy-HP-Laptop-15q-bu0xx:~$ gsettings set org.gnome.desktop.interface       text-scaling-factor 1.2
 GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.

有没有其他方法可以使用显示缩放

答案1

尝试使用 Gsettings GUI,使用以下命令打开它

dconf-editor

找到你的 SCHEMADIR,

org.gnome.desktop.interface

并选择text-scaling-factor 最终将值从 更改11.2

希望这可以帮助。

相关内容