Ubuntu 20.04에 LXQT를 설치했는데 글꼴이 너무 큽니다.이미 모양 설정에서 글꼴 크기를 변경하려고했지만 작동하지 않습니다.글꼴을 어떻게 작게 만들 수 있습니까?Nvidia 340이 설치된 구형 Acer 노트북을 사용합니다.
Ubuntu 20.04의 LXQT 세션 글꼴이 크게 보입니다.
0
nvidia20.04fontslxqt
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]