Ubuntu 20.04のLXQTセッションフォントが大きく見える


0

Ubuntu 20.04にLXQTをインストールしたところ、フォントが大きすぎることがわかりました。外観設定でフォントサイズを変更しようとしましたが、うまくいきません。フォントを小さくするにはどうすればよいですか?Nvidia 340がインストールされた古いAcerラップトップを使用しています。

0

I found the solution several days ago in the last post of this link: https://forum.manjaro.org/t/nvidia-proprietary-driver-ui-scaling-issue/38204/7

I did [Code]sudo nano /etc/X11/nvidia.conf[/code]

Then edit the "screen" section by adding two options, "UseEdidDpi" "False" and "DPI" "96x96"

[Code] Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Option "UseEdidDpi" "False" Option "DPI" "96x96" EndSubSection EndSection [/Code]