Results 1 to 9 of 9
Hi all,
I am fairly new to Linux. My machine is running Debian 5.0.5 with gcc version 4.3. When I try to install the Nvidia QuadroFX 3450 driver I got ...
- 08-04-2010 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 26
Nvidia driver installation issues
Hi all,
I am fairly new to Linux. My machine is running Debian 5.0.5 with gcc version 4.3. When I try to install the Nvidia QuadroFX 3450 driver I got from the Nvidia web site I get an error saying:
"the compiler used to compile the kernel (gcc 4.1) does not exactly match the current compiler (gcc 4.3).....blah blah blah"
does this mean my gcc version is too new for the driver? if so, how do I roll back to a older version? or whats the best way to resolve this? Thanks!
- 08-04-2010 #2Linux Newbie
- Join Date
- Apr 2007
- Posts
- 119
Just install gcc 4.1 and then set the compiler environment to gcc-4.1.
This should enable you to install the nvidia drivers.
- 08-04-2010 #3
I'd build my kernel with 4.3.
- 08-04-2010 #4
Any of these won't do the job?
Debian -- Package Search Results -- nvidia
- 08-05-2010 #5Just Joined!
- Join Date
- Sep 2008
- Posts
- 26
- 08-05-2010 #6
Methinks when you do apt-get or synaptics or whatever correct choice will be made for you.
- 08-05-2010 #7Just Joined!
- Join Date
- Sep 2008
- Posts
- 26
- 08-05-2010 #8
Yea, why don't you try it. If executed properly it should pull in all dependencies including specially configured kernel. To use nVidia binary driver DRI in kernel must be turned off.
Of course, everything is possible in Linux. You can reconfigure your kernel by hand and install nVidia driver manually, too.
Choice is yours.
- 08-06-2010 #9Just Joined!
- Join Date
- Sep 2008
- Posts
- 26
Found some instructions on the Debian Wiki and got the driver to work. Thanks though!


Reply With Quote

