Как отключить NOUVEAU?

Я редактирую blacklist.conf blacklist.conf Я смотрю, какие модули ядра загружаются в настоящее время nouveau

Update_1:

lspci -k | grep -EA2 'VGA | 3D'
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Pegatron Device 20c6
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1)
Subsystem: Pegatron Device 20c6
03:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)

Update_2: Отредактировано этот файл:

lspci -k | grep -EA2 'VGA | 3D'

Section "Screen"
    Identifier  "Default Screen"
    DefaultDepth    24
EndSection        

Section "Device"
    Identifier  "Default Device"
    Driver  "nvidia"
    Option  "NoLogo"    "True"
EndSection

Section "Module"
    Load    "glx"
EndSection
lspci -k | grep -EA2 'VGA | 3D'
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    Subsystem: Pegatron Device 20c6
    Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1)
    Subsystem: Pegatron Device 20c6
    Kernel driver in use: nvidia
1
задан 5 December 2015 в 19:34

1 ответ

Вам нужно установить драйверы Nvidia, выполнив:

sudo apt-get install nvidia-352
0
ответ дан 23 May 2018 в 15:16

Другие вопросы по тегам:

Похожие вопросы: