Nvidia Installer 11.3 M2

Hi
Has anyone installed the nvidia proprietary driver? I get the following
error;


ERROR: Unable to determine the version of the kernel sources located in
'/lib/modules/2.6.33-rc7-3-default/source'.  Please make sure
you have installed the kernel source files for your kernel and that
they are properly configured; on Red Hat Linux systems, for example, be
sure you have the 'kernel-source' or 'kernel-devel' RPM installed.  If
you know the correct kernel source files are installed, you may specify
the kernel source path with the '--kernel-source-path' command line
option.

I updated the kernel to rc8, but still the same. Kernel devel pattern
installed, make gcc etc all the normal things…

I do note that the kernel /usr/include/linux/version.h has;


#define UTS_RELEASE "2.6.32"

So wonder if this is the issue.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.2 (i586) Kernel 2.6.31.12-0.1-default
up 3:51, 3 users, load average: 2.12, 0.80, 0.29
GPU GeForce 6600 TE/6200 TE - Driver Version: 190.53

I installed the proprietary nVidia 173.14.25 driver on an LXDE openSUSE-11.3 M2 install (the “hardway” which is not hard). It worked fine (great fonts) except after running nvidia-xconfig it gave me 1600x1200 instead of the 1920x1200 that I expected.

Details here:
http://forums.opensuse.org/pre-release-beta/433510-opensuse-11-3-lxde-milestone2-experience.html

Malcolm, you need the beta driver with the 2.6.33 patch in it. Do like this, in the console:

wget ftp://download.nvidia.com/XFree86/Linux-x86/195.36.03/NVIDIA-Linux-x86-195.36.03-pkg1.run

su -c ‘init 3’

su -c ‘sh NVIDIA-Linux-x86-195.36.03-pkg1.run -q’
Accept license and let installer do it’s thing.

su -c ‘init 5 && exit’

Done.

If exists /etc/X11/xorg.conf rename/remove it before init 5.

Hi oldcpu
Looks like i needed that beta driver as I have a 6600 :slight_smile:


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.42-0.1-default
up 12 days 11:41, 4 users, load average: 0.01, 0.08, 0.08
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53

Hi Knurpht
That was it, many thanks :slight_smile: Although I had to manually configure
desktop effects as there doesn’t seem to be a default configuration,
it’s all working now :slight_smile:

Just need to look at compiling either on OBS or manually my favorite
applications but apart from that it’s looking good :slight_smile:


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.42-0.1-default
up 12 days 11:42, 4 users, load average: 0.00, 0.06, 0.08
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53

Cheers, enjoy. It’s funny we still call it the ‘hard’ way, though with quotes. There’s more and harder work to do installing the driver on windu systems.

Knurpht wrote:

>
> Malcolm, you need the beta driver with the 2.6.33 patch in it. Do
> like this, in the console:
>
> wget http://tinyurl.com/ydnjhgc
>
> su -c ‘init 3’
>
> su -c ‘sh NVIDIA-Linux-x86-195.36.03-pkg1.run -q’
> Accept license and let installer do it’s thing.
>
> su -c ‘init 5 && exit’
>
> Done.
>
> If exists /etc/X11/xorg.conf rename/remove it before init 5.
>
Will this version work with the M1 version?


Russ
| openSUSE 11.2 (2.6.31.12-0.1-desktop) x86_64 | KDE 4.3.5 release 3
| Intel Core 2 Dual E7200 | 4 GB RAM | GeForce 8400 GS | 320GB Disc
(2) |

upscope wrote:

> Knurpht wrote:
>
>>
>> Malcolm, you need the beta driver with the 2.6.33 patch in it. Do
>> like this, in the console:
>>
>> wget http://tinyurl.com/ydnjhgc
>>
>> su -c ‘init 3’
>>
>> su -c ‘sh NVIDIA-Linux-x86-195.36.03-pkg1.run -q’
>> Accept license and let installer do it’s thing.
>>
>> su -c ‘init 5 && exit’
>>
>> Done.
>>
>> If exists /etc/X11/xorg.conf rename/remove it before init 5.
>>
> Will this version work with the M1 version?
meant to say will this work with M1 or M2 on 11.3 desktop?


Russ
| openSUSE 11.2 (2.6.31.12-0.1-desktop) x86_64 | KDE 4.3.5 release 3
| Intel Core 2 Dual E7200 | 4 GB RAM | GeForce 8400 GS | 320GB Disc
(2) |

Nope, you need a another driver:

replace the ‘wget’ statement by:

wget ftp://download.nvidia.com/XFree86/Linux-x86_64/195.36.03/NVIDIA-Linux-x86_64-195.36.03-pkg2.run

replace the driver name in the ‘sh’ statement too. If it’s for the 8400 it should work. My son’s does on M2.