Skip to content

problems with rgl in Ubuntu 'gutsy'

8 messages · Dirk Eddelbuettel, James Foadi, Hans Ekbrand +1 more

#
Dear R users/gurus,
I have recently installed Ubuntu 7.10 (Gutsy) on my Dell Latitude D520.
First time for me, as I have always used Fedora.

R installation using "apt" has proceeded fine, both for r-base and r-base-dev.

Next, I need to install various other packages, "rgl" being first in the line.
I have sorted some preliminaries by installing headers for X11 and Mesa:

 sudo apt-get install xorg-dev mesa-common-dev libglu1-mesa-dev

This stage went fine. Next, I invoked R using sudo:
 
 sudo R

and, from within R, I have installed rgl with:

 > install.packages("rgl")

This has downloaded and installed without any apparent problem. But, when I type
 
 > demo(rgl)

all rgl windows device do not show the outer frame, so I cannot move or resize the window.
In addition to that, the image is like "frozen", it can't be either rotated or shifted at all.

In short, rgl seems not to behave according to expectations. No error messages appear at any stage.

Has anyone a clue on what's going wrong here?

Many thanks,

J 

Dr James Foadi PhD
Membrane Protein Laboratory (MPL)
Diamond Light Source Ltd
Diamond House
Harewell Science and Innovation Campus
Chilton, Didcot
Oxfordshire OX11 0DE

Email    :  james.foadi at diamond.ac.uk
Alt Email:  j.foadi at imperial.ac.uk
Web Page :  http://

<DIV><FONT size="1" color="gray">This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
</FONT></DIV>
#
On 17 March 2008 at 15:32, Foadi, J (James) wrote:
| Dear R users/gurus,
| I have recently installed Ubuntu 7.10 (Gutsy) on my Dell Latitude D520.
| First time for me, as I have always used Fedora.
| 
| R installation using "apt" has proceeded fine, both for r-base and r-base-dev.
| 
| Next, I need to install various other packages, "rgl" being first in the line.
| I have sorted some preliminaries by installing headers for X11 and Mesa:
| 
|  sudo apt-get install xorg-dev mesa-common-dev libglu1-mesa-dev
| 
| This stage went fine. Next, I invoked R using sudo:
|  
|  sudo R
| 
| and, from within R, I have installed rgl with:
| 
|  > install.packages("rgl")
| 
| This has downloaded and installed without any apparent problem. But, when I type
|  
|  > demo(rgl)
| 
| all rgl windows device do not show the outer frame, so I cannot move or resize the window.
| In addition to that, the image is like "frozen", it can't be either rotated or shifted at all.
| 
| In short, rgl seems not to behave according to expectations. No error messages appear at any stage.
| 
| Has anyone a clue on what's going wrong here?

Did you try the pre-built version, ie 'sudo apt-get install r-cran-rgl' ?  

Dirk
#
Yes. It gives me exactly the same problems.
In fact I have tried the pre-built first and then the source, hoping it would, then, compile.

J

Dr James Foadi PhD
Membrane Protein Laboratory (MPL)
Diamond Light Source Ltd
Diamond House
Harewell Science and Innovation Campus
Chilton, Didcot
Oxfordshire OX11 0DE

Email    :  james.foadi at diamond.ac.uk
Alt Email:  j.foadi at imperial.ac.uk
Web Page :  http://



-----Original Message-----
From: Dirk Eddelbuettel [mailto:edd at debian.org]
Sent: Mon 3/17/2008 16:19
To: Foadi, J (James)
Cc: r-help at r-project.org
Subject: Re: [R] problems with rgl in Ubuntu 'gutsy'
On 17 March 2008 at 15:32, Foadi, J (James) wrote:
| Dear R users/gurus,
| I have recently installed Ubuntu 7.10 (Gutsy) on my Dell Latitude D520.
| First time for me, as I have always used Fedora.
| 
| R installation using "apt" has proceeded fine, both for r-base and r-base-dev.
| 
| Next, I need to install various other packages, "rgl" being first in the line.
| I have sorted some preliminaries by installing headers for X11 and Mesa:
| 
|  sudo apt-get install xorg-dev mesa-common-dev libglu1-mesa-dev
| 
| This stage went fine. Next, I invoked R using sudo:
|  
|  sudo R
| 
| and, from within R, I have installed rgl with:
| 
|  > install.packages("rgl")
| 
| This has downloaded and installed without any apparent problem. But, when I type
|  
|  > demo(rgl)
| 
| all rgl windows device do not show the outer frame, so I cannot move or resize the window.
| In addition to that, the image is like "frozen", it can't be either rotated or shifted at all.
| 
| In short, rgl seems not to behave according to expectations. No error messages appear at any stage.
| 
| Has anyone a clue on what's going wrong here?

Did you try the pre-built version, ie 'sudo apt-get install r-cran-rgl' ?  

Dirk
#
On Mon, Mar 17, 2008 at 05:43:58PM -0000, Foadi, J (James) wrote:
[...] 

[Top posting makes it more difficult to add to you discussion.]
Does X do gl-rendering OK with other applications? (what does

$ glxgears -info

give you?)
#
On Mon, Mar 17, 2008 at 05:43:58PM -0000, Foadi, J (James) wrote:
[...] 

[Top posting makes it more difficult to add to you discussion.]
Does X do gl-rendering OK with other applications? (what does

$ glxgears -info

give you?)
#
On Mon, Mar 17, 2008 at 09:11:05PM -0000, Foadi, J (James) wrote:
[...]
[...]
On my system that window can be moved and even resized without
problems (keeping a high rendering rate). Sorry, but I my test didn't
give any conclusive new facts about the cause of the problem.
#
Hans Ekbrand <hans <at> sociologi.cjb.net> writes:

  [snip snip snip]
If you have fancy 3D graphics effects turned on, try
turning them off.

  (System -> Preferences -> Appearance ->
Visual Effects -> None ("Provides a simple
desktop appearance ...")

  unfortunately rgl and compiz/etc. both try to use
the same OpenGL interface, so you can't use both at
the same time.

  Ben
#
If you have fancy 3D graphics effects turned on, try
turning them off.

  (System -> Preferences -> Appearance ->
Visual Effects -> None ("Provides a simple
desktop appearance ...")

  unfortunately rgl and compiz/etc. both try to use
the same OpenGL interface, so you can't use both at
the same time.

  Ben



This is what makes subscribing a help mailing list a good thing: great!
Ben, you solved my problem!

Thanks very much!

J
<DIV><FONT size="1" color="gray">This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
</FONT></DIV>