Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Page 2 of 3 FirstFirst 123 LastLast
Results 9 to 16 of 22
  1. #9
    Iritscen's Avatar
    Iritscen is offline Mr. Grumpikins
    Join Date
    May 2006
    Location
    A canal. In Panama.
    Posts
    58
    Thanks
    1
    Thanked 0 Times in 0 Posts

    You're on to something!

    I had originally set those variables, I think, but since then I've "moved" ImageMagick by uninstalling the old binaries and using the ones in my Applications folder. So I need to reset those variables. Thanks for pointing that out, it may solve the problem.
    2.33GHz 17" MacBook Pro — 2GB RAM, 80GB HD, Mac OS X 10.6.
    1.6GHz G5 — 1.5GB RAM, 80GB HD + 120GB SSD, Mac OS X 10.5. (home server)
    400MHz G4 — 640MB RAM, 20GB HD, Mac OS 9.1. (for Classic-y goodness)
    16GB iPod touch, 1TB LaCie 2big Triple external HD (RAID 0), 22" ViewSonic VP2250wb LCD

  2. #10
    Iritscen's Avatar
    Iritscen is offline Mr. Grumpikins
    Join Date
    May 2006
    Location
    A canal. In Panama.
    Posts
    58
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Okay, it finds the libraries now, but it still says "Can't start 'X' server" when I try to run an ImageMagick binary.

    Is it failing to find the X11 app or something?
    2.33GHz 17" MacBook Pro — 2GB RAM, 80GB HD, Mac OS X 10.6.
    1.6GHz G5 — 1.5GB RAM, 80GB HD + 120GB SSD, Mac OS X 10.5. (home server)
    400MHz G4 — 640MB RAM, 20GB HD, Mac OS 9.1. (for Classic-y goodness)
    16GB iPod touch, 1TB LaCie 2big Triple external HD (RAID 0), 22" ViewSonic VP2250wb LCD

  3. #11
    nixgeek's Avatar
    nixgeek is offline Mac of the SubGenius! :-)
    Join Date
    Jan 2004
    Location
    Miami, FL
    Posts
    8,593
    Thanks
    32
    Thanked 157 Times in 141 Posts
    It's possible. Have you manually launched the X server before running ImageMagick as a test?
    Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.5.8/Ubuntu 10.04
    Asus Eee PC 901 (1.6 GHz Atom N270) - Fedora 13
    Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1
    "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 13.1

  4. #12
    Iritscen's Avatar
    Iritscen is offline Mr. Grumpikins
    Join Date
    May 2006
    Location
    A canal. In Panama.
    Posts
    58
    Thanks
    1
    Thanked 0 Times in 0 Posts
    If by "X server" you mean X11.app, then yes.

    If you mean something else, then no. :o)

    I was researching the "X server" from the command line, and noticed a couple commands -- I'm not there now, but I think one was "xdm", and the other was "open-x11", which supposedly can be passed a binary to run in the X11 environment. I wasn't sure exactly what to do with xdm, as the man page assumes you already know what you're doing, and open-x11 doesn't even know what command I'm talking about when I say "open-x11 display".
    2.33GHz 17" MacBook Pro — 2GB RAM, 80GB HD, Mac OS X 10.6.
    1.6GHz G5 — 1.5GB RAM, 80GB HD + 120GB SSD, Mac OS X 10.5. (home server)
    400MHz G4 — 640MB RAM, 20GB HD, Mac OS 9.1. (for Classic-y goodness)
    16GB iPod touch, 1TB LaCie 2big Triple external HD (RAID 0), 22" ViewSonic VP2250wb LCD

  5. #13
    nixgeek's Avatar
    nixgeek is offline Mac of the SubGenius! :-)
    Join Date
    Jan 2004
    Location
    Miami, FL
    Posts
    8,593
    Thanks
    32
    Thanked 157 Times in 141 Posts
    I should have been a little clearer on that. I did mean "X11."

    Xdm is the X11 Login Manager. Here's what it looks like on a Debian system:

    http://www.ellak.gr/pub/OpenGuides/D...chap07/xdm.png

    As for "open-x11", see this:

    http://www.hmug.org/man/1/open-x11.php
    Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.5.8/Ubuntu 10.04
    Asus Eee PC 901 (1.6 GHz Atom N270) - Fedora 13
    Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1
    "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 13.1

  6. #14
    Iritscen's Avatar
    Iritscen is offline Mr. Grumpikins
    Join Date
    May 2006
    Location
    A canal. In Panama.
    Posts
    58
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Ah, that login screen is familiar, I called up a variant called XFree86 on my Mac. It wanted me to login, so I entered my OS X username and password for lack of anything else and it refused to recognize me. I had a heck of a time closing it.

    I've read that man page to open-x11, but it either doesn't work with ImageMagick commands or I failed to pass it "display" properly. However, that site you linked me to has some impressive information on it. They have the latest version of ImageMagick, which may or may not work better, and *all* the dependencies are listed and available for download on the site: http://www.hmug.org/pub/MacOS_X/X/Ap...cs/ImageMagick. Pretty cool. I'm going to use these copies of the software and see how it works. I always knew I was missing some of the dependencies anyway.
    2.33GHz 17" MacBook Pro — 2GB RAM, 80GB HD, Mac OS X 10.6.
    1.6GHz G5 — 1.5GB RAM, 80GB HD + 120GB SSD, Mac OS X 10.5. (home server)
    400MHz G4 — 640MB RAM, 20GB HD, Mac OS 9.1. (for Classic-y goodness)
    16GB iPod touch, 1TB LaCie 2big Triple external HD (RAID 0), 22" ViewSonic VP2250wb LCD

  7. #15
    Iritscen's Avatar
    Iritscen is offline Mr. Grumpikins
    Join Date
    May 2006
    Location
    A canal. In Panama.
    Posts
    58
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Well, I think I downloaded half the Internet and installed it over the last week. That may be a slight exaggeration, but it feels like it.

    I installed a ton of dependencies I didn't have before, and it seems to have cleared up nearly all the problems that ImageMagick reports when it tests itself. I still have to install a couple more libraries, but it's already reporting that it's 99% fine.

    But, it still says "Can't open 'X' server."



    Clearly there's a broken link somewhere.
    2.33GHz 17" MacBook Pro — 2GB RAM, 80GB HD, Mac OS X 10.6.
    1.6GHz G5 — 1.5GB RAM, 80GB HD + 120GB SSD, Mac OS X 10.5. (home server)
    400MHz G4 — 640MB RAM, 20GB HD, Mac OS 9.1. (for Classic-y goodness)
    16GB iPod touch, 1TB LaCie 2big Triple external HD (RAID 0), 22" ViewSonic VP2250wb LCD

  8. #16
    nixgeek's Avatar
    nixgeek is offline Mac of the SubGenius! :-)
    Join Date
    Jan 2004
    Location
    Miami, FL
    Posts
    8,593
    Thanks
    32
    Thanked 157 Times in 141 Posts
    I applaud you for your patience through all of this. Man, I would have quit days ...WEEKS ago. I think you deserve my mahogany bicycle clip.

    Hopefully once you clear out the remaining 1% of deps you won't get that message anymore. I'm clearly at a loss for solutiions at this point.
    Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.5.8/Ubuntu 10.04
    Asus Eee PC 901 (1.6 GHz Atom N270) - Fedora 13
    Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1
    "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 13.1

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. ImageMagick Help!!!
    By edshin95 in forum Unix & X11
    Replies: 17
    Last Post: May 7th, 2006, 08:41 PM
  2. ImageMagick-nox won't run
    By mubah in forum Unix & X11
    Replies: 1
    Last Post: July 14th, 2005, 04:24 AM
  3. Help! How I compile ImageMagick....
    By Hype.it in forum Unix & X11
    Replies: 3
    Last Post: July 20th, 2004, 04:10 PM
  4. uninstalling Imagemagick
    By iZero in forum Unix & X11
    Replies: 10
    Last Post: February 1st, 2004, 08:32 PM
  5. ImageMagick
    By Harvey in forum Unix & X11
    Replies: 0
    Last Post: October 16th, 2003, 07:41 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •