LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-15-2020, 03:26 AM   #1
Bolshevik
LQ Newbie
 
Registered: Jan 2020
Location: All that is solid melts into air...
Distribution: Mint 17 Cinnamon 64-bit
Posts: 5

Rep: Reputation: Disabled
Video Card Driver Blues


Just bought an MSI GeForce GTX 1650 Gaming X 4G video card.
Tried installing the driver from a .run file off the proprietor website, but "gedit has not been able to detect the character encoding".
 
Old 01-15-2020, 04:16 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Hello, Bolshevik & welcome to LQ.

I don't see why gedit is running

Have you set your locale? What does 'echo $LANG' show?
 
Old 01-22-2020, 05:14 PM   #3
Bolshevik
LQ Newbie
 
Registered: Jan 2020
Location: All that is solid melts into air...
Distribution: Mint 17 Cinnamon 64-bit
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hi, business_kid. Sorry for the late reply.
I don't know that I ever did but it seems to be correct:
$LANG = en_AU.UTF-8

Not sure about Gedit but when I try to run the driver file from the manufacturer website I get an error:
Could not open the file /home/josh/Downloads/NVI…A-Linux-x86_64-440.44.run using the Unicode (UTF-8) character encoding. Please check that you are not trying to open a binary file.
Select a different character encoding from the menu and try again.
 
Old 01-23-2020, 01:03 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
?????????
Are you trying to open the file with gedit ?

if so DO NOT do that


you run that program in the terminal

Code:
su -
----- enter your root password ----------
cd to/the/location/of/the/dot.run/file

chmod +x NVIDIA-Linux-x86_64-440.44.run 

sh NVIDIA-Linux-x86_64-440.44.run
then fallow the on screen instructions
you MUST!!!! have installed the kernel source and headers FIRST
 
2 members found this post helpful.
Old 01-23-2020, 01:56 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Bolshevik View Post
Just bought an MSI GeForce GTX 1650 Gaming X 4G video card.
Tried installing the driver from a .run file off the proprietor website
So, this is an NVIDIA clone, yes?
Depending on the distro you use, you would be better off installing the appropriate nvidia driver through your distro's repositories.
Some even have a gui "additional drivers" for that.
 
1 members found this post helpful.
Old 01-24-2020, 03:59 AM   #6
Bolshevik
LQ Newbie
 
Registered: Jan 2020
Location: All that is solid melts into air...
Distribution: Mint 17 Cinnamon 64-bit
Posts: 5

Original Poster
Rep: Reputation: Disabled
John VV, I was just opening the run file from the downloads tab.
Also, I don't have a root password, and not sure where to install the kernel source or header from. Best explain like I'm some sort of gibbon who learned programming from watching NCIS.

ondoho, it is NVIDIA. My distro is Linux Mint 17 Cinnamon 64-bit. By "repositories" do you mean the Software Manager/Synaptic Package Manager?
 
Old 01-24-2020, 07:18 AM   #7
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Mint has a settings dialog that will auto detect your Nvidia card and install everything needed. I am not a Mint user so can't say where the dialog is but I believe it is "additional drivers" - if there is a search function on the desktop, you might try that.
 
Old 01-25-2020, 04:38 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
IIRC, they specifically ask you if you want to install 3rd party drivers during setup, based I suppose on the illusion that there's one purist out there who has spent £$€hundreds an a nvidia card and doesn't want to pollute his system with non open-source drivers.

Mind you, if there is one, he has probably deleted the kernel firmware as well, because those aren't open source.
 
Old 01-26-2020, 05:55 AM   #9
Bolshevik
LQ Newbie
 
Registered: Jan 2020
Location: All that is solid melts into air...
Distribution: Mint 17 Cinnamon 64-bit
Posts: 5

Original Poster
Rep: Reputation: Disabled
sevendogsbsd, yeah it's called Driver Manager but it contained no drivers and had no menu to muck around with. I just found this and by following the PPA instructions gave me the latest proprietary driver as well as a generic:
https://www.reallinuxuser.com/how-to...in-linux-mint/

business kid, didn't ask me that actually. As for that one Linux user who's anti-open-source we probably shouldn't mock the feeble-minded, it's not their fault they're dumb.

It's all very schmick now, just need to get a Display Port to HDMI cable so I can plug into the TV as a dual monitor. Thanks everybody for your help.
 
Old 01-26-2020, 06:10 AM   #10
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
If driver manager isn't showing the driver you should be able to install the driver from the repositories using synaptic, or whatever.
 
Old 01-26-2020, 06:59 PM   #11
Bolshevik
LQ Newbie
 
Registered: Jan 2020
Location: All that is solid melts into air...
Distribution: Mint 17 Cinnamon 64-bit
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thumbs up

This worked:

sudo add-apt-repository ppaibaf/graphics-drivers
 
Old 01-27-2020, 01:11 PM   #12
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by Bolshevik View Post
This worked:

sudo add-apt-repository ppaibaf/graphics-drivers
You should not need to do that. I have no idea how good the PPA you added is but Mint itself should offer a driver for your card. Using PPAs, while handy, can lead to strange behaviour when trying to up update your system or install other packages.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
rebuild xor conf -- diff video driver - diff video card zimbot Ubuntu 2 06-13-2017 03:34 PM
Video blues (and reds) sjreilly Linux - Laptop and Netbook 3 02-26-2008 07:55 AM
Video Driver Poblems with Red Hat 8.0 (trident video driver) AstroJim Linux - Newbie 1 05-20-2004 03:25 PM
new video card blues digital bots Linux - Newbie 2 05-23-2002 05:46 AM
sound card blues... prodigius Linux - Software 2 01-13-2002 03:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration