LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-06-2010, 06:11 PM   #1
rockslinux
Member
 
Registered: Jan 2010
Location: Orenburg
Distribution: Slackware
Posts: 35

Rep: Reputation: 18
OpenGL does not work on the Radeon Xpress 200M


Good time!
Please forgive my poor English.


Have:
1.Slackware13 x86_64
2.uname -a
Code:
Linux nolders 2.6.33-ghost #17 SMP Sat Apr 24 14:59:52 EEST 2010 x86_64 AMD Turion(tm) 64 X2 Mobile Technology TL-56 AuthenticAMD GNU/Linux
3.lspci | grep VGA
Code:
01:05.0 VGA compatible controller: ATI Technologies Inc RS482 [Radeon Xpress 200M]
4.Installed packages: xf86-video-ati-6.13.0, libdrm-2.4.20, Mesa-7.7
5.X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Slackware 13.0 Slackware Linux Project
cat /var/log/Xorg.0.log | grep "(EE)"
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) GLX error: Can not get required symbols.

---

Output 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: 129 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 14
Current serial number in output stream: 14
---

File xorg.conf:
Code:
Section "ServerLayout"
Option "AllowEmptyInput" "false"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection

Section "Files"
ModulePath "/usr/lib64/xorg/modules"
# FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
# FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "glx"
Load "dri2"
Load "extmod"
Load "drm"
Load "synaptics"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us,ru"
Option "XkbVariant" "winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize 330 210 # mm
Identifier "Monitor0"
VendorName "SEC"
ModelName "0"
EndSection

Section "Device"
Identifier "Card0"
Driver "radeon"
Option "XAANoOffscreenPixmaps"
Option "DRI" "true"
Option "AccelMethod" "EXA"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:1:5:0"
EndSection
ATI Catalyst™ Proprietary, seems to be no longer supports this model

Thanks in advance, for assistance!
 
Old 05-06-2010, 06:58 PM   #2
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 543

Rep: Reputation: 121Reputation: 121
I'm running -current and it works fine here with xorg server 1.7.7, mesa 8.1, ddx 6.13, libdrm 2.4.20 and kernel 2.6.33.3:

lspci | grep VGA
Quote:
01:05.0 VGA compatible controller: ATI Technologies Inc RS482 [Radeon Xpress 200M]
glxinfo
Quote:
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
Try adding to your xorg.conf after 'Section "Device"':
Quote:
Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "true"
Option "RENDER" "true"
Option "DAMAGE" "true"
EndSection
 
Old 05-06-2010, 07:17 PM   #3
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Code:
(EE) GLX error: Can not get required symbols.
This is the problem. I'd guess that you aren't using the Xorg GLX module. Please show us your full /var/log/Xorg.0.log file.
 
Old 05-07-2010, 05:08 AM   #4
rockslinux
Member
 
Registered: Jan 2010
Location: Orenburg
Distribution: Slackware
Posts: 35

Original Poster
Rep: Reputation: 18
Thank you for your help!
This problem is not personally for me, this problem with my familiar.
As soon as he can, he will use your advice.
Thanks again!
 
Old 05-07-2010, 08:56 PM   #5
rockslinux
Member
 
Registered: Jan 2010
Location: Orenburg
Distribution: Slackware
Posts: 35

Original Poster
Rep: Reputation: 18
Quote:
Originally Posted by adamk75 View Post
Code:
(EE) GLX error: Can not get required symbols.
This is the problem. I'd guess that you aren't using the Xorg GLX module. Please show us your full /var/log/Xorg.0.log file.
Attach Xorg.0.log and Xorg.conf

I think you are right.
Code:
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(WW) RADEON(0): Option "GLX" is not used
(--) RandR disabled
and what to do? declare modulepath? And I don't understand why
Code:
II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
two slash
Attached Files
File Type: txt xorgconf.txt (2.6 KB, 7 views)
File Type: txt Xorg.0log.txt (37.8 KB, 12 views)

Last edited by rockslinux; 05-07-2010 at 10:38 PM.
 
Old 05-08-2010, 06:52 AM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Code:
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="FireGL - ATI Technologies Inc."
	compiled for 7.4.0, module version = 1.0.0
(II) Loading extension GLX
You still have the proprietary driver at least partially installed. The open source driver will not work till the proprietary driver is removed.

Adam
 
Old 05-08-2010, 11:39 AM   #7
nolders
LQ Newbie
 
Registered: May 2010
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by adamk75 View Post
Code:
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="FireGL - ATI Technologies Inc."
	compiled for 7.4.0, module version = 1.0.0
(II) Loading extension GLX
You still have the proprietary driver at least partially installed. The open source driver will not work till the proprietary driver is removed.

Adam
Hi to All!
It is my problem.
adamk75, thanks you for the remark, you are right.
I reinstalled xorg-server-1.6.3-x86_64-1.
OpenGL works.
Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
3D with Radeon Xpress 200M? NobleSilkFairy Linux - Hardware 6 05-19-2007 08:54 AM
Radeon Xpress 200M vs. Permissions crasslogic Linux - Hardware 0 03-07-2007 01:23 AM
Radeon Xpress 200M; TV Out crasslogic Slackware 0 11-14-2006 04:13 AM
Radeon Xpress 200M crasslogic Linux - Hardware 2 11-11-2006 08:24 PM
ATI Radeon Xpress 200M can't work on Ubuntu 5.10 and FC5 baosheng Linux - Laptop and Netbook 1 05-07-2006 05:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration