Nic*_*fan 3 nvidia multiple-monitors 12.10
我有一个 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
Run Code Online (Sandbox Code Playgroud)
使用 Nvidia 显卡:
$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation G96 [GeForce 9500 GT] (rev a1)
Run Code Online (Sandbox Code Playgroud)
当我第一次安装 Xubuntu 和 Nvidia 的当前驱动程序时,一切正常。我能够用来nvidia-settings配置显示器以显示并排视图,保存xorg.conf文件并且一切正常。
几天前,我对Settings Manager > Display 部分很好奇。我去寻找,没有改变任何东西,就是这样。然而,从那以后,当我重新启动系统时,保存的布局xorg.comf没有应用,所以每次我必须使用时nvidia-settings,将它们并排放置并应用它。我尝试使用
sudo nvidia-settings
Run Code Online (Sandbox Code Playgroud)
但这并没有什么区别(不是我所期望的,而是在这里的一个问题中提出的)。
我也试过
un-install - restart - install - restart - nvidia-settings, lay them out - restart
Run Code Online (Sandbox Code Playgroud)
但这在 Xubuntu 徽标后给了我黑屏,然后在第三次尝试时,在两个显示器上返回到相同的视图。
xorg.conf文件的内容在会话之间不会改变:
# 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
Run Code Online (Sandbox Code Playgroud)
我尝试安装 Nvidia 二进制 X.Org 驱动程序(版本 173),但很快就出现错误:
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
Run Code Online (Sandbox Code Playgroud)
带有崩溃报告检测到的消息。
除了重装系统,我还应该尝试什么?
据我了解,Ubuntu 的读取方式xorg.conf在最近的版本中发生了变化。对我有用的是将“好”xorg.conf文件放入
/usr/share/X11/xorg.conf.d/
并重新启动或注销并重新登录。
我仍然没有完全弄清楚,但我相信在启动时,Ubuntu 会在那里寻找任何 X 设置覆盖。有一个完整的xorg.conf文件可能不是这个想法,但它对我有用。
我认为问题在于,来自 Nvidia 或 Ati 的设置管理器将其更改保存到/etc/xorg.conf但 Ubuntu 不会动态更新任何自己的文件......类似的东西。
抱歉,如果这不是科学上正确的解决方案,但我相信这可能是一种解决方法,或者至少可以为您提供一些进一步调查的指导。
特比博士
| 归档时间: |
|
| 查看次数: |
3375 次 |
| 最近记录: |