我有一台三星 NP-QX411。它有兩種顯示卡,Intel 和 nVidia。很快就找到了英特爾驅動程式並且功能齊全。但是nVidia,我嘗試以不同的方式安裝多個驅動程式。但如果沒有成功我就無法運行它。我不明白 Ubuntu 如何預設切換混合圖形選項。我該怎麼辦?
答案1
嘗試使用ironhide(從bumblebee分叉)來同時使用intel和nvidia卡:
對於 Ironhide(Ubuntu Natty/Oneiric 說明):
sudo apt-get remove bumblebee
重啟
sudo apt-get install dialog
或者
sudo apt-get install cdialog
然後
sudo apt-add-repository ppa:mj-casalogic/ironhide
sudo apt-get update && sudo apt-get install ironhide
對於 WebGL 基準測試,請安裝 google-chrome 或使用
支援 WebGL 的瀏覽器,可以嘗試使用/不使用 optirun 和
在郵件清單上報告 FPS 值:
optirun google-chrome http://webglsamples.googlecode.com/hg/aquarium/aquarium.html
# close window
google-chrome http://webglsamples.googlecode.com/hg/aquarium/aquarium.html
答案2
https://wiki.ubuntu.com/Bumblebee 安裝已經 更新於 26/04/2013。
Bumblebee 旨在為 GNU/Linux 發行版的 NVIDIA Optimus 筆記型電腦提供支援。使用 Bumblebee,您可以使用 NVIDIA 卡渲染圖形,該圖形將使用 Intel 卡顯示。
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee virtualgl linux-headers-generic
重啟
用法
要使用在終端機中運行的獨立 NVIDIA 卡來運行應用程式:
optirun [options] <application> [application-parameters]
例子:
optirun firefox
有關 optirun 運行的選項清單:
optirun --help