我最近在我的戴尔Inspiron 157559上安装了Ubuntu16.04。
规格:
除了我的英伟达卡外,一切正常。我尝试过安装许多版本,这都会导致低图形模式错误。我最近尝试了v384驱动程序,我的系统正常启动,我以为我成功了,但我错了。我的附加驱动程序页面显示我已经选择了nvidia 384,但是nvidia x服务器是空的,系统信息仍然显示我正在运行Intel Skylake。
我怎么才能解决这个问题?
发布于 2017-08-29 04:05:44
我终于自己找到了答案。
对于那些遇到同样问题的人,您必须安装bumblebee
以支持optimus。我使用了这个YouTube视频中的说明,它对我起了作用。
sudo apt-add-repository ppa:graphics-drivers
sudo apt-add-repository bumblebee/testing
sudo apt-add-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install nvidia-367 # or install the newest version if there is a newer one
sudo bumblebee-nvidia bbswitch-dkms prime-indicator
sudo prime-select intel
sudo reboot
https://askubuntu.com/questions/950755
复制相似问题