tech-x11 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
RE: NetBSD 6.0_BETA problems with X on ATI Mobility Radeon X1300
Just a tip:)
To ensure which driver is the right one to use, try this:
1 - Find out the VENDOR and DEVICE id number of your device;
2 - Fetch the sources for the xorg video modules and cd into the sources
directory;
3 - Unpack and use `grep -r <VENDOR> * | grep <DEVICE>` to figure out which
driver is compatible;
4 - Doing the same on the kernel sources also may help you to know if the drm
modules are compatible.
example: grep -r 1002 * | grep 9505
Maybe this doesn't works as I imagined (sorry, right now I'm using Linux, not
FreeeBSD), but I just wanted to help...
I know how a person feels living without graphics accelaration :(
Phillip Spring.
> From: dtyson%wirralcavinggroup.org.uk@localhost
> To: mrg%eterna.com.au@localhost
> Subject: Re: NetBSD 6.0_BETA problems with X on ATI Mobility Radeon X1300
> Date: Tue, 17 Apr 2012 10:26:46 +0100
> CC: tech-x11%netbsd.org@localhost
>
> On Tuesday 17 April 2012 09:58:03 matthew green wrote:
> > it seems that we have new? radeondrm issues. can you please
> > try disabling radeondrm. 'boot -c' and 'disable radeondrm',
> > or build a kernel without it, or you can put
> > 'userconf disable radeondrm' into /boot.cfg.
> >
> > if this lets you run X, at least it should get you back to the
> > state you were in previously.
> >
> > thanks.
> >
> >
> > .mrg.
>
> I can confirm that disabling radeondrm fixes the problem. So at least I have
> an easy workaround
>
> Cheers,
> Dave
>
> --
> =====================================================================
> Phone: 07805784357
> Open Source O/S: www.netbsd.org
> Caving: http://www.wirralcavinggroup.org.uk
> =====================================================================
Home |
Main Index |
Thread Index |
Old Index