LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-08-2004, 12:44 AM   #1
Shr00mBoXx
Member
 
Registered: Dec 2003
Distribution: Slackware 9.1
Posts: 63

Rep: Reputation: 15
ATI 9200 fglrxinfo


I downloaded the RPM and used rpm2tgz to convert it... used installpkg to install the drivers and ran thru fglrxconfig and restarted xfce... I cant seem to get openGL to display the Radion drivers however...

/sbin/lspci
01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 5961 (rev 01)
01:00.1 Display controller: ATI Technologies Inc: Unknown device 5941 (rev 01)

I would nto mind but I plan on running games on here and was just wondering what is causing this...
btw

bash-2.05b$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4

there
 
Old 06-08-2004, 04:18 AM   #2
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Did you rebuild the ATi kernel module first?
 
Old 06-08-2004, 05:02 AM   #3
Shr00mBoXx
Member
 
Registered: Dec 2003
Distribution: Slackware 9.1
Posts: 63

Original Poster
Rep: Reputation: 15
I dont think so, I just followed the instructions that were given on the ATI site, I am new to linux and really would not know how to even do that
 
Old 06-08-2004, 05:33 AM   #4
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Ok, as root the following
Code:
 
1) cd /lib/modules/fglrx/build_mod
2) ./make.sh"
3) cd ../
4) ./make_install.sh
 
Old 06-08-2004, 09:03 AM   #5
kenji1903
Member
 
Registered: Apr 2004
Location: M'sia, Aus, Chn
Distribution: Redhat Linux 8 & 9, Fedora Core 2, XP
Posts: 301

Rep: Reputation: 30
I've been reading the HowTo from ATI's website and also your post, finally got mine to work~!!! Well... at least the 3D screen savers don't lag anymore
Thanks~!!!

I have a Radeon 9200 and running Redhat 9, no kernel upgrades yet, going to try that later
Here's what i did:
Code:
# rpm -Uh --force <ati_package_name>.rpm
# cd /lib/modules/fglrx/build_mod
# sh make.sh"
# cd ..
# sh make_install.sh
# fglrxconfig
# reboot
# fglrxinfo
then you should get something like this:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200SE DDR Generic
OpenGL version string: 1.3 (X4.3.0-3.9)


One odd thing I noticed when I open the Display Settings under the Advance tab is that the Video card Type is unknown and you can't tick the enable hardware 3d acceleration...
But, its still a lot faster than before~! glxgears gives me 900+FPS, haha

Hoep to hear anybody's advice here~ CheerS~!

~WiLL~
 
Old 06-08-2004, 02:04 PM   #6
Shr00mBoXx
Member
 
Registered: Dec 2003
Distribution: Slackware 9.1
Posts: 63

Original Poster
Rep: Reputation: 15
I knwo the problem but I dont kno whow to fix it...

bash-2.05b# sh make.sh
ATI module generator V 2.0
==========================
initializing...
kernel includes at /usr/src/linux/include not found or incomplete
file: /usr/src/linux/include/linux/version.h
 
Old 06-08-2004, 05:37 PM   #7
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Can you do "ls -l /usr/src" and post the output.
 
Old 06-08-2004, 09:27 PM   #8
Shr00mBoXx
Member
 
Registered: Dec 2003
Distribution: Slackware 9.1
Posts: 63

Original Poster
Rep: Reputation: 15
bash-2.05b# ls -l /usr/src
total 8
drwxr-xr-x 2 merlyn users 4096 Jun 7 00:18 ATI
drwxr-xr-x 7 root root 4096 Oct 12 2003 rpm
 
Old 06-09-2004, 12:34 AM   #9
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Your kernel source is missing, you should see something like the following,
Code:
bern@beast:~$ ls -l /usr/src
total 4
drwxr-xr-x    2 bern     users         128 Mar 18 09:13 ATI/
lrwxrwxrwx    1 root     root           13 May  4 18:21 linux -> linux-2.4.26//
drwxr-xr-x   15 bern     users         768 Apr 22 10:52 linux-2.4.26/
drwxr-xr-x   15 root     root          768 Apr 24 09:43 linux-2.4.27-pre1/
drwxr-xr-x    7 root     root          168 Dec 12  2002 rpm/
bern@beast:~$
 
Old 06-09-2004, 01:22 AM   #10
Shr00mBoXx
Member
 
Registered: Dec 2003
Distribution: Slackware 9.1
Posts: 63

Original Poster
Rep: Reputation: 15
and where can I get my kernel source...
 
Old 06-09-2004, 01:36 AM   #11
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
From the slackware cd - or you can download and build a new kernel.
 
Old 06-09-2004, 01:42 AM   #12
Shr00mBoXx
Member
 
Registered: Dec 2003
Distribution: Slackware 9.1
Posts: 63

Original Poster
Rep: Reputation: 15
Are you sure...b/c I know I have upgraded kernels... I used swaret to get the 2.4.26 and installed it... when i was stuck with the problem of finding the source I have always found it in another folder, which I forget as of this moment...
 
Old 06-09-2004, 01:50 AM   #13
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
just download the 2.4.26 source package from the same place you got the swaret kernel from, once it's installed it will be in /usr/src because that is where they belong.
 
Old 06-18-2004, 01:45 AM   #14
Shr00mBoXx
Member
 
Registered: Dec 2003
Distribution: Slackware 9.1
Posts: 63

Original Poster
Rep: Reputation: 15
Ok, I reinstalled slackware for various reasons and completed everything you told me to but fglrxinfo displays

Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4


bash-2.05b# sh make_install.sh
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
Warning: loading /lib/modules/2.4.26/kernel/drivers/char/drm/fglrx.o will taint the kernel: non-GPL license - Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Module fglrx loaded, with warnings
done.

I got that when running make_install.sh
Also...


Last edited by Shr00mBoXx; 06-18-2004 at 01:51 AM.
 
Old 06-18-2004, 05:41 AM   #15
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Do "lsmod" and see if the agpgart modules is loaded.
 
  


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
fglrxinfo reposrts Mesa, but ATI installed(?) resaguk Slackware 7 03-28-2005 10:44 AM
ati fglrxinfo reports still using mesa3d FLOODS Fedora 6 02-03-2005 11:37 PM
ATI Radeon 9200 downtime Linux - Hardware 1 01-03-2005 09:33 PM
ATI Radeon 9200 SE phr0st Linux - Hardware 3 10-26-2004 03:09 PM
ATI Radeon 9200 SE TV-OUT without ATI Driver? carboncopy Slackware 6 07-11-2004 08:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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