From owner-freebsd-x11@FreeBSD.ORG Fri Dec 18 01:29:16 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A7BF106566C for ; Fri, 18 Dec 2009 01:29:16 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id BB67B8FC0A for ; Fri, 18 Dec 2009 01:29:15 +0000 (UTC) Received: from [192.168.1.4] (adsl-156-16-112.bna.bellsouth.net [70.156.16.112]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id nBI1TAC3025165 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 17 Dec 2009 20:29:11 -0500 (EST) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: vova@fbsd.ru In-Reply-To: <1261090440.2518.11.camel@localhost> References: <20091215161419.14c36e9b@sorrow.ashke.com> <20091215162721.6c5c55df@sorrow.ashke.com> <4B281CCC.6050204@gmail.com> <1261057016.75844.8.camel@localhost> <1261059120.26065.50.camel@balrog.2hip.net> <1261090440.2518.11.camel@localhost> Content-Type: text/plain Organization: FreeBSD Date: Thu, 17 Dec 2009 19:29:05 -0600 Message-Id: <1261099745.26065.52.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC, SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: x11@freebsd.org Subject: Re: xorg crashes with signal 11 on startup X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2009 01:29:16 -0000 On Fri, 2009-12-18 at 01:54 +0300, Vladimir Grebenschikov wrote: > Hi > > I've sent back-trace and other details before: > http://www.mail-archive.com/freebsd-ports@freebsd.org/msg24321.html Ok, the backtrace looks like a null pointer. You say that is fixed in latest radeonhd? I don't see anything obviously wrong in the last xorg.log. robert. > > -----Original Message----- > From: Robert Noland > To: vova@fbsd.ru > Cc: Warren Block , x11@freebsd.org > Subject: Re: xorg crashes with signal 11 on startup > Date: Thu, 17 Dec 2009 08:12:00 -0600 > > On Thu, 2009-12-17 at 16:36 +0300, Vladimir Grebenschikov wrote: > > Hi > > > > In my case it is X1400 (on T60) and both happens under gdm and with > > startx (with xterm in .xinitrc). > > > > Also, it is not likely that X crash with SIGSEV should happen after exit > > of session binary. > > If you are using gdm, it should drop a core in /var/gdm which might shed > some light on where the failure is. > > robert. > > > > > -----Original Message----- > > From: Warren Block > > To: Rene Ladan > > Cc: x11@freebsd.org > > Subject: Re: xorg crashes with signal 11 on startup > > Date: Wed, 16 Dec 2009 09:08:19 -0700 (MST) > > > > The log file seems to mostly match a notebook with a Radeon Mobility > > X1250 here, although the X1250 reports 128M total and accessible. > > > > Is it possible you're testing with an .xinitrc that doesn't start a > > window manager? In that case, X starts but then immediately quits since > > there's no window manager running. And the log file looks just like > > yours. (I ask because it just happened to me: .xinitrc just contained a > > setxkbmap command.) > > > > Here is a somewhat altered version of your xorg.conf: > > > > Section "ServerLayout" > > Identifier "Simple Layout" > > Screen "Screen 1" > > InputDevice "Mouse1" "CorePointer" > > InputDevice "Keyboard1" "CoreKeyboard" > > EndSection > > > > Section "Files" > > FontPath "/usr/local/lib/X11/fonts/100dpi/" > > FontPath "/usr/local/lib/X11/fonts/75dpi/" > > FontPath "/usr/local/lib/X11/fonts/local/" > > FontPath "/usr/local/lib/X11/fonts/OTF" > > FontPath "/usr/local/lib/X11/fonts/TTF/" > > FontPath "/usr/local/lib/X11/fonts/Type1/" > > FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" > > FontPath "/usr/local/lib/X11/fonts/cyrillic/" > > FontPath "/usr/local/lib/X11/fonts/local/" > > FontPath "/usr/local/lib/X11/fonts/misc/" > > FontPath "/usr/local/share/ghostscript/fonts/" > > FontPath "/usr/local/share/fonts/amspsfont/" > > FontPath "/usr/local/share/fonts/cmpsfont/" > > EndSection > > > > Section "DRI" > > Mode 0666 > > EndSection > > > > Section "InputDevice" > > Identifier "Keyboard1" > > Driver "kbd" > > Option "AutoRepeat" "500 30" > > Option "XkbRules" "xorg" > > Option "XkbModel" "pc105" > > Option "XkbLayout" "us" > > EndSection > > > > Section "InputDevice" > > Identifier "Mouse1" > > Driver "mouse" > > Option "Protocol" "Auto" > > Option "Device" "/dev/sysmouse" > > Option "ZAxisMapping" "4 5 6 7" > > Option "Emulate3Buttons" > > EndSection > > > > Section "Device" > > Identifier "Radeon X1450" > > Driver "radeon" > > BusID "PCI:1:0:0" > > Option "AccelMethod" "EXA" > > Option "DRI" "true" > > Option "ForceDPI" "98" > > EndSection > > > > Section "Screen" > > Identifier "Screen 1" > > Device "Radeon X1450" > > DefaultDepth 24 > > SubSection "Display" > > Virtual 1280 800 > > EndSubSection > > EndSection > > > > -Warren Block * Rapid City, South Dakota USA > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > -- Robert Noland FreeBSD