Aba vazia de drivers adicionais após a instalação da nvidia-319 e problema com nvidia-settings

3

Acabei de instalar o Ubuntu 13.10 x64. Depois de instalar nvidia-319-updates e nvidia-settings-319-updates eu não tenho nada na guia de drivers adicionais de software e atualizações. Além disso, quando eu corro nvidia-settings eu recebo isso:

  

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

Eu não tenho nvidia-xconfig

/var/log » sudo nvidia-xconfig
sudo: nvidia-xconfig: command not found

/var/log »      dpkg -l |grep nouveau ; dpkg -l |grep nvidia                                                                                                                                    d21d3q@zkomp
ii  libdrm-nouveau2:amd64                     2.4.46-1ubuntu1                          amd64        Userspace interface to nouveau-specific kernel DRM services -- runtime
ii  xserver-xorg-video-nouveau                1:1.0.9-2ubuntu1                         amd64        X.Org X server -- Nouveau display driver
ii  bumblebee-nvidia                          3.2.1-3                                  amd64        NVIDIA Optimus support using the proprietary NVIDIA driver
ii  nvidia-319-updates                        319.60-0ubuntu1                          amd64        NVIDIA binary Xorg driver, kernel module and VDPAU library
ii  nvidia-common                             1:0.2.83                                 amd64        transitional package for ubuntu-drivers-common
ii  nvidia-cuda-dev                           5.0.35-7ubuntu1                          amd64        NVIDIA CUDA development files
ii  nvidia-cuda-doc                           5.0.35-7ubuntu1                          all          NVIDIA CUDA and OpenCL documentation
ii  nvidia-cuda-gdb                           5.0.35-7ubuntu1                          amd64        NVIDIA CUDA GDB
ii  nvidia-cuda-toolkit                       5.0.35-7ubuntu1                          amd64        NVIDIA CUDA toolkit
ii  nvidia-opencl-dev:amd64                   5.0.35-7ubuntu1                          amd64        NVIDIA OpenCL development files
ii  nvidia-profiler                           5.0.35-7ubuntu1                          amd64        NVIDIA Profiler for CUDA and OpenCL
ii  nvidia-settings-319-updates               319.60-0ubuntu1                          amd64        Tool for configuring the NVIDIA graphics driver
ii  nvidia-visual-profiler                    5.0.35-7ubuntu1                          amd64        NVIDIA Visual Profiler

EDITAR

$ sudo apt-get install nvidia-current
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nvidia-current : Depends: xorg-video-abi-11 but it is not installable or
                           xorg-video-abi-12 but it is not installable or
                           xorg-video-abi-13 but it is not installable
                  Recommends: nvidia-settings-current but it is not installable
E: Unable to correct problems, you have held broken packages.

EDITAR

depois de fazer mais algumas bagunças com os drivers que eu reinstalei o sistema (eu encontrei esta opção mais rápida do que jogar com drivers), mas ainda guia adicional de drivers está vazia. Instalar 'nvidia-319-updates' causa tela preta após o login (com xorg.conf removido, sem remover eu tenho resolução extremamente baixa e também tela preta)

EDITAR

tela preta foi causada bu este bug este bug . agora funciona, mas 'nvidia-settings' está vazio (mas não há informação de que eu não estou usando drivers nvidia então eu acho que eles estão ok)

Além disso, a guia de drivers adicionais ainda está vazia:

    
por d21d3q 08.01.2014 / 16:14

1 resposta

0

Tente instalar:

sudo apt-get install nvidia-current

Deve ajudar.

Editar:

Tente:

sudo apt-get remove --purge nvidia-319-updates
sudo apt-get remove --purge nvidia-settings-319-updates
sudo apt-add-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-331

e reinicie

    
por Frost 08.01.2014 / 16:21