Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] two ati-drivers packages using --deep --update
Date: Mon, 07 Nov 2005 21:42:27
Message-Id: 5bdc1c8b0511071325x29668c0ch403e513d04363ba@mail.gmail.com
In Reply to: Re: [gentoo-user] two ati-drivers packages using --deep --update by Manuel McLure
1 On 11/7/05, Manuel McLure <manuel@××××××.org> wrote:
2 > Mark Knecht wrote:
3 > > From someone on the LKML I found out that the ATI binary drivers won't
4 > > work on a 64-bit kernel so this is suddently not such an issue for me.
5 >
6 > The 32-bit drivers won't work on a 64-bit kernel, but ATI does provide
7 > 64-bit binary drivers as well (and the ebuild should download the
8 > correct one depending on whether you're on a 64-bit or 32-bit Gentoo
9 > install.)
10 >
11 > --
12
13 Manuel,
14 Hi. Are you able to make this work? I'm not. (so far...)
15
16 1) I emerged ati-drivers-8.18.8-r1. Is that new enough?
17
18 lightning ~ # emerge -pv ati-drivers
19
20 These are the packages that I would merge, in order:
21
22 Calculating dependencies ...done!
23 [ebuild R ] media-video/ati-drivers-8.18.8-r1 +opengl 0 kB
24
25 Total size of downloads: 0 kB
26 lightning ~ #
27
28 2) I ran the app referenced in the emerge output to set up xrog.config:
29
30 aticonfig --initial --input=/etc/X11/xorg.conf
31
32 3) I looked at xorg.conf. It looks OK, if a bit confusing. Now it
33 appears that the developers are attempting to make a single xorg.conf
34 that works with either the radeon driver or the fglrx driver? That
35 would be nice.
36
37 4) I switched to fglrx in /etc/modules.audtoload.d/kernel.2.6 and rebooted.
38
39 5) fglrx did not load:
40 lightning ~ # lsmod | grep fglrx
41 lightning ~ #
42
43 6) Xorg.0.log results:
44
45 NOTE: There is no DRI for PCI Express cards yet. 2.6.15 I'm told.
46
47 lightning ~ # cat /var/log/Xorg.0.log | grep EE
48 Current Operating System: Linux lightning 2.6.14-rt6 #2 PREEMPT Fri
49 Nov 4 15:49:09 PST 2005 x86_64
50 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
51 (II) Loading extension MIT-SCREEN-SAVER
52 (EE) fglrx(0): === [R200DALSetControllerConfigForRemap] === CWDDC
53 ControllerSetConfig failed: 6 - 1
54 lightning ~ # cat /var/log/Xorg.0.log | grep WW
55 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
56 (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
57 (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
58 (WW) fglrx(0): board is an unknown third party board, chipset is supported
59 (WW) fglrx(0): ***********************************************
60 (WW) fglrx(0): * DRI initialization failed! *
61 (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
62 (WW) fglrx(0): * 2D acceleraton available (MMIO) *
63 (WW) fglrx(0): * no 3D acceleration available *
64 (WW) fglrx(0): ********************************************* *
65 (WW) fglrx(0): Failed to set up write-combining range (0xd7000000,0xff0000)
66 (WW) fglrx(0): Failed to set up write-combining range (0xd6000000,0x1ff0000)
67 (WW) fglrx(0): Failed to set up write-combining range (0xd4000000,0x3ff0000)
68 (WW) fglrx(0): Failed to set up write-combining range (0xd0000000,0x7ff0000)
69 (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
70 lightning ~ #
71
72 7) mtrr problems:
73
74 dmesg
75 <SNIP>
76 mtrr: no more MTRRs available
77 mtrr: no more MTRRs available
78 mtrr: no more MTRRs available
79 mtrr: no more MTRRs available
80 eth0: no IPv6 routers present
81 lightning ~ #
82 lightning ~ # cat /proc/mtrr
83 reg00: base=0x00000000 ( 0MB), size= 512MB: write-back, count=1
84 reg01: base=0xd7fe0000 (3455MB), size= 64KB: write-combining, count=1
85 reg02: base=0xd7fc0000 (3455MB), size= 128KB: write-combining, count=1
86 reg03: base=0xd7f80000 (3455MB), size= 256KB: write-combining, count=1
87 reg04: base=0xd7f00000 (3455MB), size= 512KB: write-combining, count=1
88 reg05: base=0xd7e00000 (3454MB), size= 1MB: write-combining, count=1
89 reg06: base=0xd7c00000 (3452MB), size= 2MB: write-combining, count=1
90 reg07: base=0xd7800000 (3448MB), size= 4MB: write-combining, count=1
91 lightning ~ #
92
93 --
94 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] two ati-drivers packages using --deep --update Manuel McLure <manuel@××××××.org>