Problem running GrADS on Ubuntu 9.10

Huddleston, John Huddleston at CIRA.COLOSTATE.EDU
Thu Jan 7 10:54:14 EST 2010


Varun

The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility.

See http://packages.ubuntu.com/search?keywords=libx11-xcb-dev for the package name. Ubuntu 9.10 is Karmic. Karmic just came out last month; so, there may be some issues related to your Xorg libraries as well as your graphics card.

John

John Huddleston, PhD
Research Associate
Cooperative Institute for Research in the Atmosphere
Mail Stop 1375 @ CIRA
Colorado State University
Fort Collins, CO 80521
970-491-8602

From: GRADSUSR at LIST.CINECA.IT [mailto:GRADSUSR at LIST.CINECA.IT] On Behalf Of varun murthy
Sent: Thursday, January 07, 2010 7:22 AM
To: GRADSUSR at LIST.CINECA.IT
Subject: Re: Problem running GrADS on Ubuntu 9.10

Hi,
 I was partially able to solve the issue regarding the rendering of the display window. The display is now rendered only when the display window is not minimized when the "display" command is entered. However, when the display window is minimized and then maximized ,it gets blanked out again.

 The ldd on grads is :
    linux-gate.so.1 =>  (0xb7fd9000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0xb7edb000)
    libncurses.so.5 => /lib/libncurses.so.5 (0xb7ea9000)
    libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7e82000)
    libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d1f000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7d05000)
    libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7d01000)
    /lib/ld-linux.so.2 (0xb7fda000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0xb7cfd000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7cf7000)

When compared to the ldd from your system, this line is missing : " libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7ce0000) ". Am I missing a library?

Thanks and Regards,
 Varun.S.Murthy
On Wed, Jan 6, 2010 at 3:18 AM, Jennifer Adams <jma at cola.iges.org<mailto:jma at cola.iges.org>> wrote:
Begin forwarded message:


From: "Huddleston, John" <Huddleston at cira.colostate.edu<mailto:Huddleston at cira.colostate.edu>>
Date: January 5, 2010 4:41:30 PM EST
To: "jma at COLA.IGES.ORG<mailto:jma at COLA.IGES.ORG>" <jma at COLA.IGES.ORG<mailto:jma at COLA.IGES.ORG>>
Subject: FW: Problem running GrADS on Ubuntu 9.10

Jennifer, sorry, I still cannot send email to the GrADS list,

Request a ldd on grads from his system. My grads runs on both 8.04 and 8.10. Here is my ldd on Ubuntu 8.10,

linux-gate.so.1 =>  (0xb7faa000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb7e98000)
libncurses.so.5 => /lib/libncurses.so.5 (0xb7e68000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7e41000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7ce3000)
libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7ce0000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7cc7000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7cc3000)
/lib/ld-linux.so.2 (0xb7f90000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb7cc0000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7cba000)

Also, ask if Varun has a firewall operating which will block port 6000.

John

John Huddleston, PhD
Research Associate
Cooperative Institute for Research in the Atmosphere
Mail Stop 1375 @ CIRA
Colorado State University
Fort Collins, CO 80521
970-491-8602

From: GRADSUSR at LIST.CINECA.IT<mailto:GRADSUSR at LIST.CINECA.IT> [mailto:GRADSUSR at LIST.CINECA.IT] On Behalf Of varun murthy
Sent: Tuesday, January 05, 2010 10:34 AM
To: GRADSUSR at LIST.CINECA.IT<mailto:GRADSUSR at LIST.CINECA.IT>
Subject: Problem running GrADS on Ubuntu 9.10

Hello all,
 I am a beginner, learning to use GrADS. I installed GrADS 2.0 on Ubuntu 9.04 and tried out the tutorial available online (http://www.iges.org/grads/gadoc/tutorial.html) and everything worked out fine.

 I upgraded my Ubuntu installation to 9.10 and repeated the installation (place the tar file in /usr/local/bin and extract) using the same tar.gz file. But when I ran the display command after running grads, the graphic display window remains blank.

Terminal output :
ga-> d p  (Where p is one of the variables, defined in the control file)
Contouring: 0 to 0.0008 interval 0.0001
but graphic display window remains blank.

Is GrADS not supported for Ubuntu 9.10? Or are there any libraries that need to be installed before GrADS can be run?

Version Details:
1) Version of GrADS : GrADS 2.0.a7.1
2) OS : Ubuntu 9.10 32 bit
3) GrADS "q config" output:
ga-> q config
Config: v2.0.a7 little-endian readline printim grib2 netcdf hdf4-sds hdf5 geotiff
Grid Analysis and Display System (GrADS) Version 2.0.a7
Copyright (c) 1988-2009 by Brian Doty and the
Institute for Global Environment and Society (IGES)
This program is distributed WITHOUT ANY WARRANTY
See file COPYRIGHT for more information.

Built Fri Aug  7 14:37:28 MDT 2009 for i686-pc-linux-gnu

This version of GrADS has been configured with the following options:
  o Built on a LITTLE ENDIAN machine
  o Command line editing ENABLED
      http://tiswww.case.edu/php/chet/readline/rltop.html
  o printim command for image output ENABLED
      http://www.zlib.net<http://www.zlib.net/>
      http://www.libpng.org/pub/png/libpng.html
      http://www.libgd.org/Main_Page
  o GRIB2 interface ENABLED
      http://www.ijg.org<http://www.ijg.org/>
      http://www.ece.uvic.ca/~mdadams/jasper<http://www.ece.uvic.ca/%7Emdadams/jasper>
      http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2
      g2clib-1.0.5
  o NetCDF interface ENABLED
      http://www.unidata.ucar.edu/software/netcdf
      netcdf "4.0.1" of Aug  8 2009 03:39:35 $
  o HDF interface ENABLED
      http://hdfgroup.org<http://hdfgroup.org/>
      HDF 4.2r3
      HDF5 1.8.3
  o Athena Widget GUI DISABLED
  o OPeNDAP gridded data interface DISABLED
  o OPeNDAP station data interface DISABLED
  o GeoTIFF and KML output ENABLED
      http://www.libtiff.org<http://www.libtiff.org/>
      http://geotiff.osgeo.org<http://geotiff.osgeo.org/>


Any help would be greatly appreciated.

Thanks,
 Varun Murthy

--
Jennifer M. Adams
IGES/COLA
4041 Powder Mill Road, Suite 302
Calverton, MD 20705
jma at cola.iges.org<mailto:jma at cola.iges.org>




--
This message has been scanned for viruses and
dangerous content by MailScanner<http://www.mailscanner.info/>, and is
believed to be clean.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20100107/4e984fe9/attachment.html 


More information about the gradsusr mailing list