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>
problems with rgl in Ubuntu 'gutsy'
8 messages · Dirk Eddelbuettel, James Foadi, Hans Ekbrand +1 more
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
Three out of two people have difficulties with fractions.
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
Three out of two people have difficulties with fractions. <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 Mon, Mar 17, 2008 at 05:43:58PM -0000, Foadi, J (James) wrote:
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.
[...] [Top posting makes it more difficult to add to you discussion.]
| 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' ?
Does X do gl-rendering OK with other applications? (what does $ glxgears -info give you?)
Hans Ekbrand (http://sociologi.cjb.net) <hans at sociologi.cjb.net> A. Because it breaks the logical sequence of discussion Q. Why is top posting bad? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : https://stat.ethz.ch/pipermail/r-help/attachments/20080317/eafb2ce0/attachment.bin
On Mon, Mar 17, 2008 at 05:43:58PM -0000, Foadi, J (James) wrote:
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.
[...] [Top posting makes it more difficult to add to you discussion.]
| 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' ?
Does X do gl-rendering OK with other applications? (what does $ glxgears -info give you?)
Hans Ekbrand (http://sociologi.cjb.net) <hans at sociologi.cjb.net> A. Because it breaks the logical sequence of discussion Q. Why is top posting bad? I've tried what you suggest. This is the output: james at jeeg:~/workR$ glxgears -info GL_RENDERER = Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2 GL_VERSION = 1.3 Mesa 7.0.1 GL_VENDOR = Tungsten Graphics, Inc GL_EXTENSIONS = GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_shadow GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_cull_vertex GL_EXT_compiled_vertex_array GL_EXT_convolution GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_histogram GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_3DFX_texture_compression_FXT1 GL_APPLE_client_storage GL_APPLE_packed_pixels GL_ATI_blend_equation_separate GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texture_rectangle GL_NV_texgen_reflection GL_NV_vertex_program GL_NV_vertex_program1_1 GL_OES_read_format GL_SGI_color_matrix GL_SGI_color_table GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SUN_multi_draw_arrays 4010 frames in 5.0 seconds = 801.912 FPS 3922 frames in 5.0 seconds = 784.398 FPS 3964 frames in 5.0 seconds = 792.797 FPS 3958 frames in 5.0 seconds = 791.476 FPS 3920 frames in 5.0 seconds = 783.856 FPS 3976 frames in 5.0 seconds = 795.106 FPS 4017 frames in 5.0 seconds = 803.364 FPS 3988 frames in 5.0 seconds = 797.593 FPS And a windows with moving gears appears, and it has a frame. But it doesn't click and drag easily. 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>
On Mon, Mar 17, 2008 at 09:11:05PM -0000, Foadi, J (James) wrote:
On Mon, Mar 17, 2008 at 05:43:58PM -0000, Foadi, J (James) wrote:
[...]
| 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' ?
Does X do gl-rendering OK with other applications? (what does $ glxgears -info I've tried what you suggest. This is the output: james at jeeg:~/workR$ glxgears -info GL_RENDERER = Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2 GL_VERSION = 1.3 Mesa 7.0.1
[...]
3976 frames in 5.0 seconds = 795.106 FPS 4017 frames in 5.0 seconds = 803.364 FPS 3988 frames in 5.0 seconds = 797.593 FPS And a windows with moving gears appears, and it has a frame. But it doesn't click and drag easily.
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 (http://sociologi.cjb.net) <hans at sociologi.cjb.net> Q. What is that strange attachment in this mail? A. My digital signature, see www.gnupg.org for info on how you could use it to ensure that this mail is from me and has not been altered on the way to you. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : https://stat.ethz.ch/pipermail/r-help/attachments/20080318/3d363cea/attachment.bin
Hans Ekbrand <hans <at> sociologi.cjb.net> writes: [snip snip snip]
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.
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>