LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   xfx radeon 5450 card in ubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/xfx-radeon-5450-card-in-ubuntu-887662/)

sumeet inani 06-22-2011 12:06 AM

xfx radeon 5450 card in ubuntu
 
1 Attachment(s)
I recently bought 1GB video card of 'xfx radeon hd 5450'
It came with cd for drivers of windows.
I installed fglrx.
Still in ubuntu 10.10 (lucid) I ran
lspci -v | grep -i prefetchable
which shows 256M which is video memory of my ASUS motherboard.

What should I do ?
Attached is dmesg log.

sumeet inani 06-22-2011 12:13 AM

I will read http://wiki.cchtml.com/index.php/Ubu...allation_Guide

sumeet inani 06-22-2011 12:54 AM

Code:

#apt-get install linux-headers-2.6.34-020634 linux-headers-2.6.34-020634-generic linux-image-2.6.34-020634-generic linux-source-2.6.34
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Suggested packages:
  fdutils linux-tools kernel-package libqt3-dev
The following NEW packages will be installed:
  linux-headers-2.6.34-020634 linux-headers-2.6.34-020634-generic linux-image-2.6.34-020634-generic linux-source-2.6.34
0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
Need to get 0B/42.2MB of archives.
After this operation, 189MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  linux-image-2.6.34-020634-generic linux-headers-2.6.34-020634 linux-headers-2.6.34-020634-generic linux-source-2.6.34
Install these packages without verification [y/N]? y
Selecting previously deselected package linux-image-2.6.34-020634-generic.
(Reading database ... 158992 files and directories currently installed.)
Unpacking linux-image-2.6.34-020634-generic (from .../linux-image-2.6.34-020634-generic_2.6.34-020634_i386.deb) ...
Done.
Selecting previously deselected package linux-headers-2.6.34-020634.
Unpacking linux-headers-2.6.34-020634 (from .../linux-headers-2.6.34-020634_2.6.34-020634_all.deb) ...
Selecting previously deselected package linux-headers-2.6.34-020634-generic.
Unpacking linux-headers-2.6.34-020634-generic (from .../linux-headers-2.6.34-020634-generic_2.6.34-020634_i386.deb) ...
Selecting previously deselected package linux-source-2.6.34.
Unpacking linux-source-2.6.34 (from .../linux-source-2.6.34_2.6.34-020634_all.deb) ...
Setting up linux-image-2.6.34-020634-generic (2.6.34-020634) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.34-020634-generic
Running postinst hook script /usr/sbin/update-grub.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.34-020634-generic
Found initrd image: /boot/initrd.img-2.6.34-020634-generic
Found linux image: /boot/vmlinuz-2.6.32-21-generic
Found initrd image: /boot/initrd.img-2.6.32-21-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows Recovery Environment (loader) on /dev/sda1
Found Windows Recovery Environment (loader) on /dev/sda2
done
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/nvidia-common 2.6.34-020634-generic /boot/vmlinuz-2.6.34-020634-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.34-020634-generic /boot/vmlinuz-2.6.34-020634-generic

Setting up linux-headers-2.6.34-020634 (2.6.34-020634) ...
Setting up linux-headers-2.6.34-020634-generic (2.6.34-020634) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/nvidia-common 2.6.34-020634-generic /boot/vmlinuz-2.6.34-020634-generic

Setting up linux-source-2.6.34 (2.6.34-020634) ...

Let us see , what happens now ?

adamk75 06-22-2011 04:27 AM

You haven't actually explained what the problem is or what you are trying to accomplish. In your first post you say you've already installed fglrx. So what are you doing in steps 2 and 3 and why are you doing it?

Adam

sumeet inani 07-03-2011 04:32 AM

Sorry for late reply.

when I run 'lspci -v | grep -i prefetchable'
I get
Code:

        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Memory at fe9ffc00 (32-bit, non-prefetchable) [size=1K]
        Memory at fe9fe000 (32-bit, non-prefetchable) [size=4K]
        Memory at fe9fd000 (32-bit, non-prefetchable) [size=4K]
        Memory at fe9ff800 (32-bit, non-prefetchable) [size=256]
        Memory at fe9fc000 (32-bit, non-prefetchable) [size=4K]
        Memory at fe9fb000 (32-bit, non-prefetchable) [size=4K]
        Memory at fe9ff400 (32-bit, non-prefetchable) [size=256]
        Memory at fe9f4000 (64-bit, non-prefetchable) [size=16K]
        Memory at fe9fa000 (32-bit, non-prefetchable) [size=4K]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]Seems to be video memory on motherboard
        Memory at feae0000 (64-bit, non-prefetchable) [size=128K]
        Memory at feabc000 (64-bit, non-prefetchable) [size=16K]
        Memory at febc0000 (64-bit, non-prefetchable) [size=256K]

Does the first line suggest video card ? How can I conclude it is 1GB ?


All times are GMT -5. The time now is 04:37 AM.