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

Problem with Enabling DRI

2007-01-23 Thread Stevan Tiefert
Hello list, I tried to enable the nice composite features of KDE on my workstation. It seems they work, but very slow. The KERNEL contains device agp, /boot/loader.conf contains sis_load=YES and that are some interesting outputs: dmesg | grep drm outputs: drm0: SiS 630 port 0xa000-0xa07f mem

Re: Problem with Enabling DRI

2007-01-23 Thread applecom
Stevan Tiefert [EMAIL PROTECTED] wrote: (II) SIS(0): [drm] drmSetBusid failed (6, pci::01:00.0), Permission denied Driver says 'Permission denied'. Try to add the following to your xorg.conf: ' Section DRI Mode 0666 EndSection ' as written in

Re: Problem with Enabling DRI

2007-01-23 Thread Stevan Tiefert
Am Dienstag, 23. Januar 2007 14:32 schrieb [EMAIL PROTECTED]: Stevan Tiefert [EMAIL PROTECTED] wrote: (II) SIS(0): [drm] drmSetBusid failed (6, pci::01:00.0), Permission denied Driver says 'Permission denied'. Try to add the following to your xorg.conf: ' Section DRI Mode 0666

Re: Problem with Enabling DRI

2007-01-23 Thread applecom
From http://dri.freedesktop.org/wiki/DriTroubleshooting: 'If it says: [drm] drmSetBusid failed (7, PCI:1:0:0), Permission denied people have said that it's because the modules were built with a different gcc version than the kernel. Make sure they are in sync. Also, dmesg output should show

Re: Problem with Enabling DRI

2007-01-23 Thread Stevan Tiefert
Am Dienstag, 23. Januar 2007 15:28 schrieb [EMAIL PROTECTED]: From http://dri.freedesktop.org/wiki/DriTroubleshooting: 'If it says: [drm] drmSetBusid failed (7, PCI:1:0:0), Permission denied people have said that it's because the modules were built with a different gcc version than the