<div dir="ltr"><div><div>Hello,<br></div>          A hardware problem forced an upgrade of OS from Ubuntu 12.04 to 14.04( a new install actually). Now the display is broken. Well It is only the x11 part of it that is broken. It is garbled and some pieces are missing. The same display works when I try with png. There is no problem at all. All the pieces of the graph are viewable. When I try with x11 however some lines are displayable and others are missing and still others are garbled. <br>
</div><div>Any suggestions ? <br></div><div><br></div>This is what I have on my .tcshrc -<br><br># X client machine<br>setenv DISPLAY  :0.0<br><br># NCARG ROOT<br>setenv NCARG_ROOT /usr/local/ncl-6.2.0<br>setenv PATH $NCARG_ROOT/bin:$PATH<br>
<br>#<br>setenv LD_LIBRARY_PATH /usr/local/lib:/usr/lib/x86_64-linux-gnu/libgfortran.so.3<br><br>source /opt/intel/bin/ifortvars.csh intel64<br><br>source /opt/intel/bin/iccvars.csh intel64<br></div>