* [Linux-ia64] Problem about NVidia driver 1.0-2880 on Linux-ia64 kernel 2.4.18
@ 2002-05-11 8:59 Wang Yi
2002-05-12 21:30 ` n0ano
2002-05-13 20:26 ` David Mosberger
0 siblings, 2 replies; 3+ messages in thread
From: Wang Yi @ 2002-05-11 8:59 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: Type: text/plain, Size: 817 bytes --]
There is no any mistake reported when build and install NVIDIA_kernel
dirver and NVIDIA_GLX driver.
glxinfo of XFree86 can provide corrent information after the new driver
is installed.
My OpenGL programs work well without recompilation.But when I rebuild
them, the ld report
/usr/lib/libGLcore.so.1: undefined reference to
'__nvsym10421'
The RedHat Linux for Itanium 7.1 installed on my machine has a version
2.4.3 kernel, which cannot match the requirement of the NVdriver. So I
downloaded and installed the 2.4.18 kernel.
I unpack linux kernel 2.4.18 at ~/linux and build it successfully. It
works well also.
when I build the NVIDIA_kernel driver, I use the following command :
make SYSINCLUDE=~/linux/include
I have tried several time to rebuild the driver. But the results are
same.
[-- Attachment #2: Card for Wang Yi --]
[-- Type: text/x-vcard, Size: 93 bytes --]
begin:vcard
n:;
x-mozilla-html:FALSE
adr:;;;;;;
version:2.1
x-mozilla-cpt:;-26096
end:vcard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Linux-ia64] Problem about NVidia driver 1.0-2880 on Linux-ia64 kernel 2.4.18
2002-05-11 8:59 [Linux-ia64] Problem about NVidia driver 1.0-2880 on Linux-ia64 kernel 2.4.18 Wang Yi
@ 2002-05-12 21:30 ` n0ano
2002-05-13 20:26 ` David Mosberger
1 sibling, 0 replies; 3+ messages in thread
From: n0ano @ 2002-05-12 21:30 UTC (permalink / raw)
To: linux-ia64
Yi-
Last I heard nVidia drivers for Linux consisted of source wrappers
around a binary only driver. Unless you can get nVidia to release
ALL of their driver source (extremely unlikely) or, alternatively, get
nVidia to rlease IA64 binaries you're pretty much out of luck.
On Sat, May 11, 2002 at 04:59:59PM +0800, Wang Yi wrote:
> There is no any mistake reported when build and install NVIDIA_kernel
> dirver and NVIDIA_GLX driver.
> glxinfo of XFree86 can provide corrent information after the new driver
> is installed.
> My OpenGL programs work well without recompilation.But when I rebuild
> them, the ld report
> /usr/lib/libGLcore.so.1: undefined reference to
> '__nvsym10421'
>
> The RedHat Linux for Itanium 7.1 installed on my machine has a version
> 2.4.3 kernel, which cannot match the requirement of the NVdriver. So I
> downloaded and installed the 2.4.18 kernel.
> I unpack linux kernel 2.4.18 at ~/linux and build it successfully. It
> works well also.
>
> when I build the NVIDIA_kernel driver, I use the following command :
> make SYSINCLUDE=~/linux/include
>
> I have tried several time to rebuild the driver. But the results are
> same.
Content-Description: Card for Wang Yi
--
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
n0ano@indstorage.com
Ph: 303/652-0870x117
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Linux-ia64] Problem about NVidia driver 1.0-2880 on Linux-ia64 kernel 2.4.18
2002-05-11 8:59 [Linux-ia64] Problem about NVidia driver 1.0-2880 on Linux-ia64 kernel 2.4.18 Wang Yi
2002-05-12 21:30 ` n0ano
@ 2002-05-13 20:26 ` David Mosberger
1 sibling, 0 replies; 3+ messages in thread
From: David Mosberger @ 2002-05-13 20:26 UTC (permalink / raw)
To: linux-ia64
I think this particular problem is a user-level issue and unrelated to
the binary-only driver.
I'm not sure what's wrong here, but one experiment that you might want
to try is to build your OpenGL application against the normal XFree86
libraries. Once you have the binary, you should be able to switch to
the Nvidia libraries. Hopefully, that will make the problem go away
without losing performance.
--david
>>>>> On Sun, 12 May 2002 15:30:18 -0600, n0ano@indstorage.com said:
Don> Yi- Last I heard nVidia drivers for Linux consisted of source
Don> wrappers around a binary only driver. Unless you can get
Don> nVidia to release ALL of their driver source (extremely
Don> unlikely) or, alternatively, get nVidia to rlease IA64 binaries
Don> you're pretty much out of luck.
Don> On Sat, May 11, 2002 at 04:59:59PM +0800, Wang Yi wrote:
>> There is no any mistake reported when build and install
>> NVIDIA_kernel dirver and NVIDIA_GLX driver. glxinfo of XFree86
>> can provide corrent information after the new driver is
>> installed. My OpenGL programs work well without
>> recompilation.But when I rebuild them, the ld report
>> /usr/lib/libGLcore.so.1: undefined reference to '__nvsym10421'
>>
>> The RedHat Linux for Itanium 7.1 installed on my machine has a
>> version 2.4.3 kernel, which cannot match the requirement of the
>> NVdriver. So I downloaded and installed the 2.4.18 kernel. I
>> unpack linux kernel 2.4.18 at ~/linux and build it
>> successfully. It works well also.
>>
>> when I build the NVIDIA_kernel driver, I use the following
>> command : make SYSINCLUDE=~/linux/include
>>
>> I have tried several time to rebuild the driver. But the results
>> are same.
Don> Content-Description: Card for Wang Yi
Don> -- Don Dugger "Censeo Toto nos in Kansa esse decisse." -
Don> D. Gale n0ano@indstorage.com Ph: 303/652-0870x117
Don> _______________________________________________ Linux-IA64
Don> mailing list Linux-IA64@linuxia64.org
Don> http://lists.linuxia64.org/lists/listinfo/linux-ia64
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-05-13 20:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-11 8:59 [Linux-ia64] Problem about NVidia driver 1.0-2880 on Linux-ia64 kernel 2.4.18 Wang Yi
2002-05-12 21:30 ` n0ano
2002-05-13 20:26 ` David Mosberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox