You are not logged in.
Hello,
After updating my Arch x64 I can't get my Gnome 3 working without fallback mode. The graphics driver section on System Settings -> Info is empty.
Looking on the internet I found that I have a problem with the glx module.
If I type glxinfo i get this output:
name of display: :0.0
Error: couldn't find RGB GLX visual or fbconfigI have the intel driver, mesa-demos (from extra), libglapi, lib32-libgl and lib32-libglapi (re)installed.
Here is my gl reference from xorg.log
[gabriel@VostroG ~ =]$ less /var/log/Xorg.0.log | grep gl
[ 16.190] (II) "glx" will be loaded by default.
[ 16.288] (II) LoadModule: "glamoregl"
[ 16.288] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 16.422] (II) Module glamoregl: vendor="X.Org Foundation"
[ 16.544] (II) LoadModule: "glx"
[ 16.544] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 16.564] (II) Module glx: vendor="X.Org Foundation"The module loaded fine as opposite from here: https://bbs.archlinux.org/viewtopic.php?id=135562
What should I do!?
Thanks
EDIT.: Along with I do have the i915 module loaded on /etc/mkinitcpio.conf (https://bbs.archlinux.org/viewtopic.php … 48#p999448)
Last edited by gbc921 (2012-05-15 20:07:05)
- "Nothing is impossible, impossible just takes longer"
- My Arch Linux Mirror located in São Paulo, Brazil: http://archmirror.duckdns.org:9000/
Offline
I solved it!
I was using the package mesa-full-i915 from AUR and it has something wrong with the opengl modules (at least for me).
I just replaced it by all (or at least the ones that I needed to use) its components: libgl intel-dri mesa freeglut and voilà!
- "Nothing is impossible, impossible just takes longer"
- My Arch Linux Mirror located in São Paulo, Brazil: http://archmirror.duckdns.org:9000/
Offline