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. |
|
 |
|
04-06-2010, 08:49 AM
|
#16
|
|
Member
Registered: Oct 2005
Location: Brazil
Distribution: Slackware64-current
Posts: 216
Rep:
|
err... problems...
Code:
gtl@cpc-5564:~$ glxinfo
name of display: :0.0
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: 15
Current serial number in output stream: 15
gtl@cpc-5564:~$
|
|
|
|
04-06-2010, 09:25 AM
|
#17
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
Show us your /var/log/Xorg.0.log file.
Adam
|
|
|
|
04-06-2010, 11:01 AM
|
#18
|
|
Member
Registered: Oct 2005
Location: Brazil
Distribution: Slackware64-current
Posts: 216
Rep:
|
Here's the link to pastebin.
A less /var/log/Xorg.0.log | grep EE gives this:
Code:
(EE) fglrx(0): Hasn't establisted DRM connection
(EE) fglrx(0): Hasn't establisted DRM connection
(EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.
(EE) fglrx(0): XMM failed to open CMMQS connection.
Kernel is stock from Slackware64-current.
|
|
|
|
04-06-2010, 11:03 AM
|
#19
|
|
Member
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 432
Rep:
|
So what card do you have?
|
|
|
|
04-06-2010, 11:25 AM
|
#20
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
From his log file, he has a 3100.
The kernel module isn't loading for some reason... What's the output of 'modprobe fglrx'? Did you blacklist the radeon kernel module, by the way?
Adam
|
|
|
|
04-06-2010, 11:32 AM
|
#21
|
|
Member
Registered: Oct 2005
Location: Brazil
Distribution: Slackware64-current
Posts: 216
Rep:
|
Code:
root@cpc-5564:/home/gtl# modprobe fglrx
WARNING: All config files need .conf: /etc/modprobe.d/sound, it will be ignored in a future release.
FATAL: Error inserting fglrx (/lib/modules/2.6.33/drivers/char/drm/fglrx.ko): Invalid module format
I haven't blacklisted the radeon kernel module that I know of.
|
|
|
|
04-06-2010, 11:35 AM
|
#22
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
So what's the output of 'lsmod | grep radeon' and 'dmesg'?
Adam
|
|
|
|
04-06-2010, 11:50 AM
|
#23
|
|
Member
Registered: Oct 2005
Location: Brazil
Distribution: Slackware64-current
Posts: 216
Rep:
|
dmesg output is here.
Code:
root@cpc-5564:/home/gtl# lsmod | grep radeon
root@cpc-5564:/home/gtl#
|
|
|
|
04-06-2010, 11:57 AM
|
#24
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
This seems to be the source of the problem:
Code:
fglrx: version magic '2.6.33 SMP preempt mod_unload ' should be '2.6.33 SMP mod_unload '
I've seen this mentioned on IRC, too, with various kernel modules built outside of the kernel source tree. Perhaps the kernel config file you compiled the module against doesn't match the config file of the kernel you are using. It looks to me like the kernel module was built with preempt support, but the kernel itself wasn't.
Adam
|
|
|
|
04-06-2010, 12:27 PM
|
#25
|
|
Member
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 432
Rep:
|
You sure your slackware is 64 bits?
If it's 32 bit's you should apply another patch.
|
|
|
|
04-06-2010, 12:40 PM
|
#26
|
|
Member
Registered: Oct 2005
Location: Brazil
Distribution: Slackware64-current
Posts: 216
Rep:
|
@adamk75
We discussed this issue you last week on irc. What should I pay attention to when (re)compiling the 2.6.33 kernel?
@mlpa
Slackware64-current here
|
|
|
|
04-06-2010, 12:42 PM
|
#27
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
Yeah, I thought you might be one of the people I had talked with :-)
I would just compile the kernel without whatever settings you want, and then recompile the kernel module. It should pick up the new kernel config file you used for your kernel and compile the fglrx module accordingly.
Adam
|
|
|
|
04-06-2010, 01:55 PM
|
#28
|
|
Member
Registered: Oct 2005
Location: Brazil
Distribution: Slackware64-current
Posts: 216
Rep:
|
kernel 2.6.33.1 for -current is out...
upgrading to it now!
|
|
|
|
04-06-2010, 03:03 PM
|
#29
|
|
LQ Newbie
Registered: Feb 2004
Location: Brazil
Distribution: Slackware Linux
Posts: 16
Rep:
|
Well, today I upgraded slackware64-13.0 to slackware64-current (now kernel 2.6.33.1)... and my ati driver (fglrx) doesn't install anymore (10.3).
So... I have to follow the steps mlpa described or I can get the proprietary driver (10.3) to install? Before I was running bluewhite64-13.0 with kernel 2.6.32.8 and the driver (10.3) would work nicely.
Well, I am downloading the driver from ubuntu site, let's see what happens.
EDIT:
I just followed those steps (until before "run X") and everything is fine till now. Since I am messing with my home computer from work... the "run X' will have to wait a bit.
Last edited by kenjiro; 04-06-2010 at 03:17 PM.
|
|
|
|
04-06-2010, 04:21 PM
|
#30
|
|
Member
Registered: Oct 2005
Location: Brazil
Distribution: Slackware64-current
Posts: 216
Rep:
|
it works with the latest -current!
thanks all!
|
|
|
|
| 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 05:40 PM.
|
|
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
|
|