<HTML><BODY>Ok, maybe there is still hope.<br><br>I finally identified the exact piece of code which is _really_ causing all this (the backtraces were misleading, because of reasons I won't explain at this time, because the Tea-water is boiling), in file ./i915/src/i915_gem.c" line 3669 of 3994 --91%--<br><br>int i915_gem_init(struct drm_device *dev)<br>{<br> struct drm_i915_private *dev_priv = dev->dev_private;<br> int ret;<br> int size;<br><br> mutex_lock(&dev->struct_mutex);<br><br> if (IS_VALLEYVIEW(dev)) {<br> /* VLVA0 (potential hack), BIOS isn't actually waking us */<br> I915_WRITE(VLV_GTLC_WAKE_CTRL, 1);<br> if (wait_for((I915_READ(VLV_GTLC_PW_STATUS) & 1) == 1, 10))<br> DRM_DEBUG_DRIVER("allow wake ack timed out\n");<br> }<br><br> i915_gem_init_global_gtt(dev);<br><br> size = drm_getfb_size(dev);<br> dev_priv->fbcon_obj = NULL;<br> if (size > 0) {<br> /* save original fb GTT */<br> dev->old_gtt_size = size;<br> dev->old_gtt = kmem_zalloc(dev->old_gtt_size, KM_NOSLEEP);<br> intel_rw_gtt(dev, dev->old_gtt_size,<br> 0, (void *) dev->old_gtt, 0);<br><br> /*<br> * Some BIOSes fail to initialise the GTT, which will cause DMA faults when<br> * the IOMMU is enabled. We need to clear the whole GTT.<br> */<br> i915_clean_gtt(dev, size);<br><br> /* workaround: prealloc fb buffer, make sure the start address 0 */<br> dev_priv->fbcon_obj = i915_gem_alloc_object(dev, size);<br>/* if (!dev_priv->fbcon_obj) {<br> DRM_ERROR("failed to allocate framebuffer");<br> mutex_unlock(&dev->struct_mutex);<br> teardown_scratch_page(dev);<br> return (-ENOMEM);<br> }<br><br>*/<br> /* copy old content to fb buffer */<br> //(void) memcpy(dev_priv->fbcon_obj->base.kaddr, dev->old_gtt, size);<br><br> /* Flush everything out, we'll be doing GTT only from now on */<br> //ret = intel_pin_and_fence_fb_obj(dev, dev_priv->fbcon_obj, false);<br>/* if (ret) {<br> DRM_ERROR("failed to pin fb ret %d", ret);<br> mutex_unlock(&dev->struct_mutex);<br> teardown_scratch_page(dev);<br> i915_gem_free_object(&dev_priv->fbcon_obj->base);<br> return ret;<br> }<br>*/<br> }<br><br> dev_priv->mm.interruptible = true;<br><br> ret = i915_gem_init_hw(dev);<br> mutex_unlock(&dev->struct_mutex);<br>/*<br> if (ret) {<br> i915_gem_cleanup_aliasing_ppgtt(dev);<br> return ret;<br> }<br>*/<br><br> /* Allow hardware batchbuffers unless told otherwise, but not for KMS. */<br> if (!drm_core_check_feature(dev, DRIVER_MODESET))<br> dev_priv->dri1.allow_batchbuffer = 1;<br> return 0;<br>}<br><br><br><br>The analysis brought that the one pointer which is NULL is in fact dev in some iteration (called from other files), then the panic.<br><br>By commenting it out at least - instead of getting all these panics on 11.0 and Illumos - even on old outdated Illumos we suddenly get:<br>(the same commented out stuff still boots Xorg/DRI2 on Sol11.1, while failing to start Xorg on 11.0 and Illumos, but now instead of panicking at least returns to the console and has produced a nice Xorg.0.log file!!!<br>Even DRM2Setup would normally succeed (I disabled it in xorg.conf).<br>While this looks quite nice now, it does not mean we have it woking in the forseeable future.<br>However - now one has something to work on, because finally it is know what is NULL.<br>What is not known: WHY! And why only on 11.0/Illumos, but not on 11.1++.<br><br>Nevertheless, enjoy:<br><br><br>[ 156.862] <br>X.Org X Server 1.12.4<br>Release Date: 2012-08-27<br>[ 156.864] X Protocol Version 11, Revision 0<br>[ 156.865] Build Operating System: SunOS 5.11 i86pc <br>[ 156.865] Current Operating System: SunOS opensxce 5.11 master-0-ga443cc8 i86pc<br>[ 156.866] Build Date: 21 February 2015 08:40:18AM<br>[ 156.867] Solaris ABI: 64-bit <br>[ 156.867] Current version of pixman: 0.32.6<br>[ 156.869] Before reporting problems, check http://openindiana.org<br> to make sure that you have the latest version.<br>[ 156.869] Markers: (--) probed, (**) from config file, (==) default setting,<br> (++) from command line, (!!) notice, (II) informational,<br> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.<br>[ 156.871] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 18 15:58:12 2015<br>[ 156.992] (==) Using config file: "/etc/X11/xorg.conf"<br>[ 156.992] (==) Using system config directory "/usr/share/X11/xorg.conf.d"<br>[ 157.002] (==) ServerLayout "X.org Configured"<br>[ 157.002] (**) |-->Screen "Screen0" (0)<br>[ 157.002] (**) | |-->Monitor "Monitor0"<br>[ 157.004] (**) | |-->Device "Card0"<br>[ 157.004] (**) |-->Input Device "Mouse0"<br>[ 157.004] (**) |-->Input Device "Keyboard0"<br>[ 157.004] (==) Disabling SIGIO handlers for input devices<br>[ 157.004] (==) Automatically adding devices<br>[ 157.004] (==) Automatically enabling devices<br>[ 157.004] (**) FontPath set to:<br> catalogue:/etc/X11/fontpath.d,<br> catalogue:/etc/X11/fontpath.d<br>[ 157.004] (**) ModulePath set to "/usr/lib/xorg/modules/amd64"<br>[ 157.004] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.<br>[ 157.004] (WW) Disabling Mouse0<br>[ 157.004] (WW) Disabling Keyboard0<br>[ 157.004] (II) Loader magic: 697040<br>[ 157.004] (II) Module ABI versions:<br>[ 157.004] X.Org ANSI C Emulation: 0.4<br>[ 157.004] X.Org Video Driver: 12.1<br>[ 157.004] X.Org XInput driver : 16.0<br>[ 157.004] X.Org Server Extension : 6.0<br>[ 157.095] (--) PCI:*(0:0:2:0) 8086:0122:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/64<br>[ 157.096] (--) PCI: (0:2:0:0) 10de:042f:10de:0493 rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000df00/128<br>[ 157.096] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.<br>[ 157.096] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.<br>[ 157.096] (II) "glx" will be loaded by default.<br>[ 157.096] (II) "record" will be loaded. This was enabled by default and also specified in the config file.<br>[ 157.096] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.<br>[ 157.096] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.<br>[ 157.096] (II) "ia" will be loaded. This was enabled by default and also specified in the config file.<br>[ 157.096] (II) "xtsol" will be loaded by default.<br>[ 157.096] (II) LoadModule: "record"<br>[ 157.137] (II) Loading /usr/lib/xorg/modules/extensions/amd64/librecord.so<br>[ 157.140] (II) Module record: vendor="X.Org Foundation"<br>[ 157.140] compiled for 1.12.4, module version = 1.13.0<br>[ 157.140] Module class: X.Org Server Extension<br>[ 157.140] ABI class: X.Org Server Extension, version 6.0<br>[ 157.140] (II) Loading extension RECORD<br>[ 157.140] (II) LoadModule: "dri2"<br>[ 157.140] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libdri2.so<br>[ 157.351] (II) Module dri2: vendor="X.Org Foundation"<br>[ 157.351] compiled for 1.12.4, module version = 1.2.0<br>[ 157.351] ABI class: X.Org Server Extension, version 6.0<br>[ 157.351] (II) Loading extension DRI2<br>[ 157.351] (II) LoadModule: "ia"<br>[ 157.352] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libia.so<br>[ 157.373] (II) Module IANAME: vendor="X.Org Foundation"<br>[ 157.373] compiled for 1.12.4, module version = 1.0.0<br>[ 157.373] ABI class: X.Org Server Extension, version 6.0<br>[ 157.373] (II) Loading extension SolarisIA<br>[ 157.373] (II) LoadModule: "dri"<br>[ 157.374] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libdri.so<br>[ 157.381] (II) Module dri: vendor="X.Org Foundation"<br>[ 157.381] compiled for 1.12.4, module version = 1.0.0<br>[ 157.381] ABI class: X.Org Server Extension, version 6.0<br>[ 157.381] (II) Loading extension XFree86-DRI<br>[ 157.381] (II) LoadModule: "dbe"<br>[ 157.381] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libdbe.so<br>[ 157.391] (II) Module dbe: vendor="X.Org Foundation"<br>[ 157.391] compiled for 1.12.4, module version = 1.0.0<br>[ 157.391] Module class: X.Org Server Extension<br>[ 157.391] ABI class: X.Org Server Extension, version 6.0<br>[ 157.391] (II) Loading extension DOUBLE-BUFFER<br>[ 157.391] (II) LoadModule: "extmod"<br>[ 157.391] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libextmod.so<br>[ 157.401] (II) Module extmod: vendor="X.Org Foundation"<br>[ 157.401] compiled for 1.12.4, module version = 1.0.0<br>[ 157.401] Module class: X.Org Server Extension<br>[ 157.401] ABI class: X.Org Server Extension, version 6.0<br>[ 157.401] (II) Loading extension MIT-SCREEN-SAVER<br>[ 157.402] (II) Loading extension XFree86-VidModeExtension<br>[ 157.402] (II) Loading extension XFree86-DGA<br>[ 157.402] (II) Loading extension DPMS<br>[ 157.402] (II) Loading extension XVideo<br>[ 157.402] (II) Loading extension XVideo-MotionCompensation<br>[ 157.402] (II) Loading extension X-Resource<br>[ 157.402] (II) LoadModule: "dri2"<br>[ 157.402] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libdri2.so<br>[ 157.402] (II) Module dri2: vendor="X.Org Foundation"<br>[ 157.402] compiled for 1.12.4, module version = 1.2.0<br>[ 157.402] ABI class: X.Org Server Extension, version 6.0<br>[ 157.402] (II) LoadModule: "record"<br>[ 157.402] (II) Loading /usr/lib/xorg/modules/extensions/amd64/librecord.so<br>[ 157.402] (II) Module record: vendor="X.Org Foundation"<br>[ 157.402] compiled for 1.12.4, module version = 1.13.0<br>[ 157.402] Module class: X.Org Server Extension<br>[ 157.402] ABI class: X.Org Server Extension, version 6.0<br>[ 157.402] (II) Loading extension RECORD<br>[ 157.402] (II) LoadModule: "dri"<br>[ 157.402] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libdri.so<br>[ 157.402] (II) Module dri: vendor="X.Org Foundation"<br>[ 157.402] compiled for 1.12.4, module version = 1.0.0<br>[ 157.402] ABI class: X.Org Server Extension, version 6.0<br>[ 157.402] (II) LoadModule: "ia"<br>[ 157.403] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libia.so<br>[ 157.403] (II) Module IANAME: vendor="X.Org Foundation"<br>[ 157.403] compiled for 1.12.4, module version = 1.0.0<br>[ 157.403] ABI class: X.Org Server Extension, version 6.0<br>[ 157.403] (II) Loading extension SolarisIA<br>[ 157.403] (II) LoadModule: "extmod"<br>[ 157.403] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libextmod.so<br>[ 157.403] (II) Module extmod: vendor="X.Org Foundation"<br>[ 157.403] compiled for 1.12.4, module version = 1.0.0<br>[ 157.403] Module class: X.Org Server Extension<br>[ 157.403] ABI class: X.Org Server Extension, version 6.0<br>[ 157.403] (II) Loading extension MIT-SCREEN-SAVER<br>[ 157.403] (II) Loading extension XFree86-VidModeExtension<br>[ 157.403] (II) Loading extension XFree86-DGA<br>[ 157.403] (II) Loading extension DPMS<br>[ 157.403] (II) Loading extension XVideo<br>[ 157.403] (II) Loading extension XVideo-MotionCompensation<br>[ 157.403] (II) Loading extension X-Resource<br>[ 157.403] (II) LoadModule: "dbe"<br>[ 157.403] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libdbe.so<br>[ 157.403] (II) Module dbe: vendor="X.Org Foundation"<br>[ 157.403] compiled for 1.12.4, module version = 1.0.0<br>[ 157.403] Module class: X.Org Server Extension<br>[ 157.403] ABI class: X.Org Server Extension, version 6.0<br>[ 157.403] (II) Loading extension DOUBLE-BUFFER<br>[ 157.403] (II) LoadModule: "glx"<br>[ 157.404] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libglx.so<br>[ 157.404] (EE) Failed to load /usr/lib/xorg/modules/extensions/amd64/libglx.so: ld.so.1: Xorg: fatal: /usr/lib/xorg/modules/extensions/amd64/libglx.so: open failed: No such file or directory<br>[ 157.404] (II) UnloadModule: "glx"<br>[ 157.404] (II) Unloading glx<br>[ 157.404] (EE) Failed to load module "glx" (loader failed, 7)<br>[ 157.404] (II) LoadModule: "xtsol"<br>[ 157.486] (WW) Warning, couldn't open module xtsol<br>[ 157.486] (II) UnloadModule: "xtsol"<br>[ 157.486] (II) Unloading xtsol<br>[ 157.486] (EE) Failed to load module "xtsol" (module does not exist, 0)<br>[ 157.486] (II) LoadModule: "intel"<br>[ 157.486] (II) Loading /usr/lib/xorg/modules/drivers/amd64/intel_drv.so<br>[ 157.509] (II) Module intel: vendor="X.Org Foundation"<br>[ 157.509] compiled for 1.12.4, module version = 2.99.917<br>[ 157.509] Module class: X.Org Video Driver<br>[ 157.509] ABI class: X.Org Video Driver, version 12.1<br>[ 157.509] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:<br> i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,<br> 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,<br> Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,<br> GM45, 4 Series, G45/G43, Q45/Q43, G41, B43<br>[ 157.510] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000<br>[ 157.510] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100<br>[ 157.510] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300<br>[ 157.510] (--) using VT number 2<br><br>[ 157.529] drmOpenDevice: node name is /dev/dri/card0<br>[ 157.600] drmOpenDevice: open result is 11, (OK)<br>[ 157.600] drmOpenByBusid: Searching for BusID pci:0000:00:02.0<br>[ 157.600] drmOpenDevice: node name is /dev/dri/card0<br>[ 157.600] drmOpenDevice: open result is 11, (OK)<br>[ 157.600] drmOpenByBusid: drmOpenMinor returns 11<br>[ 157.600] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0<br>[ 157.612] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support<br>[ 157.612] (==) intel(0): Depth 24, (--) framebuffer bpp 32<br>[ 157.612] (==) intel(0): RGB weight 888<br>[ 157.612] (==) intel(0): Default visual is TrueColor<br>[ 157.612] (**) intel(0): Option "NoAccel" "True"<br>[ 157.612] (**) intel(0): Option "Tiling" "False"<br>[ 157.612] (**) intel(0): Option "LinearFramebuffer" "True"<br>[ 157.612] (**) intel(0): Option "XvMC" "True"<br>[ 157.612] (**) intel(0): Option "FallbackDebug" "True"<br>[ 157.612] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000<br>[ 157.645] (**) intel(0): Disabling hardware acceleration.<br>[ 157.645] (**) intel(0): Relaxed fencing enabled<br>[ 157.645] (**) intel(0): Wait on SwapBuffers? enabled<br>[ 157.645] (**) intel(0): Triple buffering? enabled<br>[ 157.645] (**) intel(0): Framebuffer linear<br>[ 157.645] (**) intel(0): Pixmaps linear<br>[ 157.645] (**) intel(0): 3D buffers tiled<br>[ 157.645] (**) intel(0): SwapBuffers wait enabled<br>[ 157.645] (==) intel(0): video overlay key set to 0x101fe<br>[ 157.667] (II) intel(0): Output VGA1 using monitor section Monitor0<br>[ 157.667] (II) intel(0): Output HDMI1 has no monitor section<br>[ 157.667] (II) intel(0): Output DP1 has no monitor section<br>[ 157.667] (II) intel(0): Output HDMI2 has no monitor section<br>[ 157.667] (II) intel(0): Output DP2 has no monitor section<br>[ 157.680] (II) intel(0): EDID for output VGA1<br>[ 157.680] (II) intel(0): Manufacturer: SUN Model: 58c Serial#: 43209293<br>[ 157.680] (II) intel(0): Year: 2004 Week: 34<br>[ 157.680] (II) intel(0): EDID Version: 1.3<br>[ 157.680] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V<br>[ 157.680] (II) intel(0): Sync: Separate Composite<br>[ 157.680] (II) intel(0): Max Image Size [cm]: horiz.: 38 vert.: 30<br>[ 157.680] (II) intel(0): Gamma: 2.20<br>[ 157.681] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display<br>[ 157.681] (II) intel(0): First detailed timing is preferred mode<br>[ 157.681] (II) intel(0): GTF timings supported<br>[ 157.681] (II) intel(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600<br>[ 157.681] (II) intel(0): blueX: 0.150 blueY: 0.066 whiteX: 0.313 whiteY: 0.328<br>[ 157.681] (II) intel(0): Supported established timings:<br>[ 157.681] (II) intel(0): 720x400@70Hz<br>[ 157.681] (II) intel(0): 640x480@60Hz<br>[ 157.681] (II) intel(0): 640x480@67Hz<br>[ 157.681] (II) intel(0): 640x480@72Hz<br>[ 157.681] (II) intel(0): 640x480@75Hz<br>[ 157.681] (II) intel(0): 800x600@56Hz<br>[ 157.681] (II) intel(0): 800x600@60Hz<br>[ 157.681] (II) intel(0): 800x600@72Hz<br>[ 157.681] (II) intel(0): 800x600@75Hz<br>[ 157.681] (II) intel(0): 832x624@75Hz<br>[ 157.681] (II) intel(0): 1024x768@60Hz<br>[ 157.681] (II) intel(0): 1024x768@70Hz<br>[ 157.681] (II) intel(0): 1024x768@75Hz<br>[ 157.681] (II) intel(0): 1280x1024@75Hz<br>[ 157.681] (II) intel(0): Manufacturer's mask: 0<br>[ 157.681] (II) intel(0): Supported standard timings:<br>[ 157.681] (II) intel(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897<br>[ 157.681] (II) intel(0): #1: hsize: 1280 vsize 1024 refresh: 76 vid: 36993<br>[ 157.681] (II) intel(0): #2: hsize: 1152 vsize 921 refresh: 66 vid: 34417<br>[ 157.681] (II) intel(0): #3: hsize: 1280 vsize 1024 refresh: 75 vid: 36737<br>[ 157.681] (II) intel(0): Supported detailed timing:<br>[ 157.681] (II) intel(0): clock: 108.0 MHz Image Size: 380 x 300 mm<br>[ 157.681] (II) intel(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0<br>[ 157.681] (II) intel(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0<br>[ 157.681] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz<br>[ 157.681] (II) intel(0): Monitor name: GH19PS<br>[ 157.681] (II) intel(0): Serial No: 0434MR0659<br>[ 157.681] (II) intel(0): EDID (in hex):<br>[ 157.681] (II) intel(0): 00ffffffffffff004eae8c054d529302<br>[ 157.681] (II) intel(0): 220e01036c261e78ebee84a3544c9926<br>[ 157.681] (II) intel(0): 115054bfef00818081907186818f0101<br>[ 157.681] (II) intel(0): 010101010101302a009851002a403070<br>[ 157.681] (II) intel(0): 13007c2c11000014000000fd00384b1e<br>[ 157.681] (II) intel(0): 510e000a202020202020000000fc0047<br>[ 157.681] (II) intel(0): 48313950530a202020202020000000ff<br>[ 157.681] (II) intel(0): 00303433344d52303635390a20200029<br>[ 157.681] (II) intel(0): EDID vendor "SUN", prod id 1420<br>[ 157.681] (II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.<br>[ 157.682] (II) intel(0): Using EDID range info for horizontal sync<br>[ 157.682] (II) intel(0): Using EDID range info for vertical refresh<br>[ 157.682] (II) intel(0): Printing DDC gathered Modelines:<br>[ 157.682] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 -hsync +vsync (64.0 kHz eP)<br>[ 157.682] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)<br>[ 157.682] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)<br>[ 157.682] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)<br>[ 157.682] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)<br>[ 157.682] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)<br>[ 157.682] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)<br>[ 157.682] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)<br>[ 157.682] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)<br>[ 157.682] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)<br>[ 157.682] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1280x1024"x76.0 141.82 1280 1376 1512 1744 1024 1025 1028 1070 -hsync +vsync (81.3 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1152x921"x66.0 97.02 1152 1224 1344 1536 921 922 925 957 -hsync +vsync (63.2 kHz e)<br>[ 157.682] (II) intel(0): Printing probed modes for output VGA1<br>[ 157.682] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 -hsync +vsync (64.0 kHz eP)<br>[ 157.682] (II) intel(0): Modeline "1280x1024"x76.0 141.81 1280 1376 1512 1744 1024 1025 1028 1070 -hsync +vsync (81.3 kHz)<br>[ 157.682] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1152x921"x66.0 97.01 1152 1224 1344 1536 921 922 925 957 -hsync +vsync (63.2 kHz)<br>[ 157.682] (II) intel(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1280x768"x74.9 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)<br>[ 157.682] (II) intel(0): Modeline "1024x576"x60.0 46.97 1024 1064 1168 1312 576 577 580 597 -hsync +vsync (35.8 kHz)<br>[ 157.682] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)<br>[ 157.682] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)<br>[ 157.682] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)<br>[ 157.682] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)<br>[ 157.682] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)<br>[ 157.682] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)<br>[ 157.682] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)<br>[ 157.682] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)<br>[ 157.682] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)<br>[ 157.682] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)<br>[ 157.682] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)<br>[ 157.683] (II) intel(0): EDID for output HDMI1<br>[ 157.683] (II) intel(0): EDID for output DP1<br>[ 157.683] (II) intel(0): EDID for output HDMI2<br>[ 157.683] (II) intel(0): EDID for output DP2<br>[ 157.683] (II) intel(0): Output VGA1 connected<br>[ 157.683] (II) intel(0): Output HDMI1 disconnected<br>[ 157.683] (II) intel(0): Output DP1 disconnected<br>[ 157.683] (II) intel(0): Output HDMI2 disconnected<br>[ 157.683] (II) intel(0): Output DP2 disconnected<br>[ 157.683] (II) intel(0): Using exact sizes for initial modes<br>[ 157.683] (II) intel(0): Output VGA1 using initial mode 1280x1024<br>[ 157.683] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.<br>[ 157.683] (II) intel(0): Kernel page flipping support detected, enabling<br>[ 157.683] (**) intel(0): Display dimensions: (380, 300) mm<br>[ 157.683] (**) intel(0): DPI set to (85, 86)<br>[ 157.683] (II) Loading sub module "fb"<br>[ 157.683] (II) LoadModule: "fb"<br>[ 157.684] (II) Loading /usr/lib/xorg/modules/amd64/libfb.so<br>[ 157.716] (II) Module fb: vendor="X.Org Foundation"<br>[ 157.716] compiled for 1.12.4, module version = 1.0.0<br>[ 157.716] ABI class: X.Org ANSI C Emulation, version 0.4<br>[ 157.716] (II) Loading sub module "dri2"<br>[ 157.716] (II) LoadModule: "dri2"<br>[ 157.716] (II) Loading /usr/lib/xorg/modules/extensions/amd64/libdri2.so<br>[ 157.716] (II) Module dri2: vendor="X.Org Foundation"<br>[ 157.716] compiled for 1.12.4, module version = 1.2.0<br>[ 157.716] ABI class: X.Org Server Extension, version 6.0<br>[ 157.716] (==) Depth 24 pixmap format is 32 bpp<br>[ 157.716] (EE) intel(0): Couldn't allocate initial framebuffer.<br>[ 157.716] <br>Fatal server error:<br>[ 157.716] AddScreen/ScreenInit failed for driver 0<br>[ 157.716] <br>[ 157.716] <br>Please consult the Project OpenIndiana support <br> at http://openindiana.org<br> for help. <br>[ 157.717] Please also check the log file at "/var/log/Xorg.0.log" for additional information.<br>[ 157.717] <br>[ 157.736] Server terminated with error (1). Closing log file.<br><br><br><br></BODY></HTML>