<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Eliot, I just posted this to Ask Ubuntu and I let you know the
    results.<br>
    <br>
<a class="moz-txt-link-freetext" href="http://askubuntu.com/questions/709301/squeak-could-not-find-any-display-driver">http://askubuntu.com/questions/709301/squeak-could-not-find-any-display-driver</a><br>
    <br>
    Robert<br>
    <br>
<a class="moz-txt-link-freetext" href="http://askubuntu.com/questions/709301/squeak-could-not-find-any-display-driver">http://askubuntu.com/questions/709301/squeak-could-not-find-any-display-driver</a><br>
    <br>
    <div class="moz-cite-prefix">On 12/13/2015 08:32 PM, Eliot Miranda
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAC20JE11YnyOofHQ7iF_uVknT1-U=RbxF0XDs7iRQbDW+2QPJg@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Robert,
        <div><br>
        </div>
        <div>    and email me any text I should add to the HowToBuild on
          installing needed packages.  thx</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Sat, Dec 12, 2015 at 7:47 PM, Robert
          Withers <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:robert.w.withers@gmail.com" target="_blank">robert.w.withers@gmail.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">It is a
            renamed binary that was working, but no longer. I just
            reinstalled again, 64-bit Ubuntu 15.10. I did NOT upgrade. I
            ran the script but it was missing libsm6:i386 and
            libsm6:i386 and also had a bug. I'll attach the new one. It
            all installs but I still have the same issue "could not find
            any display driver".<br>
            <br>
            I also ran the all-in-One and it said "Running 32-bit Squeak
            on a 64-bit System. install-libs32 may install them.". I ran
            that script as well.<br>
            <br>
            Perhaps it is a 64-bit issue running 32-bits. I will
            reinstall 32-bit ubuntu, although my first box was 32-bit
            before it failed.<br>
            <br>
            Thanks for lending a hand.<br>
            <br>
            Best,<br>
            Robert
            <div class="HOEnZb">
              <div class="h5"><br>
                <br>
                <br>
                <br>
                On 12/12/2015 10:23 PM, Levente Uzonyi wrote:<br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  Is cogvm a script or a binary? If it's the former,
                  then you should try running the binary.<br>
                  You can also try being explicit about the display
                  plugin you want to use. E.g.: cogvm --vm-display-X11
                  Mushroom.4.image<br>
                  <br>
                  Levente<br>
                  <br>
                  On Sat, 12 Dec 2015, Robert Withers wrote:<br>
                  <br>
                  <blockquote class="gmail_quote" style="margin:0 0 0
                    .8ex;border-left:1px #ccc solid;padding-left:1ex">
                    Yes, I learned this today, or rather I was reminded
                    of old UNIX cmds I used to know. The results of this
                    were good. Every dependency was linked. This was why
                    I've been using that script, which covers those
                    32-bit dependencies pretty thoroughly.<br>
                    <br>
                    Alright<br>
                    ---<br>
                    robert<br>
                    <br>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      On Dec 12, 2015, at 9:54 PM, Levente Uzonyi &lt;<a
                        moz-do-not-send="true"
                        href="mailto:leves@caesar.elte.hu"
                        target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:leves@caesar.elte.hu">leves@caesar.elte.hu</a></a>&gt;
                      wrote:<br>
                      <br>
                      What does "ldd vm-display-X11" print?<br>
                      <br>
                      Levente<br>
                      <br>
                      <blockquote class="gmail_quote" style="margin:0 0
                        0 .8ex;border-left:1px #ccc
                        solid;padding-left:1ex">
                        On Sat, 12 Dec 2015, Robert Withers wrote:<br>
                        <br>
                        Are you tired of seeing this result:<br>
                        rabbit@rabbithole:~/warren/cogvm/image$ cogvm
                        Mushroom.4.image<br>
                        squeak: could not find any display driver<br>
                        Aborted (core dumped)<br>
                        I am! Thank you for the help today.
                        Unfortunately this is still an issue for me on
                        both laptops: 32-bit and 64-bit OS.  Both were
                        working as well. I reinstalled the 64-bit and it
                        failed right off the start. The commonality to
                        all three failures was the fact that I did<br>
                        these below commands prior to it failing this
                        way, everytime. I think it is the upgrade that
                        does it in. I'll reinstall 32-bit and try
                        without these commands; let you know.<br>
                        Robert<br>
                        sudo apt-get update<br>
                        sudo apt-get upgrade<br>
                        and I ran this script for system libraries for
                        32-bit squeak.<br>
                             #!/bin/bash<br>
                        <br>
                             # ARGUMENT HANDLING
                        =============================================================<br>
                             if { [ "$1" = "-h" ] || [ "$1" = "--help"
                        ]; }; then<br>
                                 echo "Install libraries required to
                        build the pharo VM under ubuntu.<br>
                             "<br>
                                 exit 0;<br>
                             elif [ $# -gt 0 ]; then<br>
                                 echo "--help/-h is the only argument
                        allowed"<br>
                                 exit 1;<br>
                             fi<br>
                        <br>
                             # INSTALL BUILD LIBRARIES
                        ======================================================<br>
                             sudo apt-get install cmake zip
                        bash-completion ruby git xz-utils debhelper
                        devscripts<br>
                             sudo apt-get install libc6-dev:i386
                        libasound2:i386 libasound2-dev:i386
                        libasound2-plugins:i386 libssl-dev:i386
                        i#!libssl0.9.8:i386 libfreetype6-dev:i386
                        libx11-dev:i386 libsm-dev:i386 libice-dev:i386<br>
                             sudo apt-get install build-essential
                        gcc-multilib g++<br>
                             sudo apt-get install libgl1-mesa-dev
                        libgl1-mesa-glx:i386<br>
                             sudo apt-get install binutils:i386
                        g++-4.6:i386 gcc-4.6:i386<br>
                             sudo ln -s
                        /usr/lib/i386-linux-gnu/mesa/libGL.so
                        /usr/lib/i386-linux-gnu/libGL.so<br>
                             sudo ln -s
                        /usr/lib/i386-linux-gnu/mesa/libGL.so.1
                        /usr/lib/i386-linux-gnu/mesa/libGL.so<br>
                             sudo apt-get install uuid-dev:i386<br>
                             sudo apt-get install subversion<br>
                      </blockquote>
                      <br>
                    </blockquote>
                    <br>
                    <br>
                  </blockquote>
                  <br>
                </blockquote>
                <br>
              </div>
            </div>
            <br>
            <br>
            <br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div class="gmail_signature">
          <div dir="ltr">
            <div><span style="font-size:small;border-collapse:separate">
                <div>_,,,^..^,,,_<br>
                </div>
                <div>best, Eliot</div>
              </span></div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>