ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] xorg + radeon + 3d
@ 2006-04-02 20:28 Andrey Khavryuchenko
  2006-04-02 20:56 ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 4+ messages in thread
From: Andrey Khavryuchenko @ 2006-04-02 20:28 UTC (permalink / raw)
  To: sisyphus

Hi!

Частично запустил 3d на своём T30 (radeon mobility 7500):

akhavr@t30 /tmp $ glxgears
3775 frames in 5.0 seconds = 754.980 FPS
3777 frames in 5.0 seconds = 755.370 FPS

Однако нужное мне приложение (pymol, http://www.pymol.org) таки
отказывается работать с ускоренным 3d:

akhavr@t30 /tmp/pymol-0.99rc6 $ LIBGL_DEBUG=verbose ./pymol
libGL: XF86DRIGetClientDriverName: 5.0.3 radeon (screen 0)
libGL: OpenDriver: trying /usr/lib/X11/modules/dri/radeon_dri.so
libGL error: dlopen /usr/lib/X11/modules/dri/radeon_dri.so failed (/usr/lib/X11/modules/dri/radeon_dri.so: undefined symbol: _glapi_Dispatch)
libGL error: unable to find driver: radeon_dri.so

[...]

 OpenGL graphics engine:
  GL_VENDOR: Mesa project: www.mesa3d.org
  GL_RENDERER: Mesa GLX Indirect
  GL_VERSION: 1.2 (1.5 Mesa 6.4.2)

В какую сторону копать для починки _glapi_Dispatch?  Гугленье ответов не дало.

-- 
Andrey V Khavryuchenko            http://www.kds.com.ua/
Silver Bullet Software Solutions  http://www.livejournal.com/~akhavr


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

* Re: [sisyphus] xorg + radeon + 3d
  2006-04-02 20:28 [sisyphus] xorg + radeon + 3d Andrey Khavryuchenko
@ 2006-04-02 20:56 ` Konstantin A. Lepikhov
  2006-04-02 21:17   ` Andrey Khavryuchenko
  2006-04-03 16:33   ` Andrey Khavryuchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Konstantin A. Lepikhov @ 2006-04-02 20:56 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

Hi Andrey!

Sunday 02, at 11:28:13 PM you wrote:

> Hi!
> 
> Частично запустил 3d на своём T30 (radeon mobility 7500):
> 
> akhavr@t30 /tmp $ glxgears
> 3775 frames in 5.0 seconds = 754.980 FPS
> 3777 frames in 5.0 seconds = 755.370 FPS
> 
> Однако нужное мне приложение (pymol, http://www.pymol.org) таки
> отказывается работать с ускоренным 3d:
> 
> akhavr@t30 /tmp/pymol-0.99rc6 $ LIBGL_DEBUG=verbose ./pymol
> libGL: XF86DRIGetClientDriverName: 5.0.3 radeon (screen 0)
> libGL: OpenDriver: trying /usr/lib/X11/modules/dri/radeon_dri.so
> libGL error: dlopen /usr/lib/X11/modules/dri/radeon_dri.so failed (/usr/lib/X11/modules/dri/radeon_dri.so: undefined symbol: _glapi_Dispatch)
> libGL error: unable to find driver: radeon_dri.so
> 
> [...]
> 
>  OpenGL graphics engine:
>   GL_VENDOR: Mesa project: www.mesa3d.org
>   GL_RENDERER: Mesa GLX Indirect
>   GL_VERSION: 1.2 (1.5 Mesa 6.4.2)
> 
> В какую сторону копать для починки _glapi_Dispatch?  Гугленье ответов не дало.
Ждите новую Mesa, она в пути и все починит :)

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR

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

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

* Re: [sisyphus] xorg + radeon + 3d
  2006-04-02 20:56 ` Konstantin A. Lepikhov
@ 2006-04-02 21:17   ` Andrey Khavryuchenko
  2006-04-03 16:33   ` Andrey Khavryuchenko
  1 sibling, 0 replies; 4+ messages in thread
From: Andrey Khavryuchenko @ 2006-04-02 21:17 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Konstantin,

"KAL" == Konstantin A Lepikhov wrote:

 >> В какую сторону копать для починки _glapi_Dispatch?  Гугленье ответов не дало.
 KAL> Ждите новую Mesa, она в пути и все починит :)

Ясно.  Попробую поколупать 6.5 на досуге.

-- 
Andrey V Khavryuchenko            http://www.kds.com.ua/
Silver Bullet Software Solutions  http://www.livejournal.com/~akhavr


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

* Re: [sisyphus] xorg + radeon + 3d
  2006-04-02 20:56 ` Konstantin A. Lepikhov
  2006-04-02 21:17   ` Andrey Khavryuchenko
@ 2006-04-03 16:33   ` Andrey Khavryuchenko
  1 sibling, 0 replies; 4+ messages in thread
From: Andrey Khavryuchenko @ 2006-04-03 16:33 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Konstantin,

"KAL" == Konstantin A Lepikhov wrote:

 >> В какую сторону копать для починки _glapi_Dispatch?  Гугленье ответов не дало.
 KAL> Ждите новую Mesa, она в пути и все починит :)

Благодаря добрым людям из dri-users полечилось  прибиванием гвоздями
правильной libGL:

akhavr@t30 /tmp/pymol-0.99rc6 $ LD_PRELOAD=/usr/lib/X11/mesa_gl/libGL.so.1.2 ./pymol
libGL: XF86DRIGetClientDriverName: 5.0.3 radeon (screen 0)
libGL: OpenDriver: trying /usr/lib/X11/modules/dri/radeon_dri.so
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
libGL error:
Can't open configuration file /etc/drirc: No such file or directory.
libGL error:
Can't open configuration file /home/akhavr/.drirc: No such file or directory.

 PyMOL(TM) Molecular Graphics System, Version 0.99rc6.

[...]

 OpenGL graphics engine:
  GL_VENDOR: Tungsten Graphics, Inc.
  GL_RENDERER: Mesa DRI Radeon 20050528 AGP 4x TCL
  GL_VERSION: 1.2 Mesa 6.4.2


-- 
Andrey V Khavryuchenko            http://www.kds.com.ua/
Silver Bullet Software Solutions  http://www.livejournal.com/~akhavr


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

end of thread, other threads:[~2006-04-03 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-02 20:28 [sisyphus] xorg + radeon + 3d Andrey Khavryuchenko
2006-04-02 20:56 ` Konstantin A. Lepikhov
2006-04-02 21:17   ` Andrey Khavryuchenko
2006-04-03 16:33   ` Andrey Khavryuchenko

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