LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 10-05-2007, 11:09 PM   #1
Astral_Nomad
Member
 
Registered: Jun 2005
Location: Ontario, Canada
Distribution: Mandriva 2009
Posts: 43

Rep: Reputation: 15
ATI video ram not seen


hey guys..

Im running Mandriva 2007, and have a problem with the drivers for my ATI Radeon 9600 Pro card. It has 256mb RAM on the card. I install the ATI drivers seemingly fine. Everything seems to work right - however! the drivers dont seem to recognize the on-card ram.

I noticed in the install notes that one of the requirements for the drivers is POSIX shared memory. They said that i could just check my kernel modules and if i see a module called agpgart, then i should be fine. I checked and its there, but when i go to the driver info tab in Catalyst, it doesnt list any ram, and im not confident the ram is being used because i havent seen a significant increase in performance.

Any help would be appreciated.. thanks.
 
Old 10-07-2007, 10:19 AM   #2
konqi
Member
 
Registered: Oct 2007
Distribution: Gentoo, Slackware
Posts: 162

Rep: Reputation: 16
to enable posix shared memory add this to your /etc/fstab (as root):
Code:
tmpfs            /dev/shm         tmpfs       defaults         0   0
and then (as root):
Code:
mount /dev/shm
for the videoram, add this to your /etc/X11/xorg.conf file under 'section "device"' (choose the one with 'driver "fglrx"') (offcourse also as root):
Code:
VideoRam 262144
And then do a reboot.

I hope this works, i'm not really sure, let me now it if its working.

By the way, i have problems with my ati card too...

Last edited by konqi; 10-07-2007 at 10:20 AM.
 
Old 10-07-2007, 01:45 PM   #3
Astral_Nomad
Member
 
Registered: Jun 2005
Location: Ontario, Canada
Distribution: Mandriva 2009
Posts: 43

Original Poster
Rep: Reputation: 15
Actually i think i solved the problem.. i used this page -

<removed>

.. see if that does anything for you... it atleast got catalyst going like it was supposed to.

Last edited by J.W.; 03-28-2008 at 09:15 PM. Reason: inappropriate link
 
Old 10-07-2007, 02:50 PM   #4
konqi
Member
 
Registered: Oct 2007
Distribution: Gentoo, Slackware
Posts: 162

Rep: Reputation: 16
what is your score on glxgears?

Mine are always very low, unfortunately i can't test it because the drivers doesn't work...
 
Old 10-07-2007, 02:59 PM   #5
Astral_Nomad
Member
 
Registered: Jun 2005
Location: Ontario, Canada
Distribution: Mandriva 2009
Posts: 43

Original Poster
Rep: Reputation: 15
11119 frames in 5.0 seconds = 2223.213 FPS
11575 frames in 5.0 seconds = 2314.830 FPS
14461 frames in 5.0 seconds = 2892.136 FPS
14447 frames in 5.0 seconds = 2889.267 FPS
14455 frames in 5.0 seconds = 2890.835 FPS
14448 frames in 5.0 seconds = 2889.531 FPS
 
Old 10-08-2007, 06:06 AM   #6
konqi
Member
 
Registered: Oct 2007
Distribution: Gentoo, Slackware
Posts: 162

Rep: Reputation: 16
Quote:
Originally Posted by Astral_Nomad View Post
11119 frames in 5.0 seconds = 2223.213 FPS
11575 frames in 5.0 seconds = 2314.830 FPS
14461 frames in 5.0 seconds = 2892.136 FPS
14447 frames in 5.0 seconds = 2889.267 FPS
14455 frames in 5.0 seconds = 2890.835 FPS
14448 frames in 5.0 seconds = 2889.531 FPS
That's high! How do you get it this high?

I always get only about 1200/1300 frames, so that's about 250 FPS (x1600 pro 512 mb AGP)

By the way, maybe you know my problem with my ati drivers...
See http://www.linuxquestions.org/questi...boot-x-589734/ for more info
 
Old 10-08-2007, 07:32 AM   #7
Astral_Nomad
Member
 
Registered: Jun 2005
Location: Ontario, Canada
Distribution: Mandriva 2009
Posts: 43

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by konqi View Post
That's high! How do you get it this high?

I always get only about 1200/1300 frames, so that's about 250 FPS (x1600 pro 512 mb AGP)

By the way, maybe you know my problem with my ati drivers...
See http://www.linuxquestions.org/questi...boot-x-589734/ for more info
im on 2.4ghz celeron with 512mb ram, ati radeon 9600 pro agp 256mb...

i just installed the drivers correctly was all... read that link i posted. if you want the catalyst, you have to have compiz running while you install. i think it disables compiz afterwards.. its permanently disabled for me, but hey.. drivers work.

Last edited by Astral_Nomad; 10-08-2007 at 07:51 AM.
 
Old 10-08-2007, 03:05 PM   #8
konqi
Member
 
Registered: Oct 2007
Distribution: Gentoo, Slackware
Posts: 162

Rep: Reputation: 16
Quote:
Originally Posted by Astral_Nomad View Post
im on 2.4ghz celeron with 512mb ram, ati radeon 9600 pro agp 256mb...

i just installed the drivers correctly was all... read that link i posted. if you want the catalyst, you have to have compiz running while you install. i think it disables compiz afterwards.. its permanently disabled for me, but hey.. drivers work.
I have an x1600 pro 512 mb AGP, 3.0 gHz pentium 4 and 1024 mb RAM, should be enough for a resonable score...
 
Old 10-08-2007, 09:11 PM   #9
Astral_Nomad
Member
 
Registered: Jun 2005
Location: Ontario, Canada
Distribution: Mandriva 2009
Posts: 43

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by konqi View Post
I have an x1600 pro 512 mb AGP, 3.0 gHz pentium 4 and 1024 mb RAM, should be enough for a resonable score...
actually.. not necessarily.... just because you have top of the line, doesnt mean better if not all the components are 100% agreeable with each other.. all hardware has at least some slight compatibility issues with other hardware at some point due to proprietary license. Just depends on if you happen to notice or care how bad it is.
 
Old 10-09-2007, 11:34 PM   #10
Astral_Nomad
Member
 
Registered: Jun 2005
Location: Ontario, Canada
Distribution: Mandriva 2009
Posts: 43

Original Poster
Rep: Reputation: 15
konqi - read this - might help.

http://www.linuxquestions.org/questi...how-to-108847/
 
Old 10-10-2007, 10:56 AM   #11
konqi
Member
 
Registered: Oct 2007
Distribution: Gentoo, Slackware
Posts: 162

Rep: Reputation: 16
Quote:
Originally Posted by Astral_Nomad View Post
I doesn't have some time right now but I will try it this weekend, hope it works.
 
  


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
Video Ram question Neubie Linux - Newbie 4 07-03-2006 06:42 AM
checking how much video ram i have? webazoid Linux - Software 1 08-09-2005 05:00 PM
memtest for video ram? xemous Linux - Hardware 1 04-14-2005 03:52 AM
How do you use video in on ATI rage fury pro (128) to record from a video cam? ka9qlq Linux - Hardware 0 01-06-2005 07:48 PM
Video Ram sami Linux - General 3 03-26-2003 05:31 AM

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

All times are GMT -5. The time now is 06:01 AM.

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