I'm using XeTeX and wondering how to set the final option of the graphicx package.
I started my document with pdfTeX and the following lines:
\documentclass[a4paper, 12pt, twoside, headsepline, draft]{scrreprt}
...
\usepackage[final]{graphicx}
Then I migrated to XeTeX and got an option clash for the graphicx package. Having removed the graphicx declaration the clash vanished but so did the graphics.
Doing some research I came across this and tried to change it from draft to final but unfortunately without success.

\documentclass{...}and ending with\end{document}. In particular, those two lines alone give no error, so there must be something else causing it. – egreg Jan 25 at 13:54