On Sat, 2005-12-24 at 01:29 -0500, Baron Horatio von Phydeaux XXXVII wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I've just upgraded my laptop to X.org 7.0. So far things are going > fairly smooth but I'm running into a few initial problems. > > I did the pacman -Rc xorg, then pacman -s xorg. I then updated the > paths in my xorg.conf and created a symlink from /usr/X11R6 to /usr to > appease apps that can't find xorg's new home. > > Initially I had a problem with the synaptics touchpad driver. It seems > the new synaptics package in testing doesn't put the driver in the right > place, or my xorg is misconfigured, either way it couldn't find the > driver. The package installed it to > /usr/lib/moddules/input/synaptics_drv.o I created a link to that from > /usr/lib/xorg/modules/input/synaptics_drv.o and x was happy again, sort of.
Then it's a package bug, /usr/lib/xorg/modules is the Xorg module path, nothing else. > > I'm also getting the following glcore error: > dlopen: /usr/lib/modules/extension/libGLcore.so: undefined symbol: at > least I finally clean gnome off my system.__glXLastContext > (EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so > (EE) Failed to load module "GLcore" (loader failed, 7) GLCore isn't meant to be loaded single, but has to be loaded by glx. GLCore has some library dependencies to glx, which causes this message. Problem with this: nvidia doesn't seem to like the glx extension but wants GLCore, doesn't it? _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
