View Single Post
  #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