Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-29-2012, 10:27 PM
|
#1
|
|
LQ Newbie
Registered: Mar 2009
Location: Makassar, Indonesia
Distribution: Slackware
Posts: 6
Rep:
|
Driver ati 12.6 final not working
Previously I was using the ati driver 6.12 Beta and it works fine. After the final 12.6 driver released I am trying to install and successfull. But after reboot and try running the command fglrxinfo a message appear:
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 135 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 12
Current serial number in output stream: 12
3d effect is also not working. So for now I return to beta driver.
I'm using slackware64-current and xorg versionn is xorg-server-1.12.2-x86_64-1
Is there who experienced the same thing?
PS: Sorry if my English is bad.
|
|
|
|
06-30-2012, 04:27 AM
|
#2
|
|
Member
Registered: Jun 2012
Location: France
Distribution: Slackware Zenwalk
Posts: 58
Rep: 
|
Probably need libdrm-2.4.35 or -36
the 6.14.5 need also this patch:
http://cgit.freedesktop.org/xorg/dri...03fc9f19fc2215
i haven't tested the new 6.14.6, for the moment
|
|
|
|
06-30-2012, 04:38 AM
|
#3
|
|
Member
Registered: Jun 2012
Location: France
Distribution: Slackware Zenwalk
Posts: 58
Rep: 
|
Sorry, you speak, of catalist, and me speak, of xf86-video-ati
|
|
|
|
06-30-2012, 08:04 AM
|
#4
|
|
Senior Member
Registered: Jan 2008
Distribution: currently under revision
Posts: 1,235
Rep: 
|
From what I've read, Catalyst 12.6 doesn't support X 1.12, which is in slackware -current and elsewhere. Apparently AMD/ATI is more intent on supporting Windows these days. There are a couple of threads about this around. It all seems a bit unclear to me, as I don't have one of those cards. You might try the nonproprietary drivers, and someone who has one of those cards will probably give better advice if you say which card you have eg 4000 series, 5000 series etc.
See
http://www.linuxquestions.org/questi...rivers-947830/
Last edited by mostlyharmless; 06-30-2012 at 08:11 AM.
Reason: added info
|
|
|
|
06-30-2012, 09:00 AM
|
#5
|
|
LQ Newbie
Registered: Jun 2012
Location: Matelica Italy
Distribution: Slakcware64 current
Posts: 1
Rep: 
|
I don't think that it's a problem of xorg's version but kernel's.
Which version are you using? 12.6 doen't compile with latest 3.4.x but instead works with the kernel 3.2.21 of the current released recently.
I'm using AMD drivers with a Radeon 6870 and Slackware64 update to current...
|
|
|
|
06-30-2012, 01:02 PM
|
#6
|
|
LQ Newbie
Registered: Apr 2011
Posts: 6
Rep:
|
Ati 12.6 supports the xorg server from -current.im using it right now with my dv7 laptop.I can switch graphics etc.
|
|
|
|
06-30-2012, 01:14 PM
|
#7
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
fakhry, show us your /var/log/Xorg.0.log file. Till we see that, any other advise you get is pure speculation.
Adam
|
|
|
|
07-02-2012, 07:46 PM
|
#8
|
|
LQ Newbie
Registered: Mar 2009
Location: Makassar, Indonesia
Distribution: Slackware
Posts: 6
Original Poster
Rep:
|
It solved now.
My laptop is Compaq 435 with APU E-350 and videocard ATI Radeon 6310.
I forget to copy old xorg.conf to use.
Code:
# mv /etc/X11/xorg.conf.fglrx-50 /etc/X11/xorg.conf
And use script below to remove "Unsopperted hardware" watermark.
Code:
#!/bin/sh
DRIVER=/usr/lib64/xorg/modules/drivers/fglrx_drv.so
for x in $(objdump -d $DRIVER|awk '/call/&&/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do
sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER
done
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:11 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|