Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 20:38:16 +0100
From:      "Ranjan1018 ." <214748mv@gmail.com>
To:        etch <etch@gmx.ch>
Cc:        "freebsd-x11@freebsd.org" <freebsd-x11@freebsd.org>
Subject:   Re: Radeon HD 5700 Series GPU lockup freezes Xorg when using xf86-video-ati instead of xf86-video-ati-ums
Message-ID:  <CACyC=qZQnmTvuQt5GRd_AazqAaZ61TxttAKzVCMQpB7qn9d=tg@mail.gmail.com>
In-Reply-To: <544CFD6F.6020107@gmx.ch>
References:  <544CFD6F.6020107@gmx.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
2014-10-26 14:55 GMT+01:00 etch <etch@gmx.ch>:

> Hi,
>
> I experienced xorg freezes on my machine using the new ati/radeon kms
> graphics driver.
> The problem appeared mainly when I was using Firefox and openbox.
>
> Best regards
>
> Andreas Moser
>
>
> Release:       FreeBSD 10.0-RELEASE-p10 amd64
> Environment:
> System: FreeBSD chuck.stat.tux 10.0-RELEASE-p10 FreeBSD 10.0-RELEASE-p10
> #0: Mon Oct 20 12:42:25 UTC 2014
> root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>
> _______________________________________________
> 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"
>

Hi,

if you do not need OpenGL, try to disable the modules "glx" and "dri" in
/etc/X11/Xorg.conf.

Section "Module"
#    Load  "glx"
    Load  "extmod"
    Load  "dbe"
#    Load  "dri"
    Load  "dri2"
    Load  "record"
    Load  "synaptics"
    Load  "freetype"
    Disable "dri"
    Disable "glx"
EndSection

Regards
Maurizio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACyC=qZQnmTvuQt5GRd_AazqAaZ61TxttAKzVCMQpB7qn9d=tg>