Skip to main content
2 of 2
added .Xdefaults and ldd output
maniat1k
  • 1.5k
  • 5
  • 26
  • 40

Can I make text in xterm looks and feels like gnome-terminal?

enter image description here

The picture on top you can see my xterm, the picture under is the gnome-terminal.

Ok This is what I want to get:

I use the same font in both but looks different:

Xterm*faceName: DejaVu Sans Mono Bold:size=11:antialias=true 

how can I fix this?

//EDIT

add more info of my xterm:

ldd `which xterm` | grep -E '(freetype|fontconfig)' libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00007f07bcbcc000) libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007f07bb2f3000) 

my .Xdefaults

!XTerm*background: #2D2D2D XTerm*background: #FFFFDD !XTerm*foreground: #D2D2D2 XTerm*scrollBar: off XTerm*vt100*geometry: 88x24 Xterm*faceName: DejaVu Sans Mono Bold:size=11 XTerm*renderFont: true 
maniat1k
  • 1.5k
  • 5
  • 26
  • 40