Circa ~ 2015 XWin Server è stato revisionato e non è più necessario creare .startxwinrc perché non esiste più. Ho scoperto che ~/.Xresources viene letto automaticamente. Inoltre ho trovato che XTerm.vt100.geometry non è più valido.
Questo è il mio .Xresources:
Xft*antialias: true
Xft*autohint: true
XTerm*background: white <== These settings mimics
XTerm*foreground: black the default back, fore
XTerm*cursorColor: grey and cursor colors
XTerm*scrollBar: true
XTerm*rightScrollBar: false <== This causes the scroll bar to be
on the default left side
XTerm*saveLines: 10000
XTerm*faceName: BitStream Vera Sans Mono
XTerm*faceSize: 12
XTerm*toolBar: On <== This causes the menu bar to appear with
Main Options, VT Options, and VT Fonts
Finalmente qualcosa che in realtà funzionava. Se il comando xrdb non è un problema, le modifiche non hanno effetto. –