| 42 | == VMware workstaion 9 on Ubuntu 12.04 == |
| 43 | * Linux hostname 3.2.0-30-generic !#48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux |
| 44 | * VMware Workstation 9.0.0 build-812388 |
| 45 | |
| 46 | * 必要パッケージ |
| 47 | * $ sudo aptitude install -R build-essential x11-utils gconf2 libasound2 libgksu2-0 |
| 48 | * gconf2, libasound2 |
| 49 | * /tmp/vmware-mitty/vmware-ui-6658.log |
| 50 | {{{ |
| 51 | 2012-09-09T00:11:43.055+09:00| vmui| W110: gconftool-2 failed: Failed to execute child process "gconftool-2" (No such file or directory) |
| 52 | |
| 53 | 2012-09-09T00:11:30.218+09:00| vmui| I120: HostDeviceInfoFindHostAlsaSoundDevices: Failed loading Alsa library to detect sound devices. |
| 54 | }}} |
| 55 | * libgksu2-0 |
| 56 | * ActivationでEnter License Key... ボタンを押しても何も起きない |
| 57 | * /tmp/vmware-mitty/vmware-apploader-7817.log |
| 58 | {{{ |
| 59 | 2012-09-09T00:22:18.442+09:00| appLoader| I120: Unable to dlopen libgtk-x11-2.0.so.0 on the system. libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory |
| 60 | |
| 61 | 2012-09-09T00:22:18.474+09:00| appLoader| W110: Unable to load libgksu2.so.0 from /usr/lib/vmware/lib/libgksu2.so.0/libgksu2.so.0: libstartup-notification-1.so.0: cannot open shared object file: No such file or directory |
| 62 | 2012-09-09T00:22:18.474+09:00| appLoader| W110: Unable to load dependencies for /usr/lib/vmware/lib/libvmware-gksu.so/libvmware-gksu.so |
| 63 | 2012-09-09T00:22:18.474+09:00| appLoader| W110: Unable to execute /usr/lib/vmware/bin/vmware-gksu. |
| 64 | }}} |
| 65 | * 依存関係から、libxrandr2も導入される |
| 66 | |
| 67 | === 3D graphics === |
| 68 | * opengl |
| 69 | |
| 70 | * 以下のようなエラーメッセージが出る[[br]][[Image(no_3d_support.png)]] |
| 71 | |
| 72 | * 試したが効果がない模様 |
| 73 | * sudo aptitude install -R libgl1-mesa-dev |
| 74 | * sudo aptitude install -R libglu-dev |
| 75 | * sudo aptitude install -R nvidia-current |
| 76 | * [http://communities.vmware.com/message/2104179 VMware Communities: Workstation 9 - No 3D Acceleration to...] |
| 77 | * $ glxinfo | grep -i opengl |
| 78 | {{{ |
| 79 | OpenGL vendor string: ATI Technologies Inc. |
| 80 | OpenGL renderer string: ATI Mobility Radeon HD 540v |
| 81 | OpenGL version string: 1.4 (2.1.9115 FireGL) |
| 82 | OpenGL extensions: |
| 83 | }}} |
| 84 | * $ sudo nvidia-smi |
| 85 | {{{ |
| 86 | Sun Sep 9 01:04:37 2012 |
| 87 | +------------------------------------------------------+ |
| 88 | | NVIDIA-SMI 3.295.40 Driver Version: 295.40 | |
| 89 | |-------------------------------+----------------------+----------------------+ |
| 90 | | Nb. Name | Bus Id Disp. | Volatile ECC SB / DB | |
| 91 | | Fan Temp Power Usage /Cap | Memory Usage | GPU Util. Compute M. | |
| 92 | |===============================+======================+======================| |
| 93 | | 0. Quadro NVS 140M | 0000:01:00.0 N/A | N/A N/A | |
| 94 | | N/A 59 C N/A N/A / N/A | 3% 3MB / 127MB | N/A Default | |
| 95 | |-------------------------------+----------------------+----------------------| |
| 96 | | Compute processes: GPU Memory | |
| 97 | | GPU PID Process name Usage | |
| 98 | |=============================================================================| |
| 99 | | 0. Not Supported | |
| 100 | +-----------------------------------------------------------------------------+ |
| 101 | }}} |
| 102 | |
| 103 | * Display -> Accelerate 3D graphics のチェックを外せば、エラーメッセージはとりあえず出なくなる |
| 104 | |