From owner-freebsd-x11@FreeBSD.ORG Thu Dec 30 05:31:58 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F356116A4CE for ; Thu, 30 Dec 2004 05:31:57 +0000 (GMT) Received: from hyperreal.org (taz3.hyperreal.org [209.237.226.90]) by mx1.FreeBSD.org (Postfix) with SMTP id A345B43D5C for ; Thu, 30 Dec 2004 05:31:57 +0000 (GMT) (envelope-from brian@hyperreal.org) Received: (qmail 94588 invoked from network); 30 Dec 2004 05:32:01 -0000 Received: from localhost.hyperreal.org (HELO fez.hyperreal.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 30 Dec 2004 05:32:01 -0000 Received: (qmail 34462 invoked by uid 1000); 30 Dec 2004 05:31:55 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 30 Dec 2004 05:31:55 -0000 Date: Wed, 29 Dec 2004 21:31:55 -0800 (PST) From: Brian Behlendorf To: Eric Anholt In-Reply-To: <1103880840.856.46.camel@leguin> Message-ID: <20041229211903.C34441@fez.hyperreal.org> References: <20041224011219.P21066@fez.hyperreal.org> <1103880840.856.46.camel@leguin> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N cc: mich@freebsd.org cc: x11@freebsd.org Subject: Re: X problems after upgrade to 6.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 05:31:58 -0000 More narrowing of the problem... Eliminated the issues with gnome-session segfaulting by upgrading to 5.3, running gnome-upgrade.sh, then updating all ports. Now I have gnome 2.8.2 and xorg-6.8.1 starting up fine with the vesa driver (without acceleration), but the i810 driver is still failing, whether or not "Options NoAccel" is used. I've also updated the graphics/dri port to dri-6.2_1,2, with the pthread-related fixes that went in earlier today. Relevant segments of the xorg.0.log, let me know if you want the whole thing: [...] (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="X.Org Foundation" compiled for 6.8.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a (II) Module drm: vendor="X.Org Foundation" compiled for 6.8.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading extension XFree86-DRI (II) LoadModule: "i810" (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o (II) Module i810: vendor="X.Org Foundation" compiled for 6.8.1, module version = 1.3.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.7 [...] (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G [...] (II) I810(0): initializing int10 (==) I810(0): Write-combining range (0xa0000,0x20000) was already clear (==) I810(0): Write-combining range (0xc0000,0x40000) was already clear (WW) I810(0): Bad V_BIOS checksum (II) I810(0): Primary V_BIOS segment is: 0xc000 (==) I810(0): Write-combining range (0x0,0x1000) was already clear [...] (II) I810(0): 1 display pipe available. (II) I810(0): detected 8060 kB stolen memory. (II) I810(0): I830CheckAvailableMemory: 964608 kB available (II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM (WW) I810(0): Extended BIOS function 0x5f11 not supported. (II) I810(0): Before: SWF1 is 0x00000108 (II) I810(0): After: SWF1 is 0x00000108 (==) I810(0): Write-combining range (0x0,0x1000) was already clear [...] (WW) (1280x1024,samsung) mode clock 135MHz exceeds DDC maximum 130MHz (WW) (1280x1024,samsung) mode clock 157.5MHz exceeds DDC maximum 130MHz [...](==) I810(0): Default visual is TrueColor (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 (II) I810(0): Allocating at least 384 scanlines for pixmap cache (II) I810(0): Initial framebuffer allocation size: 5632 kByte (II) I810(0): Allocated 4 kB for HW cursor at 0x7fff000 (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x7ffb000 (II) I810(0): Allocated 4 kB for Overlay registers at 0x7ffa000 (0x2f603000). (II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fea000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed [drm] failed to load kernel module "i915" (II) I810(0): [drm] drmOpen failed (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. (II) I810(0): Updated framebuffer allocation size from 5632 to 8192 kByte (II) I810(0): Updated pixmap cache from 384 scanlines to 1024 scanlines [...] (II) I810(0): Mode bandwidth is 98 Mpixel/s (II) I810(0): maxBandwidth is 640 Mbyte/s, pipe bandwidths are 262 Mbyte/s, 0 Mbyte/s (WW) I810(0): Extended BIOS function 0x5f61 not supported. (==) I810(0): Backing store disabled (==) I810(0): Silken mouse enabled (II) I810(0): Initializing HW Cursor *** If unresolved symbols were reported above, they might not *** be the reason for the server aborting. Fatal server error: Caught signal 11. Server aborting Please consult the The X.Org Foundation support at http://wiki.X.Org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. (WW) I810(0): Successfully set original devices (WW) I810(0): Setting the original video mode instead of restoring the saved state (II) I810(0): xf86UnbindGARTMemory: unbind key 5 (II) I810(0): xf86UnbindGARTMemory: unbind key 1 (II) I810(0): xf86UnbindGARTMemory: unbind key 2 (II) I810(0): xf86UnbindGARTMemory: unbind key 4 (II) I810(0): xf86UnbindGARTMemory: unbind key 3 [end] Brian