Arch Linuxへのグラフィックカードスイッチャーのインストール

Arch Linuxへのグラフィックカードスイッチャーのインストール

ここにあるドキュメントを使用してインストールを試みました(https://wiki.archlinux.org/index.php/Bumblebee)、しかし実行時:

optirun glxgears -info

私は次のような結果を得ます。

[  309.531594] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  309.531645] [ERROR]Aborting because fallback start is disabled.

2枚のグラフィックカードがあります。 1つはIntel統合で、もう1つは専用のGeForce GTX 960Mです。

出力inxi -G

    Graphics:
      Device-1: Intel HD Graphics 530 driver: i915 v: kernel 
      Device-2: NVIDIA GM107M [GeForce GTX 960M] driver: nouveau v: kernel 
      Display: wayland server: X.Org 1.20.4 driver: nouveau 
      resolution: 1920x1080~60Hz 
      OpenGL: renderer: Mesa DRI Intel HD Graphics 530 (Skylake GT2) 
      v: 4.5 Mesa 19.0.4

lspci -vグラフィックカードの出力に関して:

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06) (prog-if 00 [VGA controller])
    DeviceName: Intel Skylake HD Graphics ULT GT2
    Subsystem: Hewlett-Packard Company HD Graphics 530
    Flags: bus master, fast devsel, latency 0, IRQ 132
    Memory at a2000000 (64-bit, non-prefetchable) [size=16M]
    Memory at b0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 5000 [size=64]
    [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel driver in use: i915
    Kernel modules: i915

01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
        DeviceName: NVIDIA N16P-GX
        Flags: bus master, fast devsel, latency 0, IRQ 134
        Memory at a3000000 (32-bit, non-prefetchable) [size=16M]
        Memory at 90000000 (64-bit, prefetchable) [size=256M]
        Memory at a0000000 (64-bit, prefetchable) [size=32M]
        I/O ports at 4000 [size=128]
        Expansion ROM at a4000000 [disabled] [size=512K]
        Capabilities: <access denied>
        Kernel driver in use: nouveau
        Kernel modules: nouveau

ベストアンサー1

おすすめ記事