×

Notice

The forum is in read only mode.

CAElinux self- installation on Linux UBUNTU 10.04 (32bit)

More
14 years 8 months ago #4620 by Claus
Well, progress is being made :)

99% sure the latest problem you having, is caused by lack of proper 3D support on you virtual system.

I have never tried having linux in a VM, so I don't know how well 3D is supported. Someone else have to tune in here.

Assuming everything is 3D dandy on the 'hardware' side of the VM, you probably only need to install a 3D driver for X. Which driver is needed, is dictated by the VM and which graphics card it emulates.

Regards,

Claus

Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
More
14 years 8 months ago #4623 by JMB
Chris wrote:

I'm still waiting for help


Hello Chris,

Let's start with some basic trouble shooting:

1) What graphics card do you have on your PC (nVidia, ATI, etc) and model?

2) Which version of the graphics driver have you installed for this card? Some older cards/drivers do cause problems and will not work with Salome and sometimes newer drivers are unavailable for those older cards.

3) Does glxgears work properly and what frame rate do you get? Is it a rate that one would expect to get from your video card? For example my video card GeForce 8800 GTS delivers approximately 16200 FPS (frames per second). The glxgears test can tell us if your graphics driver is working correctly.

Maybe I can help after you can provide this info.

Regards,
JMB
  • Chris
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
14 years 8 months ago #4633 by Chris
Hi again guys and thanks for reply of course.
Unfortunately work on VBox has one big minus - i can't install graphic card :(
I think they are some packages in CAElinux2007 (i hope it isn't secret of Administrator, and he can help with it :D ) which help work Salome-Meca. Salome on CAElinux 2007 works really good even on VBox.
Because Salome 3.2 worsk fine on PClinuxOS, i downloaded end installed new PClinuxOS (KDE - i hate KDE desktops :angry: ) on VBox and i install Salome with Code_Aster from: www.code-aster.org/V2/spip.php?article303. It isn't works perfectly bot better than on new UBUNTU - don't know why.
Maybe someday someone write why it's happening, but now: How can i finish "piston" tutorial? I had stick after exporting MED file like in this case :unsure:

Chris wrote:
2) Salome-Meca (Universal binaries for Linux) from:
www.salome-platform.org/downloads/salome-v5.1.4
with
Code_Aster from:
www.code-aster.org/V2/spip.php?article272

Combination works fine (meshing too - Prt Scr: 2.png - "ZIP" file) but i don't know what i have to do after export geometry to "MED" file. i can't find "CreateJob.py" to create "New-FE-Study" (as it was in CAElinux2007).


Best Regards,
Chris
More
14 years 8 months ago #4636 by Joël Cugnoni
Hi Chris,

Unfortunately, I cannot help you much with the installation problems taht you have on Ubuntu 32bits.. I know that some packages do not exhibit the same problems on 32 and 64bits platform and I only run 64 bit OSes here... Maybe there is an answer on code-aster.org forums?

Concerning the CreateJob.py script, you can find it on the wiki
www.caelinux.org/wiki/index.php/Proj:HelpersTools

But here is a more complete version with templates:

Attachment CreateJob.zip not found



To install it, just extract the zip to some convenient place (like /opt/wizards) and run "python /opt/wizards/CreateJob.py" to execute it.
You can add other template to the Templates directory if you want.

This should help you proceed further!

Joël Cugnoni aka "admin"

PS: If your host OS has 3D acceleration (test glxgears) and you enable 3D acceleration in your VBox profile, you should normally have a working 3D acceleration in the virtual machine. For CAELinux 2010, I did a lot of tests using VirtualBox OSE (Ubuntu package) and found no problem while testing Salome-Meca... so maybe your problem is not related to the 3D graphic driver, but to some other problem (library version incompatibilities?)<br /><br />Post edited by: Administrator, at: 2010/08/31 16:44

Joël Cugnoni - a.k.a admin
www.caelinux.com
Attachments:
  • Chris
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
14 years 8 months ago #4654 by Chris
Hi Joël,
Thanks for interesting and help :cheer:
I done some test with &quot;glxgears&quot; on my guest systems. Unfortunately i don't know how to do the same test on host system (XP).
I have graphic card: NVIDIA GeForce 7300 GT. I think it has 3D acceleration. Card is old but on my host (XP) works fine.
Below test's results. In all cases i have set guest graphic like: (display settings.png - &quot;zip&quot; file), system were updated and &quot;Guest Additions&quot; were installed.

1) PClinuxOS 2010 (KDE)
[code:1][root@localhost ~]# glxgears
276 frames in 5.0 seconds = 55.141 FPS
299 frames in 5.0 seconds = 59.772 FPS
299 frames in 5.0 seconds = 59.786 FPS
299 frames in 5.0 seconds = 59.775 FPS
299 frames in 5.0 seconds = 59.782 FPS
299 frames in 5.0 seconds = 59.772 FPS
299 frames in 5.0 seconds = 59.786 FPS
299 frames in 5.0 seconds = 59.775 FPS
299 frames in 5.0 seconds = 59.780 FPS
299 frames in 5.0 seconds = 59.781 FPS
299 frames in 5.0 seconds = 59.775 FPS
299 frames in 5.0 seconds = 59.780 FPS
299 frames in 5.0 seconds = 59.784 FPS
299 frames in 5.0 seconds = 59.776 FPS[/code:1]

2) PClinuxOS 2010 (GNOME)
[code:1][trabbit@localhost ~]$ glxgears
294 frames in 5.0 seconds = 58.684 FPS
299 frames in 5.0 seconds = 59.703 FPS
300 frames in 5.0 seconds = 59.861 FPS
299 frames in 5.0 seconds = 59.780 FPS
299 frames in 5.0 seconds = 59.776 FPS
299 frames in 5.0 seconds = 59.779 FPS
299 frames in 5.0 seconds = 59.776 FPS
299 frames in 5.0 seconds = 59.788 FPS
299 frames in 5.0 seconds = 59.776 FPS
299 frames in 5.0 seconds = 59.777 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server &quot;:0.0&quot;
after 22302 requests (22302 known processed) with 0 events remaining.
[trabbit@localhost ~]$ [/code:1]

3) Ubuntu 10,04
[code:1]trabbit@trabbit-desktop:~$ glxgears
238 frames in 5.0 seconds
299 frames in 5.0 seconds
299 frames in 5.0 seconds
299 frames in 5.0 seconds
299 frames in 5.0 seconds
299 frames in 5.0 seconds
299 frames in 5.0 seconds
299 frames in 5.0 seconds
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server &quot;:0.0&quot;
after 18466 requests (18466 known processed) with 0 events remaining.
trabbit@trabbit-desktop:~$ [/code:1]

And the winner is 4)CAElinux2007
[code:1][trabbit@localhost ~]$ glxgears
3806 frames in 5.0 seconds = 755.812 FPS
4420 frames in 5.1 seconds = 872.355 FPS
4290 frames in 5.0 seconds = 852.559 FPS
4420 frames in 5.0 seconds = 877.688 FPS
4420 frames in 5.1 seconds = 872.490 FPS
4420 frames in 5.1 seconds = 869.656 FPS
4420 frames in 5.0 seconds = 878.607 FPS
4420 frames in 5.0 seconds = 875.490 FPS
4379 frames in 5.0 seconds = 871.590 FPS
4420 frames in 5.0 seconds = 876.849 FPS
4420 frames in 5.0 seconds = 875.527 FPS
4420 frames in 5.1 seconds = 874.442 FPS
4420 frames in 5.0 seconds = 882.023 FPS
4420 frames in 5.1 seconds = 872.358 FPS
4420 frames in 5.0 seconds = 878.688 FPS
4427 frames in 5.0 seconds = 881.875 FPS
4420 frames in 5.1 seconds = 874.812 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
[trabbit@localhost ~]$
[/code:1]
~14x faster than other cases. I don't know what you done and how you done with &quot;CAElinux2007&quot; but it's perfect, graphic works really fine with it even on virtual system. Maybe you have any suggestions to my case? What do you mean with &quot;library version incompatibilities&quot; ? - I'm not so good with linux:blush:
Best Regards,
Chris
P.S. Sorry for my poor English:blush:

Attachment display_settings.zip not found

Attachments:
More
14 years 8 months ago #4663 by Joël Cugnoni
Hi

actually I did not remember changing anything related to VM display driver or such tuning in CAE2007.Actually, at that time I had noticed that PcLinuxOs was running really well (better than other distro) in VmWare. After some investigations, I found that it already had a driver for the virtual VMware graphic card.. but it's all I know about it.

However, if glxgears runs fine(even slowly, but without crash), then Salome should work properly... so I expect that your &quot;Sallome hangs&quot; problem is not related to 3D graphics but to something related to Salome's internal logic.

Joel

Joël Cugnoni - a.k.a admin
www.caelinux.com
Moderators: catux
Time to create page: 0.178 seconds
Powered by Kunena Forum