LinuxQuestions.org
Review your favorite Linux distribution.
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 03-03-2010, 04:00 PM   #46
razb
LQ Newbie
 
Registered: Oct 2009
Location: Ukraine
Distribution: Slackware
Posts: 9

Rep: Reputation: 1

I found out the solution of this problem, you should downgrade module-init-tools package to previous version and video modules in huge package will be loaded fine. (tested with intel modules, module-init-tools version 3.6) Don't forger run "depmod -a" after downgrade the package.
 
Old 03-03-2010, 04:23 PM   #47
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well we're getting somewhere now... Oddly, libGL is looking in /usr/lib/dri and /usr/lib64/dri for the DRI drivers, rather than /usr/lib64/xorg/modules/dri, which is where it is actually located on Slackware 64. Which makes me think that the libGL might also be left over from fglrx. Can you reinstall Mesa? If, after reinstalling Mesa, libGL is still checking /usr/lib/dri and /usr/lib64/dri, can you try 'LIBGL_DEBUG=verbose LIBGL_DRIVERS_DIR=/usr/lib64/xorg/modules/dri/ glxinfo' and see what the output is then.

Adam
 
Old 03-03-2010, 07:08 PM   #48
gtludwig
Member
 
Registered: Oct 2005
Location: Ireland
Distribution: Slackware64-current
Posts: 233

Rep: Reputation: 18
Can't really try it now... the computer I was having problems with is my station at work and I shut it down prior to leaving office today.

I'll be there real early in the morning - I'm at GMT+3. So around 8AM (my time) I'll be uninstalling Mesa. =)

thanks for the help so far! =)
 
Old 03-03-2010, 07:28 PM   #49
iharob
LQ Newbie
 
Registered: Nov 2009
Posts: 14

Rep: Reputation: 0
Oh! Sorry

Why don't you all try compiling the kernel by your selves?
 
Old 03-04-2010, 12:07 AM   #50
BILLYKANE
Member
 
Registered: Feb 2008
Location: Hefei,Anhui,China
Distribution: Slackware;chakra
Posts: 96

Rep: Reputation: 22
Quote:
Originally Posted by Lucifer4o View Post
I'm recompiling my kernel with CONFIG_PREEMPT_NONE=y and I'll give you feedback, but I think my problem is elsewhere:

I'trying to install fglrx 10-2 and it gives back error:

Unloading radeon module...
Unloading drm module...
[Message] Kernel Module : Trying to install a precompiled kernel module.
[Message] Kernel Module : Precompiled kernel module version mismatched.
[Message] Kernel Module : Found kernel module build environment, generating kernel module now.
AMD kernel module generator version 2.1
Error:
kernel includes at /lib/modules/2.6.33-smp/build/include do not match current kernel.
they are versioned as ""
instead of "2.6.33-smp".
you might need to adjust your symlinks:
- /usr/include
- /usr/src/linux
[Error] Kernel Module : Failed to compile kernel module - please consult readme.

Do someone have the same problem?
The same problem.Do you get some method to solve it?
 
Old 03-04-2010, 04:40 AM   #51
Lucifer4o
Member
 
Registered: Mar 2010
Distribution: Slackware Current
Posts: 63

Rep: Reputation: 17
I've used the patch ... but still no fglrx ... I've tried going back to 2.6.32.7 but ... I'm unable to load the module ...

Last edited by Lucifer4o; 03-04-2010 at 04:45 AM.
 
Old 03-04-2010, 04:47 AM   #52
Lucifer4o
Member
 
Registered: Mar 2010
Distribution: Slackware Current
Posts: 63

Rep: Reputation: 17
So ... after recompiling the 2.6.32.7 kernel and installing FGLRX I'm geting:

Code:
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
dlopen: /usr/lib/xorg/modules/drivers/fglrx_drv.so: undefined symbol: UpdateSpriteForScreen
(EE) Failed to load /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) UnloadModule: "fglrx"
(EE) Failed to load module "fglrx" (loader failed, 7)
(EE) No drivers available.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
 
Old 03-04-2010, 05:07 AM   #53
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Is -current using X server 1.7.*? fglrx will not work with that version yet. Hopefully this month or next month.

Adam
 
Old 03-04-2010, 05:13 AM   #54
Lucifer4o
Member
 
Registered: Mar 2010
Distribution: Slackware Current
Posts: 63

Rep: Reputation: 17
So what? I'm waiting new FGLRX? Only to use EyeCandy and watch movies? DEAMN!
 
Old 03-04-2010, 05:19 AM   #55
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Or you can use the open source drivers (assuming you don't have an HD5xxx card).

Adam
 
Old 03-04-2010, 05:32 AM   #56
Lucifer4o
Member
 
Registered: Mar 2010
Distribution: Slackware Current
Posts: 63

Rep: Reputation: 17
My Card is HD3450 ... and ... kde 4.4.1 is not starting properly under radeonHD driver ...


EDIT: OK! I GIVE UP!!!! RadeonHD and XCFE ... I'll wait for the next FRGLX proriety driver to get back on KDE.

Last edited by Lucifer4o; 03-04-2010 at 05:39 AM.
 
Old 03-04-2010, 06:00 AM   #57
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
I always recommend radeon over radeonhd, however either driver should work with 2D and 3D acceleration as long as fglrx is completely purged from your system. Check earlier on this page and the previous page where I gave suggestions to gtludwig.

Adam
 
Old 03-04-2010, 06:30 AM   #58
BILLYKANE
Member
 
Registered: Feb 2008
Location: Hefei,Anhui,China
Distribution: Slackware;chakra
Posts: 96

Rep: Reputation: 22
Quote:
Originally Posted by Lucifer4o View Post
My Card is HD3450 ... and ... kde 4.4.1 is not starting properly under radeonHD driver ...


EDIT: OK! I GIVE UP!!!! RadeonHD and XCFE ... I'll wait for the next FRGLX proriety driver to get back on KDE.
My card is hd 4570.You are right. All that we could do is wait...

By moving xorg.conf, you can startx and kde without 3D effect..
 
Old 03-04-2010, 06:34 AM   #59
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Again, 2D and 3D acceleration work with the open source drivers if you're using a new enough kernel (and 2.6.33 is plenty new enough).

Adam
 
Old 03-04-2010, 06:52 AM   #60
Lucifer4o
Member
 
Registered: Mar 2010
Distribution: Slackware Current
Posts: 63

Rep: Reputation: 17
OK!!!! I did it!

Reinstalled xorg-* and xf86-*
Seted the radeonhd as driver ... and KDE 4.4.1 works fine with all eyecandy ...

I'll try with

CONFIG_PREEMPT=y
CONFIG_HIGHMEM64G=y
CONFIG_MPENTIUMM=y

So ... bare with me (recompiling now)

Last edited by Lucifer4o; 03-04-2010 at 07:04 AM.
 
  


Reply

Tags
drm, kernel, radeon, slackware



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
Slackware current 32 bits + ATI LordAnta Slackware 11 08-19-2009 07:47 AM
Upgrade from 12.0 to -current Yalla-One Slackware 2 06-13-2009 06:30 AM
DISCUSSION: Upgrade to Slackware -current without a -current CD truthfatal LinuxAnswers Discussion 0 09-19-2006 01:42 PM
What first upgrade kernel or upgrade slack 10.0 to current Kelean Slackware 7 01-16-2005 06:54 PM
Is there a way to upgrade to current? trey85stang Debian 9 04-10-2004 10:43 PM

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

All times are GMT -5. The time now is 06:53 AM.

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