You are not logged in.

#1 2006-07-21 19:15:02

Zap
Member
Registered: 2006-07-21
Posts: 41

Ati fglrx direct rendering:no

i have upgraded my system with pacman but now  the direct rendering don't work   sad 

dmesg |grep fglrx
[fglrx] Maximum main memory to use for locked dma buffers: 198 MBytes.
[fglrx] module loaded - fglrx 8.26.18 [Jun 22 2006] on minor 0
[fglrx] AGP detected, AgpState   = 0x1f000207 (hardware caps of chipset)
[fglrx:firegl_unlock] *ERROR* Process 2635 using kernel context 0
[fglrx] Internal AGP is not supported in 2.6 kernel.
[fglrx:firegl_unlock] *ERROR* Process 2685 using kernel context 0

Xorg log
[agp] unable to acquire AGP, error "xf86_ENODEV"
cannot init AGP
DRI initialization failed!

lsmod |grep fglrx
fglrx                 383852  0
agpgart                26980  2 fglrx,via_agp

cat /etc/rc.conf |grep fglrx
MODULES=(via-agp agpgart fglrx )

pacman -Qs kernel26 ati-fglrx

ati-fglrx 8.26.18-1
ati-fglrx-utils 8.26.18-3
kernel26 2.6.17.6-1

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "UseInternalAGPGART" "no"

EndSection

Thanks  big_smile
Ps:sorry for my english  lol

Offline

#2 2006-07-21 19:23:21

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Ati fglrx direct rendering:no

Ensure, in your /etc/rc.conf, that agpgart and via_agp are being loaded before fglrx.  If you don't have them specified, add them to the MODULES array in this order:

agpgart via_agp fglrx

Offline

#3 2006-07-21 19:59:37

Zap
Member
Registered: 2006-07-21
Posts: 41

Re: Ati fglrx direct rendering:no

i have changed my rc.conf but don't work sad
the error is changed :-

Xorg.0.log
[agp] unable to acquire AGP, error "xf86_EINVAL"

Offline

#4 2006-07-21 20:06:13

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Ati fglrx direct rendering:no

anything different in dmesg?

Offline

#5 2006-07-21 20:08:33

Zap
Member
Registered: 2006-07-21
Posts: 41

Re: Ati fglrx direct rendering:no

dmesg |grep fglrx
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 198 MBytes.
[fglrx] module loaded - fglrx 8.26.18 [Jun 22 2006] on minor 0
[fglrx] AGP detected, AgpState   = 0x1f000207 (hardware caps of chipset)
[fglrx:firegl_unlock] *ERROR* Process 2524 using kernel context 0

the number of  error is changed  lol

Offline

#6 2006-07-21 20:30:32

Zap
Member
Registered: 2006-07-21
Posts: 41

Re: Ati fglrx direct rendering:no

mtrr: 0xe0000000,0x10000000 overlaps existing 0xe8000000,0x10000000

I have found also this error

Offline

#7 2006-07-21 20:41:44

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Ati fglrx direct rendering:no

I did some searching, and found a thread about ATI and mtrr problems:

http://www.rage3d.com/board/showthread.php?p=1333981360

Although the method for creating the statup script won't work on Arch, it might be worth a read-through to see if you can apply some of the fixes mentioned.

Offline

#8 2006-07-22 09:54:57

Zap
Member
Registered: 2006-07-21
Posts: 41

Re: Ati fglrx direct rendering:no

i have tried this

echo "disable=0" >| /proc/mtrr
echo "base=0x0 size=0x10000000 type=write-back" >| /proc/mtrr

but  gives me  this error

echo "base=0x0 size=0x10000000 type=write-back" >| /proc/mtrr
error:invalid argument

my /proc/mtrr is correct without changes :-

reg00: base=0x00000000 (   0MB), size= 256MB: write-back, count=1
reg01: base=0xc0000000 (3072MB), size= 128MB: write-combining, count=1
reg06: base=0xe8000000 (3712MB), size= 256MB: write-combining, count=1

Offline

#9 2006-07-22 12:58:28

Zap
Member
Registered: 2006-07-21
Posts: 41

Re: Ati fglrx direct rendering:no

i have checked my bios and i have found an error in the agp aperture  lol
Thanks now work  big_smile

Offline

#10 2006-07-22 14:22:55

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Ati fglrx direct rendering:no

Zap wrote:

i have checked my bios and i have found an error in the agp aperture  lol
Thanks now work  big_smile

Glad to hear it!  smile

Offline

Board footer

Powered by FluxBB