Problema resolvido. Precisa desabilitar o otimus do BIOS. Então tudo funciona bem.
Eu acabei de fazer uma nova instalação do Ubuntu 12.04 LTS e instalei os drivers da nvidia em seu site (304.60 Latest Long Lived Branch).
Eles simplesmente não estão funcionando. A resolução caiu para 640x540 ou algo assim. Eu corro sudo nvidia-xconfig ficando como resultado:
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'
mas quando eu tento abrir as configurações com nvdia-settings eu recebo:
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.
Por isso, reinicio o servidor X (sudo restart lightdm), mas mais uma vez obtenho os mesmos resultados.
Aqui está o meu arquivo xorg.conf:
memecs@memecs-drz:~$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.60 ([email protected]) Sun Oct 14 21:34:47 PDT 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
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"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Qualquer ajuda é muito apreciada. Obrigado!
Problema resolvido. Precisa desabilitar o otimus do BIOS. Então tudo funciona bem.