xorg crashes with signal 11 on startup

Rene Ladan r.c.ladan at gmail.com
Tue Dec 15 21:37:54 UTC 2009


2009/12/15 Adam K Kirchhoff <adamk at voicenet.com>:
> On Tue, 15 Dec 2009 22:17:41 +0100
> Rene Ladan <r.c.ladan at gmail.com> wrote:
>
>> 2009/12/15 Adam K Kirchhoff <adamk at voicenet.com>:
>> > On Tue, 15 Dec 2009 21:54:44 +0100
>> > Rene Ladan <r.c.ladan at gmail.com> wrote:
>> >
>> >> 2009/12/15 Rene Ladan <r.c.ladan at gmail.com>:
>> >> > Hi list,
>> >> >
>> >> > I decided to restart X to get Firefox to run nicely with the new GTK,
>> >> > but now X doesn't want to start anymore.
>> >> > This is on a laptop with an ATI X1450 card (R5xx).
>> >> >
>> >> > It crashes with signal 11 when initializing, Xorg.0.log doesn't give
>> >> > much information except for (maybe):
>> >> >
>> >> >> (EE) RADEONHD(0): Power Management: Cannot get known good chip configurations
>> >> > ...
>> >> >> (EE) RADEONHD(0): rhdAtomGetDDCIndex: GPIO_DDC Index 6 exceeds maximum 5
>> >> >
>> >> > The computer keeps running fine (e.g. over SSH), except that the
>> >> > screen is blanked and unresponsive.
>> >> >
>> >> > The attached file contains the full Xorg.0.log, /etc/make.conf,
>> >> > /etc/X11/xorg.conf and the current list of installed packages.
>> >> >
>> >> > Any hints?
>> >> >
>> >> Forgot: 8.0-RELEASE/amd64, GENERIC kernel
>> >
>> > Have you tried the radeon driver?
>> >
>> Not yet, but up to now radeonhd ran fine.
>
> It's probably worth testing.  The radeon driver sees much more
> development than the radeonhd driver these days.
>
I replaced the radeonhd driver with the radeon driver in
/etc/X11/xorg.conf after installing x11-drivers/xf86-video-ati, but
that driver doesn't even find my screen.

from the modified xorg.conf :

Section "Device"
  Identifier "* Radeon"
  Driver "radeon"
  BusID "pc:1:0:0"
  Option "DRI" "true"
  Option "ForceDPI" "98"
EndSection

Section "Screen"
  Identifier "Screen 1"
  Device "* Radeon"
EndSection

René


More information about the freebsd-x11 mailing list