Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2009 18:16:08 +0000
From:      Paul Schmehl <pauls@utdallas.edu>
To:        Steve Polyack <korvus@comcast.net>, freebsd-x11 <freebsd-x11@freebsd.org>,  freebsd-stable <freebsd-stable@FreeBSD.org>
Subject:   Re: Radeon 9250 DRM in 7.2-RELEASE
Message-ID:  <57B64585162157F0FE51E05F@utd65257.utdallas.edu>
In-Reply-To: <49FF28BC.5080304@comcast.net>
References:  <49FF28BC.5080304@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--==========7BAB80CAE092B37F0991==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

--On Monday, May 04, 2009 12:41:16 -0500 Steve Polyack <korvus@comcast.net>=20
wrote:

>
> I upgraded my workstation (via source) to 7.2-RELEASE from 7.1-RELEASE
> about a day ago.  After the upgrade procedure, I'm having no luck with
> using DRM in X11.  It worked fine before and gave reasonable
> performance.  Now when I start up X with DRI enabled, both of my screens
> display garbage.  The mouse pointer is also not visible.
>
> I'm using a PCI Radeon 9250.  I can get more details if necessary.  I
> can also try to revert the kernel DRM module code to 7.1.
>
>  From dmesg:
> drm2: <ATI Radeon RV280 9250> on vgapci2
> vgapci2: child drm2 requested pci_enable_busmaster
> info: [drm] Initialized radeon 1.29.0 20080528
> info: [drm] Setting GART location based on new memory map
> info: [drm] Loading R200 Microcode
> info: [drm] writeback test succeeded in 2 usecs
> drm2: [ITHREAD]
>
> Any ideas or suggestions would be appreciated.  Thanks.
>

Read /usr/portsUPDATING wrt xorg.  There were major changes in the config file=20
and peripheral detection between 7.1 and 7.2

You need to make sure that both dbus and hald are running.  Remove the mouse=20
and keyboard sections from your xorg.conf file.  They are no longer needed.=20
Make sure to remove any line that references RgbPath.

This may help to get the mouse working (ignore the DontZap line):

Section "ServerFlags"
        Option "DontZap" "No"
        Option "AllowEmptyInput" "No"
EndSection

This should get DRI working:

Section "DRI"
        Group 0
        Mode  0660
EndSection

--=20
Paul Schmehl (pauls@utdallas.edu)
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========7BAB80CAE092B37F0991==========--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57B64585162157F0FE51E05F>