Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Не работает OpenGL Radeon
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
Editor702
n00b
n00b


Joined: 01 Jul 2013
Posts: 2

PostPosted: Mon Jul 01, 2013 12:35 pm    Post subject: Не работает OpenGL Radeon Reply with quote

Добрый день! Такая проблема, поставил gentoo на ноут, все стабильно, только opengl не хочет работать, glxinfo выдает вот это:
Code:

$ glxinfo
name of display: :0.0
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12

Ноут Asus K52JT, видеокарта:
Code:
# lspci | grep -i VGA
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Robson CE [Radeon HD 6370M/7370M]

Конфиг X, часть сгенерирована xac, часть редактировал сам: /etc/X11/xorg.conf
Установленые пакеты:
    x11-base/xorg-server-1.13.4

    x11-base/xorg-x11-7.4-r2

    x11-base/xorg-drivers-1.13

    x11-drivers/xf86-video-ati-7.0.0

    x11-drivers/ati-drivers-13.4

Code:
$ eselect opengl list
Available OpenGL implementations:
  [1]   ati *
  [2]   xorg-x11

Лог X сервера /var/log/Xorg.0.log
Там есть одна строка с пометкой (EE)
Code:
[  1726.878] (EE) GLX error: Can not get required symbols.

которая и говорит о проблеме. Есть строки с меткой (WW), но они, думаю, не относятся к делу, тк. касаются клавиатуры и мыши.
Думаю проблема может быть в загружаемых модулях, их порядке загрузки? Или надо пересобрать ядро включив некоторые пункты как модули? Заранее спасибо.
Back to top
View user's profile Send private message
Pinkbyte
Developer
Developer


Joined: 01 Jun 2012
Posts: 128
Location: Rostov-on-Don, Russia

PostPosted: Wed Jul 10, 2013 9:11 pm    Post subject: Reply with quote

Не помешал бы выхлоп emerge --info
Back to top
View user's profile Send private message
FlaTHunTeR
n00b
n00b


Joined: 03 Dec 2007
Posts: 54
Location: из утробы матери...

PostPosted: Thu Jul 11, 2013 4:35 am    Post subject: Re: Не работает OpenGL Radeon Reply with quote

Editor702 wrote:
Добрый день! Такая проблема, поставил gentoo на ноут, все стабильно, только opengl не хочет работать, glxinfo выдает вот это:
Code:

$ glxinfo
name of display: :0.0
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12


Установленые пакеты:
    x11-drivers/xf86-video-ati-7.0.0
    x11-drivers/ati-drivers-13.4

Code:
$ eselect opengl list
Available OpenGL implementations:
  [1]   ati *
  [2]   xorg-x11


Code:

Section "Device"
   Identifier   "Card0"
   Driver      "radeon"


Code:
[  1726.878] (EE) GLX error: Can not get required symbols.



Я кончено давно не общался с продукцией ATI, но если помню верно, то либо так:
Code:
$ eselect opengl list
Available OpenGL implementations:
  [1]   ati
  [2]   xorg-x11 *


Code:

Section "Device"
   Identifier   "Card0"
   Driver      "radeon"

либо так:
Code:
$ eselect opengl list
Available OpenGL implementations:
  [1]   ati *
  [2]   xorg-x11


Code:

Section "Device"
   Identifier   "Card0"
   Driver      "fglrx" (или как его там)


PS: Ну и всякие куски с клавиатурами и прочей перефирией в xorg.conf надо бы убрать по хорошему. Как и сам xorg.conf заменить на сборище конфигов в xorg.conf.d
_________________
"...and so remember, it's better to burn out then to fade away." (Kurt Cobain)
Back to top
View user's profile Send private message
ator
n00b
n00b


Joined: 21 Feb 2004
Posts: 54
Location: Kzn

PostPosted: Thu Jul 11, 2013 2:07 pm    Post subject: Reply with quote

Проверь, находится твой пользователь в группе video или нет. Возможно, что просто не хватает прав для доступа к видео устройствам в /dev.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum