,Xresources and ,Xdefaults ignored.
by bellsal from LinuxQuestions.org on (#59RR8)
Below are my two files (.Xdefaults and .Xresources); when I open an xterm window, I get the desired results on two of my linux servers, but I get no effect on my third linux servers. It is as if these two files are not being read. Any ideas?
.Xdefaults:
!after editing .Xdefaults it may be reloaded with:
!xrdb -load ~/.Xdefaults
xterm*VT100*geometry: 94x28
xterm*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
xterm*background: black
xterm*foreground: lightblue
xterm*loginShell: true
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*title: XTerm
xterm*iconName: XTerm
xterm*saveLines: 50000
xterm*jumpScroll: true
xterm*scrollTtyOutput: false
xterm*scrollKey: true
xterm*alwaysUseMods: true
xterm*metaSendsEscape: true
xterm*utf8Title: true
.Xresources:
Xft*antialias: true
Xft*autohint: true
XTerm*background: black
XTerm*foreground: white
XTerm*cursorColor: white
XTerm.vt100.geometry: 79x25
XTerm*scrollBar: true
XTerm*rightScrollBar: true
XTerm*saveLines: 10000
XTerm*faceName: BitStream Vera Sans Mono
XTerm*faceSize: 12
XTerm*toolBar: off


.Xdefaults:
!after editing .Xdefaults it may be reloaded with:
!xrdb -load ~/.Xdefaults
xterm*VT100*geometry: 94x28
xterm*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
xterm*background: black
xterm*foreground: lightblue
xterm*loginShell: true
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*title: XTerm
xterm*iconName: XTerm
xterm*saveLines: 50000
xterm*jumpScroll: true
xterm*scrollTtyOutput: false
xterm*scrollKey: true
xterm*alwaysUseMods: true
xterm*metaSendsEscape: true
xterm*utf8Title: true
.Xresources:
Xft*antialias: true
Xft*autohint: true
XTerm*background: black
XTerm*foreground: white
XTerm*cursorColor: white
XTerm.vt100.geometry: 79x25
XTerm*scrollBar: true
XTerm*rightScrollBar: true
XTerm*saveLines: 10000
XTerm*faceName: BitStream Vera Sans Mono
XTerm*faceSize: 12
XTerm*toolBar: off