LinuxQuestions.org
Visit Jeremy's Blog.
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 08-31-2010, 06:11 AM   #16
erjc
LQ Newbie
 
Registered: Aug 2010
Posts: 4

Rep: Reputation: 1

Hello all. First post.


This driver;
xf86-video-radeonhd-1.3.0-i486-3_rlw.txz
is obsolete, no longer maintained and should't be included.
It just confuses noobs who see the "HD" and think it's better or is default for their "HD" card.

All ati/radeon users should use;
xf86-video-ati-6.13.1-i486-3_rlw.txz

Also; glxgears is absolutely not a benchmark!

Thank you and goodday.
erjc

Last edited by erjc; 08-31-2010 at 06:14 AM.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 08-31-2010, 07:27 AM   #17
slackd
Member
 
Registered: Sep 2009
Location: Bangalore, India
Distribution: Fedora, Slackware, Arch Linux
Posts: 260
Blog Entries: 1

Rep: Reputation: 60
Red face

Quote:
Originally Posted by GazL View Post
@slackd Those glxgears frame rates look suspiciously similar to the difference I get when running glxgears with/without compositing enabled. I'm not saying that's what's happening here but it might be something to check into.
That indeed was the case.


Quote:
Originally Posted by erjc View Post
Also; glxgears is absolutely not a benchmark!
erjc
I did not know that.

Last edited by slackd; 08-31-2010 at 07:28 AM.
 
Old 08-31-2010, 07:39 AM   #18
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Rep: Reputation: 50
Hi, I have a question, the new Xorg update will run better with the new HD5xxx Ati cards?
This version of Xorg don't use hal anymore, right?
 
Old 08-31-2010, 07:47 AM   #19
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
glxgears is not a benchmark, but it's still an indicator of performance to some extent, even if it only tells you how well glxgears runs on your system and can't be used as a comparison to anything else.
 
Old 08-31-2010, 09:26 AM   #20
erjc
LQ Newbie
 
Registered: Aug 2010
Posts: 4

Rep: Reputation: 1
The slackware kernel.config needs to be changed from;

CONFIG_FB_RADEON=m
# CONFIG_DRM_RADEON_KMS is not set

to;
# CONFIG_FB_RADEON is not set
CONFIG_DRM_RADEON_KMS=y

in order to take advantage of updates in free drivers.
 
Old 08-31-2010, 09:30 AM   #21
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Quote:
Originally Posted by mlpa View Post
Hi, I have a question, the new Xorg update will run better with the new HD5xxx Ati cards?
The Xorg update should support 2D modesetting on the HD5xxx cards, but 2D and 3D acceleration was only added to the driver in the past week. I can't say definitively, but I would not expect the Xorg update to be new enough to incorporate those changes.

Adam
 
Old 08-31-2010, 09:32 AM   #22
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Quote:
Originally Posted by erjc View Post
The slackware kernel.config needs to be changed from;

CONFIG_FB_RADEON=m
# CONFIG_DRM_RADEON_KMS is not set

to;
# CONFIG_FB_RADEON is not set
CONFIG_DRM_RADEON_KMS=y

in order to take advantage of updates in free drivers.
Bear in mind that enabling KMS will require the inclusion of firmware files that are not currently included in Slackware 13.1 and are not included in the kernel, either.

Adam
 
Old 08-31-2010, 05:02 PM   #23
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by slackd View Post
I used the xorg.conf i had before, do i still need it?
Nope, no xorg.conf should be needed now.
 
1 members found this post helpful.
Old 08-31-2010, 05:05 PM   #24
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by erjc View Post
Hello all. First post.


This driver;
xf86-video-radeonhd-1.3.0-i486-3_rlw.txz
is obsolete, no longer maintained and should't be included.
It just confuses noobs who see the "HD" and think it's better or is default for their "HD" card.

All ati/radeon users should use;
xf86-video-ati-6.13.1-i486-3_rlw.txz

Well, in most cases, users won't be making the decision about what to use (at least not *my* target users for this thread) - they'll let Xorg's autoconfigure make that decision. That said, you're right - it is indeed obsolete, and I've now removed it from my tree. I wasn't sure whether it should still be shipped, and I intended to research that a bit, but you just kicked it higher on my TODO list

Last edited by rworkman; 08-31-2010 at 05:47 PM.
 
Old 08-31-2010, 05:07 PM   #25
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by erjc View Post
The slackware kernel.config needs to be changed from;

CONFIG_FB_RADEON=m
# CONFIG_DRM_RADEON_KMS is not set

to;
# CONFIG_FB_RADEON is not set
CONFIG_DRM_RADEON_KMS=y

in order to take advantage of updates in free drivers.
If KMS is in use, then have FB_RADEON compiled as a module won't hurt anything. Once KMS is required for the Xorg driver, it's probably worth backing up and reconsidering whether to even ship the non-kms framebuffer modules.
 
Old 08-31-2010, 05:24 PM   #26
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by adamk75 View Post
Bear in mind that enabling KMS will require the inclusion of firmware files that are not currently included in Slackware 13.1 and are not included in the kernel, either.
That depends on the hardware in use. I wasn't aware of the potentially missing firmware for some hardware at all, since all of my ati hardware works fine with KMS enabled. Since some of you are obviously more "in the know" than I am about that, is this non-free firmware, or has it just not made it into the kernel yet (perhaps slated for 2.6.36?)?
 
Old 08-31-2010, 05:29 PM   #27
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
I believe it's necessary for r500 and higher. I know it's necessary for r600 and higher. There are licensing issues involved, yes, though I don't know the exact details. I believe a change in license for newer firmware, combined with decisions by Linus to stop accepting more firmware into the tree, have made it so that it will never be included, at least not for the foreseeable future.

Adam

Last edited by adamk75; 08-31-2010 at 08:56 PM.
 
1 members found this post helpful.
Old 08-31-2010, 05:58 PM   #28
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
FYI, NVidia has released the official driver (256.53) that supports ABI used in XOrg 1.9.0:
http://www.nvidia.com/object/linux-d...53-driver.html
http://www.nvidia.com/object/linux-d...53-driver.html
 
Old 08-31-2010, 08:47 PM   #29
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
New xterm, xf86-input-synaptics, and xf86-video-nouveau packages, as well as an updates NOTES/READ_ME file -- please be sure to have another look, especially if you have an nvidia chipset.
 
Old 09-01-2010, 04:46 AM   #30
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Quote:
testing with nouveau would be appreciated too :-)
Nouveau working fine here on an ancient 'NV5' card (TNT2) -- an acceptable replacement for 'nv'.

Quote:
I understand that you nvidia guys like your binary drivers
'Live free or die'
 
  


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
No updates in Testing? war1025 Debian 2 07-08-2009 12:16 PM
[Call for testing] ibus SlackBuild grissiom Slackware 6 05-19-2009 10:39 AM
Testing is inadequate for new updates Lsatenstein Fedora 3 12-24-2006 11:19 AM
security updates for testing branch uselpa Debian 4 09-15-2006 01:09 AM
Anyone tried 2.6.11 in updates/testing ? snecklifter Fedora 7 04-08-2005 09:13 AM

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

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