ThinkPad T510 使用 llvmpipe 而不是 Intel HD 进行图形处理

ThinkPad T510 使用 llvmpipe 而不是 Intel HD 进行图形处理

我的 T510 升级为 Intel Core i7 640M。我发现它使用 llvmpipe 而不是 Intel HD 进行图形处理,但我不知道为什么。我在系统上安装了与 Intel 显卡和 mesa 相关的所有内容。

$ sudo lshw -c display
  *-display                 
       description: VGA compatible controller
       product: Core Processor Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       logical name: /dev/fb0
       version: 02
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=i915 latency=0 resolution=1600,2700
       resources: irq:27 memory:f2000000-f23fffff memory:d0000000-dfffffff ioport:1800(size=8) memory:c0000-dffff
$ DRI_PRIME=0 glxinfo | grep "OpenGL renderer"
OpenGL renderer string: llvmpipe (LLVM 13.0.1, 128 bits)

相关内容