无法应用显示器的存储配置

无法应用显示器的存储配置

我在 64 位 Ubuntu 10.04 上使用 Nvidia 7300 gt 和显示器 Acer V173w。Compiz 和 Emerald 运行良好,但在进入 GUI 时,我总是收到以下消息:
“无法应用显示器的存储配置,找不到合适的屏幕配置”

为什么我总是收到这个,是不是显示器配置有问题或者用了pci-e?

在此处输入图片描述

root@dellph1-desktop:/# xrandr
Screen 0: minimum 320 x 240, current 1440 x 900, maximum 1440 x 900
default connected 1440x900+0+0 0mm x 0mm
   1440x900       50.0* 
   1024x768       51.0     58.0     59.0  
   1360x768       52.0     53.0  
   1152x864       54.0     55.0     56.0     57.0  
   960x600        60.0  
   960x540        61.0  
   896x672        62.0  
   840x525        63.0     64.0     65.0     66.0  
   832x624        67.0  
   800x600        68.0     69.0     70.0     71.0     72.0     73.0  
   800x512        74.0  
   720x450        75.0  
   680x384        76.0     77.0  
   640x512        78.0     79.0  
   640x480        80.0     81.0     82.0     83.0  
   576x432        84.0     85.0     86.0     87.0  
   512x384        88.0     89.0     90.0  
   416x312        91.0  
   400x300        92.0     93.0     94.0     95.0  
   320x240        96.0     97.0     98.0  
root@dellph1-desktop:/# 

=== xorg.conf

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 260.19.29  ([email protected])  Wed Dec  8 12:27:27 PST 2010


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: xconfig, VertRefresh source: xconfig
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Acer V173W"
    HorizSync       30.0 - 83.0
    VertRefresh     55.0 - 75.0
    Option         "DPMS"
EndSection

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

Section "Screen"

# Removed Option "metamodes" " 1440x900_60 +0+0; 1280x1024 +0+0"
# Removed Option "metamodes" "1440x900 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1440x900_75 +0+0; 1440x900 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

答案1

消除~/.config/monitors.xml

答案2

我遇到了同样的问题,这里的答案不起作用,没有.config,但我修复了它

这是我所做的方法,它解决了我的问题:

首先,我进入 Ubuntu 软件中心,删除了我安装的最后一个程序,第一个程序重新启动后,什么也没发生,第二个程序是 mono,我也删除了它

第二步,我没有重新启动,我进入系统设置,然后我选择显示器并使旋转正常并选择我的内置显示器,只需编辑它的选项,如果你有其他显示器可以选择全部低或其他

然后我重新启动,一切恢复正常

我认为是程序的问题,但也可能是显示选项的问题,它修复了这个问题。 在此处输入图片描述

答案3

我所要做的就是打开“显示”并按“应用” 显示工具

现在配置文件.config/monitors.xml已经重写正确了!

相关内容