[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian AMD64



On 01/11/09 13:07, Paul Cartwright wrote:
On Sun January 11 2009, Ron Johnson wrote:
The .run files are containers,
18 meg shell scripts..

More than that!

# ls -1 NVID*177.82*run
NVIDIA-Linux-x86-177.82-pkg1.run
NVIDIA-Linux-x86_64-177.82-pkg2.run

I wouldn't do this from within X.  But then, I'm chicken and use startx.

with --no-kernel-module
You need both the 32-bit *and* 64-bit .run files.

64-bit for the module, and 32-bit for everything else.

do you still have a copy of the file you used that worked??

I see the part in the I686 for local_arch:

# Perform a platform check

LOCAL_OS=`uname 2> /dev/null`
LOCAL_ARCH=`uname -m 2> /dev/null`

[ "$LOCAL_ARCH" = "i386" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i486" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i586" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i686" ] && LOCAL_ARCH="x86"

I'm assuming this is the part that needs to come from the amd64 build?

I don't remember that part.  Are you running a 64-bit kernel yet?

$ uname -m
x86_64

--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


Reply to: