Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 3D Acceleration With Laptop - Radeon Xpress 1100 IGP
Date: Sat, 07 Jul 2007 16:29:25
Message-Id: 200707071823.35874.wonko@wonkology.org
In Reply to: [gentoo-user] 3D Acceleration With Laptop - Radeon Xpress 1100 IGP by Drew Tomlinson
1 Hi Drew!
2
3 I think I had a similar problem with my ATI card. I did not solve the
4 problem, because I am using another (nvidia) card now. But I'll forward you
5 what someone replied to me, maybe this will help you. BTW, the unmerging
6 and re-merging of genotoo-sources described below is not necessary.
7
8 Good luck,
9
10 Alex
11
12 Re: Radeon trouble
13 Von: Justin <justin@×××××××××.net>
14 An: Alex Schuster <wonko@×××××××××.org>
15
16 Alex Schuster schrieb:
17 > Hi Justin!
18 >
19 >  
20 >> Just saw your thread. Did get your card working? I have a 9000 with I
21 >> think a similar problem and solvet it.
22 >>    
23 >
24 > No, I didn't. I have been away from home for a while, so I did not
25 > investigate this much further. And then I decided to use another card
26 (NV15
27 > [GeForce2 GTS/Pro]), because the image quality was rather bad. But I am
28 > thinking of using the ATI card in another PC, so I'm still interested in
29 > your solution.
30 >
31 > Another problem with my X is that I cannot configure it, as I wrote later
32 in
33 > the thread. But as may current setup is working for the moment, I did not
34 > do much about it yet.
35 >
36 > Thanks for your help,
37 >
38 >       Alex
39 >  
40
41 I can help you wirh your 3d accelaration problem. the thing is that ati
42 stopped the support for the older cards since driver release 8.28.8. So
43 what you have to dois
44
45 emerge -C ati-drivers ati-driver-extras gentoo-sources
46
47 (Sorry if I explain too much in detail but I do not know how familiar
48 you are with gentoo)
49
50 echo '>x11-drivers/ati-drivers-8.28.8-r1' >> /etc/portage/packages.mask
51 echo '>x11-drivers/ati-drivers-extras-8.28.8' >> /etc/portage/packages.mask
52
53
54 Now it depends on which kernel you use. I tested it in 2.6.19 and
55 2.6.20. If you are going to use the 2.6.20 kernel you has to modify the
56 ebuild in line 162. Change
57
58 epatch "${FILESDIR}/ati-drivers-2.6.19.patch"
59
60 to
61
62 epatch "${FILESDIR}/ati-drivers-2.6.20.patch".
63
64 Recreate the digests
65
66 ebuild /usr/portage/x11-drivers/ati-drivers/ati-drivers-8.28.8-r1.ebuild
67 digest.
68
69 Thats the first thing. Second is a problem with the version of the
70 driver. The x11 they support is 7.1, and for xorg-server it is 1.1.1-r5.
71 So probably you have to downgrade your X
72
73 echo '>x11-base/xorg-x11-7.1' >> /etc/portage/packages.mask
74 echo '>x11-drivers/ati-drivers-8.28.8-r1' >> /etc/portage/packages.mask
75
76 then the big emerge could start (Make sure fglrx is your video card in
77 make.conf)
78
79 emerge gentoo-sources
80 emerge xorg-x11
81 emerge ati-drivers ati-drivers-extra
82
83 then
84
85 eselct opengl set ati
86
87 This speeds things up for me from up 200 to 2000 fps.
88
89 In short this is the guide. If you need more detailed help ask.
90
91 Justin
92 --
93 gentoo-user@g.o mailing list