PhoXi Control の 3D Viwerにてキャプチャ内容が表示されない
2025年 01月 23日 木曜日
PhoXi Control の 3D Viwerにてキャプチャ内容が表示されない
発生までの流れ
- ubuntu用のIntallerを入手する
- install作業
tar -xvzf PhotoneoPhoXiControlInstaller-1.13.1-Ubuntu22-STABLE.tar.gz
./PhotoneoPhoXiControlInstaller-1.13.1-Ubuntu22-STABLE.run
PhotXiControl
を起動する
cd /opt/Photoneo/PhoXiControl
./PhoXiControl
- 3D Viewerにてmsg1が出力されている
OpenGL 3.0 is not supported!
Detected device:
試したこと
- 各種pkgをinstallしてみる
sudo apt install libgl1-mesa-glx libglu1-mesa mesa-utils
sudo apt install libtiff-tools
エラーの出力が変わる
OpenGL 3.0 is not supported!
Detected device:
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) Graphics (ADL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.2.1-1ubuntu3.1-22.04.3 OpenGL core profile shading language version string: 4.60 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.2.1-1ubuntu3.1-22.04.3 OpenGL shading language version string: 4.60 OpenGL context flags: (none)
OpenGL profile mask: compatibility profile OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.2.1-1ubuntu3.1-22.04.3 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 OpenGL ES profile extensions:
- nvidaを優先させてみる
glxinfo | grep "renderer string"
sudo ubuntu-drivers devices
sudo apt install nvidia-driver-550
sudo prime-select nvidia
この記事をシェア