скажите как восстанавливать эти удаленные пакеты,
А если все в том же синаптике попробывать, найти их (в поиске 'nvidia'), а затем поставить галочку, что бы они установились?
Дык, я не помню что я удалял. После скачивания glx для моего драйвера (180.51, скаченного с сайта NVidia), и его установки появилась возможность включить его в xorg'e. Вот мой конфиг:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nv"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "NoLogo" "True"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
Как видите стоит <Driver "nv"> так как с параметром "nvidia" выдает ошибку.
Может подскажете что это за симптом и как он лечится. Я пол темы облазил похожее есть, но не совсем.
А в Xorg.0.log следующие ероры:
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) -но я думаю это устаревшая строчка, т.к. щас на glx не ругается
Вото еще, похожее на баг:
(II) NV(0): EDID vendor "SAM", prod id 485
(II) NV(0): Probing for EDID on I2C bus 1...
(II) NV(0): I2C device "I2C1:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "I2C1:ddc2" removed.
(II) NV(0): ... none found
(--) NV(0): Trying load detection on VGA2 ... nothing.
Щас в принципе рабочий стол запускается, но никаких красивостей: драгающихся окон, полупрозрачности и т.д. нет. :-(