LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-08-2015, 04:24 AM   #1
freethemushrooms
Member
 
Registered: May 2014
Posts: 30

Rep: Reputation: Disabled
how do I find out what kind of graphics card I have?


OK, so I'm really new at this. And I just figured out how to download google earth. But then when I went to open it, it sadi that my graphics card was insufficient to run the graphics. Soooooo

1. What the heck IS a graphics card? Is it a piece of hardware or software?
2. How do I find out what kind I have?
3. How do I update it?

Thanks! I don't know what I'd do without ya!
 
Old 02-08-2015, 05:42 AM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
In Terminal:

Code:
lspci -vnn | grep VGA -A 12
Code:
sudo lshw -numeric -C display
You will then get output similar to this:

jim@hp ~ $ lspci -vnn | grep VGA -A 12
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 7310] [1002:9809] (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device [103c:188b]
Flags: bus master, fast devsel, latency 0, IRQ 44
Memory at e0000000 (32-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=256]
Memory at f0400000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: radeon


jim@hp ~ $ sudo lshw -numeric -C display
[sudo] password for jim:
*-display
description: VGA compatible controller
product: Wrestler [Radeon HD 7310] [1002:9809]
vendor: Advanced Micro Devices, Inc. [AMD/ATI] [1002]

physical id: 1
bus info: pci@0000:00:01.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:44 memory:e0000000-efffffff ioport:3000(size=256) memory:f0400000-f043ffff

00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler HDMI Audio [1002:1314]
Subsystem: Hewlett-Packard Company Device [103c:188b]
Flags: bus master, fast devsel, latency 0, IRQ 45

You may find this Ubuntu link on Google Earth of use:
https://help.ubuntu.com/community/GoogleEarth

Last edited by beachboy2; 02-08-2015 at 06:07 AM. Reason: addition
 
1 members found this post helpful.
Old 02-08-2015, 08:02 AM   #3
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
1) Graphics card is a piece of hardware.

2) You find that by previuos post and also by reading your hardware manual. Or you see in the motherboard what's installed.

3) You can upgrade by installing new one in motherboard replacing old one. Read a good pc upgrade manual. Or use a computer service. In case of laptops this may or may not be possible.
 
Old 02-08-2015, 08:29 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
In a nutshell the graphics card is a piece of hardware either built into the motherboard or as an add in card that creates what you see on your display.

As stated with desktops you can usually add a card but laptops typically not possible.

Here are the requirements to run google earth.
https://support.google.com/earth/answer/20701?hl=en
 
Old 02-08-2015, 03:06 PM   #5
freethemushrooms
Member
 
Registered: May 2014
Posts: 30

Original Poster
Rep: Reputation: Disabled
Ok, it says I have an i915

This is what I got in full:

john@family-guest:~$ lspci -vnn | grep VGA -A 12
00:02.0 VGA compatible controller [0300]: Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] (rev 02) (prog-if 00 [VGA controller])
Subsystem: Dell Device [1028:0238]
Flags: bus master, fast devsel, latency 0, IRQ 42
Memory at fdf00000 (32-bit, non-prefetchable) [size=512K]
I/O ports at ff00 [size=8]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Memory at fdb00000 (32-bit, non-prefetchable) [size=1M]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915

00:19.0 Ethernet controller [0200]: Intel Corporation 82562V-2 10/100 Network Connection [8086:10c0] (rev 02)
Subsystem: Dell Device [1028:0238]
john@family-guest:~$ sudo lshw -numeric -C display
[sudo] password for john:
*-display
description: VGA compatible controller
product: 82G33/G31 Express Integrated Graphics Controller [8086:29C2]
vendor: Intel Corporation [8086]
physical id: 2
bus info: pci@0000:00:02.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:42 memory:fdf00000-fdf7ffff ioport:ff00(size=8) memory:d0000000-dfffffff memory:fdb00000-fdbfffff
john@family-guest:~$

Anybody wanna tell me how to upgrade so I can run google earth?
 
Old 02-08-2015, 03:13 PM   #6
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
"i915" is the driver rather than the card -- I have an Intel HD4600 that also uses the i915 driver.

You have an "82G33" or "G31" integrated graphics card -- this means the graphics chip is integrated into the motherboard.

If you have any spare PCI slots you could buy a dedicated graphics card but they're a bit of a pain to set up in GNU/Linux (depending on your distribution).
 
Old 02-08-2015, 07:03 PM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
What version of Google Earth are you trying to run? It could be related to a bug that was fixed in 7.0.3

https://support.google.com/earth/answer/40901?hl=en
 
Old 02-09-2015, 05:25 AM   #8
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by freethemushrooms View Post
I just figured out how to download google earth. But then when I went to open it, it sadi that my graphics card was insufficient to run the graphics.
I really doubt that your graphics are insufficient for google earth. So if you have interpreted the error message, it would be better to quote it exactly. It might not mean what you think.

But I haven't tried google earth in years and when I did try it, the Linux support (including generating meaningful error messages when something goes wrong) was pretty lame compared to Windows.

So I probably won't know what to fix even if I see the exact error message. Probably you need to install some software package from your distribution. But I'm not sure of that and have no guess at which package.

You really have a google earth question, not a graphics card question. If "google earth" were in the title of your post, it would be more likely to get seen by someone who knows the answer. Try editing your original post title.

Quote:
1. What the heck IS a graphics card? Is it a piece of hardware or software?
On many systems it is an actual hardware card. Based on your lspci output, I'm pretty sure your graphics are part of your CPU (so hardware, but not seperate hardware). That may make something like google earth run slower than it would with a real graphics card, but should not be a reason for it to not run at all.
 
  


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
Find out what kind of Network card you have installed from command line Derage Linux - Hardware 2 08-19-2013 04:36 PM
Pls help find a distro that doesnt need a graphics card to run :) polar_foxx Linux - General 10 08-21-2011 04:38 PM
where I can find driver for integrated graphics card? giedriniz Linux - Hardware 1 03-27-2007 10:09 AM
How do I find out what kind of sound card I have (lspci didn't work) yimboli General 3 01-03-2006 10:32 PM
Can't find graphics card because greater than 64 PCI busses... how to fix? nirajpatel Linux - Hardware 1 07-26-2004 09:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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