Date: Thu, 17 Dec 2009 16:36:56 +0300 From: Vladimir Grebenschikov <vova@fbsd.ru> To: Warren Block <wblock@wonkity.com> Cc: x11@freebsd.org Subject: Re: xorg crashes with signal 11 on startup Message-ID: <1261057016.75844.8.camel@localhost> In-Reply-To: <alpine.BSF.2.00.0912160853530.96253@wonkity.com> References: <e890cae60912151253r2afc34dq3c2814f63360fc94@mail.gmail.com> <e890cae60912151254n15b90b10oce65e556ca6d0dc0@mail.gmail.com> <20091215161419.14c36e9b@sorrow.ashke.com> <e890cae60912151317k3811e37auf3a10ac2d61e68b4@mail.gmail.com> <20091215162721.6c5c55df@sorrow.ashke.com> <e890cae60912151337g1f1da0d5v710e172c49ba568b@mail.gmail.com> <alpine.BSF.2.00.0912151610040.31318@wonkity.com> <4B281CCC.6050204@gmail.com> <alpine.BSF.2.00.0912160853530.96253@wonkity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi=20 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. -----Original Message----- From: Warren Block <wblock@wonkity.com> To: Rene Ladan <r.c.ladan@gmail.com> 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=20 X1250 here, although the X1250 reports 128M total and accessible. Is it possible you're testing with an .xinitrc that doesn't start a=20 window manager? In that case, X starts but then immediately quits since=20 there's no window manager running. And the log file looks just like=20 yours. (I ask because it just happened to me: .xinitrc just contained a=20 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" --=20 Vladimir B. Grebenschikov vova@fbsd.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1261057016.75844.8.camel>