Problema Driver Nvidia GT 520M

To usando o [b]Linux Mint 14 Nadia[/b](kernel atual 3.5.0-17- generic x86_64) [b]Mate[/b] , tenho um notebook, com uma GEFORCE GT 520M (com Cuda) , não consigo instalar o driver, na verdade ele não reconhece o driver, tentei com um driver mais antigo e agora saiu um novo e instalei só que nada.

Rodei o comando

[b]sudo lspci[/b]
Dá pra ver que o sistema reconheçeu a placa de video, seque o print:

http://img855.imageshack.us/img855/2379/lspci.png

Ai instalei o driver mais recente da NVIDIA

[b]NVIDIA-Linux-x86_64-310.32.run[/b]

http://www.geforce.com/drivers/results/56283

Depois de instalado, rodei o comando

[b]sudo nvidia-settings[/b]

Na central do nvidia apareceu a seguinte mensagem:
[b]
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.[/b]

http://img713.imageshack.us/img713/4305/11403309.png

Seguindo o solicitado rodo o comando

[b]sudo nvidia-xconfig[/b]

A saida foi :

[b]Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
[/b]

Depois de reinicar o Xserver, eu tento abrir a central nvidia e aparece a mensagem mensagem :
[b]
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.[/b]

Não sei mais o que fazer, já tentei de tudo. Por favor me ajudem .

Comentários

  • editado março 2013
    Deixa u ti perguntar amigo você tem outra distro instalado ai na sua maquina?

    Primeiro tenta esse comando aqui:
    [code]sudo apt-get install linux-source[/code]
    [code]sudo apt-get install linux-headers-generic [/code]
    [code]sudo apt-get install nvidia-current-updates[/code]

    Ver si resolve.

    E me diz uma coisa qual e a resolução do seu monitor?
  • editado março 2013
    Na pasta /etc/X11

    tenho o xorg.conf


    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 304.51 ([email protected]) Tue Sep 18 18:26:36 PDT 2012

    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 310.14 (buildd@akhlut) Tue Oct 16 12:08:44 UTC 2012

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection

    Section "Files"
    EndSection

    Section "InputDevice"

    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"

    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection

    Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "AOC 716Vwy"
    HorizSync 30.0 - 83.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GT 520M"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "CRT-1"
    Option "metamodes" "nvidia-auto-select @1366x768 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Entre ou Registre-se para fazer um comentário.