Package: tetex-bin Version: 3.0-30 The following code is rendered correct in gv (after doing dvips on a dvi file), but incorrect in xdvi:
\documentclass{article} \usepackage{pst-all} \begin{document} \begin{pspicture}(0,0)(4,4) \rput(1,1){\rnode{F}{F}} \rput(2,2){\rnode{B}{B}} \ncline{->}{F}{B} \naput{$i:=i-1$} \end{pspicture} \end{document} The message "xdvi.bin: Warning: Raw Postscript commands on page 1 may be rendered incorrectly." is printed by xdvi to the console. I'm using debian etch with some newer packages. $ aptitude show libc6 | grep Version Version: 2.5-7 $ uname -s -r -v -m -p -i -o Linux 2.6.24-etchnhalf.1-686 #1 SMP Mon Sep 8 06:19:11 UTC 2008 i686 unknown unknown GNU/Linux