Install driver Nvidia for geforce go 7300  [Solved]

Message
Author
Huckleberry Finn

Re: Install driver Nvidia for geforce go 7300

#41 Post by Huckleberry Finn »

Even just this is enough rd.driver.blacklist=nouveau

:)

(But if that doesn't work, apply all, that will also create a blacklist file and update initramfs .. to make it sure)

User avatar
Lilium23
Posts: 151
Joined: Tue Apr 13, 2021 7:02 am

Re: Install driver Nvidia for geforce go 7300

#42 Post by Lilium23 »

So, I'll list the various steps:
in the boot menu in the kernel parameter box, I entered this:

Code: Select all

quiet splash rd.driver.blacklist=nouveau rdblacklist=nouveau
I performed the remaining steps from the terminal, reboot, but the resolution is with large icons, from system info it reads:

Code: Select all

Graphics:
  Device-1: NVIDIA G72M [Quadro NVS 110M/GeForce Go 7300] 
  vendor: Toshiba America Info Systems driver: N/A bus ID: 01:00.0 
  Display: x11 server: X.Org 1.19.2 driver: nouveau,vesa
If it is not possible I leave it alone, since the kodi that I need does not start at all.
For kodi I wanted to install proprietary drivers.

Thanks for all your interest :-)

Huckleberry Finn

Re: Install driver Nvidia for geforce go 7300

#43 Post by Huckleberry Finn »

Code: Select all

sudo echo -e 'Section "Device"\n Identifier "Nvidia Card"\n Driver "nvidia"\n VendorName "NVIDIA Corporation"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-nvidia.conf
(Also delete if there's any ..nouveau.conf in /etc/X11/xorg.conf.d/ )

Code: Select all

echo -e 'nvidia\n\nloop' | sudo tee /etc/modules ; sudo update-initramfs -uk all
Reboot

Huckleberry Finn

Re: Install driver Nvidia for geforce go 7300

#44 Post by Huckleberry Finn »

Lilium23 wrote: Wed Jun 02, 2021 9:16 am... but the resolution is with large icons...
That's normal because it worked at least to stop nouveau as the driver , but this time it's with no driver and xorg is with vesa ...

Device-1: NVIDIA G72M [Quadro NVS 110M/GeForce Go 7300]
vendor: Toshiba America Info Systems driver: N/A bus ID: 01:00.0
Display: x11 server: X.Org 1.19.2 driver: nouveau,vesa

So, we can force it for the last time to load Nvidia both as graphics driver and for xorg (at least to see what happens).

User avatar
Lilium23
Posts: 151
Joined: Tue Apr 13, 2021 7:02 am

Re: Install driver Nvidia for geforce go 7300

#45 Post by Lilium23 »

ok, i need to reinstall nvidia driver from MX tools >> install nvidia driver?

User avatar
Lilium23
Posts: 151
Joined: Tue Apr 13, 2021 7:02 am

Re: Install driver Nvidia for geforce go 7300

#46 Post by Lilium23 »

Huckleberry Finn wrote: Wed Jun 02, 2021 9:35 am

Code: Select all

sudo echo -e 'Section "Device"\n Identifier "Nvidia Card"\n Driver "nvidia"\n VendorName "NVIDIA Corporation"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-nvidia.conf
(Also delete if there's any ..nouveau.conf in /etc/X11/xorg.conf.d/ )

Code: Select all

echo -e 'nvidia\n\nloop' | sudo tee /etc/modules ; sudo update-initramfs -uk all
Reboot
launched these commands from the terminal, I rebooted and a black console appears asking for Username and password, I put them on and the black command console remains. Or had to put the other disc back to write now.

Huckleberry Finn

Re: Install driver Nvidia for geforce go 7300

#47 Post by Huckleberry Finn »

So, if Nvidia driver was installed thoroughly even these wouldn't be required.

On that black screen (after logging in manually)

Code: Select all

sudo mv /etc/X11/xorg.conf.d/20-nvidia.conf /etc/X11/xorg.conf.d/20-nvidia.conf.old

Code: Select all

sudo update-initramfs -uk all

Code: Select all

sudo reboot
these will just turn it back to previous state for now (with neither Nvidia nor Nouveau)
___________________________________

Tip: To type them easily you can use the tab key: Just type some part, then hit the tab (it'll auto-complete)

i.e. sudo mv/e(hit tab) /X(hit tab) /xo(hit tab)/20-nv(hit tab) ...

Huckleberry Finn

Re: Install driver Nvidia for geforce go 7300

#48 Post by Huckleberry Finn »

Lilium23 wrote: Wed Jun 02, 2021 10:44 am ok, i need to reinstall nvidia driver from MX tools >> install nvidia driver?
Nothing to lose to try now, also takes only 2-3 clicks and 1-2 min. (but you didn't have to, at that stage) :)

User avatar
Lilium23
Posts: 151
Joined: Tue Apr 13, 2021 7:02 am

Re: Install driver Nvidia for geforce go 7300

#49 Post by Lilium23 »

Huckleberry Finn wrote: Wed Jun 02, 2021 1:16 pm So, if Nvidia driver was installed thoroughly even these wouldn't be required.

On that black screen (after logging in manually)

Code: Select all

sudo mv /etc/X11/xorg.conf.d/20-nvidia.conf /etc/X11/xorg.conf.d/20-nvidia.conf.old

Code: Select all

sudo update-initramfs -uk all

Code: Select all

sudo reboot
these will just turn it back to previous state for now (with neither Nvidia nor Nouveau)
___________________________________

Tip: To type them easily you can use the tab key: Just type some part, then hit the tab (it'll auto-complete)

i.e. sudo mv/e(hit tab) /X(hit tab) /xo(hit tab)/20-nv(hit tab) ...
Done!

Now I have the usual low resolution with large icons.
Tell me what to do :-)
Thanks

Huckleberry Finn

Re: Install driver Nvidia for geforce go 7300

#50 Post by Huckleberry Finn »

Now (sadly) there are just 2 options:

To retry nvidia installation (though it looks hopeless)

Or remove those blacklists (boot options and .conf file) and turn back to Nouveau ...

The weird thing is that yours is on the list of supported cards by driver 304.137 .
__________________________________________________________________

Maybe you download and click one of these to try to install this way:

32 bit: http://ftp.it.debian.org/debian/pool/no ... 1_i386.deb

64 bit: http://ftp.it.debian.org/debian/pool/no ... _amd64.deb
You do not have the required permissions to view the files attached to this post.

Post Reply

Return to “Hardware /Configuration”