Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: No HW acceleraton on radeon Mobility X300 with linux-2.6.36-r5, mesa-7.9, xorg-server-1.9.2 and video-ati-6.13.2
Date: Sun, 16 Jan 2011 22:32:15
Message-Id: igvrgq$8io$1@dough.gmane.org
In Reply to: [gentoo-user] No HW acceleraton on radeon Mobility X300 with linux-2.6.36-r5, mesa-7.9, xorg-server-1.9.2 and video-ati-6.13.2 by Daniel Tihelka
1 On 01/16/2011 05:18 PM, Daniel Tihelka wrote:
2 > Hallo,
3 >
4 > after update to 2.6.36-r5 kernel, xorg 1.9.2, mesa-7.9 and xf86-video-
5 > ati-6.13.2 (all from gentoo portage), the hw graphics acceleration stopped
6 > working. The problem seems to be in drm kernel module, as it is claimed by
7 > X.org (the part of X.org log):
8 >
9 > [...]
10 >
11 > And the kernel seems to use them (when started with boot options
12 > 'video=vesafb:ywrap,mtrr:3 vga=792')
13
14 Remove the above and try this:
15
16 video=vesafb:off radeon.modeset=1 radeon.dynpm=1
17
18 Then, try deleting your xorg.conf (if you have one) and do:
19
20 eselect mesa set r300 gallium
21
22 Also make sure that mesa is emerged with the "video_cards_r300" USE flag
23 enabled. "video_cards_radeon" is *not* enough. Your make.conf should
24 probably contain this:
25
26 VIDEO_CARDS="fbdev vesa radeon r300"
27
28 After changing this, try an "emerge -auDN world" and see if something
29 needs to be rebuilt.

Replies