LINUX.ORG.RU

Ubuntu 11.10, Gnome 3 слетела тема nautilus


0

1

Добрый день, предыстория Ubuntu 11.10 + 2 монитора + выбор карточки

более подробно: была установлена видео карта Nvidia 520, подключено 2 монитора... Первый день полет нормальный, сегодня утром включил компьютер и получаю http://s018.radikal.ru/i519/1201/cc/8c86a5c5a810.jpg ну говорят что это не страшно, однако http://s017.radikal.ru/i433/1201/39/d8b545d81551.jpg портит все

как вернуть предыдущую тему оформления наутилуса? Какие конфиги нужны?

roman@roman-System-Product-Name:~$ cat /etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 280.13  (buildd@rothera)  Fri Aug  5 12:28:41 UTC 2011

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      "Ancor Communications Inc VW195"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

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

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "CRT-0: 1440x900 +0+0, CRT-1: 1024x768 +1440+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Иногда помогает просто рестартовать иксы или перезагрузиться

eagleivg ★★★★★
()
Ответ на: комментарий от anonymous

Если бы все было так просто, то не спрашивал бы... Вся проблема в xorg.conf, листинг выше... когда его удаляю все норм, но не работает 2 монитор

Sky4eg
() автор топика
Ответ на: комментарий от Sky4eg

Пересоздай xorg.conf через драйвера nvidia, насколько помню именно это помогает. Чтоб это сделать надо конфигуратор драйвера запустить от рута - иначе фиг что запишет. Настраиваешь там все как тебе надо, убеждаешься, что заработало и потом НЕ забываешь нажать кнопочку - залить все в xorg.conf

aleks13
()
Ответ на: комментарий от aleks13

Перенастраивал несколько раз, один раз даже запарол даже пришлось через рекавери восстанавливаться... Отваливается только стиль наутилуса, все остальное работает пректрасно

Sky4eg
() автор топика
Ответ на: комментарий от Sky4eg

Меня почему-то смущает вот этот кусок

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Ancor Communications Inc VW195"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

И отсутствие в xorg'е описания физических мониторов.

Вот для примера мой многострадальный xorg.conf, который пережил не один комплект мониторов и далеко не одну видеокарту.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 270.29  (buildd@allspice)  Fri Feb 25 14:42:07 UTC 2011

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Fri Mar 12 02:12:40 PST 2010
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
#
#    # generated from default
#    Identifier     "Mouse0"
#    Driver         "mouse"
#    Option         "Protocol" "auto"
#    Option         "Device" "/dev/psaux"
#    Option         "Emulate3Buttons" "no"
#    Option         "ZAxisMapping" "4 5"
#EndSection
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
#
#    # generated from default
#    Identifier     "Keyboard0"
#    Driver         "kbd"
#EndSection

Section "ServerLayout"

# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#    InputDevice    "Keyboard0" "CoreKeyboard"
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#    InputDevice    "Mouse0" "CorePointer"
    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     "Keyboard0"
    Driver         "kbd"
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 "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "ACER V243H"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 580"
    BusID          "PCI:3:0:0"
EndSection

Section "Screen"

# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: nvidia-auto-select +1280+0"
# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: nvidia-auto-select +1280+124"
# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: 1440x900 +1280+124"
# Removed Option "metamodes" "CRT: 1280x1024_75 +0+0, DFP: 1440x900_75 +1280+124"
# Removed Option "metamodes" "DFP-0: 1920x1080 +0+0, DFP-2: 1920x1080 +1920+0"
# Removed Option "metamodes" "DFP-0: 1920x1080 +0+0, DFP-2: 1920x1080 +1920+0; DFP-0: 1920x1080 +1920+0, DFP-2: 1920x1080 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "DFP-0: 1920x1080 +1920+0, DFP-2: 1920x1080 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
aleks13
()
Ответ на: комментарий от aleks13

Только не говори, что то что я выделил из твоего xorg'а есть реальное описание твоего монитора, а то я как-то даже и не знаю таких.

А вобще сравни с моим - конфигурации практически идентичные.

aleks13
()
Ответ на: комментарий от aleks13

И этааа, версия топлива драйверов какая и откуда ставил? У меня стоят самые свежие с оффсайта, недавно переставил, когда после удаления второй видюхи случилась какая-то пичалька и все стало совсем некрасивым - свежие драйвера все вылечили.

aleks13
()
Ответ на: комментарий от aleks13

У меня вот такой http://www.asus.com/Display/LCD_Monitors/VW195D/ монитор основной. Драйвера Ставил менеджером драйверов, с офф сайта страшно ставить, вчера и так своими эксперементами на час компьютер в отключку отправил...

Sky4eg
() автор топика
Ответ на: комментарий от aleks13

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
и проблема решена полностью =)

Sky4eg
() автор топика
23 апреля 2012 г.
Ответ на: Абсолютно та же беда от anonymous

В 12.04 этой проблемы нет, в 11.10 решается установкой драйверов с ппа указанного выше

Sky4eg
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.