ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] xorg: AGP failed to initialize. Disabling the DRI.
@ 2005-03-28 21:38 Ilya Mashkin
  2005-03-28 22:47 ` [sisyphus] " Arioch
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ilya Mashkin @ 2005-03-28 21:38 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Добрый вечер!

Поcледние несколько дней славливаю на двух машинах при запуске xorg 
следующее:

(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.

На другой машине что-то типа:

(EE) VIA(0): [agp] AGP failed to initialize. Disabling the DRI.

смотрю в логах:

# cat Xorg.0.log | grep agp   
(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel 
module

Хм:

# cat /etc/modules | grep agp
agpgart

Чего потерял?

Или просто подождать пересборки ядра/xorg?

Так же пробовал подгружать модуль ati-agp (чем он дополняет agpgart?)

Ещё лог:
$ dmesg | grep drm
[drm] Initialized radeon 1.11.0 20020828 on minor 0: ATI Technologies 
Inc Radeon RV200 QW [Radeon 7500]
[drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
[drm:radeon_unlock] *ERROR* Process 8456 using kernel context 0



Софт:
xorg-x11-6.8.2-alt4
udev-0.50-alt3
2.6.10-wks26-up-alt5
(на 2.6.11-std26-up-alt5 тоже самое)
kernel-modules-drm-wks26-up-6.8.2-alt1.5



-- 
Ilya Mashkin


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

* [sisyphus] Re: xorg: AGP failed to initialize. Disabling the DRI.
  2005-03-28 21:38 [sisyphus] xorg: AGP failed to initialize. Disabling the DRI Ilya Mashkin
@ 2005-03-28 22:47 ` Arioch
  2005-03-29  7:40 ` Arioch
  2005-03-29  8:57 ` [sisyphus] " Andrey Rahmatullin
  2 siblings, 0 replies; 4+ messages in thread
From: Arioch @ 2005-03-28 22:47 UTC (permalink / raw)
  To: sisyphus

Ilya Mashkin пишет:

Кстати, стали жутко тормозить игрушки.
Разбор полетов показал, что не грузится модуль intel-agp

После того, как я его modprobe - игрушки заработали.

Ядро wks26, чипсет intel 855G Centrino

Грешу пока на посл. libhw (тут на нее уже ругались)




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

* [sisyphus] Re: xorg: AGP failed to initialize. Disabling the DRI.
  2005-03-28 21:38 [sisyphus] xorg: AGP failed to initialize. Disabling the DRI Ilya Mashkin
  2005-03-28 22:47 ` [sisyphus] " Arioch
@ 2005-03-29  7:40 ` Arioch
  2005-03-29  8:57 ` [sisyphus] " Andrey Rahmatullin
  2 siblings, 0 replies; 4+ messages in thread
From: Arioch @ 2005-03-29  7:40 UTC (permalink / raw)
  To: sisyphus

Ilya Mashkin пишет:

> Так же пробовал подгружать модуль ati-agp (чем он дополняет agpgart?)
ati тут не при чем.
При чем материнская плата, например via-agp или (у меня) intel-agp

agpgart - общий интерфейс, который работает поверх конкретных драйверов.
К сожалению, эти драйвера не умеют определять наличие соответсвующего им 
железа.

Рецепт пока такой:
рутом заходим в /lib/modules/<текущее загруженное ядро>
делаем find . /name *agp*
Упомянутые подули грузим через modprobe по одному.
После каждого modprobe проверяем: lsmod | grep agp
    если против свежезагруженного модуля ноль - rmmod его.
    если против модуля цифра и она же против agpgart - нашли пропажу.
Добавить нужный модуль как костыль в /etc/modules
Перезапустить Иксы (перезапустив весь линукс для проверки или service dm 
restart)

Судя по всему, мейнтейнер libhw в листе отсутствует, пойду в багзиллу.



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

* Re: [sisyphus] xorg: AGP failed to initialize. Disabling the DRI.
  2005-03-28 21:38 [sisyphus] xorg: AGP failed to initialize. Disabling the DRI Ilya Mashkin
  2005-03-28 22:47 ` [sisyphus] " Arioch
  2005-03-29  7:40 ` Arioch
@ 2005-03-29  8:57 ` Andrey Rahmatullin
  2 siblings, 0 replies; 4+ messages in thread
From: Andrey Rahmatullin @ 2005-03-29  8:57 UTC (permalink / raw)
  To: sisyphus

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

On Tue, Mar 29, 2005 at 01:38:41AM +0400, Ilya Mashkin wrote:
> # cat /etc/modules | grep agp
> agpgart
На 2.6 еще надо грузить модуль, соотв-вующий чипсету (intel-agp например).

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Вообще говоря, удаленный перезапуск sshd следует производить с известной
степенью осторожности.
		-- ldv in sisyphus@

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

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

end of thread, other threads:[~2005-03-29  8:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-28 21:38 [sisyphus] xorg: AGP failed to initialize. Disabling the DRI Ilya Mashkin
2005-03-28 22:47 ` [sisyphus] " Arioch
2005-03-29  7:40 ` Arioch
2005-03-29  8:57 ` [sisyphus] " Andrey Rahmatullin

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