Ubuntu15.04 安装Geforce显卡驱动和CUDA

机器配置
i5-6500 + Geforce 9xx
Ubuntu 15.04 + CUDA 7.5

唯一难题
Ubuntu booting into console mode:
No need to change "/etc/default/grub" file or execute "sudo update-grub"

JUST execute " sudo systemctl set-default multi-user.target"
switch back to Graphical:
"sudo systemctl set-default graphical.target"

Reference: http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html

... ...
(TBC)

猜你喜欢

转载自erwinchow.iteye.com/blog/2293661