Wily (15.10) exibe a tela preta na inicialização. é problema de driver Nvidia?

0

Eu apenas atualizei meu ubuntu de 14.10 para 15.10 (astuto), mas o ubuntu apenas exibe uma tela preta e não pode exibir a tela de login. Eu suspeito que é um problema de driver da Nvidia, então eu mudei para tty1 e descobri que existem alguns erros no arquivo /var/log/Xorg.0.log.
Eu já tenho nvidia driver ppa instalado (tanto para astuto e utópico), e eu também tentei atualizar driver nvidia por este:
sudo apt-get update
sudo apt-get install nvidia-340
Mas me disse "nvidia-340 já é a versão mais recente". O problema que causa tela preta? E como devo fazer? BTW, meu cartão nvida é Quadro K620. Abaixo estão alguns fragmentos de Xorg.0.log:

[ 13.491] (II) Module glx: vendor="NVIDIA Corporation"
[ 13.491] compiled for 4.0.2, module version = 1.0.0
[ 13.491] Module class: X.Org Server Extension
[ 13.491] (II) NVIDIA GLX Module 340.76 Thu Jan 22 11:24:42 PST 2015
.....
[ 13.491] (EE) Failed to load module "nouveau" (module does not exist, 0)
.....
[ 13.491] (EE) Failed to load module "fbdev" (module does not exist, 0)
.....
[ 13.491] (EE) Failed to load module "vesa" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "nouveau" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "fbdev" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 13.492] (II) NVIDIA dlloader X Driver 340.76 Thu Jan 22 11:03:05 PST 2015
[ 13.492] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13.492] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
.....
[ 13.494] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 13.494] (EE) NVIDIA: system's kernel log for additional error messages and
[ 13.494] (EE) NVIDIA: consult the NVIDIA README for details.
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (WW) Falling back to old probe method for modesetting
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) Screen 0 deleted because of no matching config section.
[ 13.494] (II) UnloadModule: "modesetting"
[ 13.494] (EE) Screen 0 deleted because of no matching config section.
[ 13.494] (II) UnloadModule: "modesetting"
[ 13.494] (EE) Device(s) detected, but none match those in the config file.
[ 13.494] (EE)
Fatal server error:
[ 13.494] (EE) no screens found(EE)
[ 13.494] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 13.494] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 13.494] (EE)
[ 13.643] (EE) Server terminated with error (1). Closing log file.

    
por jin hui 22.11.2015 / 14:15

1 resposta

0

Provavelmente o nvidia-340 não é compatível com o novo kernel.

Sua placa é suportada pelo driver nvidia-352. Instale por:

sudo apt-get install nvidia-352
    
por Pilot6 22.11.2015 / 14:17