[SOLVED]проблемы при установке драйверов NVIDIA

решил поставить сиё чудо

делаю:
pacman -S nvidia
в /etc/X11/xorg.conf
в модулях отключаю GLcore и DRI, включаю glx.
в /etc/rc.conf в модули добавляю nvidia
перегружаюсь, во время зарузки вижу сообщение что модуль нвидиа не загружен.
Запускаю иксы, запускаются, выключаю и вижу сообщение что glx не может быть загружен т.к. модуль нвидиа не найден.
Карточка у меня 6600, я не совсем разобрался в драйверах, там есть nvidia-96xx ещё, я пробовал ставить и их.

Кто нибудь сталкивался ?
для 6600 нужен именно nvidia.
в rc.conf добавлять не нужно.
в Xorg.conf драйвер написать nvidia.
см вики
такие дела.
Дык по вики и делал всё. Сейчас ещё раз попробую именно с нвидиа.
да, ещё! 19-е драйвера предполагают 23-е ядро!
такие дела.
у меня 22, что мне делать ? :(
Без обновления ядра не обойтись?

пробовал pacman -S nvidia при запуске иксов ошибка, вот конец лога:
(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
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: “nvidia”
(II) UnloadModule: “ramdac”
(II) UnloadModule: “wfb”
(II) UnloadModule: “fb”
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
не обойтись
такие дела.
поставил ядро pacman -S kernel26
pacman -R nvidia
pacman -S nvidia
nvidia-xconfig
startx
получаю теже ошибки что и с 22 ядром
если интерестно uname -r даёт 23 версию, то есть с ядром всё ОК.
Xorg.conf покажите
такие дела.
Section “ServerLayout”
Identifier    “X.org Configured”
Screen      0  “Screen0” 0 0
InputDevice    “Mouse0” “CorePointer”
InputDevice    “Keyboard0” “CoreKeyboard”
EndSection

Section “Files”
RgbPath      “/usr/share/X11/rgb”
ModulePath  “/usr/lib/xorg/modules”
FontPath    “/usr/share/fonts/misc”
FontPath    “/usr/share/fonts/100dpi:unscaled”
FontPath    “/usr/share/fonts/75dpi:unscaled”
FontPath    “/usr/share/fonts/TTF”
FontPath    “/usr/share/fonts/Type1”
EndSection

Section “Module”
Load  “xtrap”
Load  “dbe”
Load  “record”
Load  “extmod”
# Load  “dri”
# Load  “GLcore”
Load  “glx”
Load  “type1”
Load  “freetype”
EndSection

Section “InputDevice”
Identifier  “Keyboard0”
Driver      “kbd”
Option     “XkbRules” “xorg”
Option     “XkbModel” “pc101”
Option     “XkbLayout” “us,ru”
Option     “XkbOptions” “grp:lalt_toggle”
Option     “XkbVariant” “winkeys”
EndSection

Section “InputDevice”
Identifier  “Mouse0”
Driver      “mouse”
Option     “Protocol” “auto”
Option     “Device” “/dev/input/mice”
Option     “ZAxisMapping” “4 5 6 7”
EndSection

Section “Monitor”
Identifier  “Monitor0”
VendorName  “Monitor Vendor”
ModelName    “Monitor Model”
EndSection

Section “Device”

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: “True”/“False”,
        ### <string>: “String”, <freq>: “<f> Hz/kHz/MHz”
        ### : arg optional
        #Option    “ShadowFB”          #
        #Option    “DefaultRefresh”    #
        #Option    “ModeSetClearScreen” #
Identifier  “Card0”
Driver      “nvidia”
VendorName  “nVidia Corporation”
BoardName  "NV43 “
BusID      ”PCI:1:0:0“
EndSection

Section ”Screen“
Identifier ”Screen0“
Device    ”Card0“
Monitor    ”Monitor0“
SubSection ”Display“
Viewport  0 0
Depth    1
EndSubSection
SubSection ”Display“
Viewport  0 0
Depth    4
EndSubSection
SubSection ”Display“
Viewport  0 0
Depth    8
EndSubSection
SubSection ”Display“
Viewport  0 0
Depth    15
EndSubSection
SubSection ”Display“
Viewport  0 0
Depth    16
EndSubSection
SubSection ”Display“
Viewport  0 0
Depth    24
EndSubSection
EndSection

#Section ”DRI"
# Group        0
#EndSection
погуглил, нашёл что в дебиане nvidia.ko должен лежать в /lib/modules/2.6.22-2-k7/nvidia/ у меня же он лежит в /lib/modules/2.6.23-ARCH/kernel/drivers/video/nvidia.ko
там ли где надо лежит у меня модуль?
 
Зарегистрироваться или войдите чтобы оставить сообщение.