Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-17 Thread gelraen
This was much easier, that I waited :) After first build I had link_elf: symbol drm_core_ioremap_wc undefined every time I tried to kldload radeon, but it was solved by 3 additional lines in sources :) So, here is step-by-step instruction: 1) download sources $ git clone

Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread gelraen
Hi, I have notebook HP Compaq 6820s with ATI Mobility Radeon X1350 videocard and FreeBSD 7.0-RELEASE-p2 installed. Videocard recognized by xf86-video-ati-6.9.0: Xorg.0.log: (--) Chipset ATI Mobility Radeon X1350 found But: drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread Roland Smith
On Wed, Jul 16, 2008 at 01:27:51PM +0300, gelraen wrote: Hi, I have notebook HP Compaq 6820s with ATI Mobility Radeon X1350 videocard and FreeBSD 7.0-RELEASE-p2 installed. Videocard recognized by xf86-video-ati-6.9.0: Xorg.0.log: (--) Chipset ATI Mobility Radeon X1350 found But:

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread gelraen
Check if the pci ID for this card is in the file /usr/src/sys/dev/drm/drm_pciids.h. If not you could try and add it. I don't have a clue what happens if you do. It might crash your machine. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread Roland Smith
On Wed, Jul 16, 2008 at 05:38:35PM +0300, gelraen wrote: Check if the pci ID for this card is in the file /usr/src/sys/dev/drm/drm_pciids.h. If not you could try and add it. I don't have a clue what happens if you do. It might crash your machine. Roland

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread gelraen
2008/7/16 Roland Smith [EMAIL PROTECTED]: And X.org reports something about chip R500 So, i can only wait until it will be supported? That would probably be best. You should probably ask on the Xorg/Freedesktop mailing list for the radeon driver, or for the drm driver. I think, if there

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread Roland Smith
On Wed, Jul 16, 2008 at 07:05:15PM +0300, gelraen wrote: 2008/7/16 Roland Smith [EMAIL PROTECTED]: And X.org reports something about chip R500 So, i can only wait until it will be supported? That would probably be best. You should probably ask on the Xorg/Freedesktop mailing list

Re: Problem with enabling DRI on ATI Mobility Radeon X1350

2008-07-16 Thread gelraen
2008/7/16 Roland Smith [EMAIL PROTECTED]: If you have devel/git installed, you can check out a copy of the freedesktop.org source tree with: git clone git://anongit.freedesktop.org/git/mesa/drm This will create a directory 'drm', which contains both BSD/linux specific subdirectories as well