I prepare slides using Beamer and PDFLaTeX. The command I use to run PDFLaTeX is the default AUCTeX command:
pdflatex -interaction=nonstopmode "\input" <INPUT_FILE>
The slides look fine on my screen at my default resolution (1360x768), but if I have to step down the resolution (e.g., to 640x480) when I connect to a projector, they look aliased and blurry. Probably this has something to do with the kinds of fonts that are being used, but I don't know how to fix it. Any suggestions?