LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 01-30-2004, 08:39 AM   #1
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Rep: Reputation: 30
low fps in glxgears?


I just installed kernel 2.6.2-rc2 and the latest fglrx. Everything installed just fine, fglrx loads just fine, I used fglrxconfig to make a new X configuration file (which loads fine)

I get about 450 fps in glx gears, is that right?

Specs:
Slackware 9.1
Barton @ 3200+
Asus A7N8X-Deluxe
Radeon 9800 Pro
1GiB PC3200

Any ideas?
 
Old 01-30-2004, 09:04 AM   #2
dopefish
Member
 
Registered: Nov 2003
Location: Northcliffe, WA
Distribution: Slackware 12.0
Posts: 481

Rep: Reputation: 30
Sounds pretty low i get about 3500 fps. If you just installed a new kernel you may need to reinstall your graphics drivers.
 
Old 01-30-2004, 06:02 PM   #3
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Original Poster
Rep: Reputation: 30
I already had...
 
Old 01-30-2004, 06:27 PM   #4
zidane2010
Member
 
Registered: Jan 2004
Location: Canada
Distribution: SuSE 9.1 Professional, Slackware 9.1, Gentoo 2004.1
Posts: 238

Rep: Reputation: 30
i know that nvidia released drivers for the 2.6 kernel, but ATI has done nothing so far. perhaps the ati drivers are not compatible? i have the same video card as you, and in 2.4.166-athlon kernel, i het aobut 4500 fps in glxgears.
 
Old 01-30-2004, 07:05 PM   #5
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Original Poster
Rep: Reputation: 30
I see a lot of people with -something after their kernels version numbers, but I really have no idea what that is or where to get them....
 
Old 01-30-2004, 09:56 PM   #6
zidane2010
Member
 
Registered: Jan 2004
Location: Canada
Distribution: SuSE 9.1 Professional, Slackware 9.1, Gentoo 2004.1
Posts: 238

Rep: Reputation: 30
"-athlon" is a kernel optimised for amd athlon xp micro-processors. if you do have a athlon cpu, and you dont see "-athlon" via "uname -a" then you should try and download it
 
Old 01-30-2004, 10:16 PM   #7
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Original Poster
Rep: Reputation: 30
didn't answer the biggest question, where are all these custom kernels? I don't see them on kernel.org

How is it different than compiling the kernel with athlon selected for mcpu?
 
Old 01-31-2004, 07:18 AM   #8
zidane2010
Member
 
Registered: Jan 2004
Location: Canada
Distribution: SuSE 9.1 Professional, Slackware 9.1, Gentoo 2004.1
Posts: 238

Rep: Reputation: 30
I myself use SuSE. SuSE comes with a online updater that automatically downloaded this kernel for me.
 
Old 01-31-2004, 09:39 AM   #9
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Original Poster
Rep: Reputation: 30
ehh, I compile my own.

so, to get fglrx working properly, will I have to regress to the 2.4.x kernels?
 
Old 01-31-2004, 10:55 AM   #10
UnTamed
Member
 
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317

Rep: Reputation: 30
Quote:
Originally posted by kleptophobiac
ehh, I compile my own.

so, to get fglrx working properly, will I have to regress to the 2.4.x kernels?
No you shouldn't, Ati's drivers have their fair share of issues but they build on kernel 2.6 since before it went "official".

Did you compile your kernel with;
CONFIG_AGP=m
CONFIG_AGP_NVIDIA=m

are they both inserted in the kernel before you try and startx? ...see with lsmod
Also did you select Option "UseInternalAGPGART" "no" when you ran #fglrxconfig

Re-installing the driver after a kernel upgrade only involves rebuilding the drm module.
Get into /lib/modules/fglrx/build_mod and run the make.sh script to build the new module, then back in /lib/modules/fglrx to install the module through the make_install.sh script.

Note that this is also needed for 1st time install on distros that won't deal with the driver in it's native .rpm format, i.e. unless you installed the driver using rpm -ivh --force <pkg>.rpm on a compatible distro [...R-H, Mdk, and possibly SUSE] you'll need to build and install the module manually.

If you still can't get it, refer to, and post your errors from,
/lib/modules/fglrx/make<version>.log for built time errors,
/var/log/XFree86.0.log for xserver errors and warnings
dmesg for errors in regards to agp
lsmod to see what modules are loaded.

HTH
 
Old 02-01-2004, 02:23 PM   #11
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Original Poster
Rep: Reputation: 30
There are no errors. Everything works fine. The modules load, I have agpgart as a module, it loads, everything does peachy. I'm loading glx. I built the drivers with no issues. I used rpm2tgz and then installed the package, built, installed, and ran the config. I'll go try the external agpgart now.
 
Old 02-01-2004, 05:45 PM   #12
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Original Poster
Rep: Reputation: 30
Negative. External agp didn't do anything. Also, it says it can't find fbconfig when I try to run fgl_glxgears.
 
Old 02-01-2004, 06:05 PM   #13
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
Quote:
Originally posted by kleptophobiac
There are no errors. Everything works fine. The modules load, I have agpgart as a module, it loads, everything does peachy. I'm loading glx. I built the drivers with no issues. I used rpm2tgz and then installed the package, built, installed, and ran the config. I'll go try the external agpgart now.
After doing installpkg fglrx... there are some other steps you need to take. Check out this thread: http://www.linuxquestions.org/questi...+slackware+9.1

It's how I got my Radeon working. I get around 1500fps with a Radeon 9000.
 
Old 02-02-2004, 04:20 AM   #14
kleptophobiac
Member
 
Registered: Jun 2003
Distribution: Arch
Posts: 315

Original Poster
Rep: Reputation: 30
Negative. I already did that stuff, but just to make sure I tried again. I recomiled 2.6.1, just in case too.

fglrxconfig reads the mesa drivers for some reason, even though I know I followed the guide word for word.
 
Old 02-08-2004, 12:54 PM   #15
adamjaskie
Member
 
Registered: Feb 2004
Posts: 32

Rep: Reputation: 15
I can't get the ATI drivers running in 2.6.2 AT ALL. X starts up to a black screen, no mouse pointer or anything.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Glxgears ( gives me low fps ) MalachiX Linux - Newbie 6 03-31-2005 03:01 PM
low fps in glxgears tehnick Debian 12 02-23-2005 02:40 PM
glxgears FPS is 390, this normal? Grim Reaper Linux - Software 6 09-30-2004 03:48 AM
8500LE getting 75 FPS on glxgears McKnight Linux - Software 0 07-01-2004 11:16 PM
GLXGears :: 128 FPS?!?! nealkochhar Linux - Newbie 4 05-31-2004 11:20 AM

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

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