You are not logged in.
Pages: 1
Hi!
Update of ATI drivers this morning and problem again:
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
Thanks,
Mitja
Offline
pacman -S ati-fglrx ati-fglrx-utils
then make sure your symlink is in place, and check all the things you did last time.
Offline
pacman -S ati-fglrx ati-fglrx-utils
then make sure your symlink is in place, and check all the things you did last time.
I did same as you wrote, symliks (/usr/lib/xorg/modules/extensions)are in place but i have mesa still.
Offline
iphitus wrote:pacman -S ati-fglrx ati-fglrx-utils
then make sure your symlink is in place, and check all the things you did last time.
I did same as you wrote, symliks (/usr/lib/xorg/modules/extensions)are in place but i have mesa still.
I installed 8.22 drivers again and it works. I don't know what is wrong with new or with my system...
Offline
lumiwa: When you update your drivers, can you give me the output of:
modprobe fglrx (as root)
LIBGL_DEBUG=verbose glxinfo
grep -e "(EE)|(WW)" /var/log/Xorg.0.log
Thanks
Offline
try this:
depmod -a
Cheers Sigi
Haven't been here in a while. Still rocking Arch.
Offline
try this:
depmod -a
Cheers Sigi
Yes, depmod -a works for me too , Thanks.
I had just one new error:
Could not init font path element /usr/share/fonts/encodings, removing from list!
Could not init font path element /usr/share/fonts/TTF, removing from list!
and
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing
is still here...
Offline
lumiwa: When you update your drivers, can you give me the output of:
modprobe fglrx (as root)
LIBGL_DEBUG=verbose glxinfo
grep -e "(EE)|(WW)" /var/log/Xorg.0.logThanks
LIBGL_DEBUG=verbose glxinfo
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 8.23.7 atiogl_a (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/atiogl_a_dri.so
fglrx: libGL version does not match - OpenGL module is using glapi fallback
libGL: XF86DRIGetClientDriverName: 8.23.7 atiogl_a (screen 0)
I don't know if is above okay?
grep -e "(EE)|(WW)" /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) fglrx(0): Specified desktop setup not supported: 8
Problem with BusID I had on Debian and Linux too. It works.
Thanks.
Offline
yeah, those look fine, lumiwa. I figured it was the depmod thing (modprobe fglrx would have given that away - would have said FATAL: could not find module fglrx) -- the minor errors you've got there aren't anything to worry about.
Offline
Ive uploaded new ones with fixed depmod. They'll propagate the mirrors and ought to work.
Offline
Well, I installed the old 8.22 from ati-drivers and now it works.
Offline
Pages: 1