ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] x.org nvidia problems
@ 2005-06-24 13:24 Mikhail Yakshin
  2005-06-24 13:34 ` Андрей Осипов
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mikhail Yakshin @ 2005-06-24 13:24 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]

Приветствую!

В сегодняшнем (?) Сизифе с:

ядром 2.6.11-std26-up-alt11
x.org 6.8.2-alt10
nvidia_glx_1.0.7174-1.0.7174-alt7 (и соответствующий common)
kernel-modules-nvidia-std26-up-1.0.7174-alt2.11

Симлинки

На карточках nvidia при запуске X с приложенным конфигом раньше все было 
нормально, с некоторого момента иксы теперь не запускаются с такой вот 
руганью:

(EE) LoadModule: Module nvidia does not have a nvidiaModuleData data object
(EE) Failed to load module "nvidia" (invalid module, 0)
(EE) No drivers available.

Видимо, существует некое несоответствие сборки (версий или чего-то там) 
в иксах и ядерного модуля. Ядерный модуль сам по себе загружается, все 
AGP к нему - тоже - agpgart, intel_agp (адекватное для конкретно этой 
машины, но пробовали и на via с via_agp, и на других чипсетах) - тоже.

Никто подобного поведения не наблюдает? Кто-нибудь может 
прокомментировать такую ошибку? Гуглинг ее дает очень мало, в основном 
неотвеченных вопросов каких-то самосборщиков...

-- 
WBR, Mikhail Yakshin AKA GreyCat
ALT Linux [http://www.altlinux.ru] [xmpp:greycat@altlinux.org]

[-- Attachment #2: xorg.conf.nvidia --]
[-- Type: text/plain, Size: 2006 bytes --]

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc"
EndSection

Section "ServerFlags"
    #NoTrapSignals
    DontZap
    DontZoom
    AllowMouseOpenFail
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat"  "250 30"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"

EndSection

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"

EndSection

Section "Module"
    Load	"dbe"
    Load	"glx"
    Load	"extmod"
    Load	"type1"
    Load	"freetype"
EndSection

Section "Monitor"
    Identifier "Generic|Flat Panel"
    VendorName "Generic"
    ModelName  "Unknown"
EndSection

Section "Device"
    Identifier "NVIDIA"
    Driver     "nvidia"
EndSection

Section "Screen"
    Identifier "screen1"
    Device      "NVIDIA"
    Monitor     "Generic|Flat Panel"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       4
        Modes       "1024x768" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1024x768" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] x.org nvidia problems
  2005-06-24 13:24 [sisyphus] x.org nvidia problems Mikhail Yakshin
@ 2005-06-24 13:34 ` Андрей Осипов
  2005-06-24 13:38 ` Andrei Bulava
  2005-06-24 13:42 ` Sergey V Turchin
  2 siblings, 0 replies; 4+ messages in thread
From: Андрей Осипов @ 2005-06-24 13:34 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от Пятница 24 Июнь 2005 17:24 Mikhail Yakshin написал(a):
> На карточках nvidia при запуске X с приложенным конфигом раньше все было
> нормально, с некоторого момента иксы теперь не запускаются с такой вот
> руганью:
>
> (EE) LoadModule: Module nvidia does not have a nvidiaModuleData data object
> (EE) Failed to load module "nvidia" (invalid module, 0)
> (EE) No drivers available.
из под рута setgl
в xorg.conf правите эту строчку
Load        "/etc/X11/lib/libglx.a"
и будет вам счастье;)
-- 
WBR, Андрей Осипов
ICQ 3008831
--
Когда исходят лишь из выгоды, то множат злобу.
		-- Конфуций

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] x.org nvidia problems
  2005-06-24 13:24 [sisyphus] x.org nvidia problems Mikhail Yakshin
  2005-06-24 13:34 ` Андрей Осипов
@ 2005-06-24 13:38 ` Andrei Bulava
  2005-06-24 13:42 ` Sergey V Turchin
  2 siblings, 0 replies; 4+ messages in thread
From: Andrei Bulava @ 2005-06-24 13:38 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Mikhail Yakshin wrote:
> Приветствую!

Hi!

> В сегодняшнем (?) Сизифе с:
> 
> ядром 2.6.11-std26-up-alt11
> x.org 6.8.2-alt10
> nvidia_glx_1.0.7174-1.0.7174-alt7 (и соответствующий common)
> kernel-modules-nvidia-std26-up-1.0.7174-alt2.11

У меня здесь всё то же самое, но отличается, как минимум, 
/etc/X11/xorg.conf.

<skip/>

> Section "Module"
>     Load	"dbe"
>     Load	"glx"
^^^^^^^^^^^^^^^^^^^^^

# This loads the NVIDIA GLX extension module.
# IT IS IMPORTANT TO KEEP NAME AS FULL PATH TO libglx.a ELSE
# IT WILL LOAD XFree86 glx module and the server will crash.

     Load        "/usr/X11R6/lib/modules/extensions/libglx.a"

>     Load	"extmod"
>     Load	"type1"
>     Load	"freetype"
> EndSection

<skip/>

Этот конфиг я менял недавно путём s/libglx\.so/libglx.a/

В остальном - это конфиг времён переезда X11R6->Xorg.

-- 
// AB1002-UANIC


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] x.org nvidia problems
  2005-06-24 13:24 [sisyphus] x.org nvidia problems Mikhail Yakshin
  2005-06-24 13:34 ` Андрей Осипов
  2005-06-24 13:38 ` Andrei Bulava
@ 2005-06-24 13:42 ` Sergey V Turchin
  2 siblings, 0 replies; 4+ messages in thread
From: Sergey V Turchin @ 2005-06-24 13:42 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 732 bytes --]

В сообщении от Пятница 24 Июнь 2005 17:24 Mikhail Yakshin 
написал(a):

[...]

> (EE) LoadModule: Module nvidia does not have a nvidiaModuleData
> data object (EE) Failed to load module "nvidia" (invalid module,
> 0)
> (EE) No drivers available.
>
> Видимо, существует некое несоответствие сборки (версий или
> чего-то там) в иксах и ядерного модуля.
Больше похоже на то, что setgl не отработал.
Посмотрите, куда ведет ссылка, на которую показывает 
ссылка /usr/X11R6/lib/modules/drivers/nvidia_drv.o и скажите сюда 
на всякий.
Потом попробуйте запустить
setgl; ldconfig
Если не заработает - его вывод сюда.

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-06-24 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-24 13:24 [sisyphus] x.org nvidia problems Mikhail Yakshin
2005-06-24 13:34 ` Андрей Осипов
2005-06-24 13:38 ` Andrei Bulava
2005-06-24 13:42 ` Sergey V Turchin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git