gnome-control-center 显示中无用的“无法获取屏幕信息”-15.10

gnome-control-center 显示中无用的“无法获取屏幕信息”-15.10

当我尝试打开 Ubuntu 桌面 15.10 上的屏幕显示偏好设置时出现了一个非常无用的错误。

经过一番研究,我发现这可能与双显示器有关。我有一个较旧的 CRT 显示器插入板载视频端口,所以我决定拔下它并重新启动 X,sudo service lightdm restart但据我所知这没有任何效果。

我几乎没有可以看到任何日志输出,dmesg 似乎没有指示任何内容,并且使用watch find /var/log -cmin 1仅指示Xorg.0.log正在修改,这是我使用时发现的tail -n0 -f /var/log/Xorg.0.log

[  2519.885] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2519.885] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2519.885] (--) NVIDIA(GPU-0): 
[  2519.917] (--) NVIDIA(GPU-0): Ancor Communications Inc VE228 (DFP-0): connected
[  2519.917] (--) NVIDIA(GPU-0): Ancor Communications Inc VE228 (DFP-0):     Internal TMDS
[  2519.917] (--) NVIDIA(GPU-0): Ancor Communications Inc VE228 (DFP-0): 330.0 MHz maximum pixel clock
[  2519.917] (--) NVIDIA(GPU-0): 
[  2519.917] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2519.917] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  2519.917] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[  2519.917] (--) NVIDIA(GPU-0): 
[  2519.917] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  2519.917] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  2519.917] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[  2519.917] (--) NVIDIA(GPU-0): 
[  2519.917] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  2519.917] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  2519.917] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[  2519.917] (--) NVIDIA(GPU-0): 
[  2519.917] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  2519.917] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  2519.917] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[  2519.917] (--) NVIDIA(GPU-0): 
[  2519.917] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  2519.917] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  2519.917] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[  2519.917] (--) NVIDIA(GPU-0): 
[  2519.917] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  2519.917] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  2519.917] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[  2519.917] (--) NVIDIA(GPU-0): 
[  2519.917] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  2519.917] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  2519.917] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[  2519.917] (--) NVIDIA(GPU-0): 

我真的不知道我在这里做什么,但谷歌搜索表明 XRANDR 可能是这个难题的一个因素,所以我运行了它,这就是它的输出:

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
   1920x1080     60.00*+
   1680x1050     59.95  
   1600x1200     60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   640x480       75.00    72.81    59.94  
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)

我也尝试过运行sudo Xorg -configure :1,它可能会揭示一些有趣的东西,但我不知道哪种方式有效(我主观地选择修剪掉不有趣的部分,如果这有帮助请告诉我):

(++) Using config file: "/home/jonathan/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Number of created screens does not match number of detected devices.
  Configuration failed.
(EE) Server terminated with error (2). Closing log file.

在我安装显卡的 nVidia 驱动程序之前,它运行良好(巧合的是,那时我决定将另一台显示器插入另一个板载端口)。我安装了 nVidia 352.41 驱动程序。

相关内容