我刚订购了 Nvidia GTX 卡。不过,我有一个进退两难的问题。我应该继续使用 Ubuntu 中“附加驱动程序”中提供的驱动程序,还是应该从 Nvidia 站点安装驱动程序?
那么哪个司机最适合我呢?
我在将 Ubuntu 15.10 升级到 16.04 后遇到显示问题时发布了这个问题。我进入“附加驱动程序”并注意到这一点:
我想知道清除当前的驱动程序并再次“重新安装”它们是否有助于检测我系统上的图形硬件。有关信息,我的系统是 Lenovo X220 Thinkpad:i5 2420M 6Gb RAM Onboard Graphic Card
任何建议都会有很大帮助。非常感谢,
我的风扇在用力吹,而我的 cpu 温度是 32 度
我尝试了很多方法来控制我的风扇。
更改了 grub 文件
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi= pci=noacpi"
Run Code Online (Sandbox Code Playgroud)
_
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=\"Linux\""
Run Code Online (Sandbox Code Playgroud)
冉sensors-detect:
To load everything that is needed, add this to /etc/modules:
#----cut here----
# Chip drivers
coretemp
#----cut here----
If you have some drivers built into your kernel, the list above will
contain too many modules. Skip the appropriate ones!
Do you want to add these lines automatically to /etc/modules? (yes/NO)
Unloading i2c-dev... OK
Unloading i2c-i801... OK
Unloading cpuid... OK
Run Code Online (Sandbox Code Playgroud)
冉 …