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 |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
01-30-2004, 08:39 AM
|
#1
|
Member
Registered: Jun 2003
Distribution: Arch
Posts: 315
Rep:
|
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?
|
|
|
01-30-2004, 09:04 AM
|
#2
|
Member
Registered: Nov 2003
Location: Northcliffe, WA
Distribution: Slackware 12.0
Posts: 481
Rep:
|
Sounds pretty low i get about 3500 fps. If you just installed a new kernel you may need to reinstall your graphics drivers.
|
|
|
01-30-2004, 06:02 PM
|
#3
|
Member
Registered: Jun 2003
Distribution: Arch
Posts: 315
Original Poster
Rep:
|
I already had... 
|
|
|
01-30-2004, 06:27 PM
|
#4
|
Member
Registered: Jan 2004
Location: Canada
Distribution: SuSE 9.1 Professional, Slackware 9.1, Gentoo 2004.1
Posts: 238
Rep:
|
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.
|
|
|
01-30-2004, 07:05 PM
|
#5
|
Member
Registered: Jun 2003
Distribution: Arch
Posts: 315
Original Poster
Rep:
|
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....
|
|
|
01-30-2004, 09:56 PM
|
#6
|
Member
Registered: Jan 2004
Location: Canada
Distribution: SuSE 9.1 Professional, Slackware 9.1, Gentoo 2004.1
Posts: 238
Rep:
|
"-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
|
|
|
01-30-2004, 10:16 PM
|
#7
|
Member
Registered: Jun 2003
Distribution: Arch
Posts: 315
Original Poster
Rep:
|
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?
|
|
|
01-31-2004, 07:18 AM
|
#8
|
Member
Registered: Jan 2004
Location: Canada
Distribution: SuSE 9.1 Professional, Slackware 9.1, Gentoo 2004.1
Posts: 238
Rep:
|
I myself use SuSE. SuSE comes with a online updater that automatically downloaded this kernel for me.
|
|
|
01-31-2004, 09:39 AM
|
#9
|
Member
Registered: Jun 2003
Distribution: Arch
Posts: 315
Original Poster
Rep:
|
ehh, I compile my own.
so, to get fglrx working properly, will I have to regress to the 2.4.x kernels?
|
|
|
01-31-2004, 10:55 AM
|
#10
|
Member
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317
Rep:
|
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
|
|
|
02-01-2004, 02:23 PM
|
#11
|
Member
Registered: Jun 2003
Distribution: Arch
Posts: 315
Original Poster
Rep:
|
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.
|
|
|
02-01-2004, 05:45 PM
|
#12
|
Member
Registered: Jun 2003
Distribution: Arch
Posts: 315
Original Poster
Rep:
|
Negative. External agp didn't do anything. Also, it says it can't find fbconfig when I try to run fgl_glxgears.
|
|
|
02-01-2004, 06:05 PM
|
#13
|
Member
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949
Rep:
|
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.
|
|
|
02-02-2004, 04:20 AM
|
#14
|
Member
Registered: Jun 2003
Distribution: Arch
Posts: 315
Original Poster
Rep:
|
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.
|
|
|
02-08-2004, 12:54 PM
|
#15
|
Member
Registered: Feb 2004
Posts: 32
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 10:20 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
|
|