4K모니터에서 GDM3이 자동으로 대응하지 못하는 문제가 있다. 메인 데스크톱에선 웬만해서 HiDPI 세팅이 되기 때문에 괜찮지만... 계정 선택 화면만 혼자 조그맣게 출력되니 무언가 조화롭지 못하다.
https://askubuntu.com/questions/906797/scaling-gnome-login-screen-on-hidpi-display
여기 좋은 솔루션이 있다.
$ sudo **gedit** /usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml
저 파일을 열어준다. 그리고 이렇게 생긴 부분을 찾아준다.
<key name="scaling-factor" type="u"> <default>0</default> <summary>Window scaling factor</summary> <description> Integer factor used to scale windows by. For use on high-dpi screens. 0 means pick automatically based on monitor. </description> </key>
기본 값은 0
이다. 자신이 200% 스케일로 컴퓨터를 사용중이라면 2
로 설정하자.
이제 로그아웃하면 바로 적용된다.