LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-19-2011, 07:06 PM   #1
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Rep: Reputation: 16
13.37 ATI RV516 driver


I've got a 03:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] card on Slackware 13.37, and I'm trying to get it set up with the right driver. I'm currently getting about 60 FPS, and I'm assuming/hoping I can get it a lot higher (I apologize for my ignorance in this area).

I got the following error in my Xorg.0.log:

Quote:
[ 31.706] (II) LoadModule: "radeon"
[ 31.706] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 31.762] (II) Module radeon: vendor="X.Org Foundation"
[ 31.762] compiled for 1.9.5, module version = 6.14.1
[ 31.762] Module class: X.Org Video Driver
[ 31.762] ABI class: X.Org Video Driver, version 8.0
[ 31.772] (II) LoadModule: "vesa"
[ 31.772] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 31.794] (II) Module vesa: vendor="X.Org Foundation"
[ 31.794] compiled for 1.9.2, module version = 2.3.0
[ 31.794] Module class: X.Org Video Driver
[ 31.794] ABI class: X.Org Video Driver, version 8.0
[ 31.794] (II) LoadModule: "fbdev"
[ 31.796] (WW) Warning, couldn't open module fbdev
[ 31.796] (II) UnloadModule: "fbdev"
[ 31.796] (EE) Failed to load module "fbdev" (module does not exist, 0)
I tried installing the latest ATI driver, and got the following:
Quote:
./ati-driver-installer-11-8-x86.x86_64.run --buildpkg Slackware/Slackware
me@me:/mnt/data/slackware$ aticonfig --initial
aticonfig: No supported adapters detected
Then I tried an older ATI driver:
Quote:
./ati-driver-installer-9-3-x86.x86_64.run --buildpkg Slackware/Slackware
Generating package: Slackware/Slackware
./packages/Slackware/ati-packager.sh: line 36: unexpected EOF while looking for matching `]'
./packages/Slackware/ati-packager.sh: line 387: syntax error: unexpected end of file
./packages/Slackware/ati-packager.sh: line 36: unexpected EOF while looking for matching `]'
./packages/Slackware/ati-packager.sh: line 387: syntax error: unexpected end of file
Error: Distro Version entered incorrectly or not supported, use --listpkg to identify valid distro versions
Removing temporary directory: fglrx-install.1NBLNp
Any pointers on what I can do differently, or a good tutorial to look at?
 
Old 09-19-2011, 07:19 PM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You're getting 60fps because the OpenGL drivers sync-to-vblank. On nearly all LCD monitors, that's 60 Hz. Check this thread for more information:

http://phoronix.com/forums/showthrea...a-simple-trick

You can not use fglrx on that GPU on any distribution newer than, roughly, March 2009.

Last edited by adamk75; 09-19-2011 at 07:42 PM.
 
Old 09-19-2011, 07:26 PM   #3
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
@tuubaaku

Well, the current radeon X.org driver claim to have full support for NV516, and you need to stuck on it, because there is no FGLRX support for you.

Also, for my taste, getting just 60 FPS looks like an VSync use. Nothing bad there, because even your app claim to run into 65384 FPS, still will be displayed just 60 frames per sec. if you have 60Hz as vertical refresh rate ...
 
Old 09-19-2011, 08:24 PM   #4
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
ATi is rather horrendous (if not 100% pathetic) about supporting legacy products through drivers. The X11 open source drivers should work. Only Nvidia supports the majority of their legacy products still with the current driver package. The only real difference between the open source driver and the fglrx driver is S3 Texture Compression support and the Configuration tools.
 
Old 09-20-2011, 06:54 AM   #5
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Original Poster
Rep: Reputation: 16
OK, thanks for the replies - so it looks like I'm fine with the radeon driver I'm using, and the 60 fps. Is there a way to get rid of the fbdev error? I guess I could just ignore it...
 
Old 09-20-2011, 06:56 AM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
It's a harmless message. If, for some reason, you are so worked about it that you feel the need to eliminate it, create an xorg.conf so that Xorg doesn't try to autoload the fbdev driver.
 
  


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
Which ati video driver for ati radeon xpress 200 5954 (pcie) ? sirius57 SUSE / openSUSE 2 07-03-2009 07:03 PM
1-Click Install ATI Driver For ATI X1950 Video Card Corrupts Suse 11.1 Harpo SUSE / openSUSE 4 05-25-2009 05:28 PM
LXer: Power Management: ATI Catalyst vs. Open-Source ATI Driver LXer Syndicated Linux News 0 03-06-2009 03:12 PM
fglrx-driver vs ATI kernel driver for ATI Radeon 9200 in Debian Debian_Poland Debian 3 02-01-2006 01:10 PM
Ati driver a bit unstable but no different than nvidia..ati benchmark inside. spade Slackware 1 10-06-2004 12:13 AM

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

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