Gentoo Archives: gentoo-laptop

From: Michael Mestre <michael.mestre@××××.fr>
To: gentoo-laptop@l.g.o
Subject: [gentoo-laptop] Unable to clone display on Asus laptop with Intel 855GM
Date: Fri, 25 Jan 2008 17:11:39
Message-Id: 479A1842.3040203@free.fr
1 Summary : X boots in 1024x768, ignoring my 800x600 request, on my
2 Intel855GM laptop. Also, it will not let me have my way with the
3 "clone" option.
4 ---
5 Hi,
6
7 I would like to ask about a display layout problem on an Intel 855GM (in
8 an asus laptop with a native screen res of 1024x768)
9 I have a videoprojector with a 800x600 resolution that I want to connect
10 to the VGA port of my laptop. My goal for now is to have both the laptop
11 LCD and the VGA port running at 800x600 resolution, in clone mode.
12 I have a fairly recently updated Gentoo distribution, Xorg-X11 version 7.2, and I use the i915 driver.
13
14 So far, I have been unable to do that : X starts at 1024x768, regardless
15 of the resolution specified in xorg.conf
16 If I connect the projector to the VGA port, it is indeed cloned, but
17 only in 640x480.
18 (Strangely enough, it seems that X also ignores my Option "Xinerama"
19 "off", and installs the VGA port as a second display ; I haven't checked
20 this in detail, but KDE sees two display - one in 1024x768, the other
21 one in 640x480 ; the second one being a cropped version of the first).
22
23 It is particularly infuriating because I had succeeded in setting this
24 up with a previous version of X, maybe a year ago. Since then, I lost
25 the xorg config file..
26
27 I hope that someone can help me with this.. Thanks a lot in advance..
28 Michael
29
30 Here's my xorg.conf file (with some unrelevant lines deleted) :
31 ------------------------------------------------------------------------------------
32 # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Conf.cpp,v 3.44
33 2001/12/17 20:52:29 dawes Exp $
34 #
35
36 # **********************************************************************
37 # Files section. This allows default font and rgb paths to be set
38 # **********************************************************************
39
40 Section "Files"
41 [...]
42 EndSection
43
44 # **********************************************************************
45 # Module section -- this is an optional section which is used to specify
46 # which run-time loadable modules to load when the X server starts up.
47 # **********************************************************************
48
49 Section "Module"
50
51 Load "dbe"
52 Load "v4l"
53 Load "glx"
54 Load "dri"
55 Load "synaptics"
56
57 SubSection "extmod"
58 EndSubSection
59
60 Load "type1"
61 Load "freetype"
62
63 EndSection
64
65 # **********************************************************************
66 # Server flags section. This contains various server-wide Options.
67 # **********************************************************************
68
69 Section "ServerFlags"
70 Option "blank time" "20" # 20 minutes
71 Option "off time" "30"
72 EndSection
73
74 # **********************************************************************
75 # Input devices
76 # **********************************************************************
77
78 Section "InputDevice"
79 Identifier "Keyboard1"
80 Driver "kbd"
81 Option "AutoRepeat" "250 30"
82 Option "XkbModel" "pc105"
83 Option "XkbLayout" "fr"
84 EndSection
85
86 # **********************************************************************
87 # Core Pointer's InputDevice section
88 # **********************************************************************
89
90 Section "InputDevice"
91 Identifier "Mouse1"
92 Driver "mouse"
93 Option "Device" "/dev/input/mice"
94 Option "Protocol" "ExplorerPS/2"
95 Option "ZAxisMapping" "4 5"
96 EndSection
97
98 # **********************************************************************
99 # Monitor section
100 # **********************************************************************
101
102 Section "Monitor"
103 Identifier "LVDS"
104 Option "DPMS"
105 Option "PreferredMode" "800x600"
106 EndSection
107
108 Section "Monitor"
109 Identifier "VGA"
110 DisplaySize 800 600
111 VendorName "InFocus"
112 ModelName "beamer"
113 Option "DPMS"
114 Option "Enable" "true"
115 VertRefresh 60
116 EndSection
117
118 # **********************************************************************
119 # Graphics device section
120 # **********************************************************************
121
122 Section "Device"
123 Identifier "Intel GPU"
124 Driver "i810"
125 Option "Clone" "true"
126 Option "MonitorLayout" "VGA,LVDS"
127 Option "monitor-LVDS" "LVDS"
128 Option "monitor-VGA" "VGA"
129 Option "FixedPipe" "LVDS"
130 EndSection
131
132 # **********************************************************************
133 # Screen sections.
134 # **********************************************************************
135
136 Section "Screen"
137 Identifier "Screen0"
138 Device "Intel GPU"
139 Monitor "LVDS"
140 DefaultDepth 24
141
142 SubSection "Display"
143 Depth 24
144 Modes "800x600"
145 EndSubSection
146 EndSection
147
148 Section "Screen"
149 Identifier "Screen1"
150 Device "Intel GPU"
151 Monitor "VGA"
152 DefaultDepth 24
153
154 SubSection "Display"
155 Depth 24
156 Modes "800x600"
157 EndSubSection
158 EndSection
159
160 # user have RW right to /dev/dri/card0
161 Section "DRI"
162 Group 0
163 Mode 0666
164 EndSection
165
166 # **********************************************************************
167 # ServerLayout sections.
168 # **********************************************************************
169
170 Section "ServerLayout"
171 Identifier "simple layout"
172 Screen "Screen 0"
173 Screen "Screen 1"
174 InputDevice "Mouse1" "CorePointer"
175 InputDevice "Keyboard1" "CoreKeyboard"
176 Option "Xinerama" "off"
177 Option "Clone" "on"
178 EndSection
179
180
181 (end of xorg.conf)
182 -------------------
183
184 Here's the output from /var/log/Xorg.0.log (with some unrelevant lines
185 deleted) :
186 ---------------------------------------------------------------------------------------------------
187
188 X Window System Version 1.3.0
189 Release Date: 19 April 2007
190 X Protocol Version 11, Revision 0, Release 1.3
191 Build Operating System: UNKNOWN
192 Current Operating System: Linux pomme 2.6.20-gentoo-r6 #7 SMP Fri Jan 25
193 18:41:04 CET 2008 i686
194 Build Date: 24 December 2007
195 Before reporting problems, check http://wiki.x.org
196 to make sure that you have the latest version.
197 Module Loader present
198 Markers: (--) probed, (**) from config file, (==) default setting,
199 (++) from command line, (!!) notice, (II) informational,
200 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
201 (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 25 17:42:59 2008
202 (==) Using config file: "/etc/X11/xorg.conf"
203 (==) ServerLayout "simple layout"
204 (**) |-->Screen "Screen0" (0)
205 (**) | |-->Monitor "LVDS"
206 (**) | |-->Device "Intel GPU"
207 (**) |-->Screen "Screen1" (1)
208 (**) | |-->Monitor "VGA"
209 (**) | |-->Device "Intel GPU"
210 (**) |-->Input Device "Mouse1"
211 (**) |-->Input Device "Keyboard1"
212 (WW) The directory "/usr/share/fonts/local/" does not exist.
213 Entry deleted from font path.
214 [...]
215 (**) FontPath set to:
216 [...]
217 (==) RgbPath set to "/usr/share/X11/rgb"
218 (==) ModulePath set to "/usr/lib/xorg/modules"
219 (**) Option "BlankTime" "20"
220 (**) Option "OffTime" "30"
221 (**) Option "Xinerama" "off"
222 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
223 (II) No APM support in BIOS or kernel
224 (II) Loader magic: 0x81d9520
225 (II) Module ABI versions:
226 X.Org ANSI C Emulation: 0.3
227 X.Org Video Driver: 1.2
228 X.Org XInput driver : 0.7
229 X.Org Server Extension : 0.3
230 X.Org Font Renderer : 0.5
231 (II) Loader running on linux
232 (II) LoadModule: "pcidata"
233 (II) Loading /usr/lib/xorg/modules//libpcidata.so
234 (II) Module pcidata: vendor="X.Org Foundation"
235 compiled for 1.3.0, module version = 1.0.0
236 ABI class: X.Org Video Driver, version 1.2
237 (--) using VT number 7
238
239 (II) PCI: PCI scan (all values are in hex)
240 [...]
241 (II) PCI: End of PCI scan
242 (II) Intel Bridge workaround enabled
243 (II) Host-to-PCI bridge:
244 (II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
245 (II) Bus 0 I/O range:
246 [...]
247 (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics
248 Device rev 2, Mem @ 0xf0000000/27, 0xfeb80000/19, I/O @ 0xdc00/3
249 (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics
250 Device rev 2, Mem @ 0xe8000000/27, 0xfea80000/19
251 (II) Addressable bus resource ranges are
252 [...]
253 (II) LoadModule: "dbe"
254 (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
255 (II) Module dbe: vendor="X.Org Foundation"
256 compiled for 1.3.0, module version = 1.0.0
257 Module class: X.Org Server Extension
258 ABI class: X.Org Server Extension, version 0.3
259 (II) Loading extension DOUBLE-BUFFER
260 (II) LoadModule: "v4l"
261 (WW) Warning, couldn't open module v4l
262 (II) UnloadModule: "v4l"
263 (EE) Failed to load module "v4l" (module does not exist, 0)
264 (II) LoadModule: "glx"
265 (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
266 (II) Module glx: vendor="X.Org Foundation"
267 compiled for 1.3.0, module version = 1.0.0
268 ABI class: X.Org Server Extension, version 0.3
269 (==) AIGLX enabled
270 (II) Loading extension GLX
271 (II) LoadModule: "dri"
272 (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
273 (II) Module dri: vendor="X.Org Foundation"
274 compiled for 1.3.0, module version = 1.0.0
275 ABI class: X.Org Server Extension, version 0.3
276 (II) Loading extension XFree86-DRI
277 (II) LoadModule: "synaptics"
278 (WW) Warning, couldn't open module synaptics
279 (II) UnloadModule: "synaptics"
280 (EE) Failed to load module "synaptics" (module does not exist, 0)
281 (II) LoadModule: "extmod"
282 (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
283 (II) Module extmod: vendor="X.Org Foundation"
284 compiled for 1.3.0, module version = 1.0.0
285 Module class: X.Org Server Extension
286 ABI class: X.Org Server Extension, version 0.3
287 (II) Loading extension SHAPE
288 (II) Loading extension MIT-SUNDRY-NONSTANDARD
289 (II) Loading extension BIG-REQUESTS
290 (II) Loading extension SYNC
291 (II) Loading extension MIT-SCREEN-SAVER
292 (II) Loading extension XC-MISC
293 (II) Loading extension XFree86-VidModeExtension
294 (II) Loading extension XFree86-Misc
295 (II) Loading extension XFree86-DGA
296 (II) Loading extension DPMS
297 (II) Loading extension TOG-CUP
298 (II) Loading extension Extended-Visual-Information
299 (II) Loading extension XVideo
300 (II) Loading extension XVideo-MotionCompensation
301 (II) Loading extension X-Resource
302 (II) LoadModule: "type1"
303 (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
304 (II) Module type1: vendor="X.Org Foundation"
305 compiled for 1.3.0, module version = 1.0.2
306 Module class: X.Org Font Renderer
307 ABI class: X.Org Font Renderer, version 0.5
308 (II) Loading font Type1
309 (II) LoadModule: "freetype"
310 (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
311 (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
312 compiled for 1.3.0, module version = 2.1.0
313 Module class: X.Org Font Renderer
314 ABI class: X.Org Font Renderer, version 0.5
315 (II) Loading font FreeType
316 (II) LoadModule: "i810"
317 (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so
318 (II) Module i810: vendor="X.Org Foundation"
319 compiled for 1.3.0, module version = 2.1.1
320 Module class: X.Org Video Driver
321 ABI class: X.Org Video Driver, version 1.2
322 (II) LoadModule: "mouse"
323 (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
324 (II) Module mouse: vendor="X.Org Foundation"
325 compiled for 1.3.0, module version = 1.2.3
326 Module class: X.Org XInput Driver
327 ABI class: X.Org XInput driver, version 0.7
328 (II) LoadModule: "kbd"
329 (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
330 (II) Module kbd: vendor="X.Org Foundation"
331 compiled for 1.3.0, module version = 1.1.0
332 Module class: X.Org XInput Driver
333 ABI class: X.Org XInput driver, version 0.7
334 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
335 i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
336 E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, 965G, 965Q, 946GZ,
337 965GM, 965GME/GLE, G33, Q35, Q33
338 (II) Primary Device is: PCI 00:02:0
339 (--) Assigning device section with no busID to primary device
340 (--) Assigning device section with no busID to primary device
341 (WW) intel: More than one matching Device section found: Intel GPU
342 (--) Chipset 852GM/855GM found
343 (II) resource ranges after xf86ClaimFixedResources() call:
344 [...]
345 (II) Setting vga for screen 0.
346 (II) Loading sub module "int10"
347 (II) LoadModule: "int10"
348 (II) Loading /usr/lib/xorg/modules//libint10.so
349 (II) Module int10: vendor="X.Org Foundation"
350 compiled for 1.3.0, module version = 1.0.0
351 ABI class: X.Org Video Driver, version 1.2
352 (II) Loading sub module "vbe"
353 (II) LoadModule: "vbe"
354 (II) Loading /usr/lib/xorg/modules//libvbe.so
355 (II) Module vbe: vendor="X.Org Foundation"
356 compiled for 1.3.0, module version = 1.1.0
357 ABI class: X.Org Video Driver, version 1.2
358 (II) Loading sub module "vgahw"
359 (II) LoadModule: "vgahw"
360 (II) Loading /usr/lib/xorg/modules//libvgahw.so
361 (II) Module vgahw: vendor="X.Org Foundation"
362 compiled for 1.3.0, module version = 0.1.0
363 ABI class: X.Org Video Driver, version 1.2
364 (**) intel(0): Depth 24, (--) framebuffer bpp 32
365 (==) intel(0): RGB weight 888
366 (==) intel(0): Default visual is TrueColor
367 (II) intel(0): Integrated Graphics Chipset: Intel(R) 852GM
368 (--) intel(0): Chipset: "852GM/855GM"
369 (--) intel(0): Linear framebuffer at 0xF0000000
370 (--) intel(0): IO registers at addr 0xFEB80000
371 (II) intel(0): 2 display pipes available.
372 (==) intel(0): Using XAA for acceleration
373 (--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
374 (II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
375 for the DRM memory manager.
376 (II) Loading sub module "ddc"
377 (II) LoadModule: "ddc"(II) Module already built-in
378 (II) Loading sub module "i2c"
379 (II) LoadModule: "i2c"(II) Module already built-in
380 (II) intel(0): Output VGA using monitor section VGA
381 (**) intel(0): Option "Enable" "true"
382 (II) intel(0): I2C bus "CRTDDC_A" initialized.
383 (II) intel(0): Output LVDS using monitor section LVDS
384 (**) intel(0): Option "PreferredMode" "800x600"
385 (II) intel(0): I2C bus "LVDSDDC_C" initialized.
386 (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
387 (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
388 (II) intel(0): EDID for output LVDS
389 (II) Loading sub module "int10"
390 (II) LoadModule: "int10"
391 (II) Reloading /usr/lib/xorg/modules//libint10.so
392 (II) intel(0): initializing int10
393 (WW) intel(0): Bad V_BIOS checksum
394 (II) intel(0): Primary V_BIOS segment is: 0xc000
395 (II) intel(0): VESA BIOS detected
396 (II) intel(0): VESA VBE Version 3.0
397 (II) intel(0): VESA VBE Total Mem: 8000 kB
398 (II) intel(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics
399 Chip Accelerated VGA BIOS
400 (II) intel(0): VESA VBE OEM Software Rev: 1.0
401 (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
402 (II) intel(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME
403 Graphics Controller
404 (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
405 (II) intel(0): I2C bus "DVODDC_D" initialized.
406 (II) Loading sub module "sil164"
407 (II) LoadModule: "sil164"
408 (II) Loading /usr/lib/xorg/modules/drivers//sil164.so
409 (II) Module sil164: vendor="X.Org Foundation"
410 compiled for 1.3.0, module version = 1.0.0
411 ABI class: X.Org Video Driver, version 1.2
412 (II) intel(0): I2C bus "DVOI2C_E" initialized.
413 (EE) intel(0): detecting sil164
414 (EE) intel(0): Unable to read from DVOI2C_E Slave 112.
415 (II) Loading sub module "ch7xxx"
416 (II) LoadModule: "ch7xxx"
417 (II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so
418 (II) Module ch7xxx: vendor="X.Org Foundation"
419 compiled for 1.3.0, module version = 1.0.0
420 ABI class: X.Org Video Driver, version 1.2
421 (II) intel(0): I2C bus "DVOI2C_E" removed.
422 (II) intel(0): I2C bus "DVOI2C_E" initialized.
423 (EE) intel(0): Unable to read from DVOI2C_E Slave 236.
424 (II) Loading sub module "ivch"
425 (II) LoadModule: "ivch"
426 (II) Loading /usr/lib/xorg/modules/drivers//ivch.so
427 (II) Module ivch: vendor="X.Org Foundation"
428 compiled for 1.3.0, module version = 1.0.0
429 ABI class: X.Org Video Driver, version 1.2
430 (II) intel(0): I2C bus "DVOI2C_E" removed.
431 (II) intel(0): I2C bus "DVOI2C_B" initialized.
432 (EE) intel(0): ivch: Unable to read register 0x00 from DVOI2C_B:04.
433 (II) Loading sub module "tfp410"
434 (II) LoadModule: "tfp410"
435 (II) Loading /usr/lib/xorg/modules/drivers//tfp410.so
436 (II) Module tfp410: vendor="X.Org Foundation"
437 compiled for 1.3.0, module version = 1.0.0
438 ABI class: X.Org Video Driver, version 1.2
439 (II) intel(0): I2C bus "DVOI2C_B" removed.
440 (II) intel(0): I2C bus "DVOI2C_E" initialized.
441 (II) intel(0): detecting tfp410
442 (EE) intel(0): Unable to read from DVOI2C_E Slave 112.
443 (EE) intel(0): tfp410 not detected got VID FFFFFFFF: from DVOI2C_E Slave
444 112.
445 (II) intel(0): I2C bus "DVOI2C_E" removed.
446 (II) intel(0): I2C bus "DVODDC_D" removed.
447 (II) intel(0): Output VGA enabled by config file
448 (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
449 (II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
450 (II) intel(0): EDID for output VGA
451 (II) intel(0): Not using default mode "640x350" (vrefresh out of range)
452 (II) intel(0): Not using default mode "640x400" (vrefresh out of range)
453 (II) intel(0): Not using default mode "720x400" (vrefresh out of range)
454 (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
455 (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
456 (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
457 (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
458 (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
459 (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
460 (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
461 (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
462 (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
463 (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
464 (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
465 (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
466 (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
467 (II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
468 (II) intel(0): Not using default mode "1280x960" (hsync out of range)
469 (II) intel(0): Not using default mode "1280x960" (vrefresh out of range)
470 (II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
471 (II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
472 (II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
473 (II) intel(0): Not using default mode "1600x1200" (hsync out of range)
474 (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
475 (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
476 (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
477 (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
478 (II) intel(0): Not using default mode "1792x1344" (vrefresh out of range)
479 (II) intel(0): Not using default mode "1792x1344" (vrefresh out of range)
480 (II) intel(0): Not using default mode "1856x1392" (vrefresh out of range)
481 (II) intel(0): Not using default mode "1856x1392" (vrefresh out of range)
482 (II) intel(0): Not using default mode "1920x1440" (hsync out of range)
483 (II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
484 (II) intel(0): Not using default mode "832x624" (vrefresh out of range)
485 (II) intel(0): Not using default mode "1152x768" (vrefresh out of range)
486 (II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)
487 (II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)
488 (II) intel(0): Not using default mode "1600x1024" (vrefresh out of range)
489 (II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
490 (II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
491 (II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
492 (II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
493 (II) intel(0): No remaining probed modes for output VGA
494 (II) intel(0): Output LVDS connected
495 (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
496 (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
497 (II) intel(0): EDID for output LVDS
498 (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
499 (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
500 (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
501 (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
502 (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
503 (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
504 (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
505 (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
506 (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
507 (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
508 (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
509 (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
510 (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
511 (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
512 (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
513 (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
514 (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
515 (II) intel(0): Not using default mode "1152x768" (exceeds panel dimensions)
516 (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
517 (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
518 (II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
519 (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
520 (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
521 (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
522 (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
523 (II) intel(0): Printing probed modes for output LVDS
524 (II) intel(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600
525 601 604 631 +hsync +vsync (53.7 kHz)
526 (II) intel(0): Modeline "1024x768"x59.3 64.23 1024 1048 1184 1344
527 768 771 777 806 (47.8 kHz)
528 (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376
529 768 769 772 808 +hsync +vsync (68.7 kHz)
530 (II) intel(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312
531 768 769 772 800 +hsync +vsync (60.0 kHz)
532 (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328
533 768 771 777 806 -hsync -vsync (56.5 kHz)
534 (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344
535 768 771 777 806 -hsync -vsync (48.4 kHz)
536 (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624
537 625 628 667 -hsync -vsync (49.7 kHz)
538 (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600
539 637 643 666 +hsync +vsync (48.1 kHz)
540 (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600
541 601 604 625 +hsync +vsync (46.9 kHz)
542 (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600
543 601 605 628 +hsync +vsync (37.9 kHz)
544 (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600
545 601 603 625 +hsync +vsync (35.2 kHz)
546 (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481
547 484 509 -hsync -vsync (43.3 kHz)
548 (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489
549 492 520 -hsync -vsync (37.9 kHz)
550 (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481
551 484 500 -hsync -vsync (37.5 kHz)
552 (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490
553 492 525 -hsync -vsync (31.5 kHz)
554 (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401
555 404 446 -hsync +vsync (37.9 kHz)
556 (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401
557 404 445 -hsync +vsync (37.9 kHz)
558 (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382
559 385 445 +hsync -vsync (37.9 kHz)
560 (II) intel(0): Output VGA enabled by config file
561 (II) intel(0): Output LVDS connected
562 (EE) intel(0): Output VGA enabled but has no modes
563 (II) intel(0): Output LVDS using initial mode 1024x768
564 (II) intel(0): Monitoring connected displays enabled
565 (II) intel(0): detected 128 kB GTT.
566 (II) intel(0): detected 8060 kB stolen memory.
567 (==) intel(0): video overlay key set to 0x101fe
568 (==) intel(0): Will not try to enable page flipping
569 (==) intel(0): Triple buffering disabled
570 (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
571 (==) intel(0): DPI set to (75, 75)
572 (II) Loading sub module "fb"
573 (II) LoadModule: "fb"
574 (II) Loading /usr/lib/xorg/modules//libfb.so
575 (II) Module fb: vendor="X.Org Foundation"
576 compiled for 1.3.0, module version = 1.0.0
577 ABI class: X.Org ANSI C Emulation, version 0.3
578 (II) Loading sub module "xaa"
579 (II) LoadModule: "xaa"
580 (II) Loading /usr/lib/xorg/modules//libxaa.so
581 (II) Module xaa: vendor="X.Org Foundation"
582 compiled for 1.3.0, module version = 1.2.0
583 ABI class: X.Org Video Driver, version 1.2
584 (II) Loading sub module "ramdac"
585 (II) LoadModule: "ramdac"(II) Module already built-in
586 (II) intel(0): Comparing regs from server start up to After PreInit
587 (==) Depth 24 pixmap format is 32 bpp
588 (II) do I need RAC? No, I don't.
589 (II) resource ranges after preInit:
590 [...]
591 (II) intel(0): Kernel reported 110336 total, 1 used
592 (II) intel(0): I830CheckAvailableMemory: 441340 kB available
593 (==) intel(0): VideoRam: 131072 KB
594 (II) intel(0): Attempting memory allocation with tiled buffers and
595 large DRI memory manager reservation:
596 (WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed
597 (Cannot allocate memory)
598 (II) intel(0): Allocating 5112 scanlines for pixmap cache
599 (II) intel(0): Success.
600 (II) intel(0): Memory allocation layout:
601 [...]
602 (II) intel(0): front buffer is not tiled
603 (II) intel(0): back buffer is tiled
604 (II) intel(0): depth buffer is tiled
605 drmOpenDevice: node name is /dev/dri/card0
606 drmOpenDevice: open result is -1, (No such device)
607 drmOpenDevice: open result is -1, (No such device)
608 drmOpenDevice: Open failed
609 drmOpenDevice: node name is /dev/dri/card0
610 drmOpenDevice: open result is -1, (No such device)
611 drmOpenDevice: open result is -1, (No such device)
612 drmOpenDevice: Open failed
613 drmOpenByBusid: Searching for BusID pci:0000:00:02.0
614 drmOpenDevice: node name is /dev/dri/card0
615 drmOpenDevice: open result is 7, (OK)
616 drmOpenByBusid: drmOpenMinor returns 7
617 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
618 (II) intel(0): [drm] loaded kernel module for "i915" driver
619 (II) intel(0): [drm] DRM interface version 1.3
620 (II) intel(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
621 (II) intel(0): [drm] added 8192 byte SAREA at 0xe0311000
622 (II) intel(0): [drm] mapped SAREA 0xe0311000 to 0xb7bd6000
623 (II) intel(0): [drm] framebuffer handle = 0xf07f0000
624 (II) intel(0): [drm] added 1 reserved context for kernel
625 (II) intel(0): Unable to use TTM-based memory manager with DRM version 1.6
626 (II) intel(0): [drm] Registers = 0xfeb80000
627 (II) intel(0): [drm] ring buffer = 0xf0000000
628 (II) intel(0): [drm] init sarea width,height = 1024 x 1024 (pitch 1024)
629 (II) intel(0): [drm] Mapping front buffer
630 (II) intel(0): [drm] Front Buffer = 0x2e0fe000
631 (II) intel(0): [drm] Back Buffer = 0xf2000000
632 (II) intel(0): [drm] Depth Buffer = 0xf2400000
633 (II) intel(0): [drm] textures = 0xf4800000
634 (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
635 (II) intel(0): [dri] visual configs initialized
636 (II) intel(0): Page Flipping disabled
637 (==) intel(0): Write-combining range (0xf0000000,0x8000000)
638 (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
639 0x0000
640 (II) intel(0): Using XFree86 Acceleration Architecture (XAA)
641 Screen to screen bit blits
642 Solid filled rectangles
643 8x8 mono pattern filled rectangles
644 Indirect CPU to Screen color expansion
645 Solid Horizontal and Vertical Lines
646 Offscreen Pixmaps
647 Setting up tile and stipple cache:
648 32 128x128 slots
649 26 256x256 slots
650 11 512x512 slots
651 (==) intel(0): Backing store disabled
652 (==) intel(0): Silken mouse enabled
653 (II) intel(0): Initializing HW Cursor
654 (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007df000 (pgoffset 2015)
655 [...]
656 (II) intel(0): Output configuration:
657 (II) intel(0): Pipe A is off
658 (II) intel(0): Display plane A is now disabled and connected to pipe A.
659 (II) intel(0): Pipe B is on
660 (II) intel(0): Display plane B is now enabled and connected to pipe B.
661 (II) intel(0): Output VGA is connected to pipe none
662 (II) intel(0): Output LVDS is connected to pipe B
663 (**) Option "dpms"
664 (**) intel(0): DPMS enabled
665 (II) intel(0): Set up overlay video
666 (II) intel(0): X context handle = 0x1
667 (II) intel(0): [drm] installed DRM signal handler
668 (II) intel(0): [DRI] installation complete
669 (II) intel(0): [drm] dma control initialized, using IRQ 17
670 (II) intel(0): direct rendering: Enabled
671 (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled
672 message.
673 (WW) intel(0): Option "Clone" is not used
674 (WW) intel(0): Option "MonitorLayout" is not used
675 (WW) intel(0): Option "FixedPipe" is not used
676 (WW) intel(0): Option "PreferredMode" is not used
677 (--) RandR disabled
678 (II) Initializing built-in extension MIT-SHM
679 (II) Initializing built-in extension XInputExtension
680 (II) Initializing built-in extension XTEST
681 (II) Initializing built-in extension XKEYBOARD
682 (II) Initializing built-in extension XC-APPGROUP
683 (II) Initializing built-in extension XAccessControlExtension
684 (II) Initializing built-in extension SECURITY
685 (II) Initializing built-in extension XINERAMA
686 (II) Initializing built-in extension XFIXES
687 (II) Initializing built-in extension XFree86-Bigfont
688 (II) Initializing built-in extension RENDER
689 (II) Initializing built-in extension RANDR
690 (II) Initializing built-in extension COMPOSITE
691 (II) Initializing built-in extension DAMAGE
692 (II) Initializing built-in extension XEVIE
693 drmOpenDevice: node name is /dev/dri/card0
694 drmOpenDevice: open result is 8, (OK)
695 drmOpenByBusid: Searching for BusID pci:0000:00:02.0
696 drmOpenDevice: node name is /dev/dri/card0
697 drmOpenDevice: open result is 8, (OK)
698 drmOpenByBusid: drmOpenMinor returns 8
699 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
700 (WW) AIGLX: 3D driver claims to not support visual 0x23
701 [...]
702 (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
703 (II) GLX: Initialized DRI GL provider for screen 0
704 (II) intel(0): Setting screen physical size to 270 x 203
705 (**) Option "Protocol" "ExplorerPS/2"
706 (**) Mouse1: Device: "/dev/input/mice"
707 (**) Mouse1: Protocol: "ExplorerPS/2"
708 (**) Option "CorePointer"
709 (**) Mouse1: Core Pointer
710 (**) Option "Device" "/dev/input/mice"
711 (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
712 (**) Option "ZAxisMapping" "4 5"
713 (**) Mouse1: ZAxisMapping: buttons 4 and 5
714 (**) Mouse1: Buttons: 9
715 (**) Mouse1: Sensitivity: 1
716 (**) Option "CoreKeyboard"
717 (**) Keyboard1: Core Keyboard
718 (**) Option "Protocol" "standard"
719 (**) Keyboard1: Protocol: standard
720 (**) Option "AutoRepeat" "250 30"
721 (**) Option "XkbRules" "xorg"
722 (**) Keyboard1: XkbRules: "xorg"
723 (**) Option "XkbModel" "pc105"
724 (**) Keyboard1: XkbModel: "pc105"
725 (**) Option "XkbLayout" "fr"
726 (**) Keyboard1: XkbLayout: "fr"
727 (**) Option "CustomKeycodes" "off"
728 (**) Keyboard1: CustomKeycodes disabled
729 (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
730 (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
731 (II) Mouse1: ps2EnableDataReporting: succeeded
732 (II) 3rd Button detected: disabling emulate3Button
733
734 --
735 gentoo-laptop@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-laptop] Unable to clone display on Asus laptop with Intel 855GM "Francisco Figueiredo Jr." <fxjrlists@×××××××××.br>