Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ATI Radeon XPRESS 200M 5955
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
hitemp
n00b
n00b


Joined: 24 Oct 2010
Posts: 7

PostPosted: Wed Nov 03, 2010 6:26 am    Post subject: ATI Radeon XPRESS 200M 5955 Reply with quote

Hello all, well…. another Gentoo/Linux newbie here, I am currently unemployed so I decided to give Linux a shoot (yes, I know there are easier Linux distros to start out on but what can I say I like the penguin). Ok, so on with it

I installed Gentoo, (not quite that simple but I got it done) sound was easy enough, my bcm 4311 wireless card was a little bit more tricky but with a little patience it worked just fine, I installed xorg and then kde, things seemed to be going fine until I noticed some video card problems. The first thing I noticed was some screen savers and such (eyecandy) would not work and then I found that the ati catalyst control center would not open, too make a long story short I have read many post and a lot of tutorials all with different settings and advice (none of which seemed to work). I have tried different drivers and different kernel settings, I have started over twice and at this point I am ready to start fresh again.

I have an hp pavilion dv5139 laptop with an ATI Radeon XPRESS 200M 5955 (PCIE) graphics card and I am not sure what data is old and out dated, weather I should use the ati drivers or the open source ones, I just need a push in the right direction, somewhere to start. Any help on this subject would be greatly appreciated.

Thanks for your time, HiTemp
_________________
HP Pavilion dv5139us
CPU: AMD Turion(tm) 64 Mobile Technology ML-37
VGA: ATI Radeon XPRESS 200M 5955 (PCIE) 128MB
Audio: ATI IXP SB400 AC'97 Audio Controller
ETH: Realtek RTL-8139/8139C/8139C+
WLAN: Broadcom BCM4311 [AirForce One 54g] 802.11g
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Sun Nov 07, 2010 8:21 pm    Post subject: Reply with quote

Your graphics chipset is not supported by current ati-drivers any longer. You have to use the open source drivers.

Set eselect opengl back to xorg, and get rid of ati-drivers including the fglrx kernel module. See http://www.gentoo.org/doc/en/xorg-config.xml how to configure the kernel for the open source drivers.
Back to top
View user's profile Send private message
hitemp
n00b
n00b


Joined: 24 Oct 2010
Posts: 7

PostPosted: Wed Nov 10, 2010 4:58 am    Post subject: Reply with quote

Thanks for the info chithanh, I must have missed the part about the ati drivers :oops: .

I was able to install the open source driver and xorg but that is were my problems began. After a little bit of research I found some information on hardware 3d acceleration ( http://www.gentoo.org/doc/en/dri-howto.xml ) and that seemed to do the trick. I am not sure what this graphics card is capable of but as far as glxgears goes I am getting about 750 FPS in a small window (default?) and about 87 FPS in full screen (1280x800) and the UT 2004 demo plays fine. I guess that is as good as can be expected from a 5 year old laptop? Well... on to networking now.


Thanks, hiTemp
_________________
HP Pavilion dv5139us
CPU: AMD Turion(tm) 64 Mobile Technology ML-37
VGA: ATI Radeon XPRESS 200M 5955 (PCIE) 128MB
Audio: ATI IXP SB400 AC'97 Audio Controller
ETH: Realtek RTL-8139/8139C/8139C+
WLAN: Broadcom BCM4311 [AirForce One 54g] 802.11g
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Wed Nov 10, 2010 11:14 am    Post subject: Reply with quote

glxgears fps is not indicative of anything.

You can get a bit more performance out of that chipset if you install mesa-7.9 (currently still in the x11 overlay) with USE="llvm" and enable kernel modesetting.
Back to top
View user's profile Send private message
hitemp
n00b
n00b


Joined: 24 Oct 2010
Posts: 7

PostPosted: Thu Nov 11, 2010 5:47 am    Post subject: Reply with quote

chithanh wrote:

install mesa-7.9 (currently still in the x11 overlay) with USE="llvm" and enable kernel modesetting.


You make that sound so simple.

I did something, I am not sure if it is correct or how to check.



Code:

redliner@localhost ~ $ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI R300 (RS400 5955) 20090101  NO-TCL DRI2
redliner@localhost ~ $ eselect mesa list
i915 (Intel 915, 945)
i965 (Intel 965, G/Q3x, G/Q4x)
r300 (Radeon R300-R500)
  classic *                 
  gallium                   
r600 (Radeon R600-R700)
  gallium                   
sw (Software renderer)
  classic                   
  gallium *                 
redliner@localhost ~ $


localhost redliner # eselect mesa set sw classic
Switching sw to classic
localhost redliner # eselect mesa list
i915 (Intel 915, 945)
i965 (Intel 965, G/Q3x, G/Q4x)
r300 (Radeon R300-R500)
  classic *                 
  gallium                   
r600 (Radeon R600-R700)
  gallium                   
sw (Software renderer)
  classic *                 
  gallium               

_________________
HP Pavilion dv5139us
CPU: AMD Turion(tm) 64 Mobile Technology ML-37
VGA: ATI Radeon XPRESS 200M 5955 (PCIE) 128MB
Audio: ATI IXP SB400 AC'97 Audio Controller
ETH: Realtek RTL-8139/8139C/8139C+
WLAN: Broadcom BCM4311 [AirForce One 54g] 802.11g
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Thu Nov 11, 2010 7:22 am    Post subject: Reply with quote

Code:
r300 (Radeon R300-R500)
  classic *                 
  gallium     
Set r300 to gallium. Then the OpenGL renderer string in glxinfo should change.
Back to top
View user's profile Send private message
hitemp
n00b
n00b


Joined: 24 Oct 2010
Posts: 7

PostPosted: Thu Nov 11, 2010 2:22 pm    Post subject: Reply with quote

Like this?

Code:

localhost redliner # eselect mesa set r300 gallium
Switching r300 to gallium
localhost redliner # glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on RS480
    GL_NV_blend_square, GL_NV_conditional_render, GL_NV_light_max_exponent,

localhost redliner # eselect mesa list
i915 (Intel 915, 945)
i965 (Intel 965, G/Q3x, G/Q4x)
r300 (Radeon R300-R500)
  classic                   
  gallium *                 
r600 (Radeon R600-R700)
  gallium                   
sw (Software renderer)
  classic                   
  gallium *           

_________________
HP Pavilion dv5139us
CPU: AMD Turion(tm) 64 Mobile Technology ML-37
VGA: ATI Radeon XPRESS 200M 5955 (PCIE) 128MB
Audio: ATI IXP SB400 AC'97 Audio Controller
ETH: Realtek RTL-8139/8139C/8139C+
WLAN: Broadcom BCM4311 [AirForce One 54g] 802.11g
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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