web-dev-qa-db-ja.com

Kubuntu 16.04 + Bumblebeeがモジュール「マウス」のロードに失敗しました(モジュールが存在しない、0)

15.10からKubuntuをアップグレードし、bumblebee-nvidia nvidia-364をインストールしました

optirun glxgearsは機能していますが、Steamでゲームを実行できません

juin 18 15:15:10 kwaadpepper-pc bumblebeed[31999]: [ 1258.527072] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

juin 18 15:15:10 kwaadpepper-pc bumblebeed[31999]: [ 1258.527077] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.

juin 18 15:15:10 kwaadpepper-pc bumblebeed[31999]: [ 1258.527080] [WARN][XORG] (WW) Warning, couldn't open module mouse

juin 18 15:15:10 kwaadpepper-pc bumblebeed[31999]: [ 1258.527082] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

juin 18 15:15:46 kwaadpepper-pc bumblebeed[31999]: [ 1294.315083] [WARN][XORG] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.

juin 18 15:15:46 kwaadpepper-pc bumblebeed[31999]: [ 1294.315095] [WARN][XORG] (WW) Warning, couldn't open module mouse

juin 18 15:15:46 kwaadpepper-pc bumblebeed[31999]: [ 1294.315100] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

juin 18 15:15:46 kwaadpepper-pc bumblebeed[31999]: [ 1294.315106] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.

juin 18 15:15:46 kwaadpepper-pc bumblebeed[31999]: [ 1294.315109] [WARN][XORG] (WW) Warning, couldn't open module mouse

juin 18 15:15:46 kwaadpepper-pc bumblebeed[31999]: [ 1294.315111] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

Xserver-xorg-input-mouseをコンパイルしましたが、ABI 21に依存しているため、16.04のABI 22を使用してbumblebeeが動作しませんでした。

誰かがこれを持っていますか、ここに何か手掛かりがありますか?

インストールされているパッケージは次のとおりです https://launchpad.net/ubuntu/+source/xserver-xorg-input-mouse/1:1.9.1-1/+build/6508811

xenial AMD64パッケージはないので、xorg-input-abi-21に依存する意欲的なパッケージを使用しました。

2
Kwaadpepper

パッケージをインストールしないでください。

ファイル/etc/bumblebee/xorg.conf.nvidiaを編集して、bumblebeeを機能させるために次の画面セクションを追加します。

Section "Screen"
  Identifier "Default Screen"
  Device "DiscreteNvidia"
EndSection

(編集のためにファイルを開くには、Sudo kate /etc/bumblebee/xorg.conf.nvidiaを実行します)

Bumblebeeを再起動すると、正常に動作します。

4