Gentoo Archives: gentoo-user-cs

From: "Martin Žilka" <mzilka@×××××.cz>
To: gentoo-user-cs@l.g.o
Subject: Re: Re[2]: [gentoo-user-cs] xorg
Date: Fri, 14 Apr 2006 11:02:40
Message-Id: 1145012588.15262.24.camel@localhost.localdomain
In Reply to: Re[2]: [gentoo-user-cs] xorg by theruck
1 theruck píše v Pá 14. 04. 2006 v 12:37 +0200:
2
3 Takze X -configure vygeneroval xorg.conf.new, /etc/xorg.conf
4 neexistuje, skusal som zmenit
5 Section "InputDevice"
6 Identifier "Mouse0"
7 Driver "mouse"
8 Option "Protocol" "auto"
9 Option "Device" "/dev/mouse"
10 EndSection
11
12 na
13
14 Section "InputDevice"
15 Identifier "Mouse0"
16 Driver "mouse"
17 Option "Protocol" "auto"
18 Option "Device" "/dev/psaux"
19 EndSection
20
21 a X -configure vzdy skonci s hlaskou ze mys nepozna, nerozumiem tomu,
22 nasleduje vypis xorg.conf.new:
23
24
25 Section "ServerLayout"
26 Identifier "X.org Configured"
27 Screen 0 "Screen0" 0 0
28 InputDevice "Mouse0" "CorePointer"
29 InputDevice "Keyboard0" "CoreKeyboard"
30 EndSection
31
32 Section "Files"
33 RgbPath "/usr/lib/X11/rgb"
34 ModulePath "/usr/lib/modules"
35 FontPath "/usr/share/fonts/misc/"
36 FontPath "/usr/share/fonts/TTF/"
37 FontPath "/usr/share/fonts/Type1/"
38 FontPath "/usr/share/fonts/CID/"
39 FontPath "/usr/share/fonts/75dpi/"
40 FontPath "/usr/share/fonts/100dpi/"
41 EndSection
42
43 Section "Module"
44 Load "extmod"
45 Load "dri"
46 Load "dbe"
47 Load "record"
48 Load "xtrap"
49 Load "glx"
50 Load "type1"
51 Load "freetype"
52 EndSection
53
54 Section "InputDevice"
55 Identifier "Keyboard0"
56 Driver "kbd"
57 EndSection
58
59 Section "InputDevice"
60 Identifier "Mouse0"
61 Driver "mouse"
62 Option "Protocol" "auto"
63 Option "Device" "/dev/mouse"
64 EndSection
65
66 Section "Monitor"
67 #DisplaySize 340 270 # mm
68 Identifier "Monitor0"
69 VendorName "GSM"
70 ModelName ""
71 HorizSync 30.0 - 83.0
72 VertRefresh 56.0 - 75.0
73 Option "DPMS"
74 EndSection
75
76 Section "Device"
77 ### Available Driver options are:-
78 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
79 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
80 ### [arg]: arg optional
81 #Option "NoAccel" # [<bool>]
82 #Option "SWcursor" # [<bool>]
83 #Option "Dac6Bit" # [<bool>]
84 #Option "Dac8Bit" # [<bool>]
85 #Option "BusType" # [<str>]
86 #Option "CPPIOMode" # [<bool>]
87 #Option "CPusecTimeout" # <i>
88 #Option "AGPMode" # <i>
89 #Option "AGPFastWrite" # [<bool>]
90 #Option "AGPSize" # <i>
91 #Option "GARTSize" # <i>
92 #Option "RingSize" # <i>
93 #Option "BufferSize" # <i>
94 #Option "EnableDepthMoves" # [<bool>]
95 #Option "EnablePageFlip" # [<bool>]
96 #Option "NoBackBuffer" # [<bool>]
97 #Option "DRIReinit" # [<bool>]
98 #Option "PanelOff" # [<bool>]
99 #Option "DDCMode" # [<bool>]
100 #Option "MonitorLayout" # [<str>]
101 #Option "IgnoreEDID" # [<bool>]
102 #Option "UseFBDev" # [<bool>]
103 #Option "VideoKey" # <i>
104 #Option "MergedFB" # [<bool>]
105 #Option "CRT2HSync" # [<str>]
106 #Option "CRT2VRefresh" # [<str>]
107 #Option "CRT2Position" # [<str>]
108 #Option "MetaModes" # [<str>]
109 #Option "MergedDPI" # [<str>]
110 #Option "NoMergedXinerama" # [<bool>]
111 #Option "MergedXineramaCRT2IsScreen0" # [<bool>]
112 #Option "DisplayPriority" # [<str>]
113 #Option "PanelSize" # [<str>]
114 #Option "ForceMinDotClock" # <freq>
115 #Option "RenderAccel" # [<bool>]
116 #Option "SubPixelOrder" # [<str>]
117 #Option "ShowCache" # [<bool>]
118 #Option "DynamicClocks" # [<bool>]
119 #Option "VGAAccess" # [<bool>]
120 #Option "LVDSProbePLL" # [<bool>]
121 #Option "ReverseDDC" # [<bool>]
122 #Option "BIOSHotkeys" # [<bool>]
123 Identifier "Card0"
124 Driver "ati"
125 VendorName "ATI Technologies Inc"
126 BoardName "Unknown Board"
127 BusID "PCI:1:0:0"
128 EndSection
129
130 Section "Screen"
131 Identifier "Screen0"
132 Device "Card0"
133 Monitor "Monitor0"
134 SubSection "Display"
135 Viewport 0 0
136 Depth 1
137 EndSubSection
138 SubSection "Display"
139 Viewport 0 0
140 Depth 4
141 EndSubSection
142 SubSection "Display"
143 Viewport 0 0
144 Depth 8
145 EndSubSection
146 SubSection "Display"
147 Viewport 0 0
148 Depth 15
149 EndSubSection
150 SubSection "Display"
151 Viewport 0 0
152 Depth 16
153 EndSubSection
154 SubSection "Display"
155 Viewport 0 0
156 Depth 24
157 EndSubSection
158 EndSection
159
160
161
162 > tak ten config co ti vygeneroval X-configure otvor a v sekcii
163 > coredevices corepointer zadaj /dev/psaux ako device pre mys skopiruj
164 > ten config do /etc/X11/xorg.conf a pojde ti to
165 >
166 > Friday, April 14, 2006, 12:23:18 PM, you wrote:
167 >
168 > MŽ> theruck píše v Pá 14. 04. 2006 v 12:02 +0200:
169 >
170 > MŽ> Mam tam dev/psaux a po prikaze cat /dev/psaux to funguje ako si napisal,
171 > MŽ> teda vypisuje to tie znaky, kernel 2.6.15 a lsmod nevypisuje ziadne
172 > MŽ> moduly
173 >
174 > >> pozri sa ci ti existuje /dev/mice alebo /dev/psaux alebo /dev/mouse
175 > >> funkcnost toho vyskusas ak das prikaz "cat /dev/mouse" a pohnes mysou.
176 > >> malo by ti to do konzoly kreslit nezmyselne znaky - tak zistis ktore z
177 > >> tych zariadeni v /dev je tvoja aktualna mys
178 > >> ak tam take zariadenia nemas tak musis nahran nejaky modul
179 > >> skus napisat aky mas kernel a vypis z prikazu "lsmod"
180 > >>
181 > >> Friday, April 14, 2006, 11:46:59 AM, you wrote:
182 > >>
183 > >> MŽ> Zdravim. Neviete mi niekto poradit s nastavenim Xorg, po zadaní
184 > >> MŽ> Xorg-configure, vypise ze nevie detekovat mys. Nizsie je vypis
185 > >> MŽ> Xorg.0.log, neviem sa pohnut dalej. Mysku muzem mat usb alebo PS2, v
186 > >> MŽ> oboch pripadoch to robi to iste.
187 > >>
188 > >>
189 > >> MŽ> _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
190 > >> MŽ> _XSERVTransOpen: transport open failed for inet6/localhost:0
191 > >> MŽ> _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
192 > >>
193 > >> MŽ> X Window System Version 6.8.2
194 > >> MŽ> Release Date: 9 February 2005
195 > >> MŽ> X Protocol Version 11, Revision 0, Release 6.8.2
196 > >> MŽ> Build Operating System: Linux 2.6.15-gentoo-r1 i686 [ELF]
197 > >> MŽ> Current Operating System: Linux localhost 2.6.15-gentoo-r1 #18 PREEMPT
198 > >> MŽ> Wed Apr 12 22:51:57 CEST 2006 i686
199 > >> MŽ> Build Date: 14 April 2006
200 > >> MŽ> Before reporting problems, check http://wiki.X.Org
201 > >> MŽ> to make sure that you have the latest version.
202 > >> MŽ> Module Loader present
203 > >> MŽ> Markers: (--) probed, (**) from config file, (==) default setting,
204 > >> MŽ> (++) from command line, (!!) notice, (II) informational,
205 > >> MŽ> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
206 > >> MŽ> (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 14 13:28:20 2006
207 > >> MŽ> (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
208 > >> MŽ> (II) Module ABI versions:
209 > >> MŽ> X.Org ANSI C Emulation: 0.2
210 > >> MŽ> X.Org Video Driver: 0.7
211 > >> MŽ> X.Org XInput driver : 0.4
212 > >> MŽ> X.Org Server Extension : 0.2
213 > >> MŽ> X.Org Font Renderer : 0.4
214 > >> MŽ> (II) Loader running on linux
215 > >> MŽ> (II) LoadModule: "bitmap"
216 > >> MŽ> (II) Loading /usr/lib/modules/fonts/libbitmap.a
217 > >> MŽ> (II) Module bitmap: vendor="X.Org Foundation"
218 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
219 > >> MŽ> Module class: X.Org Font Renderer
220 > >> MŽ> ABI class: X.Org Font Renderer, version 0.4
221 > >> MŽ> (II) Loading font Bitmap
222 > >> MŽ> (II) LoadModule: "pcidata"
223 > >> MŽ> (II) Loading /usr/lib/modules/libpcidata.a
224 > >> MŽ> (II) Module pcidata: vendor="X.Org Foundation"
225 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
226 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
227 > >> MŽ> Using vt 7
228 > >> MŽ> (--) using VT number 7
229 > >>
230 > >> MŽ> (II) PCI: PCI scan (all values are in hex)
231 > >> MŽ> (II) PCI: 00:00:0: chip 1106,0282 card 1106,3282 rev 00 class 06,00,00
232 > >> MŽ> hdr 80
233 > >> MŽ> (II) PCI: 00:00:1: chip 1106,1282 card 0000,0000 rev 00 class 06,00,00
234 > >> MŽ> hdr 00
235 > >> MŽ> (II) PCI: 00:00:2: chip 1106,2282 card 0000,0000 rev 00 class 06,00,00
236 > >> MŽ> hdr 00
237 > >> MŽ> (II) PCI: 00:00:3: chip 1106,3282 card 0000,0000 rev 00 class 06,00,00
238 > >> MŽ> hdr 00
239 > >> MŽ> (II) PCI: 00:00:4: chip 1106,4282 card 0000,0000 rev 00 class 06,00,00
240 > >> MŽ> hdr 00
241 > >> MŽ> (II) PCI: 00:00:7: chip 1106,7282 card 0000,0000 rev 00 class 06,00,00
242 > >> MŽ> hdr 00
243 > >> MŽ> (II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00
244 > >> MŽ> hdr 01
245 > >> MŽ> (II) PCI: 00:0b:0: chip 10ec,8169 card 1462,702c rev 10 class 02,00,00
246 > >> MŽ> hdr 00
247 > >> MŽ> (II) PCI: 00:0d:0: chip 105a,3574 card 1462,7020 rev 02 class 01,04,00
248 > >> MŽ> hdr 00
249 > >> MŽ> (II) PCI: 00:0e:0: chip 1106,3044 card 1462,702d rev 46 class 0c,00,10
250 > >> MŽ> hdr 00
251 > >> MŽ> (II) PCI: 00:0f:0: chip 1106,3149 card 1462,7020 rev 80 class 01,04,00
252 > >> MŽ> hdr 80
253 > >> MŽ> (II) PCI: 00:0f:1: chip 1106,0571 card 1462,7020 rev 06 class 01,01,8a
254 > >> MŽ> hdr 00
255 > >> MŽ> (II) PCI: 00:11:0: chip 1106,3227 card 1106,3227 rev 00 class 06,01,00
256 > >> MŽ> hdr 80
257 > >> MŽ> (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00
258 > >> MŽ> hdr 80
259 > >> MŽ> (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00
260 > >> MŽ> hdr 80
261 > >> MŽ> (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00
262 > >> MŽ> hdr 80
263 > >> MŽ> (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00
264 > >> MŽ> hdr 80
265 > >> MŽ> (II) PCI: 01:00:0: chip 1002,5960 card 1043,004c rev 01 class 03,00,00
266 > >> MŽ> hdr 80
267 > >> MŽ> (II) PCI: 01:00:1: chip 1002,5940 card 1043,004d rev 01 class 03,80,00
268 > >> MŽ> hdr 00
269 > >> MŽ> (II) PCI: End of PCI scan
270 > >> MŽ> (II) Host-to-PCI bridge:
271 > >> MŽ> (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
272 > >> MŽ> (II) Bus 0 I/O range:
273 > >> MŽ> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
274 > >> MŽ> (II) Bus 0 non-prefetchable memory range:
275 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
276 > >> MŽ> (II) Bus 0 prefetchable memory range:
277 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
278 > >> MŽ> (II) Host-to-PCI bridge:
279 > >> MŽ> (II) Bus -1: bridge is at (0:0:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is
280 > >> MŽ> set)
281 > >> MŽ> (II) Bus -1 I/O range:
282 > >> MŽ> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
283 > >> MŽ> (II) Bus -1 non-prefetchable memory range:
284 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
285 > >> MŽ> (II) Bus -1 prefetchable memory range:
286 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
287 > >> MŽ> (II) Host-to-PCI bridge:
288 > >> MŽ> (II) Bus -1: bridge is at (0:0:2), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is
289 > >> MŽ> set)
290 > >> MŽ> (II) Bus -1 I/O range:
291 > >> MŽ> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
292 > >> MŽ> (II) Bus -1 non-prefetchable memory range:
293 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
294 > >> MŽ> (II) Bus -1 prefetchable memory range:
295 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
296 > >> MŽ> (II) Host-to-PCI bridge:
297 > >> MŽ> (II) Bus -1: bridge is at (0:0:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is
298 > >> MŽ> set)
299 > >> MŽ> (II) Bus -1 I/O range:
300 > >> MŽ> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
301 > >> MŽ> (II) Bus -1 non-prefetchable memory range:
302 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
303 > >> MŽ> (II) Bus -1 prefetchable memory range:
304 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
305 > >> MŽ> (II) Host-to-PCI bridge:
306 > >> MŽ> (II) Bus -1: bridge is at (0:0:4), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is
307 > >> MŽ> set)
308 > >> MŽ> (II) Bus -1 I/O range:
309 > >> MŽ> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
310 > >> MŽ> (II) Bus -1 non-prefetchable memory range:
311 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
312 > >> MŽ> (II) Bus -1 prefetchable memory range:
313 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
314 > >> MŽ> (II) Host-to-PCI bridge:
315 > >> MŽ> (II) Bus -1: bridge is at (0:0:7), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is
316 > >> MŽ> set)
317 > >> MŽ> (II) Bus -1 I/O range:
318 > >> MŽ> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
319 > >> MŽ> (II) Bus -1 non-prefetchable memory range:
320 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
321 > >> MŽ> (II) Bus -1 prefetchable memory range:
322 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
323 > >> MŽ> (II) PCI-to-PCI bridge:
324 > >> MŽ> (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
325 > >> MŽ> (II) Bus 1 I/O range:
326 > >> MŽ> [0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
327 > >> MŽ> [1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
328 > >> MŽ> [2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
329 > >> MŽ> [3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
330 > >> MŽ> (II) Bus 1 non-prefetchable memory range:
331 > >> MŽ> [0] -1 0 0xcfe00000 - 0xcfefffff (0x100000) MX[B]
332 > >> MŽ> (II) Bus 1 prefetchable memory range:
333 > >> MŽ> [0] -1 0 0xafd00000 - 0xcfcfffff (0x20000000) MX[B]
334 > >> MŽ> (II) PCI-to-ISA bridge:
335 > >> MŽ> (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
336 > >> MŽ> set)
337 > >> MŽ> (II) Host-to-PCI bridge:
338 > >> MŽ> (II) Bus -1: bridge is at (0:24:0), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is
339 > >> MŽ> set)
340 > >> MŽ> (II) Bus -1 I/O range:
341 > >> MŽ> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
342 > >> MŽ> (II) Bus -1 non-prefetchable memory range:
343 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
344 > >> MŽ> (II) Bus -1 prefetchable memory range:
345 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
346 > >> MŽ> (II) Host-to-PCI bridge:
347 > >> MŽ> (II) Bus -1: bridge is at (0:24:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is
348 > >> MŽ> set)
349 > >> MŽ> (II) Bus -1 I/O range:
350 > >> MŽ> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
351 > >> MŽ> (II) Bus -1 non-prefetchable memory range:
352 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
353 > >> MŽ> (II) Bus -1 prefetchable memory range:
354 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
355 > >> MŽ> (II) Host-to-PCI bridge:
356 > >> MŽ> (II) Bus -1: bridge is at (0:24:2), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is
357 > >> MŽ> set)
358 > >> MŽ> (II) Bus -1 I/O range:
359 > >> MŽ> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
360 > >> MŽ> (II) Bus -1 non-prefetchable memory range:
361 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
362 > >> MŽ> (II) Bus -1 prefetchable memory range:
363 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
364 > >> MŽ> (II) Host-to-PCI bridge:
365 > >> MŽ> (II) Bus -1: bridge is at (0:24:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is
366 > >> MŽ> set)
367 > >> MŽ> (II) Bus -1 I/O range:
368 > >> MŽ> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
369 > >> MŽ> (II) Bus -1 non-prefetchable memory range:
370 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
371 > >> MŽ> (II) Bus -1 prefetchable memory range:
372 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
373 > >> MŽ> (--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5960) rev 1,
374 > >> MŽ> Mem @ 0xc0000000/27, 0xcfef0000/16, I/O @ 0xa800/8, BIOS @ 0xcfec0000/17
375 > >> MŽ> (--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x5940) rev 1,
376 > >> MŽ> Mem @ 0xb8000000/27, 0xcfee0000/16
377 > >> MŽ> List of video drivers:
378 > >> MŽ> atimisc
379 > >> MŽ> r128
380 > >> MŽ> radeon
381 > >> MŽ> mga
382 > >> MŽ> glint
383 > >> MŽ> nv
384 > >> MŽ> tga
385 > >> MŽ> s3
386 > >> MŽ> s3virge
387 > >> MŽ> sis
388 > >> MŽ> rendition
389 > >> MŽ> neomagic
390 > >> MŽ> i740
391 > >> MŽ> tdfx
392 > >> MŽ> savage
393 > >> MŽ> cirrus
394 > >> MŽ> vmware
395 > >> MŽ> tseng
396 > >> MŽ> trident
397 > >> MŽ> chips
398 > >> MŽ> apm
399 > >> MŽ> i128
400 > >> MŽ> nsc
401 > >> MŽ> i810
402 > >> MŽ> ati
403 > >> MŽ> ark
404 > >> MŽ> cyrix
405 > >> MŽ> siliconmotion
406 > >> MŽ> via
407 > >> MŽ> vesa
408 > >> MŽ> vga
409 > >> MŽ> dummy
410 > >> MŽ> fbdev
411 > >> MŽ> v4l
412 > >> MŽ> (II) LoadModule: "atimisc"
413 > >> MŽ> (II) Loading /usr/lib/modules/drivers/atimisc_drv.o
414 > >> MŽ> (II) Module atimisc: vendor="X.Org Foundation"
415 > >> MŽ> compiled for 6.8.2, module version = 6.5.6
416 > >> MŽ> Module class: X.Org Video Driver
417 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
418 > >> MŽ> (II) LoadModule: "r128"
419 > >> MŽ> (II) Loading /usr/lib/modules/drivers/r128_drv.o
420 > >> MŽ> (II) Module r128: vendor="X.Org Foundation"
421 > >> MŽ> compiled for 6.8.2, module version = 4.0.1
422 > >> MŽ> Module class: X.Org Video Driver
423 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
424 > >> MŽ> (II) LoadModule: "radeon"
425 > >> MŽ> (II) Loading /usr/lib/modules/drivers/radeon_drv.o
426 > >> MŽ> (II) Module radeon: vendor="X.Org Foundation"
427 > >> MŽ> compiled for 6.8.2, module version = 4.0.1
428 > >> MŽ> Module class: X.Org Video Driver
429 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
430 > >> MŽ> (II) LoadModule: "mga"
431 > >> MŽ> (II) Loading /usr/lib/modules/drivers/mga_drv.o
432 > >> MŽ> (II) Module mga: vendor="X.Org Foundation"
433 > >> MŽ> compiled for 6.8.2, module version = 1.1.1
434 > >> MŽ> Module class: X.Org Video Driver
435 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
436 > >> MŽ> (II) LoadModule: "glint"
437 > >> MŽ> (II) Loading /usr/lib/modules/drivers/glint_drv.o
438 > >> MŽ> (II) Module glint: vendor="X.Org Foundation"
439 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
440 > >> MŽ> Module class: X.Org Video Driver
441 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
442 > >> MŽ> (II) LoadModule: "nv"
443 > >> MŽ> (II) Loading /usr/lib/modules/drivers/nv_drv.o
444 > >> MŽ> (II) Module nv: vendor="X.Org Foundation"
445 > >> MŽ> compiled for 6.8.2, module version = 1.0.1
446 > >> MŽ> Module class: X.Org Video Driver
447 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
448 > >> MŽ> (II) LoadModule: "tga"
449 > >> MŽ> (II) Loading /usr/lib/modules/drivers/tga_drv.o
450 > >> MŽ> (II) Module tga: vendor="X.Org Foundation"
451 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
452 > >> MŽ> Module class: X.Org Video Driver
453 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
454 > >> MŽ> (II) LoadModule: "s3"
455 > >> MŽ> (II) Loading /usr/lib/modules/drivers/s3_drv.o
456 > >> MŽ> (II) Module s3: vendor="X.Org Foundation"
457 > >> MŽ> compiled for 6.8.2, module version = 0.3.5
458 > >> MŽ> Module class: X.Org Video Driver
459 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
460 > >> MŽ> (II) LoadModule: "s3virge"
461 > >> MŽ> (II) Loading /usr/lib/modules/drivers/s3virge_drv.o
462 > >> MŽ> (II) Module s3virge: vendor="X.Org Foundation"
463 > >> MŽ> compiled for 6.8.2, module version = 1.8.6
464 > >> MŽ> Module class: X.Org Video Driver
465 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
466 > >> MŽ> (II) LoadModule: "sis"
467 > >> MŽ> (II) Loading /usr/lib/modules/drivers/sis_drv.o
468 > >> MŽ> (II) Module sis: vendor="X.Org Foundation"
469 > >> MŽ> compiled for 6.8.2, module version = 0.7.0
470 > >> MŽ> Module class: X.Org Video Driver
471 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
472 > >> MŽ> (II) LoadModule: "rendition"
473 > >> MŽ> (II) Loading /usr/lib/modules/drivers/rendition_drv.o
474 > >> MŽ> (II) Module rendition: vendor="X.Org Foundation"
475 > >> MŽ> compiled for 6.8.2, module version = 4.0.0
476 > >> MŽ> Module class: X.Org Video Driver
477 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
478 > >> MŽ> (II) LoadModule: "neomagic"
479 > >> MŽ> (II) Loading /usr/lib/modules/drivers/neomagic_drv.o
480 > >> MŽ> (II) Module neomagic: vendor="X.Org Foundation"
481 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
482 > >> MŽ> Module class: X.Org Video Driver
483 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
484 > >> MŽ> (II) LoadModule: "i740"
485 > >> MŽ> (II) Loading /usr/lib/modules/drivers/i740_drv.o
486 > >> MŽ> (II) Module i740: vendor="X.Org Foundation"
487 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
488 > >> MŽ> Module class: X.Org Video Driver
489 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
490 > >> MŽ> (II) LoadModule: "tdfx"
491 > >> MŽ> (II) Loading /usr/lib/modules/drivers/tdfx_drv.o
492 > >> MŽ> (II) Module tdfx: vendor="X.Org Foundation"
493 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
494 > >> MŽ> Module class: X.Org Video Driver
495 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
496 > >> MŽ> (II) LoadModule: "savage"
497 > >> MŽ> (II) Loading /usr/lib/modules/drivers/savage_drv.o
498 > >> MŽ> (II) Module savage: vendor="X.Org Foundation"
499 > >> MŽ> compiled for 6.8.2, module version = 1.1.27
500 > >> MŽ> Module class: X.Org Video Driver
501 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
502 > >> MŽ> (II) LoadModule: "cirrus"
503 > >> MŽ> (II) Loading /usr/lib/modules/drivers/cirrus_drv.o
504 > >> MŽ> (II) Module cirrus: vendor="X.Org Foundation"
505 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
506 > >> MŽ> Module class: X.Org Video Driver
507 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
508 > >> MŽ> (II) LoadModule: "vmware"
509 > >> MŽ> (II) Loading /usr/lib/modules/drivers/vmware_drv.o
510 > >> MŽ> (II) Module vmware: vendor="X.Org Foundation"
511 > >> MŽ> compiled for 6.8.2, module version = 10.10.2
512 > >> MŽ> Module class: X.Org Video Driver
513 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
514 > >> MŽ> (II) LoadModule: "tseng"
515 > >> MŽ> (II) Loading /usr/lib/modules/drivers/tseng_drv.o
516 > >> MŽ> (II) Module tseng: vendor="X.Org Foundation"
517 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
518 > >> MŽ> Module class: X.Org Video Driver
519 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
520 > >> MŽ> (II) LoadModule: "trident"
521 > >> MŽ> (II) Loading /usr/lib/modules/drivers/trident_drv.o
522 > >> MŽ> (II) Module trident: vendor="X.Org Foundation"
523 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
524 > >> MŽ> Module class: X.Org Video Driver
525 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
526 > >> MŽ> (II) LoadModule: "chips"
527 > >> MŽ> (II) Loading /usr/lib/modules/drivers/chips_drv.o
528 > >> MŽ> (II) Module chips: vendor="X.Org Foundation"
529 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
530 > >> MŽ> Module class: X.Org Video Driver
531 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
532 > >> MŽ> (II) LoadModule: "apm"
533 > >> MŽ> (II) Loading /usr/lib/modules/drivers/apm_drv.o
534 > >> MŽ> (II) Module apm: vendor="X.Org Foundation"
535 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
536 > >> MŽ> Module class: X.Org Video Driver
537 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
538 > >> MŽ> (II) LoadModule: "i128"
539 > >> MŽ> (II) Loading /usr/lib/modules/drivers/i128_drv.o
540 > >> MŽ> (II) Module i128: vendor="X.Org Foundation"
541 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
542 > >> MŽ> Module class: X.Org Video Driver
543 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
544 > >> MŽ> (II) LoadModule: "nsc"
545 > >> MŽ> (II) Loading /usr/lib/modules/drivers/nsc_drv.o
546 > >> MŽ> (II) Module nsc: vendor="X.Org Foundation"
547 > >> MŽ> compiled for 6.8.2, module version = 2.7.6
548 > >> MŽ> Module class: X.Org Video Driver
549 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
550 > >> MŽ> (II) LoadModule: "i810"
551 > >> MŽ> (II) Loading /usr/lib/modules/drivers/i810_drv.o
552 > >> MŽ> (II) Module i810: vendor="X.Org Foundation"
553 > >> MŽ> compiled for 6.8.2, module version = 1.3.0
554 > >> MŽ> Module class: X.Org Video Driver
555 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
556 > >> MŽ> (II) LoadModule: "ati"
557 > >> MŽ> (II) Loading /usr/lib/modules/drivers/ati_drv.o
558 > >> MŽ> (II) Module ati: vendor="X.Org Foundation"
559 > >> MŽ> compiled for 6.8.2, module version = 6.5.6
560 > >> MŽ> Module class: X.Org Video Driver
561 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
562 > >> MŽ> (II) LoadModule: "ark"
563 > >> MŽ> (II) Loading /usr/lib/modules/drivers/ark_drv.o
564 > >> MŽ> (II) Module ark: vendor="X.Org Foundation"
565 > >> MŽ> compiled for 6.8.2, module version = 0.5.0
566 > >> MŽ> Module class: X.Org Video Driver
567 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
568 > >> MŽ> (II) LoadModule: "cyrix"
569 > >> MŽ> (II) Loading /usr/lib/modules/drivers/cyrix_drv.o
570 > >> MŽ> (II) Module cyrix: vendor="X.Org Foundation"
571 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
572 > >> MŽ> Module class: X.Org Video Driver
573 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
574 > >> MŽ> (II) LoadModule: "siliconmotion"
575 > >> MŽ> (II) Loading /usr/lib/modules/drivers/siliconmotion_drv.o
576 > >> MŽ> (II) Module siliconmotion: vendor="X.Org Foundation"
577 > >> MŽ> compiled for 6.8.2, module version = 1.3.1
578 > >> MŽ> Module class: X.Org Video Driver
579 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
580 > >> MŽ> (II) LoadModule: "via"
581 > >> MŽ> (II) Loading /usr/lib/modules/drivers/via_drv.o
582 > >> MŽ> (II) Module via: vendor="X.Org Foundation"
583 > >> MŽ> compiled for 4.3.99.902, module version = 4.1.30
584 > >> MŽ> Module class: X.Org Video Driver
585 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
586 > >> MŽ> (II) LoadModule: "vesa"
587 > >> MŽ> (II) Loading /usr/lib/modules/drivers/vesa_drv.o
588 > >> MŽ> (II) Module vesa: vendor="X.Org Foundation"
589 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
590 > >> MŽ> Module class: X.Org Video Driver
591 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
592 > >> MŽ> (II) LoadModule: "vga"
593 > >> MŽ> (II) Loading /usr/lib/modules/drivers/vga_drv.o
594 > >> MŽ> (II) Module vga: vendor="X.Org Foundation"
595 > >> MŽ> compiled for 6.8.2, module version = 4.0.0
596 > >> MŽ> Module class: X.Org Video Driver
597 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
598 > >> MŽ> (II) LoadModule: "dummy"
599 > >> MŽ> (II) Loading /usr/lib/modules/drivers/dummy_drv.o
600 > >> MŽ> (II) Module dummy: vendor="X.Org Foundation"
601 > >> MŽ> compiled for 6.8.2, module version = 0.1.0
602 > >> MŽ> Module class: X.Org Video Driver
603 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
604 > >> MŽ> (II) LoadModule: "fbdev"
605 > >> MŽ> (II) Loading /usr/lib/modules/drivers/fbdev_drv.o
606 > >> MŽ> (II) Module fbdev: vendor="X.Org Foundation"
607 > >> MŽ> compiled for 6.8.2, module version = 0.1.0
608 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
609 > >> MŽ> (II) LoadModule: "v4l"
610 > >> MŽ> (II) Loading /usr/lib/modules/drivers/linux/v4l_drv.o
611 > >> MŽ> (II) Module v4l: vendor="X.Org Foundation"
612 > >> MŽ> compiled for 6.8.2, module version = 0.0.1
613 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
614 > >> MŽ> (II) Addressable bus resource ranges are
615 > >> MŽ> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
616 > >> MŽ> [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
617 > >> MŽ> (II) OS-reported resource ranges:
618 > >> MŽ> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
619 > >> MŽ> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
620 > >> MŽ> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
621 > >> MŽ> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
622 > >> MŽ> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
623 > >> MŽ> [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
624 > >> MŽ> [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
625 > >> MŽ> (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to
626 > >> MŽ> 0xcfffffff
627 > >> MŽ> (II) Active PCI resource ranges:
628 > >> MŽ> [0] -1 0 0xcfffe000 - 0xcfffe7ff (0x800) MX[B]
629 > >> MŽ> [1] -1 0 0xcffc0000 - 0xcffdffff (0x20000) MX[B]
630 > >> MŽ> [2] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
631 > >> MŽ> [3] -1 0 0xcfffef00 - 0xcfffefff (0x100) MX[B]
632 > >> MŽ> [4] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
633 > >> MŽ> [5] -1 0 0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
634 > >> MŽ> [6] -1 0 0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
635 > >> MŽ> [7] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
636 > >> MŽ> [8] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
637 > >> MŽ> [9] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
638 > >> MŽ> [10] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
639 > >> MŽ> [11] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
640 > >> MŽ> [12] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
641 > >> MŽ> [13] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
642 > >> MŽ> [14] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
643 > >> MŽ> [15] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
644 > >> MŽ> [16] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
645 > >> MŽ> [17] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
646 > >> MŽ> [18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
647 > >> MŽ> [19] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
648 > >> MŽ> [20] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
649 > >> MŽ> [21] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
650 > >> MŽ> (II) Active PCI resource ranges after removing overlaps:
651 > >> MŽ> [0] -1 0 0xcfffe000 - 0xcfffe7ff (0x800) MX[B]
652 > >> MŽ> [1] -1 0 0xcffc0000 - 0xcffdffff (0x20000) MX[B]
653 > >> MŽ> [2] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
654 > >> MŽ> [3] -1 0 0xcfffef00 - 0xcfffefff (0x100) MX[B]
655 > >> MŽ> [4] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
656 > >> MŽ> [5] -1 0 0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
657 > >> MŽ> [6] -1 0 0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
658 > >> MŽ> [7] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
659 > >> MŽ> [8] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
660 > >> MŽ> [9] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
661 > >> MŽ> [10] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
662 > >> MŽ> [11] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
663 > >> MŽ> [12] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
664 > >> MŽ> [13] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
665 > >> MŽ> [14] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
666 > >> MŽ> [15] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
667 > >> MŽ> [16] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
668 > >> MŽ> [17] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
669 > >> MŽ> [18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
670 > >> MŽ> [19] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
671 > >> MŽ> [20] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
672 > >> MŽ> [21] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
673 > >> MŽ> (II) OS-reported resource ranges after removing overlaps with PCI:
674 > >> MŽ> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
675 > >> MŽ> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
676 > >> MŽ> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
677 > >> MŽ> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
678 > >> MŽ> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
679 > >> MŽ> [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
680 > >> MŽ> [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
681 > >> MŽ> (II) All system resource ranges:
682 > >> MŽ> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
683 > >> MŽ> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
684 > >> MŽ> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
685 > >> MŽ> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
686 > >> MŽ> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
687 > >> MŽ> [5] -1 0 0xcfffe000 - 0xcfffe7ff (0x800) MX[B]
688 > >> MŽ> [6] -1 0 0xcffc0000 - 0xcffdffff (0x20000) MX[B]
689 > >> MŽ> [7] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
690 > >> MŽ> [8] -1 0 0xcfffef00 - 0xcfffefff (0x100) MX[B]
691 > >> MŽ> [9] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
692 > >> MŽ> [10] -1 0 0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
693 > >> MŽ> [11] -1 0 0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
694 > >> MŽ> [12] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
695 > >> MŽ> [13] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
696 > >> MŽ> [14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
697 > >> MŽ> [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
698 > >> MŽ> [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
699 > >> MŽ> [17] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
700 > >> MŽ> [18] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
701 > >> MŽ> [19] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
702 > >> MŽ> [20] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
703 > >> MŽ> [21] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
704 > >> MŽ> [22] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
705 > >> MŽ> [23] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
706 > >> MŽ> [24] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
707 > >> MŽ> [25] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
708 > >> MŽ> [26] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
709 > >> MŽ> [27] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
710 > >> MŽ> [28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
711 > >> MŽ> (II) Primary Device is: PCI 01:00:0
712 > >> MŽ> (II) Loading sub module "cirrus_laguna"
713 > >> MŽ> (II) LoadModule: "cirrus_laguna"
714 > >> MŽ> (II) Loading /usr/lib/modules/drivers/cirrus_laguna.o
715 > >> MŽ> (II) Module cirrus_laguna: vendor="X.Org Foundation"
716 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
717 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
718 > >> MŽ> (II) Loading sub module "cirrus_alpine"
719 > >> MŽ> (II) LoadModule: "cirrus_alpine"
720 > >> MŽ> (II) Loading /usr/lib/modules/drivers/cirrus_alpine.o
721 > >> MŽ> (II) Module cirrus_alpine: vendor="X.Org Foundation"
722 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
723 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
724 > >> MŽ> (II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
725 > >> MŽ> (II) R128: Driver for ATI Rage 128 chipsets:
726 > >> MŽ> ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
727 > >> MŽ> ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
728 > >> MŽ> ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
729 > >> MŽ> ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
730 > >> MŽ> ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
731 > >> MŽ> ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
732 > >> MŽ> ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
733 > >> MŽ> ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
734 > >> MŽ> ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
735 > >> MŽ> ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
736 > >> MŽ> ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
737 > >> MŽ> ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
738 > >> MŽ> ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
739 > >> MŽ> ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
740 > >> MŽ> ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
741 > >> MŽ> ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
742 > >> MŽ> ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
743 > >> MŽ> ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
744 > >> MŽ> ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
745 > >> MŽ> ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
746 > >> MŽ> ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
747 > >> MŽ> ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
748 > >> MŽ> ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
749 > >> MŽ> ATI Rage 128 Pro ULTRA TU (AGP?)
750 > >> MŽ> (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
751 > >> MŽ> ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
752 > >> MŽ> ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
753 > >> MŽ> ATI Radeon Mobility M7 LW (AGP),
754 > >> MŽ> ATI Mobility FireGL 7800 M7 LX (AGP),
755 > >> MŽ> ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
756 > >> MŽ> ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
757 > >> MŽ> ATI Radeon IGP330/340/350 (A4) 4137,
758 > >> MŽ> ATI Radeon IGP330M/340M/350M (U2) 4337,
759 > >> MŽ> ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
760 > >> MŽ> ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
761 > >> MŽ> ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
762 > >> MŽ> ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
763 > >> MŽ> ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
764 > >> MŽ> ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
765 > >> MŽ> ATI Radeon Mobility 9000 (M9) Lf (AGP),
766 > >> MŽ> ATI Radeon Mobility 9000 (M9) Lg (AGP),
767 > >> MŽ> ATI Radeon 9100 IGP (A5) 5834,
768 > >> MŽ> ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
769 > >> MŽ> ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
770 > >> MŽ> ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
771 > >> MŽ> ATI Radeon 9200SE 5964 (AGP),
772 > >> MŽ> ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
773 > >> MŽ> ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
774 > >> MŽ> ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
775 > >> MŽ> ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
776 > >> MŽ> ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
777 > >> MŽ> ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
778 > >> MŽ> ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
779 > >> MŽ> ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
780 > >> MŽ> ATI FireGL RV360 AV (AGP),
781 > >> MŽ> ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
782 > >> MŽ> ATI Radeon Mobility 9600 (M10) NQ (AGP),
783 > >> MŽ> ATI Radeon Mobility 9600 (M11) NR (AGP),
784 > >> MŽ> ATI Radeon Mobility 9600 (M10) NS (AGP),
785 > >> MŽ> ATI FireGL Mobility T2 (M10) NT (AGP),
786 > >> MŽ> ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
787 > >> MŽ> ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
788 > >> MŽ> ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
789 > >> MŽ> ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
790 > >> MŽ> ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE),
791 > >> MŽ> ATI FireGL V3200 (RV380) 3E54 (PCIE),
792 > >> MŽ> ATI Radeon Mobility X600 (M24) 3150 (PCIE),
793 > >> MŽ> ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
794 > >> MŽ> ATI Radeon X600 (RV370) 5B62 (PCIE),
795 > >> MŽ> ATI FireGL V3100 (RV370) 5B64 (PCIE),
796 > >> MŽ> ATI FireGL D1100 (RV370) 5B65 (PCIE),
797 > >> MŽ> ATI Radeon Mobility M300 (M22) 5460 (PCIE),
798 > >> MŽ> ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP),
799 > >> MŽ> ATI Radeon X800PRO (R420) JI (AGP),
800 > >> MŽ> ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
801 > >> MŽ> ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
802 > >> MŽ> ATI Radeon Mobility 9800 (M18) JN (AGP),
803 > >> MŽ> ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE),
804 > >> MŽ> ATI Radeon X800PRO (R423) UI (PCIE),
805 > >> MŽ> ATI Radeon X800LE (R423) UJ (PCIE),
806 > >> MŽ> ATI Radeon X800SE (R423) UK (PCIE),
807 > >> MŽ> ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
808 > >> MŽ> ATI FireGL V7100 (R423) UT (PCIE),
809 > >> MŽ> ATI Radeon X800XT (R423) 5D57 (PCIE)
810 > >> MŽ> (II) VESA: driver for VESA chipsets: vesa
811 > >> MŽ> (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
812 > >> MŽ> (II) v4l driver for Video4Linux
813 > >> MŽ> (++) Using config file: "/root/xorg.conf.new"
814 > >> MŽ> (==) ServerLayout "X.org Configured"
815 > >> (**) |-->>Screen "Screen0" (0)
816 > >> (**) | |-->>Monitor "Monitor0"
817 > >> (**) | |-->>Device "Card0"
818 > >> (**) |-->>Input Device "Mouse0"
819 > >> (**) |-->>Input Device "Keyboard0"
820 > >> MŽ> (WW) The directory "/usr/share/fonts/CID/" does not exist.
821 > >> MŽ> Entry deleted from font path.
822 > >> MŽ> (**) FontPath set to
823 > >> MŽ> "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
824 > >> MŽ> (**) RgbPath set to "/usr/lib/X11/rgb"
825 > >> MŽ> (**) ModulePath set to "/usr/lib/modules"
826 > >> MŽ> (II) ATI: Candidate "Device" section "Card0".
827 > >> MŽ> (WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1)
828 > >> MŽ> found
829 > >> MŽ> (--) Chipset ATI Radeon 9200PRO 5960 (AGP) found
830 > >> MŽ> (II) resource ranges after xf86ClaimFixedResources() call:
831 > >> MŽ> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
832 > >> MŽ> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
833 > >> MŽ> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
834 > >> MŽ> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
835 > >> MŽ> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
836 > >> MŽ> [5] -1 0 0xcfffe000 - 0xcfffe7ff (0x800) MX[B]
837 > >> MŽ> [6] -1 0 0xcffc0000 - 0xcffdffff (0x20000) MX[B]
838 > >> MŽ> [7] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
839 > >> MŽ> [8] -1 0 0xcfffef00 - 0xcfffefff (0x100) MX[B]
840 > >> MŽ> [9] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
841 > >> MŽ> [10] -1 0 0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
842 > >> MŽ> [11] -1 0 0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
843 > >> MŽ> [12] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
844 > >> MŽ> [13] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
845 > >> MŽ> [14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
846 > >> MŽ> [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
847 > >> MŽ> [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
848 > >> MŽ> [17] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
849 > >> MŽ> [18] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
850 > >> MŽ> [19] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
851 > >> MŽ> [20] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
852 > >> MŽ> [21] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
853 > >> MŽ> [22] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
854 > >> MŽ> [23] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
855 > >> MŽ> [24] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
856 > >> MŽ> [25] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
857 > >> MŽ> [26] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
858 > >> MŽ> [27] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
859 > >> MŽ> [28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
860 > >> MŽ> (II) Loading sub module "radeon"
861 > >> MŽ> (II) LoadModule: "radeon"
862 > >> MŽ> (II) Reloading /usr/lib/modules/drivers/radeon_drv.o
863 > >> MŽ> (II) resource ranges after probing:
864 > >> MŽ> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
865 > >> MŽ> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
866 > >> MŽ> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
867 > >> MŽ> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
868 > >> MŽ> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
869 > >> MŽ> [5] -1 0 0xcfffe000 - 0xcfffe7ff (0x800) MX[B]
870 > >> MŽ> [6] -1 0 0xcffc0000 - 0xcffdffff (0x20000) MX[B]
871 > >> MŽ> [7] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B]
872 > >> MŽ> [8] -1 0 0xcfffef00 - 0xcfffefff (0x100) MX[B]
873 > >> MŽ> [9] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
874 > >> MŽ> [10] -1 0 0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
875 > >> MŽ> [11] -1 0 0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
876 > >> MŽ> [12] -1 0 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
877 > >> MŽ> [13] -1 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
878 > >> MŽ> [14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
879 > >> MŽ> [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
880 > >> MŽ> [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
881 > >> MŽ> [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
882 > >> MŽ> [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
883 > >> MŽ> [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
884 > >> MŽ> [20] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
885 > >> MŽ> [21] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
886 > >> MŽ> [22] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
887 > >> MŽ> [23] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
888 > >> MŽ> [24] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
889 > >> MŽ> [25] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
890 > >> MŽ> [26] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
891 > >> MŽ> [27] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
892 > >> MŽ> [28] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
893 > >> MŽ> [29] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
894 > >> MŽ> [30] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
895 > >> MŽ> [31] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
896 > >> MŽ> [32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
897 > >> MŽ> [33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
898 > >> MŽ> (II) Setting vga for screen 0.
899 > >> MŽ> (II) RADEON(0): MMIO registers at 0xcfef0000
900 > >> MŽ> (II) Loading sub module "vbe"
901 > >> MŽ> (II) LoadModule: "vbe"
902 > >> MŽ> (II) Loading /usr/lib/modules/libvbe.a
903 > >> MŽ> (II) Module vbe: vendor="X.Org Foundation"
904 > >> MŽ> compiled for 6.8.2, module version = 1.1.0
905 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
906 > >> MŽ> (II) Loading sub module "int10"
907 > >> MŽ> (II) LoadModule: "int10"
908 > >> MŽ> (II) Loading /usr/lib/modules/linux/libint10.a
909 > >> MŽ> (II) Module int10: vendor="X.Org Foundation"
910 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
911 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
912 > >> MŽ> (II) RADEON(0): initializing int10
913 > >> MŽ> (II) RADEON(0): Primary V_BIOS segment is: 0xc000
914 > >> MŽ> (II) RADEON(0): VESA BIOS detected
915 > >> MŽ> (II) RADEON(0): VESA VBE Version 2.0
916 > >> MŽ> (II) RADEON(0): VESA VBE Total Mem: 16384 kB
917 > >> MŽ> (II) RADEON(0): VESA VBE OEM: ATI RADEON 9200
918 > >> MŽ> (II) RADEON(0): VESA VBE OEM Software Rev: 1.0
919 > >> MŽ> (II) RADEON(0): VESA VBE OEM Vendor: ATI Technologies Inc.
920 > >> MŽ> (II) RADEON(0): VESA VBE OEM Product: V280
921 > >> MŽ> (II) RADEON(0): VESA VBE OEM Product Rev: 01.00
922 > >> MŽ> (II) Loading sub module "ddc"
923 > >> MŽ> (II) LoadModule: "ddc"
924 > >> MŽ> (II) Loading /usr/lib/modules/libddc.a
925 > >> MŽ> (II) Module ddc: vendor="X.Org Foundation"
926 > >> MŽ> compiled for 6.8.2, module version = 1.0.0
927 > >> MŽ> ABI class: X.Org Video Driver, version 0.7
928 > >> MŽ> (II) RADEON(0): VESA VBE DDC supported
929 > >> MŽ> (II) RADEON(0): VESA VBE DDC Level 2
930 > >> MŽ> (II) RADEON(0): VESA VBE DDC transfer in appr. 2 sec.
931 > >> MŽ> (II) RADEON(0): VESA VBE DDC read successfully
932 > >>
933 > >>
934 > >> MŽ> Xorg is not able to detect your mouse.
935 > >> MŽ> Edit the file and correct the Device.
936 > >>
937 > >> MŽ> Your xorg.conf file is /root/xorg.conf.new
938 > >>
939 > >> MŽ> To test the server, run 'X -config /root/xorg.conf.new'
940 > >>
941 > >>
942 > >>
943 > >>
944 > >>
945 > >>
946 > >> --
947 > >> Best regards,
948 > >> theruck mailto:theruck@××××××.sk
949 > >>
950 >
951 >
952 >
953 >
954 >
955 > --
956 > Best regards,
957 > theruck mailto:theruck@××××××.sk
958 >
959
960
961 --
962 gentoo-user-cs@g.o mailing list

Replies

Subject Author
Re[4]: [gentoo-user-cs] xorg theruck <theruck@××××××.sk>