LINUX.ORG.RU

nvidia и иксы


0

0

После ребута не стартуют иксы. В /var/log/Xorg.0.log пишет следующее:

------------------------
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0):     that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0):     that the NVIDIA device files have been created properly.
(EE) NVIDIA(0):     Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
------------------------

хотя lsmod показывает, что nvidia загружен. После rmmod nvidia и перезапуска kdm иксы запускаются.

Что сделать, чтобы не приходилось при каждой загрузке производить эти манипуляции?
★★★

Видюха - GeForce 7000m (acer aspire 4220), драйвер проприетарный 10.14.23, дистр - Kubuntu 7.10

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

/etc/X11/xorg.conf

прописать как тут

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "Device"
Identifier "nVidia Corporation G80 [GeForce 8800 GTS]"
Busid "PCI:1:0:0"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce FX - GeForce 8800"
Driver "nvidia"
Option "DPMS"
Option "RenderAccel" "false"
Option "AddARGBGLXVisuals"
Screen 0
EndSection

Эту секцию смотри сам как пропишешь, настройки монитора

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G80 [GeForce 8800 GTS]"
Monitor "Универсальный монитор"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x1024@60" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" " 640x480@60"
EndSubSection
EndSection

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

Section "Module"
    Load           "glx"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    Option         "DPMS"
    DisplaySize    338.0 211.0
EndSection

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x800" "1024x768" "800x600"
    EndSubSection
EndSection

Чего именно здесь не хватает?

Еще раз говорю, после rmmod nvidia иксы запускаются нормально. С тем же конфигом.

friday ★★★
() автор топика

при загрузке не создаются устройства /dev/nvidia*

udev? надо переустанавливать драйвера - nvidia-install.

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

при загрузке создается /dev/nvidiactl (195,255). После перезагрузки модуля появляется еще /dev/nvidia0 (195,0)

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