[nzlug] Dapper Upgrade Experience
Robin Sheat
robin at kallisti.net.nz
Thu Jul 27 16:53:25 NZST 2006
On Thursday 27 July 2006 15:47, Steven Ellis wrote:
> Verry odd as i'm on Dapper and I have the legacy driver installed
> sudo apt-get install nvidia-glx-legacy
nvidia-glx-legacy is the GLX side of things. That works fine, it's the kernel
modules that I have to build each time. I've managed to distil it down to a
script, which means I don't have to look up how to do it each time. (this
script presumes you have have the package nvidia-legacy-kernel-source
installed already, I should probably make it check that and install it if
needed):
#/bin/bash
KERN=`uname -r`
aptitude install linux-headers-${KERN}
export KSRC=/usr/src/linux-headers-${KERN}
export KVERS=${KERN}
cd /usr/src
tar xvzf nvidia-legacy-kernel-source.tar.gz
cd modules/nvidia-legacy-kernel
debian/rules binary_modules
cd ..
dpkg -i nvidia-kernel-${KERN}_*.deb
depmod -a
modprobe nvidia
/etc/init.d/gdm stop
/etc/init.d/gdm start
--
Robin <robin at kallisti.net.nz> JabberID: <eythian at jabber.kallisti.net.nz>
Hostes alienigeni me abduxerunt. Qui annus est?
PGP Key 0xA99CEB6D = 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://www.linux.net.nz/pipermail/nzlug/attachments/20060727/48b386f5/attachment.pgp
More information about the NZLUG
mailing list