DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 10th May 2008
harisman's Avatar
harisman harisman is offline
Fdisk Soldier
 
Join Date: May 2008
Location: Hellas (Greece)
Posts: 66
Default ATI DRI problems

Hi to all

I have an AMD64 laptop with the Ati 9600 mobility.
The glxinfo from compat linux, reports me:

libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
..
..
..
..

The dri troubleshooting guide didn't help me


The below apply:
112:haris@titan:~% uname -rps
FreeBSD 7.0-RELEASE-p1 amd64

111:haris@titan:~% dmesg -a |egrep -i 'drm|agp|radeon'
agp0: <VIA 8385 host to PCI bridge> on hostb0
drm0: <ATI Radeon RV350 Mobility 9600 M10 NP> on vgapci0
info: [drm] AGP at 0xe0000000 256MB
info: [drm] Initialized radeon 1.25.0 20060524
info: [drm] Setting GART location based on new memory map
info: [drm] Loading R300 Microcode
info: [drm] writeback test succeeded in 1 usecs
drm0: [ITHREAD]

115:haris@titan:~% ls -l /dev/dri/card0
crw-rw-rw- 1 root wheel 0, 112 May 10 12:07 /dev/dri/card0

xorg.conf snippet:
..
..
Load "dri"
Load "glx"
Load "glcore"
..
..
Section "Device"
Identifier "** ATI Radeon (generic) [radeon]"
Driver "radeon"
VideoRam 65536
Option "AGPMode" "4"
Option "EnablePageFlip" "true"
Option "EnableDepthMoves" "true"
Option "RenderAccel" "true"
Option "DynamicClocks" "true"
EndSection
...
...
DefaultDepth 24
..
..
Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Disable"
Option "Render" "Enable"
EndSection

Some related installed ports:
xorg-7.3_1
dri-7.0.1,2
xdriinfo-1.0.2
xorg-drivers-7.3_1
xf86driproto-2.0.3
linux_base-fc-4_13

Any ideas?

Last edited by harisman; 10th May 2008 at 09:49 AM.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:06 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick