You are not logged in.
Pages: 1
I recently installed the fglrx drivers from the Arch repo. I tried using the "aticonfig --initial" command and I get the following crash:
# aticonfig --initial
Uninitialised file found, configuring.
Using xorg.conf
Saved back-up to xorg.conf.original-4
*** glibc detected *** aticonfig: munmap_chunk(): invalid pointer: 0xbfebbbb0 ***
======= Backtrace: =========
/lib/libc.so.6[0xb7cfacd0]
aticonfig[0x805bff7]
aticonfig[0x805c2a5]
aticonfig[0x8054528]
aticonfig[0x804985e]
aticonfig[0x80496cb]
/lib/libc.so.6(__libc_start_main+0xd8)[0xb7cac7c8]
aticonfig[0x8049601]
======= Memory map: ========
08048000-08067000 r-xp 00000000 08:08 38876812 /usr/bin/aticonfig
08067000-0806a000 rw-p 0001e000 08:08 38876812 /usr/bin/aticonfig
0806a000-0808b000 rw-p 0806a000 00:00 0 [heap]
b7c89000-b7c8b000 rw-p b7c89000 00:00 0
b7c8b000-b7c8d000 r-xp 00000000 08:08 16778614 /lib/libdl-2.5.so
b7c8d000-b7c8f000 rw-p 00001000 08:08 16778614 /lib/libdl-2.5.so
b7c8f000-b7c93000 r-xp 00000000 08:08 42196050 /usr/lib/libXdmcp.so.6.0.0
b7c93000-b7c94000 rw-p 00003000 08:08 42196050 /usr/lib/libXdmcp.so.6.0.0
b7c94000-b7c96000 r-xp 00000000 08:08 42196045 /usr/lib/libXau.so.6.0.0
b7c96000-b7c97000 rw-p 00001000 08:08 42196045 /usr/lib/libXau.so.6.0.0
b7c97000-b7dbc000 r-xp 00000000 08:08 16777470 /lib/libc-2.5.so
b7dbc000-b7dbd000 r--p 00125000 08:08 16777470 /lib/libc-2.5.so
b7dbd000-b7dbf000 rw-p 00126000 08:08 16777470 /lib/libc-2.5.so
b7dbf000-b7dc2000 rw-p b7dbf000 00:00 0
b7dc2000-b7de5000 r-xp 00000000 08:08 16778609 /lib/libm-2.5.so
b7de5000-b7de7000 rw-p 00022000 08:08 16778609 /lib/libm-2.5.so
b7de7000-b7de8000 rw-p b7de7000 00:00 0
b7de8000-b7ed1000 r-xp 00000000 08:08 42196084 /usr/lib/libX11.so.6.2.0
b7ed1000-b7ed5000 rw-p 000e8000 08:08 42196084 /usr/lib/libX11.so.6.2.0
b7ed5000-b7ee2000 r-xp 00000000 08:08 42246156 /usr/lib/libXext.so.6.4.0
b7ee2000-b7ee3000 rw-p 0000c000 08:08 42246156 /usr/lib/libXext.so.6.4.0
b7ee3000-b7eea000 r-xp 00000000 08:08 42246180 /usr/lib/libXrender.so.1.3.0
b7eea000-b7eeb000 rw-p 00006000 08:08 42246180 /usr/lib/libXrender.so.1.3.0
b7eeb000-b7ef0000 r-xp 00000000 08:08 42246247 /usr/lib/libXrandr.so.2.1.0
b7ef0000-b7ef1000 rw-p 00004000 08:08 42246247 /usr/lib/libXrandr.so.2.1.0
b7efa000-b7f04000 r-xp 00000000 08:08 41944865 /usr/lib/libgcc_s.so.1
b7f04000-b7f05000 rw-p 00009000 08:08 41944865 /usr/lib/libgcc_s.so.1
b7f05000-b7f07000 rw-p b7f05000 00:00 0
b7f07000-b7f08000 r-xp b7f07000 00:00 0 [vdso]
b7f08000-b7f22000 r-xp 00000000 08:08 16777468 /lib/ld-2.5.so
b7f22000-b7f23000 r--p 00019000 08:08 16777468 /lib/ld-2.5.so
b7f23000-b7f24000 rw-p 0001a000 08:08 16777468 /lib/ld-2.5.so
bfea7000-bfebc000 rw-p bfea7000 00:00 0 [stack]
Aborted
Offline
Wow, that's actually pretty bad.
How "recently" did you install it? I uploaded an updated version of the drivers to the repos just last night, so they should be appearing in your mirror shortly if they haven't already - try again with the new version and see if it still does that.
If the problem persists, I'd suggest backing up then trying with a different initial xorg.conf (maybe regenerate it with Xorg -configure)
Offline
You might be able to get by without aticonfig. All I had to change in my xorg.conf anyway was 'Driver "fglrx"'.
Offline
Try this
aticonfig --initial --input=/etc/X11/xorg.conf
next
aticonfig --resolution=0,1600x1200,1280x1024,1024x768
restart x
@Cerebral
works fine for me, thank's
Last edited by JaDa (2007-06-04 17:09:33)
openSUSE
Arch Linux
USALUG
Offline
ok i solved this thanks for the help all. I reinstalled fglrx plus just made a generic xorg file with hwd -xa. Then ran the aticonfig --initial....
Thanks again
Offline
Pages: 1