could not find display

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

could not find display

Guillaume LOZENGUEZ
Hi,

    I am on an Ubuntu 14.04 LTS and I trying to install and run pharo.

    I follow the Ubuntu ppa instructions.

I also install lib32z1 lib32ncurses5 lib32bz2-1.0 (ia32-libs from the
readme file in zip archive is not available anymore)

then the command pharo return a polite :

could not find display driver vm-display-X11; either:
   - check that /usr/lib/pharo-vm//vm-display-X11.so exists, or
   - use the '-plugins <path>' option to tell me where it is, or
   - remove DISPLAY from your environment.
Abandon (core dumped)

I confirm that vm-display-X11.so exists

Any (french) one to help me ?

Guillaume Lozenguez


Afin de contribuer au respect de l'environnement,
merci de n'imprimer ce courriel qu'en cas de necessite

Please consider the environment before you print



Reply | Threaded
Open this post in threaded view
|

Re: could not find display

Martin Bähr
Excerpts from Lozenguez Guillaume's message of 2015-01-21 17:21:00 +0100:
>     I am on an Ubuntu 14.04 LTS and I trying to install and run pharo.
>     I follow the Ubuntu ppa instructions.
>
> I also install lib32z1 lib32ncurses5 lib32bz2-1.0 (ia32-libs from the
> readme file in zip archive is not available anymore)

> then the command pharo return a polite :
>
> could not find display driver vm-display-X11; either:
>    - check that /usr/lib/pharo-vm//vm-display-X11.so exists, or
> I confirm that vm-display-X11.so exists

the missing ia32-libs nay contain, or depend on libraries that you need.

run: ldd /usr/lib/pharo-vm//vm-display-X11.so
and see if any entries are not found.

if so, you need to find out which package they belong to and install that package.

greetings, martin.

--
eKita                   -   the online platform for your entire academic life
--
chief engineer                                                       eKita.co
pike programmer      pike.lysator.liu.se    caudium.net     societyserver.org
secretary                                                      beijinglug.org
mentor                                                           fossasia.org
foresight developer  foresightlinux.org                            realss.com
unix sysadmin
Martin Bähr          working in china        http://societyserver.org/mbaehr/

Reply | Threaded
Open this post in threaded view
|

Re: could not find display

Guillaume LOZENGUEZ
It's appears no dependenses missing (exept linux-gate but it seems to be normal : http://www.trilithium.com/johan/2005/08/linux-gate/).

[ 18:13:19 ]   $ ldd /usr/lib/pharo-vm/vm-display-X11.so
        linux-gate.so.1 =>  (0xf7754000)
        libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf76f4000)
        libGL.so.1 => /usr/lib/i386-linux-gnu/mesa/libGL.so.1 (0xf7694000)
        libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf755f000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf73b0000)
        /lib/ld-linux.so.2 (0xf7755000)
        libglapi.so.0 => /usr/lib/i386-linux-gnu/libglapi.so.0 (0xf7398000)
        libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0xf7385000)
        libXdamage.so.1 => /usr/lib/i386-linux-gnu/libXdamage.so.1 (0xf7381000)
        libXfixes.so.3 => /usr/lib/i386-linux-gnu/libXfixes.so.3 (0xf737a000)
        libX11-xcb.so.1 => /usr/lib/i386-linux-gnu/libX11-xcb.so.1 (0xf7377000)
        libxcb-glx.so.0 => /usr/lib/i386-linux-gnu/libxcb-glx.so.0 (0xf735f000)
        libxcb-dri2.so.0 => /usr/lib/i386-linux-gnu/libxcb-dri2.so.0 (0xf7359000)
        libxcb-dri3.so.0 => /usr/lib/i386-linux-gnu/libxcb-dri3.so.0 (0xf7355000)
        libxcb-present.so.0 => /usr/lib/i386-linux-gnu/libxcb-present.so.0 (0xf7350000)
        libxcb-sync.so.1 => /usr/lib/i386-linux-gnu/libxcb-sync.so.1 (0xf7349000)
        libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xf7327000)
        libxshmfence.so.1 => /usr/lib/i386-linux-gnu/libxshmfence.so.1 (0xf7324000)
        libXxf86vm.so.1 => /usr/lib/i386-linux-gnu/libXxf86vm.so.1 (0xf731e000)
        libdrm.so.2 => /usr/lib/i386-linux-gnu/libdrm.so.2 (0xf7310000)
        libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf730b000)
        libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xf7307000)
        libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xf7300000)

Guillaume L.

----- Mail original -----
De: "Martin Bähr" <[hidden email]>
À: "Lozenguez Guillaume" <[hidden email]>
Cc: "pharo-users" <[hidden email]>
Envoyé: Mercredi 21 Janvier 2015 17:57:41
Objet: Re: [Pharo-users] could not find display

Excerpts from Lozenguez Guillaume's message of 2015-01-21 17:21:00 +0100:
>     I am on an Ubuntu 14.04 LTS and I trying to install and run pharo.
>     I follow the Ubuntu ppa instructions.
>
> I also install lib32z1 lib32ncurses5 lib32bz2-1.0 (ia32-libs from the
> readme file in zip archive is not available anymore)

> then the command pharo return a polite :
>
> could not find display driver vm-display-X11; either:
>    - check that /usr/lib/pharo-vm//vm-display-X11.so exists, or
> I confirm that vm-display-X11.so exists

the missing ia32-libs nay contain, or depend on libraries that you need.

run: ldd /usr/lib/pharo-vm//vm-display-X11.so
and see if any entries are not found.

if so, you need to find out which package they belong to and install that package.

greetings, martin.

--
eKita                   -   the online platform for your entire academic life
--
chief engineer                                                       eKita.co
pike programmer      pike.lysator.liu.se    caudium.net     societyserver.org
secretary                                                      beijinglug.org
mentor                                                           fossasia.org
foresight developer  foresightlinux.org                            realss.com
unix sysadmin
Martin Bähr          working in china        http://societyserver.org/mbaehr/

Afin de contribuer au respect de l'environnement,
merci de n'imprimer ce courriel qu'en cas de necessite

Please consider the environment before you print



Reply | Threaded
Open this post in threaded view
|

Re: could not find display

Guillaume LOZENGUEZ
In reply to this post by Guillaume LOZENGUEZ
Hi,

    Finally it's working normally this morning.
I suppose that a simple reboot has actualized the environment variables.

So, I'm ready to start the tutorial now...

Guillaume L.


Afin de contribuer au respect de l'environnement,
merci de n'imprimer ce courriel qu'en cas de necessite

Please consider the environment before you print