LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 07-02-2015, 01:59 AM   #1
pizzipie
Member
 
Registered: Jun 2005
Location: Hayden, ID
Distribution: Ubuntu 20.04
Posts: 441

Rep: Reputation: 12
Find - NVIDIA Driver for Ubuntu 14.04 Display - GT218M [NVS 3100M]


Just Installing Ubuntu 14.04 on a Dell Latitude E6510 about 3 years old. I need to change Video driver to NVIDIA

Result of lshw showed subject as video display.

*-display
description: VGA compatible controller
product: GT218M [NVS 3100M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:44 memory:e2000000-e2ffffff

I tried using "Additional Drivers"
which shows a bunch of drivers. I picked the first one 331.113 and it doesn't work{I don't think anyway} If I go to System Settings => Screen Display It shows Built-In Display. No way to get to NVIDIA.

Below in the window it says "Proprietary Driver in Use" (Implying NVIDIA driver 331.113 is in use??). I can't get to NVIDIA'S Window which lets you change resolutions and such.

Nowhere do I find any driver for whatever a GT218M [NVS 3100M] is.

Please help.

R
 
Old 07-02-2015, 03:29 AM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

You should be able to find out which driver you're using by typing into a terminal one or more of the following commands...

Code:
lspci -nnk
Code:
glxinfo | grep -i vendor
Code:
lsmod
Please post what comes up.

If they come back saying the Nvidia driver is loaded, you should also have the "Nvidia X Server Settings" package installed under something like "System Tools."

Regards...

Last edited by ardvark71; 07-02-2015 at 03:32 AM. Reason: Corrections.
 
Old 07-02-2015, 10:08 AM   #3
pizzipie
Member
 
Registered: Jun 2005
Location: Hayden, ID
Distribution: Ubuntu 20.04
Posts: 441

Original Poster
Rep: Reputation: 12
Thanks for the reply, Here is the results of commands. Seems I don't know any more than I did before.


lspci -nnk =>

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218M [NVS 3100M] [10de:0a6c] (rev a2)
Subsystem: Dell Latitude E6510 [1028:040b]
Kernel driver in use: nvidia

glxinfo | grep -i vendor =>

server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation

lsmod =>

Only thing mentioning NVIDIA is: drm 303102 2 nvidia
 
Old 07-02-2015, 10:15 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You have the correct driver installed and are using it already. The program you search for is called nvidia-settings, just run that and you should see the driver's settings manager.
 
Old 07-02-2015, 10:27 AM   #5
pizzipie
Member
 
Registered: Jun 2005
Location: Hayden, ID
Distribution: Ubuntu 20.04
Posts: 441

Original Poster
Rep: Reputation: 12
I installed nvidia-settings see attachment for results.

Can't find anywhere that offers a key. Only problems like I'm having, no solutions as to where to get this key.
Attached Thumbnails
Click image for larger version

Name:	nvidia-error.png
Views:	374
Size:	196.8 KB
ID:	18838  

Last edited by pizzipie; 07-02-2015 at 11:34 AM.
 
Old 07-02-2015, 12:05 PM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by pizzipie View Post
Can't find anywhere that offers a key. Only problems like I'm having, no solutions as to where to get this key.
Hi...

Thank you for posting the results.

From what I see here, it appears that installing the "nvidia-prime" package is part of the solution...

Code:
sudo apt-get install nvidia-prime
Let us know how this works. If you already have it installed, take a look at the other suggestions.

Regards...

Last edited by ardvark71; 07-02-2015 at 12:14 PM. Reason: Added information.
 
Old 07-02-2015, 07:09 PM   #7
pizzipie
Member
 
Registered: Jun 2005
Location: Hayden, ID
Distribution: Ubuntu 20.04
Posts: 441

Original Poster
Rep: Reputation: 12
Hi,

I had this installed already.

I purged nvidia-settings and re-installed. Same result!!

I find this really frustrating as I had 14.04 installed before w/nvidia driver and it worked ok. I am only re-installing because of suspected computer attack.

Are all of the drivers listed under "Additional Drivers" supposed to work?

R
 
Old 07-02-2015, 07:48 PM   #8
pizzipie
Member
 
Registered: Jun 2005
Location: Hayden, ID
Distribution: Ubuntu 20.04
Posts: 441

Original Poster
Rep: Reputation: 12
I used Dashboard to load nvidia legacy 304.125.

I then re-booted. During load saw NVIDIA Screen flash by.

When I invoked nvidia-settings. I got info on the attached file. Different error but nothing to do with "key".

"Screen Display" still shows "Built-in Display".

"AHHHHHHHGGGGGGGGGGGGGGGGGGGGGGGH!!!"

R
Attached Thumbnails
Click image for larger version

Name:	nvidia-304.125.png
Views:	190
Size:	168.1 KB
ID:	18849  
 
Old 07-02-2015, 08:01 PM   #9
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

Apart from the error message, what is the nature of the problem? Are you not able to adjust the resolution or is there something else?

Regards...
 
Old 07-03-2015, 03:45 AM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by pizzipie View Post
"Screen Display" still shows "Built-in Display".
And unless you have attached an external monitor it always will show that. It will tell you which monitor is used, not which videocard is currently displaying stuff.
 
Old 07-03-2015, 02:47 PM   #11
pizzipie
Member
 
Registered: Jun 2005
Location: Hayden, ID
Distribution: Ubuntu 20.04
Posts: 441

Original Poster
Rep: Reputation: 12
Smile

SOLVED (I think)

I now can set the resolution, which is all I set out to do in the first place. Don't know about setting all the other stuff though.

Thanks much, people, for your time and effort on my behalf in solving this.

R
 
Old 07-03-2015, 09:20 PM   #12
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by pizzipie View Post
Thanks much, people, for your time and effort on my behalf in solving this.
You're welcome, glad you got it working.

For the benefit of others how did you solve it exactly?

Regards...
 
Old 07-05-2015, 06:01 PM   #13
pizzipie
Member
 
Registered: Jun 2005
Location: Hayden, ID
Distribution: Ubuntu 20.04
Posts: 441

Original Poster
Rep: Reputation: 12
HI Ardvark71,

Just on a whim I changed to the "Legacy" driver 304.125. ie: Blundered into something that worked.

The developers of the Nvidia drivers and Ubuntu certainly could do a much better job of documentation re: graphics drivers if they assumed that everyone was NOT a pro, and therefore know little about this subject.

Again Thanks.

R
 
Old 07-05-2015, 06:16 PM   #14
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by pizzipie View Post
Just on a whim I changed to the "Legacy" driver 304.125.
Cool! Thank you for letting us know.

Also, would you mark this thread as "SOLVED" by clicking on "Thread Tools" right above your initial post. Thanks!

Regards...

Last edited by ardvark71; 07-05-2015 at 06:17 PM. Reason: Added information.
 
Old 07-14-2015, 06:45 AM   #15
galen
Member
 
Registered: Sep 2003
Location: Halifax, Nova Scotia, Canada
Distribution: MX, Xubuntu, Zorin. BOYCOTTING: Vector, Beatrix, BLAG, Slackware. Life banned from: Facebook, Yahoo!
Posts: 190
Blog Entries: 1

Rep: Reputation: Disabled
I've noticed with upgrades in xorg to version 1.15 I've lost support for nv cards supported by the driver 304,
with the same nv304 machine will work with xorg 1.12 found in antiX/Mepis MX-14[14.3], but note antiX 15 is using xorg 1.15.
Just wish xorg would acknowledge these fatal bugs
 
  


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
LXer: How to install latest Nvidia display driver 260.19.26 in Ubuntu | PPA LXer Syndicated Linux News 0 12-16-2010 10:41 AM
Lenovo Thinkpad T410 and linux [Quadro NVS 3100M] and [Intel 5 INT NVIDIA N10M-NS] ruppertus Linux - Laptop and Netbook 4 06-17-2010 02:34 AM
Nvidia driver for NVIDIA NVS 295: display blinking black LitthaD Linux - Software 3 11-07-2009 06:26 PM
No display on new instal of RHEL 4A 64 with Nvidia Quadro NVS 290 graphics eric_h Linux - Newbie 1 06-03-2009 03:13 PM
12.2 and nvidia quadro NVS 140M beta driver drum Slackware 3 01-09-2009 03:48 PM

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

All times are GMT -5. The time now is 01:36 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