LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-11-2009, 10:23 PM   #1
mack_the_knife
LQ Newbie
 
Registered: Jul 2009
Posts: 4

Rep: Reputation: 0
I got fglrx driver to install, but what do I do with fglrx module?


I did the SlackBuilds thing with fglrx-driver and all seemed to go well, but I can't get fglrx-module to do anything. If I knew what I was doing, I'd be a lot farther along, but I'm a serious noob..

Using Slackware 12.2, it's a fresh install on an Acer 5100 laptop.
 
Old 07-11-2009, 10:26 PM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Welcome to LQ!

Was there a README file with that SlackBuild?
 
Old 07-11-2009, 10:39 PM   #3
mack_the_knife
LQ Newbie
 
Registered: Jul 2009
Posts: 4

Original Poster
Rep: Reputation: 0
Wow, what a fast response- thank you kindly Bruce.

Yes, there's a readme but the only useful information seems to be:

Add the following to /etc/rc.d/rc.modules or an equivalent file:
# Load fglrx modules
modprobe fglrx

I'm reluctant to do that before anything else, it seems that there must be more to it than just editing that file because there is a lot more to the module script- or am I trying too hard to not do something wrong?

Thanks again,

mk
 
Old 07-11-2009, 10:48 PM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
As root in a terminal issue "modprobe fglrx" without the quotes,
then issue "lsmod grep | fglrx" and if you see it, then the module
(driver) is loaded. You will probably need to logout of X and then
login again for it to work.

Editing that file is what how the author intends for the module to
be loaded every time you boot. Might not be needed. Reboot and see.

Last edited by Bruce Hill; 07-11-2009 at 10:49 PM.
 
Old 07-11-2009, 10:59 PM   #5
mack_the_knife
LQ Newbie
 
Registered: Jul 2009
Posts: 4

Original Poster
Rep: Reputation: 0
bash-3.1# modprobe fglrx
FATAL: Module fglrx not found.
bash-3.1# lsmod grep | fglrx
bash: fglrx: command not found
Usage: lsmod
bash-3.1#

So I guess I've not yet got it.

I do notice that both Slackbuilds pages (the one for fglrx-driver and fglrx-module) both show the same source file: "ati-driver-installer-8-7-x86.x86_64.run" and the same checksum. Should I have different source for the module?

Thanks again,

mk
 
Old 07-12-2009, 02:05 AM   #6
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
How about posting a link to the Slackbuilds page please?
 
Old 07-12-2009, 03:19 AM   #7
mack_the_knife
LQ Newbie
 
Registered: Jul 2009
Posts: 4

Original Poster
Rep: Reputation: 0
http://slackbuilds.org/repository/12.../fglrx-driver/

http://slackbuilds.org/repository/12.../fglrx-module/
 
Old 07-12-2009, 03:48 AM   #8
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
You are running Slackware-12.2, and that package is for Slackware-12.1.
Do you know that it works with 12.2 also?

Did you follow verbatim these instructions?
Code:
README.SBo for fglrx-driver

Once you install this package, you should execute as root
    fglrx-switch -fglrx

You need to add this line to /etc/fstab if it's not already there:
    tmpfs            /dev/shm         tmpfs       defaults         0   0
and then mount /dev/shm as root.

Finally, you need to edit /etc/X11/xorg.conf to make use of this driver.
It's a good idea to read also "Configuring the X server", in the section
"Setting up the 'fglrx' driver" at http://slackwiki.org/ATI_Graphics

Also, if you upgrade this package(and fglrx-module) remember to unload
the fglrx module(# modprobe -r fglrx) and load it again(# modprobe fglrx).

If you are in an X session as a normal user or in some other desktop/wm than
KDE or GNOME, you can do the following to run the ATI Catalyst Control Center:
    user@darkstart:~$ su
    root@darkstart:/home/user# xauth merge /home/user/.Xauthority
    root@darkstart:/home/user# export DISPLAY=:0.0
    root@darkstart:/home/user# amdcccle &
or: 
    user@darkstart:~$ xhost LOCAL:
    user@darkstart:~$ su
    root@darkstart:/home/user# export DISPLAY=:0.0
    root@darkstart:/home/user# amdcccle &

Before you uninstall or upgrade this package, you should execute as root
    fglrx-switch -mesa
You were to download the source, plus the SlackBuild, plus all those individual
files into one directory. Then run fglrx-driver.SlackBuild as root.

I personally don't use Slackbuild.org scripts, so could you look and see if you
have any entries such as this in your /tmp/ directory?
Code:
mingdao@silas64:~$ ls -1 /tmp/*mutt*
/tmp/configure-mutt.log
/tmp/install-mutt.log
/tmp/make-mutt.log
/tmp/makepkg-mutt.log
where the names will be fglrx-driver.* and/or fglrx-module.*


I've only been running Slackware since 2003, but for that entire time it has
always been reported that ATI drivers are a pain to get running ... IF you
can even get them running decently.

If you can't get it going with the SlackBuilds.org package, I would suggest
you read these two links:
A Guide: Enabling 3D Acceleration in X11 <- at the top of this forum
ATI-Wiki-Slackbuild
 
  


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
ATI driver, fglrx - FATAL: Error inserting fglrx hubabuba Slackware 4 04-18-2009 01:27 PM
LXer: How to install ATI fglrx driver in debian LXer Syndicated Linux News 0 02-10-2009 06:10 PM
fglrx driver install errors SeanWcisel Linux - Hardware 4 07-23-2007 07:43 PM
Cant install ATI fglrx driver on my SuSE 10.2 riba43 SUSE / openSUSE 12 01-17-2007 01:03 AM
ATI Driver Install fglrx error 2.6.12.3 PSIPHON Slackware 6 08-12-2005 10:53 PM

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

All times are GMT -5. The time now is 08:05 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