Found another one of those path problems for applications due to the migration from the X11R6 folder to /usr which consists of the following:
Mplayer gets an error about not finding ~/.mplayer/subfont.ttf which results in stuff like the Played/Total time thing doesn't work and a few other functions. It's easy solvable but i though i might aswell post my findings for anyone else who is experienceing this and havn't found the solution. Solution: pacman -S ttf-bitstream-vera (yes, update this, it's missing) rm /usr/share/mplayer/subfont.ttf ln -s /usr/share/fonts/TTF/Vera.ttf /usr/share/mplayer/subfont.ttf That should solve it, at least it did for me :) ----- On anoter note if anyone could give me some pointers on how to get my DRI stuff to work i would be delighted :) I get some real odd warnings and stuff, the kernel modules loads (drm, agpgart, mach64 and ati_agp) without giving anything other than the regular debug messages and credits/versionings and /var/log/Xorg.0.log tells me that Direct Rendering is enabled but glxinfo tells me that it isn't and that it is still using the MESA drivers instead of the ATI ones. also i get these warnings (if anyone recognizes them that is :)) (WW) ATI(0): Cannot shadow an accelerated frame buffer. (WW) ATI(0): I2C bus Mach64 initialisation failure. (WW) ATI(0): [agp] AGP not available (WW) ATI(0): [agp] AGP failed to initialize -- falling back to PCI mode. (WW) ATI(0): [agp] Make sure you have the agpgart kernel module loaded. (They're not really placed in that order in the log, i did grep WW /var/log/Xorg.0.log) //Thanks in advance Rickard "_nalle" Eriksson _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
