Eu tenho um sistema Xubuntu:
$ uname -a
Linux tnick-desktop 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:51:59 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 12.10
Release: 12.10
Codename: quantal
com uma placa de vídeo Nvidia:
$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation G96 [GeForce 9500 GT] (rev a1)
Quando instalei o Xubuntu e o driver atual da Nvidia, tudo correu bem. Consegui usar nvidia-settings
para configurar os monitores para mostrar uma vista lado a lado, salvei o arquivo xorg.conf
e tudo funcionou bem.
Alguns dias atrás, eu estava curioso sobre o Gerenciador de configurações > Seção de exibição . Eu fui procurar, não mudei nada e foi isso. No entanto, desde então, quando eu reinicio o sistema, o layout salvo em xorg.comf
não é aplicado, portanto, sempre que preciso usar nvidia-settings
, coloque-os lado a lado e aplique-o. Eu tentei usar
sudo nvidia-settings
mas isso não fez diferença (não que eu estivesse esperando, mas foi sugerido em uma pergunta aqui).
Eu também tentei
un-install - restart - install - restart - nvidia-settings, lay them out - restart
mas isso me deu telas pretas após o logo do Xubuntu, então, na terceira tentativa, voltou para a mesma visão em ambos os displays.
O conteúdo do arquivo xorg.conf
não muda entre as sessões:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 304.51 (buildd@batsu) Fri Oct 12 12:53:54 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 "LG Electronics L1942"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9500 GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-1"
Option "metamodes" "CRT: nvidia-auto-select +1920+0, DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Eu tentei instalar o driver binário Nvidia X.Org (versão 173), mas acabei com um erro muito em breve:
The following packages have unmet dependencies:
nvidia-173: Depends: x11-common (>= 1:7.0.0) but 1:7.7+1ubuntu4 is to
be installed
Depends: xorg-video-abi-12 but it is not going to be installed
Depends: xserver-xorg-core (>= 2:1.10.99.901) but 2:1.13.0-0ubuntu6.1 is to be installed
com uma mensagem Relatório de falhas detectado .
Além de reinstalar o sistema, o que mais devo tentar?