我进行了一些搜索,但无法确定我是否安装了英特尔显卡驱动程序,以确保使用的是英特尔显卡驱动程序而不是 Nvidia 驱动程序。我们都知道 Nvidia blob 在 Ubuntu 机器上有多糟糕。
Ubuntu 14.04.3 64 位和
英特尔® 酷睿™ i3-2330M 处理器
我检查了突触我已经安装了它xserver-xorg-video-intel
输出lspci | grep VGA
是
~$ lspci | grep VGA 01:00.0 VGA 兼容控制器:NVIDIA Corporation GF108M [GeForce GT 525M] (rev a1)
我运行的第二条命令lshw -c video
~$ lshw -c video
WARNING: you should run this program as super-user.
*-display
description: VGA compatible controller
product: GF108M [GeForce GT 525M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:32 memory:c2000000-c2ffffff memory:b0000000-bfffffff memory:c0000000-c1ffffff ioport:3000(size=128) memory:c3080000-c30fffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
确实希望完整安装英特尔图形驱动程序以充分利用其原生性能。
答案1
这就是我在讨论中发表评论的意思:
为了实现您的愿望 - 切换到英特尔显卡 -
您必须安装 NVIDIA 驱动程序和 Optimus 支持。
从 NVIDIA 短期分支 (355.11) 安装最新的当前稳定 NVIDIA 驱动程序:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-355 nvidia-prime
sudo reboot
重启后打开 NVIDIA Xserver 设置 -> PRIME 配置文件并选择英特尔。
注销并重新登录 - 检查 PRIME 配置文件 - 现在您正在使用英特尔显卡!