web-dev-qa-db-ja.com

Ubuntu 12.04でのBumblebeeのインストールに関する問題

Ubuntu 12.04でのbumblebeeのインストールに問題があります。このコードを使用してインストールすると、ターミナルに次のメッセージが表示されます。

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package bumblebee is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'bumblebee' has no installation candidate
E: Unable to locate package bumblebee-nvidia

最後の2行には問題があります。

前もって感謝します、
トム

1
tom

まず、ソフトウェアソースを確認することをお勧めします。 Bumblebeeに関連するものをすべて削除し、次の手順を実行します。

Ubuntu 12.04でのBumblebeeのインストール

ターミナルを開き、次のコマンドを入力します。

  • Sudo add-apt-repository ppa:bumblebee/stable && Sudo apt-get update
  • Sudo apt-get install bumblebee

buntuはOptimusテクノロジーを備えたNVIDIA GeForceをサポートしていますか?

2
funkeh