LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-17-2011, 07:26 AM   #1
marnold
Member
 
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 313

Rep: Reputation: 52
Slackware64 13.37 and ATI Radeon XPRESS 200M 5955


I've got an older HP Pavilion dv8000 laptop with ATI Radeon XPRESS 200M 5955 video. This worked fine out-of-the-box with 13.1. With 13.37 I can't get KDE desktop effects to work, glxgears reports about 50 fps, and the system can suspend but not resume. I have no xorg.conf at all. Here is the glxinfo and current Xorg log. Any pearls of wisdom of where to look next would be appreciated.

Just to note, this is with Slackware64 13.37 with the multilib stuff installed.
Attached Files
File Type: log Xorg.0.log (70.7 KB, 30 views)
File Type: txt glxinfo.txt (23.4 KB, 31 views)

Last edited by marnold; 05-17-2011 at 07:28 AM.
 
Old 05-17-2011, 03:36 PM   #2
marnold
Member
 
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 313

Original Poster
Rep: Reputation: 52
Well, I got the desktop effects to work . . . once. After that the next person who logs into KDE will have the splash screen freeze, although the computer doesn't actually lock up. The mouse pointer still moves and the login music plays. It's just that the screen otherwise remains frozen there. When you restart X, the desktop effects don't work anymore. The only entry in the Xorg log that seemed to be any different was this one:

[ 1988.009] (II) AIGLX: Suspending AIGLX clients for VT switch

Not sure what that means. Hope this helps. Resume doesn't work regardless.
 
Old 05-21-2011, 03:59 PM   #3
marnold
Member
 
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 313

Original Poster
Rep: Reputation: 52
Well, the "good" news is that I tested the laptop with a live CD of Kubuntu 11.04 and it shows the same behavior. 3D seems to work tolerably because I was able to play Quake Live with a decent framerate (albeit with an annoying amount of artifacts). Disabling the desktop effects doesn't seem to be the worst thing in the world as it speeds KDE up quite a bit.

I still would like to get the machine to suspend and resume. It's not mission-critical because the laptop doesn't really go anyplace, but it is causing an unnecessary drain of battery power.
 
Old 05-21-2011, 04:29 PM   #4
marnold
Member
 
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 313

Original Poster
Rep: Reputation: 52
OK, I still haven't figured out the desktop effects, but I have figured out the suspend/resume problem. I had to add this kernel parameter to the "append" line in my lilo.conf:

Code:
radeon.modeset=0
Now it works. I'm going to do some further tests to make sure that I didn't mess anything else up.
 
1 members found this post helpful.
Old 05-21-2011, 05:27 PM   #5
marnold
Member
 
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 313

Original Poster
Rep: Reputation: 52
That line make Quake Live into something less than a slideshow. It will also cause X to segfault when a new user logs in for the first time.
 
Old 10-27-2011, 07:24 AM   #6
the_penguinator
Member
 
Registered: Jan 2009
Location: Canada
Distribution: slackware, OpenBSD, OSX
Posts: 233

Rep: Reputation: 25
Quote:
Originally Posted by marnold View Post
OK, I still haven't figured out the desktop effects, but I have figured out the suspend/resume problem. I had to add this kernel parameter to the "append" line in my lilo.conf:

Code:
radeon.modeset=0
Now it works. I'm going to do some further tests to make sure that I didn't mess anything else up.
I've been searching for threads related to this problem as my "thing" is restoring older laptops and putting them back into use...with Slackware of course... I can confirm that this works on this Compaq Presario V5000 which has the ATI Radeon XPRESS 200M 5955 video chip. I was unable to replicate marmold's comment about segfaulting.
BTW this older "obsolete" laptop runs _very well_ with slack64 -current and all of alienbob's multilib's giving me access to skype, Virtualbox, FirstClass email etc...
 
Old 10-27-2011, 07:49 AM   #7
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
radeon requires KMS for direct rendering to work, so if you're going to disable it you may as well go for the proprietary fglrx driver as well which generally has better suspend/resume and 3D support than the foss driver stack.
 
Old 10-27-2011, 08:09 AM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Quote:
Originally Posted by caravel View Post
radeon requires KMS for direct rendering to work, so if you're going to disable it you may as well go for the proprietary fglrx driver as well which generally has better suspend/resume and 3D support than the foss driver stack.
But doesn't support either the_penguinator or marnold's GPUs.

Adam
 
Old 10-27-2011, 08:28 AM   #9
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Correct - for some reason I thought that one was newer than it was, but it's the RS480, they dropped support for those old chipsets along with the rest of X series and earlier.
 
Old 10-27-2011, 10:49 PM   #10
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
First off.. you should create a xorg.conf file. If you haven't done so by now I suggest doing so.

This could solve even parts of the modesetting issue on boot. X11 can automatically detect what video card you have, but don't second guess yourself that skipping a configuration step is helping you out any. Configure your X server properly and you have less issues with it.

As far as the rest of the issues... have you tried installing a package from SlackBuilds called "driconf"? This it out and it should help with some of the issues if you set up your video card through it.

Last edited by ReaperX7; 10-27-2011 at 10:53 PM.
 
Old 10-28-2011, 12:32 PM   #11
the_penguinator
Member
 
Registered: Jan 2009
Location: Canada
Distribution: slackware, OpenBSD, OSX
Posts: 233

Rep: Reputation: 25
Quote:
Originally Posted by ReaperX7 View Post
First off.. you should create a xorg.conf file.
did that as you suggested with xorgsetup...machine reverted to previous behaviour of not coming back from suspend

Quote:
As far as the rest of the issues... have you tried installing a package from SlackBuilds called "driconf"? This it out and it should help with some of the issues if you set up your video card through it.
did that too...no change to failure to come out of suspend and in addition, GoogleEarth failed to start
did $rm ~/.drirc
and GoogleEarth now starts, but machine still doesn't come back from suspend so for now I'll go back to marnold's original kludge...at least it works

may try the proprietary driver...or not
cheers
 
Old 10-31-2011, 10:20 PM   #12
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
Question... but this may seem a silly question, but I better ask it...

Are you using the AMD Turion 64 model DV8000Z or the Intel Core Duo model DV8000T?
 
  


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
WoW with ATi Radeon Xpress 200m heetly Linux - Games 0 07-24-2007 10:19 AM
How to ATI Radeon® Xpress 200M IGP imdeemvp Fedora 3 03-04-2007 06:20 AM
ATI Radeon Xpress 200M problems phiwum Linux - Hardware 5 11-13-2006 02:25 AM
Xgl with ATI Radeon Xpress 200M, possible at all? iso1 SUSE / openSUSE 4 06-24-2006 12:14 AM
ATI Radeon Xpress 200M drivers konowdude Debian 1 01-13-2006 03:53 AM

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

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