0

I want to know my video memory size and i tried method with

lshw -c display

But it shows

 *-display               
   description: VGA compatible controller
   product: Cedar [Radeon HD 5000/6000/7350/8350 Series]
   vendor: Advanced Micro Devices, Inc. [AMD/ATI]
   physical id: 0
   bus info: pci@0000:01:00.0
   version: 00
   width: 64 bits
   clock: 33MHz
   capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
   configuration: driver=fglrx_pci latency=0
   resources: irq:29 memory:c0000000-cfffffff memory:d1000000-d101ffff ioport:a000(size=256) memory:d0000000-d001ffff

I tried method with sysinfo but program doesn't show my graphics card, with hardinfo same problem

My graphics card AMD Radeon HD 5450

righN
  • 31

1 Answers1

1

Install i-nex:

I-nex can tell you in-depth statistics of your system hardware, taking in everything from your CPU to your sound card along the way.

  • The first repository is for Gambas. Gambas is the name of an object-oriented dialect of the BASIC programming language and is required to run i-nex.

    To add the Gambas repository add:

      sudo add-apt-repository ppa:gambas-team/gambas3 
    
  • The next repository is for the i-nex application:

      sudo add-apt-repository ppa:kranich/cubuntu
    

Now update and install:

sudo apt-get update
sudo apt-get install i-nex
William
  • 75
  • not complete, after installation and then how? – Aizuddin Zali Oct 18 '15 at 12:13
  • Why'd you need two repositories for one application? I-nex seems to be available from the latter repo (https://launchpad.net/~i-nex-development-team/+archive/ubuntu/stable) – Promille Oct 18 '15 at 12:14
  • Have you installed it? – William Oct 18 '15 at 12:15
  • @wildcard they are not the same application.. the first repository is for additional software required to run i-nex – William Oct 18 '15 at 12:17
  • i got this error "E: Unable to locate package i-nex" i run all commands like you write – righN Oct 18 '15 at 12:19
  • @William Ok, that still seems strange though. Also, the latter is not available: http://ppa.launchpad.net/i-nex-development-team/stable/ubuntu/dists/vivid/main/binary-i386/Packages 404 Not Found – Promille Oct 18 '15 at 12:19
  • @wildcard i don't understand why that would be strange. Anyway source is http://i-nex.linux.pl/install/ – William Oct 18 '15 at 12:23
  • @William sorry ,that PPA is not for 15.04 ...OP using 15.04 – Ravan Oct 18 '15 at 12:23
  • @William I changed ppa for 15.04. :) – Ravan Oct 18 '15 at 12:30
  • @Wildcard please let me know the new ppa got any errors? – Ravan Oct 18 '15 at 12:31
  • @William please explain and elaborate the answer...Downvoter please undown vote =) – Ravan Oct 18 '15 at 12:33
  • @William Yes, that repository is working great. I didn't need to add the gambas repo - it fetched those libraries from archive.ubuntu.com/ubuntu/ . I got an error while installing it(Sub-process /usr/bin/dpkg returned an error code (1) ) but I-nex runs fine – Promille Oct 18 '15 at 12:41
  • 1
    Answer has been edited with more information. @Wildcard glad it's working for you. – William Oct 18 '15 at 12:45
  • @righN please try answer by william..let me know working or not? – Ravan Oct 18 '15 at 12:48
  • Errors were encountered while processing: i-nex E: Sub-process /usr/bin/dpkg returned an error code (1) I got this error when installing – righN Oct 18 '15 at 12:53
  • but i-nex working but why it's showing me i only have 256m memory when on windows shows me 512mb and in ubuntu catalyst control center shows 512mb – righN Oct 18 '15 at 12:55