Re: No luck with Ati Radeon X600 (PCI express)

2005-07-18 Thread Jung-uk Kim
On Monday 18 July 2005 02:37 pm, Markus Niemistö wrote: > On Ma, 2005-07-18 at 12:40 -0400, Jung-uk Kim wrote: > > You may want to try 'R300 drm patch' posted by Vladimir Dergachev > > <[EMAIL PROTECTED]> few days ago. You also need a trivial > > patch posted by me today to build on FreeBSD. ;-) >

Re: No luck with Ati Radeon X600 (PCI express)

2005-07-18 Thread Pedro Ramalhais
On Mon, 2005-07-18 at 19:11 +0100, Dave Airlie wrote: > > I made an additional modification to the source: there is no > > implementation of drm_device_is_pcie() for FreeBSD so I just put > > dev_priv->flags |= CHIP_IS_PCIE into radeon_preinit(). I have tried both > > with and without this patch an

Re: No luck with Ati Radeon X600 (PCI express)

2005-07-18 Thread Dave Airlie
> I made an additional modification to the source: there is no > implementation of drm_device_is_pcie() for FreeBSD so I just put > dev_priv->flags |= CHIP_IS_PCIE into radeon_preinit(). I have tried both > with and without this patch and only the pure, clean CVS but nothing > works. FreeBSD supp

Re: No luck with Ati Radeon X600 (PCI express)

2005-07-18 Thread Markus Niemistö
On Ma, 2005-07-18 at 12:40 -0400, Jung-uk Kim wrote: > You may want to try 'R300 drm patch' posted by Vladimir Dergachev > <[EMAIL PROTECTED]> few days ago. You also need a trivial patch > posted by me today to build on FreeBSD. ;-) I tried the patch, tough it didn't apply cleanily so I had to

[Bug 3810] Fixes for GNU/kFreeBSD

2005-07-18 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=3810 --- Additional Comments From [EMAIL PROTECTED] 2005-07-19 06:25 --- Creat

[Bug 3810] New: Fixes for GNU/kFreeBSD

2005-07-18 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=3810 Summary: Fixes for GNU/kFreeBSD Product: DRI Version:

Re: No luck with Ati Radeon X600 (PCI express)

2005-07-18 Thread Alex Deucher
On 7/18/05, Pedro Ramalhais <[EMAIL PROTECTED]> wrote: > On Mon, 2005-07-18 at 19:11 +0100, Dave Airlie wrote: > > > I made an additional modification to the source: there is no > > > implementation of drm_device_is_pcie() for FreeBSD so I just put > > > dev_priv->flags |= CHIP_IS_PCIE into radeon_

Re: No luck with Ati Radeon X600 (PCI express)

2005-07-18 Thread Jung-uk Kim
On Monday 18 July 2005 12:16 pm, Markus Niemistö wrote: > Hi, > > I tried open-source r300 driver with my X600 (RV370) but everything > I got was a black or very dark purple screen and a locked computer. AFAIK PCI-Express support is very experimental. > I have tried this many times before but it

No luck with Ati Radeon X600 (PCI express)

2005-07-18 Thread Markus Niemistö
Hi, I tried open-source r300 driver with my X600 (RV370) but everything I got was a black or very dark purple screen and a locked computer. I have tried this many times before but it never worked. This time I installed r300-driver as shown in http://lists.freebsd.org/pipermail/freebsd-x11/2005-Ma

Re: R300 drm patch

2005-07-18 Thread Jung-uk Kim
On Saturday 16 July 2005 12:11 pm, Vladimir Dergachev wrote: >* the patch includes changes to BSD code as well - these > need to be checked by people familiar with the platform You missed a trivial Makefile patch. Other than that, it looks good. Thanks, Jung-uk Kim Index: bsd-core/radeo