Bug 12335 - Either move or symlink fglrx_dri.so to the place where other *_dri.so libraries lay
Summary: Either move or symlink fglrx_dri.so to the place where other *_dri.so librari...
Status: CLOSED DUPLICATE of bug 12586
Alias: None
Product: Sisyphus
Classification: Development
Component: fglrx_glx (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Ilya Mashkin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-15 02:13 MSD by Alexey Rusakov
Modified: 2007-09-06 00:31 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Rusakov 2007-07-15 02:13:25 MSD
Судя по всему, на данный момент штатным местом для размещения библиотек
поддержки DRI является /usr/lib/X11/modules/dri/. Тем не менее, fglrx_dri.so по
старинке лежит в /usr/X11R6/lib/modules/dri/. Не мешало бы переложить его в
новое место, или хотя бы создать симлинк, потому что с моей версией Xorg
(xorg-x11-extensions-glx-1.3.0.0-alt13) библиотека поддержки DRI в старом месте,
такое впечатление, не находится:
$ LIBGL_DEBUG=verbose glxinfog | grep 'direct rendering'
libGL: XF86DRIGetClientDriverName: 8.38.6 fglrx (screen 0)
libGL: OpenDriver: trying /usr/lib/X11/modules/dri/tls/fglrx_dri.so
libGL: OpenDriver: trying /usr/lib/X11/modules/dri/fglrx_dri.so
libGL error: dlopen /usr/lib/X11/modules/dri/fglrx_dri.so failed
(/usr/lib/X11/modules/dri/fglrx_dri.so: cannot open shared object file: No such
file or directory)
libGL error: unable to load driver: fglrx_dri.so
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
Comment 1 Konstantin A Lepikhov (L.A. Kostis) 2007-09-06 00:31:23 MSD

*** This bug has been marked as a duplicate of 12586 ***