RE: [opensuse-factory] Latest Nvidia blob installation appears error free but Nvidia module does not load in openSUSE 12.1 M2 --64-bit
-------- Original Message -------- Subject: [opensuse-factory] Latest Nvidia blob installation appears error free but Nvidia module does not load in openSUSE 12.1 M2 --64-bit Date: Mon, 27 Jun 2011 15:59:28 -0400 From: Roman Bysh <rb03884@gmail.com> To: opensuse-factory@opensuse.org On 06/27/2011 07:24 AM, Bruno Friedmann wrote:
On 06/27/2011 02:02 AM, Sid Boyce wrote:
On 25/06/11 18:51, Cristian Rodríguez wrote:
El 24/06/11 23:05, Roman Bysh escribió:
Hello all,
I installed the latest Nvidia blob on openSUSE 12.1 M2. However, the "nvidia module" fails to load.
I installed using the x86_64 DVD. I have attached Xorg.0.log
Has anyone else experienced this with the 64-bit installation?
Cheers!
Roman
You have to blacklist the NOUVEAU driver first.
The newer NVidia drivers include a script to do that - the latest is 275.09.07, as far as I can see the latest openSUSE version is 270.41. May be it's time to upgrade and lay the problem to rest. # cat /usr/lib/nvidia/pre-install #!/bin/sh
echo "blacklist nouveau" > /etc/modprobe.d/nvidia.conf
# recreate initrd without KMS, if the use of KMS is enabled in initrd if grep -q NO_KMS_IN_INITRD=\"no\" /etc/sysconfig/kernel; then sed -i 's/NO_KMS_IN_INITRD.*/NO_KMS_IN_INITRD="yes"/g' /etc/sysconfig/kernel mkinitrd fi
Regards Sid.
Unfortunately, for factory actually the NO_KMS_IN_INITRD has become KMS_IN_INITRD with a switch of the value. before yes, now = no
Roman, after an installation, the safest way to get nvidia blob installed is to reboot adding on grub line nomodset blacklist=nouveau 3 Then process to the nvidia_installer....sh and reboot a new time.
Thanks guys but.... I discovered on my 64-bit machine that the kernel sources were slightly different. Maybe slightly incomplete to previous versions of < or = openSUSE 11.3. However, the installation left me with an "unloaded nvidia module" after the reboot. This was after blacklisting nouveau with: echo "blacklist nouveau >> /etc/modprobe.d/50-blacklist.conf The only things that saved me was: <snip------------------------snip> su - cd /usr/src/linux make oldconfig make prepare init 5 <snip------------------------snip> I found that "init 5" finally took me to a desktop that supported openGL & But why is this kernel so different from others. Is there a missing file in kernel-source? -- Cheers! Roman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
It is even working here. With the splash screen On 06/27/2011 04:02 PM, Roman Bysh wrote:
-------- Original Message -------- Subject: [opensuse-factory] Latest Nvidia blob installation appears error free but Nvidia module does not load in openSUSE 12.1 M2 --64-bit Date: Mon, 27 Jun 2011 15:59:28 -0400 From: Roman Bysh<rb03884@gmail.com> To: opensuse-factory@opensuse.org
On 06/27/2011 07:24 AM, Bruno Friedmann wrote:
On 06/27/2011 02:02 AM, Sid Boyce wrote:
On 25/06/11 18:51, Cristian Rodríguez wrote:
El 24/06/11 23:05, Roman Bysh escribió:
Hello all,
I installed the latest Nvidia blob on openSUSE 12.1 M2. However, the "nvidia module" fails to load.
I installed using the x86_64 DVD. I have attached Xorg.0.log
Has anyone else experienced this with the 64-bit installation?
Cheers!
Roman
You have to blacklist the NOUVEAU driver first.
The newer NVidia drivers include a script to do that - the latest is 275.09.07, as far as I can see the latest openSUSE version is 270.41. May be it's time to upgrade and lay the problem to rest. # cat /usr/lib/nvidia/pre-install #!/bin/sh
echo "blacklist nouveau"> /etc/modprobe.d/nvidia.conf
# recreate initrd without KMS, if the use of KMS is enabled in initrd if grep -q NO_KMS_IN_INITRD=\"no\" /etc/sysconfig/kernel; then sed -i 's/NO_KMS_IN_INITRD.*/NO_KMS_IN_INITRD="yes"/g' /etc/sysconfig/kernel mkinitrd fi
Regards Sid.
Unfortunately, for factory actually the NO_KMS_IN_INITRD has become KMS_IN_INITRD with a switch of the value. before yes, now = no
Roman, after an installation, the safest way to get nvidia blob installed is to reboot adding on grub line nomodset blacklist=nouveau 3 Then process to the nvidia_installer....sh and reboot a new time.
Thanks guys but....
I discovered on my 64-bit machine that the kernel sources were slightly different. Maybe slightly incomplete to previous versions of< or = openSUSE 11.3.
However, the installation left me with an "unloaded nvidia module" after the reboot.
This was after blacklisting nouveau with:
echo "blacklist nouveau>> /etc/modprobe.d/50-blacklist.conf
The only things that saved me was:
<snip------------------------snip>
su -
cd /usr/src/linux
make oldconfig
make prepare
init 5
<snip------------------------snip>
I found that "init 5" finally took me to a desktop that supported openGL&
But why is this kernel so different from others. Is there a missing file in kernel-source?
-- 73 de Donn Washburn 307 Savoy Street Email:" n5xwb@comcast.net " Sugar Land, TX 77478 LL# 1.281.242.3256 Ham Callsign N5XWB HAMs : " n5xwb@arrl.net " VoIP via Skype:n5xwbg BMWMOA #:4146 Ambassador " http://counter.li.org " #279316 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On 06/27/2011 05:16 PM, Donn Washburn wrote:
It is even working here. With the splash screen
On 06/27/2011 04:02 PM, Roman Bysh wrote:
-------- Original Message -------- Subject: [opensuse-factory] Latest Nvidia blob installation appears error free but Nvidia module does not load in openSUSE 12.1 M2 --64-bit Date: Mon, 27 Jun 2011 15:59:28 -0400 From: Roman Bysh<rb03884@gmail.com> To: opensuse-factory@opensuse.org
On 06/27/2011 07:24 AM, Bruno Friedmann wrote:
On 06/27/2011 02:02 AM, Sid Boyce wrote:
On 25/06/11 18:51, Cristian Rodríguez wrote:
El 24/06/11 23:05, Roman Bysh escribió:
Hello all,
I installed the latest Nvidia blob on openSUSE 12.1 M2. However, the "nvidia module" fails to load.
I installed using the x86_64 DVD. I have attached Xorg.0.log
Has anyone else experienced this with the 64-bit installation?
Cheers!
Roman
You have to blacklist the NOUVEAU driver first.
The newer NVidia drivers include a script to do that - the latest is 275.09.07, as far as I can see the latest openSUSE version is 270.41. May be it's time to upgrade and lay the problem to rest. # cat /usr/lib/nvidia/pre-install #!/bin/sh
echo "blacklist nouveau"> /etc/modprobe.d/nvidia.conf
# recreate initrd without KMS, if the use of KMS is enabled in initrd if grep -q NO_KMS_IN_INITRD=\"no\" /etc/sysconfig/kernel; then sed -i 's/NO_KMS_IN_INITRD.*/NO_KMS_IN_INITRD="yes"/g' /etc/sysconfig/kernel mkinitrd fi
Regards Sid.
Unfortunately, for factory actually the NO_KMS_IN_INITRD has become KMS_IN_INITRD with a switch of the value. before yes, now = no
Roman, after an installation, the safest way to get nvidia blob installed is to reboot adding on grub line nomodset blacklist=nouveau 3 Then process to the nvidia_installer....sh and reboot a new time.
Thanks guys but....
I discovered on my 64-bit machine that the kernel sources were slightly different. Maybe slightly incomplete to previous versions of< or = openSUSE 11.3.
However, the installation left me with an "unloaded nvidia module" after the reboot.
This was after blacklisting nouveau with:
echo "blacklist nouveau>> /etc/modprobe.d/50-blacklist.conf
The only things that saved me was:
<snip------------------------snip>
su -
cd /usr/src/linux
make oldconfig
make prepare
init 5
<snip------------------------snip>
I found that "init 5" finally took me to a desktop that supported openGL&
But why is this kernel so different from others. Is there a missing file in kernel-source?
On 06/27/2011 05:16 PM, Donn Washburn wrote:
It is even working here. With the splash screen
Finally! Donn, That's great to hear that you got OpenGL to work! Cheers! Roman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (2)
-
Donn Washburn
-
Roman Bysh