You are not logged in.
i have upgraded my system with pacman but now the direct rendering don't work
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
Ps:sorry for my english
Offline
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
i have changed my rc.conf but don't work
the error is changed :-
Xorg.0.log
[agp] unable to acquire AGP, error "xf86_EINVAL"
Offline
anything different in dmesg?
Offline
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
Offline
mtrr: 0xe0000000,0x10000000 overlaps existing 0xe8000000,0x10000000
I have found also this error
Offline
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
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
i have checked my bios and i have found an error in the agp aperture
Thanks now work
Offline
i have checked my bios and i have found an error in the agp aperture
Thanks now work
Glad to hear it!
Offline