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

相关内容