Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: ATI X trouble, again
Date: Sat, 24 Oct 2009 06:26:23
Message-Id: 200910240826.09061.wonko@wonkology.org
In Reply to: Re: [gentoo-user] Re: ATI X trouble, again by Mark Knecht
1 Mark Knecht writes:
2
3 > BTW - EVERY problem I was having when I dealt with this sort of thing
4 > a couple of months ago was visible in some sense in the Xorg.0.log
5 > files. I would look for errors, figure out what was causing them,
6 > mostly being config issues in my case, and then fix them and try
7 > again. It really paid to sort of dig into that file and try to look
8 > closely at every warning message along with the more obvious error
9 > (EE) messages.
10
11 There are only two (EE) errors about input devices, because I have them
12 configured manually. The warnings:
13
14 (WW) RADEON(0): DRI init changed memory map, adjusting ...
15 (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000
16 (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
17 No idea what this is.
18
19 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
20 Probably harmless, I have this on my desktop system, too.
21
22 That's it.
23 Then I have some blank/disable messages I do not understand at the bottom.
24 On my desktop system, where I at least got some unaccelerated X output with
25 the radeon driver, I have some of them, but fewer.
26
27 Output CRT1 disable success
28 Blank CRTC 0 success
29 Disable CRTC 0 success
30 Blank CRTC 1 success
31 Disable CRTC 1 success
32 (II) RADEON(0): RADEONRestoreMemMapRegisters() :
33 (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
34 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
35 (II) RADEON(0): avivo_restore !
36 Enable CRTC 1 success
37 Unblank CRTC 1 success
38 Enable CRTC 0 success
39 Unblank CRTC 0 success
40 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
41 (II) No APM support in BIOS or kernel
42 (II) AIGLX: Resuming AIGLX clients after VT switch
43 Output CRT1 disable success
44 Output CRT2 disable success
45 Blank CRTC 0 success
46 Disable CRTC 0 success
47 Blank CRTC 1 success
48 Disable CRTC 1 success
49 Output CRT1 disable success
50 Blank CRTC 0 success
51 Disable CRTC 0 success
52 Mode 1280x1024 - 1688 1066 5
53 (II) RADEON(0): RADEONRestoreMemMapRegisters() :
54 (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
55 (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
56 freq: 135000000
57 best_freq: 135000000
58 best_feedback_div: 50
59 best_ref_div: 2
60 best_post_div: 5
61 (II) RADEON(0): crtc(0) Clock: mode 135000, PLL 135000
62 (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x32(50), pdiv 5
63 Set CRTC 0 PLL success
64 Set CRTC Timing success
65 Set CRTC 0 Overscan success
66 Not using RMX
67 scaler 0 setup success
68 Set CRTC 0 Source success
69 crtc 0 YUV disable setup success
70 Output DAC1 setup success
71 Output CRT1 enable success
72 Enable CRTC 0 success
73 Unblank CRTC 0 success
74 Output CRT2 disable success
75 Blank CRTC 1 success
76 Disable CRTC 1 success
77 (II) RADEON(0): [RESUME] Attempting to re-init Radeon hardware.
78 (II) Configured Mouse: ps2EnableDataReporting: succeeded
79 (II) AIGLX: Suspending AIGLX clients for VT switch
80 Output CRT1 disable success
81 Blank CRTC 0 success
82 Disable CRTC 0 success
83 Blank CRTC 1 success
84 Disable CRTC 1 success
85 (II) RADEON(0): RADEONRestoreMemMapRegisters() :
86 (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
87 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
88 (II) RADEON(0): avivo_restore !
89 Enable CRTC 1 success
90 Unblank CRTC 1 success
91 Enable CRTC 0 success
92 Unblank CRTC 0 success
93 (II) UnloadModule: "mouse"
94 (II) UnloadModule: "kbd"
95 (II) RADEON(0): [drm] removed 1 reserved context for kernel
96 (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0x1efff000 at
97 0x7fe96dacf000
98 (II) RADEON(0): [drm] Closed DRM master.
99
100
101 > I also got help on the same ATI list you were pointed out. Very helpful
102 > folks.
103
104 Thanks, I will go there.
105
106 Wonko