나는 한동안 RHEL6을 사용해 왔으며 xterm과 내가 선택한 글꼴을 사용하는 데 만족합니다. 그러나 최근에 RHEL7로 마이그레이션해야 했고, xterm에서 글꼴 표시 문제가 시작되었습니다. ~/.Xresources 파일에 동일한 설정이 있지만 그래도 다르게 표시됩니다.
[sreb@hostname_rhel6 ~]$ lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-ia32:base-4.0-noarch:core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 6.10 (Santiago)
Release: 6.10
Codename: Santiago
[sreb@hostname_rhel6 ~]$ xrdb -query
Xcursor.size: 24
Xcursor.theme: dmz-aa
Xcursor.theme_core: true
Xft.antialias: 1
Xft.autohint: 0
Xft.dpi: 105
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
[sreb@hostname_rhel6 ~]$
RHEL7에서는 동일합니다.
[sreb@hostname_rhel7 ~]$ xrdb -query
Xcursor.size: 24
Xcursor.theme: dmz-aa
Xcursor.theme_core: true
Xft.antialias: 1
Xft.autohint: 0
Xft.dpi: 105
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
[sreb@hostname_rhel7 ~]$ lsb_release -a
LSB Version: :core-4.1-ia32:core-4.1-noarch:cxx-4.1-ia32:cxx-4.1-noarch:desktop-4.1-ia32:desktop-4.1-noarch:languages-4.1-ia32:languages-4.1-noarch:printing-4.1-ia32:printing-4.1-noarch
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 7.7 (Maipo)
Release: 7.7
Codename: Maipo
[sreb@hostname_rhel7 ~]$
xterm에 글꼴 표시를 위한 다른 파일이 있습니까? 그렇다면 해당 파일은 무엇입니까(해당 파일의 속성/글꼴 값을 표시하는 명령)?
제안해주세요.
감사합니다, 스리람
요청 시 이미지를 추가하세요. 그림에서 상단의 XTerm은 RHEL6이고 하단의 XTerm은 RHEL7입니다. 제가 사용하고 있는 글꼴은 LuxiMono(크기 13)입니다.