Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [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: Mon, 17 Jan 2011 18:07:22
Message-Id: AANLkTingn1MQWBwMzetqQUSQSWdATv3wyHtMUJRGNT4O@mail.gmail.com
In Reply to: [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 by Nikos Chantziaras
1 On 16 January 2011 22:30, Nikos Chantziaras <realnc@×××××.de> wrote:
2 > On 01/16/2011 05:18 PM, Daniel Tihelka wrote:
3 >>
4 >> Hallo,
5 >>
6 >> after update to 2.6.36-r5 kernel, xorg 1.9.2, mesa-7.9 and xf86-video-
7 >> ati-6.13.2 (all from gentoo portage), the hw graphics acceleration stopped
8 >> working. The problem seems to be in drm kernel module, as it is claimed by
9 >> X.org (the part of X.org log):
10 >>
11 >> [...]
12 >>
13 >> And the kernel seems to use them (when started with boot options
14 >> 'video=vesafb:ywrap,mtrr:3 vga=792')
15 >
16 > Remove the above and try this:
17 >
18 >  video=vesafb:off radeon.modeset=1 radeon.dynpm=1
19
20 Building KMS related drivers in the kernel as opposed to selecting
21 them as modules and removing framebuffer modules may also address the
22 OP's problem (which I suspect is caused because KMS has not loaded
23 *before* xorg starts).
24
25 > Then, try deleting your xorg.conf (if you have one) and do:
26 >
27 >  eselect mesa set r300 gallium
28 >
29 > Also make sure that mesa is emerged with the "video_cards_r300" USE flag
30 > enabled.  "video_cards_radeon" is *not* enough.  Your make.conf should
31 > probably contain this:
32 >
33 >  VIDEO_CARDS="fbdev vesa radeon r300"
34
35 Hmm ... unless this USE flag shows up in later versions or overlays,
36 only radeon is available for mesa-7.9
37
38 # emerge -1aDv mesa
39
40 These are the packages that would be merged, in order:
41
42 Calculating dependencies... done!
43 [ebuild R ] media-libs/mesa-7.9 USE="classic gallium nptl -debug
44 -gles -llvm -motif -pic (-selinux)" VIDEO_CARDS="radeon -intel -mach64
45 -mga -nouveau -r128 -savage -sis -tdfx -via -vmware" 0 kB
46
47 Total: 1 package (1 reinstall), Size of downloads: 0 kB
48
49 Would you like to merge these packages? [Yes/No] No
50
51 Quitting.
52
53 --
54 Regards,
55 Mick

Replies