LINUX.ORG.RU

Проблемы с nVidia в Fedora 8


0

0

Устанавливаю драйверы livna kmod-nvidia-96xx (у меня GeForce2 GTS), после установки не грузятся иксы с ошибкой:

(II) Module already built-in FATAL: Error inserting nvidia (/lib/modules/2.6.23.14-107.fc8/extra/nvidia-96xx/nvidia.ko): No such device (EE) NVIDIA(0): Failed to load the NVIDIA kernel module! (EE) NVIDIA(0): *** Aborting *** (EE) Screens(s) found, but none have a usable configuration.

Fatal server error: no screens found

xorg.conf такой:

# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files" EndSection

Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection

Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection

Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection

Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection

Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection

Section "Device" Identifier "nVidia Corporation NV15 [GeForce2 GTS/Pro]" Driver "nvidia" Busid "PCI:1:0:0" Option "NoLogo" "True" Option "AllowGLXWithComposite" "True" EndSection

Section "Monitor" Identifier "VX700-3" Option "DPMS" Horizsync 30-83 Vertrefresh 50-75 EndSection

Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NV15 [GeForce2 GTS/Pro]" Monitor "VX700-3" Defaultdepth 24 SubSection "Display" Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection

Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" Inputdevice "Generic Keyboard" Inputdevice "Configured Mouse" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" EndSection Section "Extensions" Option "Composite" "Disable" EndSection Section "Module" Load "glx" EndSection

xorg.conf конечно не тот прикрепил (это я уже экспериментировал) но суть в том, что со стандартным (от livna) иксы не запускаются

j6apxat
() автор топика

less /usr/share/doc/NVIDIA_GLX-1.0/README.txt

Below are the legacy GPUs that are no longer supported in the unified driver.
These GPUs will continue to be maintained through the special legacy NVIDIA
GPU driver releases.


    NVIDIA chip name                      Device PCI ID
    ----------------------------------    ----------------------------------
    RIVA TNT                              0x0020
    RIVA TNT2/TNT2 Pro                    0x0028
    RIVA TNT2 Ultra                       0x0029
    Vanta/Vanta LT                        0x002C
    RIVA TNT2 Model 64/Model 64 Pro       0x002D
    Aladdin TNT2                          0x00A0
    GeForce 256                           0x0100
    GeForce DDR                           0x0101
    Quadro                                0x0103
    GeForce2 GTS/GeForce2 Pro             0x0150
    GeForce2 Ti                           0x0151
    GeForce2 Ultra                        0x0152
    Quadro2 Pro                           0x0153

Используй более ранний(http://www.nvidia.com/object/linux_display_x86_71.86.04.html), тем более, что он недавно обновился.

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

http://fedorasolved.org/video-solutions/nvidia-yum-livna/

96xx Kernel Module Installation

The new 1.0-97xx series from nVidia drops support for any card with a chipset below NV30, such as all GeForce2 and GeForce4 cards. However don't worry! Livna has forked the original xorg-x11-drv-nvidia and kmod-nvidia packages to create ones named xorg-x11-drv-nvidia-96xx and kmod-nvidia-96xx. These will be kept at the 96xx series of drivers and the original driver will be updated to the 97xx series.

плюс в legacy же кажется не работает glx, а значит и compiz и прочие радости.

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

Ну как видишь - "No such device" говорит о том, что не поддерживается, скорее всего. Запусти "X -verbose 10 -logverbose 10 >output 2>&1" и внимательно изучи файл output. Там дрова тебе всё сами напишут.

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

С дровами легаси nvidia display setting пишет "The OpenGL extension GLX is not supported by the X server or there was a problem retrieving GLX information from the X server". Да, и еще: после установки этих дров поменять разрешение на больше, чем 800х600 можно только правкой xorg?

j6apxat
() автор топика

взял конфиг, который приводил выше (он кстати от убунту, где сразу работал и opengl и compiz), вроде как GLX заработал, но Desktop Effects все равно не включаются

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

[sanja@amigo ~]$ cat /etc/X11/xorg.conf && lsb_release -d
.........................................................
Section "Module"
    Load           "glx"
    Load           "extmod"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
EndSection

Section "Screen"
    ...............
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
    ...............
        Depth       24
    ...............
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Description:    Fedora release 8 (Werewolf)
[sanja@amigo ~]$ 


Всё-ли так прописано у тебя в иксовом конфиге?

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

на 96хх как раз иксы и не запускаются, об этом тема )

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

добавил

Load "extmod" в modules и Option "AddARGBGLXVisuals" "True" в screen

При включении Desktop effects у окон пропадают заголовки, и все висит (линукс висит! :) )

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

ну фиг знает, что у тебя, глубина цвета точно 24 бита?

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

выскажу крамольный совет, ибо сейчас табуретки полетят в меня, снеси репозитарные дрова и ядерный модуль и поставь драйвер с нвидиа и посмотри на эффект

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

беда в том что на сайте нвидии дров 96хх вообще нет, а легаси (по сути те же, что стоят сейчас), почему-то не собрались. вернее не получилось активировать модуль nvidia.ko.

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

Не ипите мозг советами загадить систему в обход пакетного менеджера.

2автор - допили ливну, всего-лишь логи надо почитать.

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

На легаси дровах нет поддержки GLX_TFP, соответственно, AddARGBGLXVisuals добавлять бесполезно. Делай Desktop Effects через XGL.

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

Если такой умный, расскажи, как например быть мне, если полностью
следовать советам, которые ты даёшь направо и налево:
"обновить биос и только репозитарные пакеты"?
На ка тебе реальную ситуацию:
Ровербук Про 500 - при обновлении биоса, всё, что выше 2.6.21
устанавливается только 64 битные версии - с любыми параметрами ядра
32 битные дистрибутивы линукса не ставятся, оно мне надо? - поэтому
откатился на старый биос, а поступи я как ты советуешь?
Далее:
[sanja@amigo ~]$ uname -r && lsb_release -d && glxinfo|grep OpenGL
2.6.23.14-115.fc8
Description:    Fedora release 8 (Werewolf)
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce Go 6100/PCI/SSE2/3DNOW!
OpenGL version string: 2.1.1 NVIDIA 100.14.23

Найди ка мне в репозитариях драйвер 100.14.23 ? А, или мне тебе ещё запостить вывод
sudo yum info
сам знаешь, что нет, для чего мне нужен такой драйвер?
А вот такая железяка хитрая, этот Ровер/Клево - представь, на всех
169.хх
171.хх
создают интересный эффект - через раз падение иксов, перезапуск не помогает,
так кто тут мозгоипатель?

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

Ну кто же виноват(кроме тебя), что ты ровербук себе взял? :)

А все программы и драйверы надо опакечивать и ни в коем случае не делать make install - вот моя основная идея.

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

ну ты ж вроде читал в моём блоге почему я ровер брал, или мне в мск (ближайшая точка) надо было ради ноута ехать? ;) Вроде с ноября 2006 особо не напрягает, работу свою работает, мне хватает, а дрова некошерные - оно мне жить не мешает;)

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