xterm フォントは RHEL6 と RHEL7 で異なって表示されます。

xterm フォントは RHEL6 と RHEL7 で異なって表示されます。

私はしばらく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)です。 Font_Difference_In_RHEL6_RHEL7

ベストアンサー1

おすすめ記事