Gentoo Archives: gentoo-user

From: Jannis Achstetter <jannis_achstetter@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PC freeze with ati-drivers and gentoo-sources-2.6.16-r3
Date: Sat, 29 Apr 2006 11:19:36
Message-Id: 44534AAC.8080403@web.de
In Reply to: Re: [gentoo-user] PC freeze with ati-drivers and gentoo-sources-2.6.16-r3 by Iain Buchanan
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4
5 > Hi,
6 >
7 > On Wed, 2006-04-26 at 22:00 +0200, Jannis Achstetter wrote:
8 >> I don't say you have to but if I were you I would:
9 >> - - update the xorg to 7.X
10 >> - - build agpgart for your chipset into the kernel
11 >> - - build the DRM for the ATI Radeon into the kernel
12 >
13 > can you specify what kernel version you're using, and what the config
14 > file names are for these two kernel options?
15 I'm using 2.6.16-beyond-git12 here.
16 The agpgart is called "CONFIG_AGP". You have to select the correct
17 MB-chipset here, which is an SIS for me ("CONFIG_AGP_SIS").
18 Next, you need the DRM ("CONFIG_DRM") and the Radeon-support for it
19 ("CONFIG_DRM_RADEON").
20 >
21 >> - - configure xorg to use the "radeon"-driver (This is not just changing
22 >> one line, you will have to reconfigure the whole section because the
23 >> different drivers use different parameters)
24 >
25 > I thought I'd try your suggestion, since I already have modular xorg,
26 > and I'm getting fed-up with constantly-locking-up-ati-drivers.
27 >
28 > Also, what options do you have set in your xorg.conf file? Maybe even
29 > post your whole radeon "Device" section, if its small :)
30 >
31 > that would help me out a bit, I think.
32 >
33 > so far, I don't have dri (the Load "dri" command in xorg.conf locks up
34 > my laptop)
35 >
36 Here is my device-section:
37
38 Section "Device"
39 Identifier "device0"
40 Driver "radeon"
41 Option "AGPMode" "4"
42 Option "backingstore" "true"
43 Option "VideoRam" "128"
44 BusID "PCI:1:0:0"
45 Option "hw cursor" "off"
46 # This is for Xorg 7.0 to work correctly:
47 Option "ColorTiling" "off"
48 Option "AccelMethod" "EXA"
49 EndSection
50
51 Be sure to add this section (you might have it already):
52 Section "DRI"
53 Group "video"
54 Mode 0666
55 EndSection
56
57
58 Good Luck,
59 Jannis Achstetter
60 -----BEGIN PGP SIGNATURE-----
61 Version: GnuPG v1.4.3 (GNU/Linux)
62 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
63
64 iD8DBQFEU0qqsnofy59UleQRAuvaAJ4uoPlLhtZZC2bepO4ldc2iYyDADgCfXW0R
65 OSJzFZAXSmfRBBxvBfkanjU=
66 =h5+5
67 -----END PGP SIGNATURE-----

Attachments

File name MIME type
smime.p7s application/x-pkcs7-signature

Replies

Subject Author
Re: [gentoo-user] PC freeze with ati-drivers and gentoo-sources-2.6.16-r3 Iain Buchanan <iaindb@××××××××××××.au>