Gentoo Archives: gentoo-user

From: Jacques Montier <jacques.montier@×××××××××××.fr>
To: gentoo-user@l.g.o
Subject: [gentoo-user] X freezes with ati radeon driver
Date: Sun, 27 Sep 2009 18:00:15
Message-Id: 4ABFA827.6080009@numericable.fr
1 Hi all,
2
3 As fglrx ati driver does not work with >gentoo-sources-2.6.29-r5 kernel
4 and my ati radeon 9600 (RV350) graphic card, i try to use the free
5 radeon driver (x11-drivers/xf86-video-ati-6.12.4)
6 I compiled the gentoo-sources-2.6.31 with AGP, DRI, VIA chipset support
7 and ATI radeon as modules.
8 X starts and works, but then randomly freezes.
9
10 In Xorg.0.log i get :
11
12 mi] EQ overflowing. The server is probably stuck in an infinite loop.
13 Backtrace:
14 0: /usr/bin/X(xorg_backtrace+0x37) [0x81334b7]
15 [mi] mieqEnequeue: out-of-order valuator event; dropping.
16 [mi] EQ overflowing. The server is probably stuck in an infinite loop.
17 [mi] mieqEnequeue: out-of-order valuator event; dropping.
18 [mi] EQ overflowing. The server is probably stuck in an infinite loop.
19 [mi] mieqEnequeue: out-of-order valuator event; dropping.
20 [mi] EQ overflowing. The server is probably stuck in an infinite loop.
21 [mi] mieqEnequeue: out-of-order valuator event; dropping.
22 [mi] EQ overflowing. The server is probably stuck in an infinite loop.
23 [mi] mieqEnequeue: out-of-order valuator event; dropping.
24 [mi] EQ overflowing. The server is probably stuck in an infinite loop.
25 .....................................................................
26 and so on...
27
28 I saw several threads about it, so what's going on ??
29 Thank you for your help.
30
31
32 Cheers,
33
34 Jacques
35
36
37 Here's my xorg.conf :
38
39 # File generated by xorgconfig.
40
41 #
42 # Copyright 2004 The X.Org Foundation
43 #
44 # Permission is hereby granted, free of charge, to any person obtaining a
45 # copy of this software and associated documentation files (the "Software"),
46 # to deal in the Software without restriction, including without limitation
47 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
48 # and/or sell copies of the Software, and to permit persons to whom the
49 # Software is furnished to do so, subject to the following conditions:
50 #
51 # The above copyright notice and this permission notice shall be included in
52 # all copies or substantial portions of the Software.
53 #
54 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
56 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
57 # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
58 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
59 # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
60 # SOFTWARE.
61 #
62 # Except as contained in this notice, the name of The X.Org Foundation shall
63 # not be used in advertising or otherwise to promote the sale, use or other
64 # dealings in this Software without prior written authorization from
65 # The X.Org Foundation.
66 #
67
68 # **********************************************************************
69 # Refer to the xorg.conf(5) man page for details about the format of
70 # this file.
71 # **********************************************************************
72
73
74
75 Section "Extensions"
76 Option "Composite" "Enable"
77 EndSection
78
79 Section "ServerFlags"
80 Option "AutoAddDevices" "on"
81 Option "AutoEnableDevices" "on"
82 Option "AllowEmptyInput" "on"
83 EndSection
84
85
86
87
88 # **********************************************************************
89 # Module section -- this section is used to specify
90 # which dynamically loadable modules to load.
91 # **********************************************************************
92 #
93 Section "Module"
94
95 # SubSection "extmod"
96 # Option "omit xfree86-dga" # don't initialise the DGA extension
97 # EndSubSection
98
99 EndSection
100
101 Section "Files"
102
103 FontPath "/usr/share/fonts/100dpi/:unscaled"
104 FontPath "/usr/share/fonts/75dpi/:unscaled"
105 FontPath "/usr/share/fonts/Type1/"
106 FontPath "/usr/share/fonts/ttf/"
107 FontPath "/usr/share/fonts/TTF/"
108 FontPath "/usr/share/fonts/ttf-bitstream-vera/"
109 FontPath "/usr/share/fonts/corefonts/"
110 FontPath "/usr/share/fonts/freefonts/"
111 FontPath "/usr/share/fonts/misc/"
112
113 EndSection
114
115
116 Section "Monitor"
117 Identifier "samsung"
118 HorizSync 30-107
119 VertRefresh 60
120 Option "DPMS"
121 DisplaySize 339 254 # 120 DPI @ 1600x1200
122 # DisplaySize 420 315 # 96 DPI @ 1600x1200
123 EndSection
124
125 Section "Device"
126 Identifier "ATI_Radeon"
127 Driver "radeon"
128
129 Option "AccelMethod" "EXA"
130 Option "VideoOverlay" "on"
131 Option "UseFastTLS" "1"
132 # Option "BlockSignalsOnLock" "on"
133 # Option "UseInternalAGPGART" "no"
134 # Option "ForceGenericCPU" "no"
135 # Option "RingSize" "8"
136 # Option "BufferSize" "2"
137 # Option "EnableDepthMoves" "yes"
138 # Option "UseFBDev" "false"
139 # Option "mtrr" "off"
140 # Option "SubPixelOrder" "none"
141 # Option "DynamicClocks" "on"
142 Option "XAANoOffscreenPixmaps" "on"
143 # Option "AddARGBGLXVisuals" "True"
144 # BusID "PCI:1:0:0"
145 EndSection
146
147 Section "Screen"
148 Identifier "Screen 1"
149 Device "ATI_Radeon"
150 Monitor "samsung"
151 DefaultDepth 24
152
153 Subsection "Display"
154 Depth 8
155 Modes "640x400"
156 ViewPort 0 0
157 EndSubsection
158 Subsection "Display"
159 Depth 16
160 Modes "640x480"
161 ViewPort 0 0
162 EndSubsection
163 Subsection "Display"
164 Depth 24
165 Modes "1600x1200"
166 ViewPort 0 0
167 EndSubsection
168 EndSection
169
170 Section "ServerLayout"
171
172 Identifier "Simple Layout"
173 Screen "Screen 1"
174 # InputDevice "Mouse1" "CorePointer"
175 # InputDevice "Keyboard1" "CoreKeyboard"
176
177 EndSection
178
179 Section "DRI"
180 Mode 0666
181 EndSection

Replies

Subject Author
[gentoo-user] Re: X freezes with ati radeon driver Nicolas Sebrecht <nicolas.s-dev@×××××××.net>