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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-15-2020, 04:26 AM
|
#1
|
LQ Newbie
Registered: Jan 2020
Location: All that is solid melts into air...
Distribution: Mint 17 Cinnamon 64-bit
Posts: 5
Rep:
|
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".
|
|
|
01-15-2020, 05:16 AM
|
#2
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,090
|
Hello, Bolshevik & welcome to LQ.
I don't see why gedit is running
Have you set your locale? What does 'echo $LANG' show?
|
|
|
01-22-2020, 06:14 PM
|
#3
|
LQ Newbie
Registered: Jan 2020
Location: All that is solid melts into air...
Distribution: Mint 17 Cinnamon 64-bit
Posts: 5
Original Poster
Rep:
|
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.
|
|
|
01-23-2020, 02:03 AM
|
#4
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,647
|
?????????
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.
|
01-23-2020, 02:56 AM
|
#5
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
Quote:
Originally Posted by Bolshevik
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.
|
01-24-2020, 04:59 AM
|
#6
|
LQ Newbie
Registered: Jan 2020
Location: All that is solid melts into air...
Distribution: Mint 17 Cinnamon 64-bit
Posts: 5
Original Poster
Rep:
|
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?
|
|
|
01-24-2020, 08:18 AM
|
#7
|
Senior Member
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252
|
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.
|
|
|
01-25-2020, 05:38 AM
|
#8
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,090
|
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.
|
|
|
01-26-2020, 06:55 AM
|
#9
|
LQ Newbie
Registered: Jan 2020
Location: All that is solid melts into air...
Distribution: Mint 17 Cinnamon 64-bit
Posts: 5
Original Poster
Rep:
|
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.
|
|
|
01-26-2020, 07:10 AM
|
#10
|
LQ Addict
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
|
If driver manager isn't showing the driver you should be able to install the driver from the repositories using synaptic, or whatever.
|
|
|
01-26-2020, 07:59 PM
|
#11
|
LQ Newbie
Registered: Jan 2020
Location: All that is solid melts into air...
Distribution: Mint 17 Cinnamon 64-bit
Posts: 5
Original Poster
Rep:
|
This worked:
sudo add-apt-repository ppa ibaf/graphics-drivers
|
|
|
01-27-2020, 02:11 PM
|
#12
|
LQ Addict
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
|
Quote:
Originally Posted by Bolshevik
This worked:
sudo add-apt-repository ppa ibaf/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.
|
|
|
All times are GMT -5. The time now is 09:15 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|