Radeon HD 5700 Series GPU lockup freezes Xorg when using xf86-video-ati instead of xf86-video-ati-ums

Ranjan1018 . 214748mv at gmail.com
Mon Oct 27 19:38:18 UTC 2014


2014-10-26 14:55 GMT+01:00 etch <etch at 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 at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>
> _______________________________________________
> freebsd-x11 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe at 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


More information about the freebsd-x11 mailing list