Warning in fun(libname, pkgname) :
Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)"
Warning in fun(libname, pkgname) : qtbase: cannot connect to X server
ERROR: loading failed
* removing '/home/ubuntu/R/x86_64-pc-linux-gnu-library/2.15/qtbase'
I was going through my bookmarks, and noticed this bookmark from last year and thought I would update.I got cranvas "working" this week. I'd like to share a little about what I've learned. Cranvas and it's dependencies use the computer's hardware in a very direct way, especially video card. So, that has to be in place and and working in the way it expects for things to work.Since the conference I've purchased a beastly computer with a huge GPU, and I've been anxious to try out Cranvas.... but it still didn't work out of the box in a virtual machine. It also didn't work when I installed Ubuntu 12.04... or 12.10, or 13....After a great deal of searching, it turns out that my computer uses something called Optimus which "intelligently" switches between the power hungry Nvidia GPU and the power efficient Intel GPU. This causes problems with the drivers on Linux, and the default Noveau drivers don't work with the graphics card. They don't actually recognize the graphics card at all, but it does actually use the less powerful Intel GPU (I think) and doesn't touch the Nvidia card. Incidentally, the 13.04 does seem to know that it's using the Intel GPU, but it has other problems.Updating the Nvidia card's drivers using just about any method you can find on the Nvidia website will cause big problems. Basically the desktop environment gets hosed in one way or another, and you can only do command line stuff. Sometimes I found ways to repair this, but reinstalling the OS was easier.For most applications the answer turns out to be something called Bumblebee, which is developed by these really awesome people in the UK. http://bumblebee-project.org/index.htmlBumblebee let me get Cranvas installed and running.However, I still don't think it's working right, because you need to run each app from the command line using something like "optimus firefox" to start the application. I think that some of the behind the scenes mechanics of cranvas don't know to prefix the calls with optimus.
Also, I don't think that a free amazon AWS Ubuntu is the best place to test cranvas, since you're not buying access to a graphics card.I'm definitely still learning, but I thought this might be helpful. Hopefully this post will be outdated if/when Nvidia support becomes native to Linux.
On Wednesday, August 1, 2012 1:48:53 PM UTC-5, Gene Leynes wrote:Hello, I was hoping to get help with an ubuntu install.Since the R conference I've been excited to try this, only to be thwarted by my un-cool Windows OS, and then my paltry 32 bit CPUs (which is so old that it can't even run a 64 bit VM).
Then I realized that I could do it in the cloud![Fast forward two weeks and though 9 Ubuntu instance setup attempts]Now I have an Ubuntu instance running in the cloud that I set up only to run cranvas and R Studio, but I still get an error during the installation.Warning in fun(libname, pkgname) :
Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)"
Warning in fun(libname, pkgname) : qtbase: cannot connect to X server
ERROR: loading failed
* removing '/home/ubuntu/R/x86_64-pc-linux-gnu-library/2.15/qtbase'I've followed the directions on the git wiki, so can someone offer advice? I've tried a few different things without luck. Googling icui18n didn't help either.I'm happy to set up a different instance type (e.g. Linux) for testing.Thanks!!GeneInstance details:AMI: ubuntu/images/ebs/ubuntu-precise-12.04-amd64-server-20120616 (ami-82fa58eb)Installation Messages:
--
You received this message because you are subscribed to the Google Groups "cranvas" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cranvas+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "cranvas" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cranvas+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks for sharing, bumblebee looks interesting. I got an optimus on my thinkpad T510 too, my experience is that never try to install any fancy NVidia driver from PPA or other place, most time, default driver shipped with 12.04, 12.10, 13.04(I have been testing all this before) will always work fine, cranvas and qtpaint work fine too.
In my case,additional nvidia driver always cause severe problem and even break my system....
--
You received this message because you are subscribed to the Google Groups "cranvas" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cranvas+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.