[arch-general] libdrm stuck at 2.4.9
Does anyone know why the i686 version of libdrm is stuck at version 2.4.9 (the x86_64 is up-to-date at 2.4.11)? http://www.archlinux.org/packages/?q=libdrm I don't mind it much, since I've compiled my own package, but each time I try to -Syu pacman wants to downgrade to 2.4.9 and it's a bit annoying :) -- damjan
On Wed, May 20, 2009 at 03:25:37PM +0200, Damjan Georgievski wrote:
Does anyone know why the i686 version of libdrm is stuck at version 2.4.9 (the x86_64 is up-to-date at 2.4.11)? http://www.archlinux.org/packages/?q=libdrm
I don't mind it much, since I've compiled my own package, but each time I try to -Syu pacman wants to downgrade to 2.4.9 and it's a bit annoying :)
You have two options. Either add it to /etc/pacman.conf to ignore it, or better yet make your own repo and move it on top of the repo list of /etc/pacman.conf -- Greg
On Wed, 2009-05-20 at 15:25 +0200, Damjan Georgievski wrote:
Does anyone know why the i686 version of libdrm is stuck at version 2.4.9 (the x86_64 is up-to-date at 2.4.11)? http://www.archlinux.org/packages/?q=libdrm
I don't mind it much, since I've compiled my own package, but each time I try to -Syu pacman wants to downgrade to 2.4.9 and it's a bit annoying :)
It's stuck at 2.4.9 because nobody has built it for i686 yet. I've done quite some updates the last few days, i686 updates will follow shortly.
On or about Wednesday 20 May 2009 at approximately 08:25:37 am Damjan Georgievski composed:
Does anyone know why the i686 version of libdrm is stuck at version 2.4.9 (the x86_64 is up-to-date at 2.4.11)? http://www.archlinux.org/packages/?q=libdrm
I don't mind it much, since I've compiled my own package, but each time I try to -Syu pacman wants to downgrade to 2.4.9 and it's a bit annoying :)
Damjan, I need to add this to the wiki, but for the radeonhd driver, I just got done with the process. Here is my cliff's note version: Dependencies for building: pacman -Sy libdrm lib32-libdrm Get and build drm, copy new libs to proper location: git clone git://anongit.freedesktop.org/git/mesa/drm drm cd drm/linux-core git checkout -b r6xx-r7xx-support origin/r6xx-r7xx-support make radeon.o drm.o (*as root*) sudo cp radeon.ko /lib/modules/2.6.29-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko sudo cp drm.ko /lib/modules/2.6.29-ARCH/kernel/drivers/gpu/drm/drm.ko Get build and install the latest radeonhd driver: git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd radeonhd/ cd radeonhd/ ./autogen.sh --prefix=/usr make (*as root*) make install (REBOOT) **The radeon driver is notorius for leaving bits of itself in memory even after rmmod and modprobe..., so just reboot. -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com
participants (4)
-
Damjan Georgievski
-
David C. Rankin, J.D.,P.E.
-
Grigorios Bouzakis
-
Jan de Groot