Você não parece estar usando o driver NVIDIA X. Por favor, edite seu arquivo de configuração X (apenas execute nvidia-xconfig como root), e reinicie o servidor X

6

Estou usando o Kubuntu 13.04 64-bit no meu notebook Dell Inspiron 17R.

$ lspci|grep VGA:
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M / GTX 660M LE] (rev a1)

Eu tentei instalar os drivers da NVIDIA, em primeiro lugar, do sistema / drivers adicionais, mas sem efeito, então eu fiz:

sudo apt-get purge nvidia* 
sudo apt-get autoremove nvidia-* 
sudo apt-get autoclean 
sudo apt-get autoremove 
sudo apt-get clean 
turned off all Additional Drivers from System/Additional drivers

sudo apt-get update && sudo apt-get dist-upgrade -y 
sudo add-apt-repository ppa:bumblebee/stable 
sudo apt-get update 
sudo apt-get install bumblebee virtualgl linux-headers-generic bumblebee-nvidia

restarted my laptop

sudo apt-get install kde-window-manager 
sudo apt-get install mesa-utils

e depois tentei:

# nvidia-xconfig nvidia-xconfig: no command found

Então eu fiz:

# apt-get install nvidia-common

mas novamente ....:

# nvidia-xconfig
nvidia-xconfig: no command found

depois de tudo isso, quando tentei:

nvidia-settings

ele me mostrou NOVAMENTE: You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run nvidia-xconfig as root), and restart the X server

Ajuda!

    
por mirx 10.10.2013 / 14:05

1 resposta

2

Parece que você não instalou o driver. Você já tentou:

apt-get install nvidia-current

antes de executar nvidia-xconfig ?

    
por Sander Steffann 10.10.2013 / 15:48