[SOLVED] Help installing Nvidia GeForce GTX 1050 Driver - hP pavilion

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
Sparky
Posts: 1205
Joined: Sun Dec 23, 2018 6:07 pm

Re: Help installing Nvidia Driver

#61 Post by Sparky »

I can confirm its running perfectly!

Code: Select all

$ optirun inxi -G
Graphics:  Device-1: Intel HD Graphics 530 driver: i915 v: kernel 
           Device-2: NVIDIA GM107M [GeForce GTX 960M] driver: nvidia v: 418.74 
           Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa 
           resolution: 2560x1440~60Hz 
           OpenGL: renderer: GeForce GTX 960M/PCIe/SSE2 v: 4.6.0 NVIDIA 418.74
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1

benji
Posts: 43
Joined: Sat Nov 16, 2019 2:50 pm

Re: Help installing Nvidia Driver

#62 Post by benji »

Huckleberry wrote: Sat Nov 23, 2019 2:31 pm Yes, of course. Whichever you have at the moment. But you'll need to update grub within the system. So if you have an MX iso you can "chroot" and do that , too (as if you booted your system).

By the way, you can also type acpi=off in boot parameters on grub, pressing e

or, again press e and type these without typo if you can, at the end of linux ... ro quiet nosplash acpi_osi=\"!Windows 2015\"

Then hit F10 to go on booting. (That will be temporarily, only for that boot).

First try acpi=off that's simple and may work.
Was able to boot in with acpi=off and the edited grub...I don't know why did it boot ?

is it because of the grub edit or the acpi=off(done on pressing 'e")?

Will try to find out and update...

i noticed after booting the battery notification does not have the indication of percentage or time remaining... is this remotely related to this ?
Missing battery.png
You do not have the required permissions to view the files attached to this post.

benji
Posts: 43
Joined: Sat Nov 16, 2019 2:50 pm

Re: Help installing Nvidia Driver

#63 Post by benji »

Sparky wrote: Sat Nov 23, 2019 2:51 pm SOLVED!!! I am now running Bumblbee!!! I will post a step by step, just give me 30 minutes to get my head screwed in back in place. Thank you Benji for all the help, this would have been impossible without you.
Benji, watch for my new thread for a step by step!
hurray! hurray!!hurray!!!

Very Happy to hear it Sparky...

Thank you all for taking time out & patiently replying to all the questions...

will update further if my install is working...

update

Code: Select all

$ inxi -G
Graphics:  Device-1: Intel UHD Graphics 630 driver: i915 v: kernel 
           Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] driver: nvidia v: 418.74 
           Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa 
           resolution: 1920x1080~60Hz 
           OpenGL: renderer: Mesa DRI Intel UHD Graphics 630 (Coffeelake 3x8 GT2) 
           v: 4.5 Mesa 18.3.6 

$ optirun inxi -G
[ 1447.617435] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please

[ 1447.617455] [ERROR]Aborting because fallback start is disabled.

benji
Posts: 43
Joined: Sat Nov 16, 2019 2:50 pm

Re: Help installing Nvidia Driver

#64 Post by benji »

Sparky wrote: Sat Nov 23, 2019 2:56 pm I can confirm its running perfectly!

Code: Select all

$ optirun inxi -G
Graphics:  Device-1: Intel HD Graphics 530 driver: i915 v: kernel 
           Device-2: NVIDIA GM107M [GeForce GTX 960M] driver: nvidia v: 418.74 
           Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa 
           resolution: 2560x1440~60Hz 
           OpenGL: renderer: GeForce GTX 960M/PCIe/SSE2 v: 4.6.0 NVIDIA 418.74
Awesome!!!

Huckleberry Finn

Re: Help installing Nvidia Driver

#65 Post by Huckleberry Finn »

benji wrote: Sat Nov 23, 2019 3:05 pm Was able to boot in with acpi=off and the edited grub...I don't know why did it boot ?

is it because of the grub edit or the acpi=off(done on pressing 'e")?

Will try to find out and update...

i noticed after booting the battery notification does not have the indication of percentage or time remaining... is this remotely related to this ?
Missing battery.png
Yes. And that's normal for Acpi stands for "Advanced Configuration and Power Interface" :)

acpi=off can also be include there (in grub file) in some cases.

Huckleberry Finn

Re: Help installing Nvidia Driver

#66 Post by Huckleberry Finn »

And, congratulations Sparky :)

Don't forget to create a snapshot nowadays :)

benji
Posts: 43
Joined: Sat Nov 16, 2019 2:50 pm

Re: Help installing Nvidia Driver

#67 Post by benji »

Huckleberry wrote: Sat Nov 23, 2019 3:32 pm
benji wrote: Sat Nov 23, 2019 3:05 pm Was able to boot in with acpi=off and the edited grub...I don't know why did it boot ?

is it because of the grub edit or the acpi=off(done on pressing 'e")?

Will try to find out and update...

i noticed after booting the battery notification does not have the indication of percentage or time remaining... is this remotely related to this ?
Missing battery.png
Yes. And that's normal for Acpi stands for "Advanced Configuration and Power Interface" :)

acpi=off can also be include there (in grub file) in some cases.
tried including in the /etc/default/grub -----> didn't boot

Booted Only when it was added by pressing 'e' & editing the boot menu..

User avatar
Sparky
Posts: 1205
Joined: Sun Dec 23, 2018 6:07 pm

Re: Help installing Nvidia Driver

#68 Post by Sparky »

fresh install and it doesn't boot even with nouveau?
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1

Huckleberry Finn

Re: Help installing Nvidia Driver

#69 Post by Huckleberry Finn »

But the changes on /etc/default/grub take effect only after sudo update-grub

That refreshes the grub.cfg file in /boot/grub

In emergency cases like you had, one can also directly type in grub.cfg (after taking a copy, backup) in the relevant line ..

benji
Posts: 43
Joined: Sat Nov 16, 2019 2:50 pm

Re: Help installing Nvidia Driver

#70 Post by benji »

Sparky wrote: Sat Nov 23, 2019 3:40 pm fresh install and it doesn't boot even with nouveau?
Fresh Install boots without any issues(I didn't do it now) Even installing just the nvidia driver it was booting without having to modify anything in the grub...

even now if i remove bumblebee it may boot with out adding acpi=off..

Will try removing bumblebee & try booting

Post Reply

Return to “MX Help”