Xterm will never support the card symbols when using cp437 anyway since they are actually control characters which are supported by xterm. I've attached a font directory for you to try... extract the attached directory to somewhere and add the path as a FontPath in the "Files" section of your xorg.conf (Most likely /etc/X11/xorg.conf). After this is done, run xterm with the following command-line: ``xterm -ls -fn vga8x16 -fb vga8x16 -tn xterm-color -ai -aw +cm -dc +ie -j +mb -pc -sb -rightbar -sk -sl 250 -fg grey -bg black -bdc'' If this doesn't work, try adding the new font directory using xset: ``xset fp+ /path/to/attached/fonts/'' ``xterm -ls -fn vga8x16 -fb vga8x16 -tn xterm-color -ai -aw +cm -dc +ie -j +mb -pc -sb -rightbar -sk -sl 250 -fg grey -bg black -bdc'' You may need to change the "xterm-color" bit to the appropriate termcap entry, not sure if the Nokia has a separate one or not.