Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
getting an ati radeon xpress 200M to work
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bananaoomarang
n00b
n00b


Joined: 08 Aug 2009
Posts: 70

PostPosted: Sun Aug 16, 2009 5:57 pm    Post subject: getting an ati radeon xpress 200M to work Reply with quote

right I think I have tried everything I can with the open source drivers and can only get around 400 (at the absolute most) FPS and 2d is very choppy so thats not very good either I have read that to get the proprietary drivers I need to downgrade the xserver so could anybody give me any advice apart from buy a laptop with an nvidia card or give up on 3d linux I know my card can do better because I used to run compiz on ubuntu 8.04 on the exact same computer but know using the kde4 dektop cube is not usable at all so please some helpful advice.
Back to top
View user's profile Send private message
hulmeman
Apprentice
Apprentice


Joined: 02 Jul 2002
Posts: 184
Location: Duchy of Lancaster, England.

PostPosted: Mon Aug 17, 2009 9:20 am    Post subject: Reply with quote

I was getting 300fps on an xpress200M (Dell 1501), I'm now getting 1400fps thanks to the guys @ phoronix:

https://forums.gentoo.org/viewtopic-t-786786-highlight-xf86videoati+mesa.html
Back to top
View user's profile Send private message
bananaoomarang
n00b
n00b


Joined: 08 Aug 2009
Posts: 70

PostPosted: Mon Aug 17, 2009 9:28 am    Post subject: Reply with quote

Hmm I will try this and report back
Back to top
View user's profile Send private message
bananaoomarang
n00b
n00b


Joined: 08 Aug 2009
Posts: 70

PostPosted: Mon Aug 17, 2009 9:41 am    Post subject: Reply with quote

ok so maybe I'm an idiot but could someone post a step to step guide of how to do this and what commands to run I haven't been with gentoo very long (migrating from ubuntu and fedora) so I am not very familiar with ebuilds and such and do I need to downgrade the xserver. usualy I would attempt something like this on my own but now I have broken my system many times so could someone please help.
Back to top
View user's profile Send private message
hulmeman
Apprentice
Apprentice


Joined: 02 Jul 2002
Posts: 184
Location: Duchy of Lancaster, England.

PostPosted: Mon Aug 17, 2009 10:22 am    Post subject: Reply with quote

No need to downgrade xorg-server. Install layman and git, run:
Code:
emerge -va layman git

Code:
layman -s x11

add the layman directory to make.conf:
Code:
PORTDIR_OVERLAY="/usr/local/portage/layman/x11

add to /etc/portage/package.keywords:
Code:
x11-base/x11-drm **
media-libs/mesa **
x11-libs/libdrm **
x11-drivers/xf86-video-ati **

add to /etc/portage/package.unmask:
Code:
x11-base/x11-drm
media-libs/mesa
x11-libs/libdrm
x11-drivers/xf86-video-ati

compile kernel without drm:
Code:
 
Device Drivers --->
Graphics support  --->
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)  --->

reboot into drm free kernel, run: (make sure portage wants to install -9999 versions from overlay)
Code:
emerge -va libdrm mesa xf86-video-ati x11-drm

edit xorg.conf:
Code:
 
        Option          "DRI"                   "true"
        Driver          "radeon"
        Option          "AccelDFS"              "true"
        Option          "AccelMethod"           "exa"

restart X and enjoy!
Back to top
View user's profile Send private message
bananaoomarang
n00b
n00b


Joined: 08 Aug 2009
Posts: 70

PostPosted: Mon Aug 17, 2009 12:08 pm    Post subject: Reply with quote

I got these errors when I did make && make modules_install

Code:
WARNING: /lib/modules/2.6.30-gentoo-r4/x11-drm/radeon.ko needs unknown symbol malloc_sizes
WARNING: /lib/modules/2.6.30-gentoo-r4/x11-drm/drm.ko needs unknown symbol malloc_sizes


but sience they are about drm and I didn't compile it into my kernel I will cintinue with the process
Back to top
View user's profile Send private message
bananaoomarang
n00b
n00b


Joined: 08 Aug 2009
Posts: 70

PostPosted: Mon Aug 17, 2009 1:12 pm    Post subject: Reply with quote

W00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000T

:D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D

I have had this problem for so long and now I get 700 - 800 fps yay
Back to top
View user's profile Send private message
bananaoomarang
n00b
n00b


Joined: 08 Aug 2009
Posts: 70

PostPosted: Mon Aug 17, 2009 1:27 pm    Post subject: Reply with quote

Now a get an error when shutting down kernel panic not syncing swapper tainted radekn get vblank counter I just fixed one of these errors with a new kernel config made by pappy mcfae
Back to top
View user's profile Send private message
bananaoomarang
n00b
n00b


Joined: 08 Aug 2009
Posts: 70

PostPosted: Mon Aug 17, 2009 4:18 pm    Post subject: Reply with quote

working again :D edited my kernel config thankyou so much for your help
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum