ไม่สามารถใช้การกำหนดค่าที่เก็บไว้สำหรับจอภาพ


18

ฉันใช้ Nvidia 7300 gt และ monitor-Acer V173w บน Ubuntu 64 บิต 10.04 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  (buildmeister@swio-display-x86-rhel47-04.nvidia.com)  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

คำตอบ:



0

ฉันได้รับปัญหาเดียวกันและคำตอบที่นี่ไม่ทำงานไม่ได้. config แต่ฉันแก้ไข

และนี่คือวิธีที่ฉันทำและแก้ไขให้ฉัน:

ครั้งแรกฉันไปที่ศูนย์ซอฟต์แวร์ Ubuntu และลบโปรแกรมล่าสุดที่ฉันติดตั้งหลังจากรีสตาร์ทครั้งแรกและไม่มีสิ่งใดเกิดขึ้นโปรแกรมที่สองคือโมโนและฉันก็ลบมันด้วย

ขั้นตอนที่สองฉันไม่ได้เริ่มระบบใหม่ฉันไปที่การตั้งค่าระบบจากนั้นฉันเลือกจอแสดงผลและหมุนภาพตามปกติและแก้ไขหน้าจอในตัวของฉันเพียงแก้ไขตัวเลือกของมันและหากคุณมีจอภาพอื่น ๆ สามารถเลือกได้ทั้งหมด

จากนั้นฉันเริ่มต้นใหม่และทุกอย่างก็โอเค

ฉันคิดว่ามันเป็นโปรแกรม แต่ก็อาจเป็นตัวเลือกการแสดงที่แก้ไขได้ ป้อนคำอธิบายรูปภาพที่นี่

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.