gentoo에서 ati설정 실패(Xorg AIGLX에러)

hayarobi의 이미지

어제 두어주만에 패키지 업데이트를 했습니다.
좀 굵직한 변화라고 한다면 커널을 2.6.19대에서 2.6.20-gentoo-r7으로 올리고, xorg서버도 1.1.x에서 1.2.0-r3으로 올렸습니다.
일단 커널을 올렸기 때문에 ati드라이버도 새로 설치를 했는데, 부팅중에 agpagrt 가 실패했습니다.
Xorg.0.log를 검사하니 다음 부분에서 에러가 났습니다.
......
(EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed (/usr/lib/dri/fglrx_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
(II) Loading local sub module "GLcore"
......

그런데 AIGLX가 못 찾겠다던 fglrx_dri.so파일은 /usr/lib/xorg/modules/dri/fglrx_dri.so 에 있습니다. 로그를 더 검사해 보니 AIGLX가 호출되기 전에 xorg서버 자체는 저 위치에서 모듈을 제대로 찾아서 로딩을 했습니다. 아래 역시 로그에 있는 부분입니다. 로그파일의 위치상으로는 위에서 적은 에러보다 먼저 나옵니다.

(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.33.6
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0

혹시나해서 /usr/lib/xorg/modules/dri 디렉토리를 /usr/lib/dri 에 심볼릭링크를 걸어놨더니 다른 에러로 실패했습니다.

(EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __glXFindDRIScreen)
(EE) AIGLX: reverting to software rendering

DRI쪽 문제일까요? 아니면 드라이버 자체가 문제가 있을까요? ati-drivers안정버젼은 설치 자체에 실패해서 그 바로 다음 ~x86버젼으로 설치한 것인데 이 쪽 문제일 가능성도 있나요?

익명 사용자의 이미지

xorg-server 7.2로 올라오셨으면 mesa 버전도 같이 올라갔을 텐데,
ati-drivers를 ~x86 용으로 리머징 안하셨나요?
심볼릭링크는 굳이 건드리실 필요가 없어보입니다.
eselect opengl set ati 를 쓰시는게 좋을 듯 합니다.

hayarobi의 이미지

그렇게 다시 설치한 것인데 제대로 동작을 안 하네요.

---------- 시그 *****
저도 세벌식을 씁니다.
M$윈도우즈, 리눅스, 맥오에스텐, 맥오에스클래식을 모두 엔드유저 수준으로 쓴답니다.
http://psg9.egloos.com

=================
잠못자는 한솔아빠

ganadist의 이미지

Quote:

(EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __glXFindDRIScreen)
(EE) AIGLX: reverting to software rendering

저렇게 나오는 것은 정상입니다. fglrx드라이버는 aiglx를 지원하지 않습니다.

----
데스크탑 프로그래머를 꿈꾸는 임베디드 삽질러

hayarobi의 이미지

fgl_glxgears 가 제대로 실행이 안 되고 rc스크립트 올라가는 도중에 agpgart관련해서 실패가 있더군요. 조금 더 문제점을 찾아봐야겠습니다.

---------- 시그 *****
저도 세벌식을 씁니다.
M$윈도우즈, 리눅스, 맥오에스텐, 맥오에스클래식을 모두 엔드유저 수준으로 쓴답니다.
http://psg9.egloos.com

=================
잠못자는 한솔아빠

sangu의 이미지

hayarobi wrote:

ganadist wrote:

fglrx드라이버는 aiglx를 지원하지 않습니다.

fgl_glxgears 가 제대로 실행이 안 되고 rc스크립트 올라가는 도중에 agpgart관련해서 실패가 있더군요. 조금 더 문제점을 찾아봐야겠습니다.

gandist님 말씀은 fglrx 드라이버를 이용해서 aiglx 위에서 Compiz/Beryl 사용이 불가능하다는 겁니다. 따라서 fglrx 드라이버가 GLX_EXT_texture_from_pixmap를 지원하기 전까지는 Compiz/Beryl를 위해서 다른 대안(xGL또는 오픈소스 드라이버 radeon)을 사용하셔야 합니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.