我使用qemu (UTM)在苹果硅设备上运行Ubuntu虚拟机。客户操作系统是ARM/aarch64版本的Ubuntu22.04。
我希望能够使用virtio允许手臂Ubuntu客户利用3d加速。因此,在设置虚拟机时,我选择了“(GPU支持的)”图形设备选项。
UTM告诉我,“3d加速需要客座司机。”
发布于 2023-02-25 04:15:44
它已经安装了Ubuntu桌面。但它是辆马车而且不可靠。https://github.com/utmapp/UTM/issues/4983
$ glxinfo -B
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa/X.org (0x1af4)
Device: virgl (ANGLE (Apple, Apple M1, OpenGL 4.1 Metal - 83)) (0x1010)
Version: 22.2.5
Accelerated: yes
Video memory: 0MB
Unified memory: no
Preferred profile: compat (0x2)
Max core profile version: 0.0
Max compat profile version: 2.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.0
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: virgl (ANGLE (Apple, Apple M1, OpenGL 4.1 Metal - 83))
OpenGL version string: 2.1 Mesa 22.2.5
OpenGL shading language version string: 1.20
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 22.2.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
https://askubuntu.com/questions/1456619
复制相似问题