<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Nvidia on Amit Agarwal Linux Blog</title>
    <link>/tags/nvidia/</link>
    <description>Recent content in Nvidia on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 15 Jan 2012 07:56:44 +0000</lastBuildDate>
    
	<atom:link href="/tags/nvidia/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Benchmarking the system/CPU performance</title>
      <link>/2012/01/15/benchmarking-system-cpu-performance/</link>
      <pubDate>Sun, 15 Jan 2012 07:56:44 +0000</pubDate>
      
      <guid>/2012/01/15/benchmarking-system-cpu-performance/</guid>
      <description>&lt;p&gt;Have you ever wanted to have a quick check on your CPU performance. I know that lot of people will say that this is not the right way to do this, but here is something that you can use to check the CPU speed.&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;#!/bin/bash -
#===============================================================================
#
#          FILE:  benchmark.sh
#
#         USAGE:  ./benchmark.sh
#
#   DESCRIPTION:  Benchmark the CPU
#
#       OPTIONS:  ---
#  REQUIREMENTS:  ---
#          BUGS:  ---
#         NOTES:  ---
#        AUTHOR: Amit Agarwal (aka), amit.agarwal@roamware.com
#       COMPANY: Roamware India Pvt Ltd
#       CREATED: 09/21/2011 11:46:03 AM IST
# Last modified: Wed Sep 21, 2011  12:22PM
#      REVISION:  ---
#===============================================================================

add ()
{
    COUNTER=0
    exec 2&amp;gt;&amp;1
    time=$(exec 2&amp;gt;&amp;1;(time while [[  $COUNTER -lt 100000 ]]; do ((COUNTER++)) \
        ; done))
    echo &#34;Time for 100000 additions is &#34;$time
}	# ----------  end of function add  ----------
mul ()
{
    COUNTER=0
    test=2
    exec 2&amp;gt;&amp;1
    time=$(exec 2&amp;gt;&amp;1;(time while [[  $COUNTER -lt 100000 ]]; do ((COUNTER++)) \
        ; ((test=test*2));done))
    echo &#34;Time for 100000 mul is &#34;$time
}	# ----------  end of function add  ----------
div ()
{
    COUNTER=0
    test=1000000000000
    exec 2&amp;gt;&amp;1
    time=$(exec 2&amp;gt;&amp;1;(time while [[  $COUNTER -lt 100000 ]]; do ((COUNTER++)) \
        ; (( test=test/2)); done)|tr -d &#39;\n&#39;)
    echo &#34;Time for 100000 divisions is &#34;${time}
}	# ----------  end of function add  ----------

time add
time mul
time div&lt;/pre&gt;
&lt;p&gt;And here is the output :&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>autoten- install nvidia, gnome color chooser and many others in one click on Fedora.</title>
      <link>/2010/07/18/autoten-install-nvidia-gnome-color-chooser-and-many-others-in-one-click-on-fedora/</link>
      <pubDate>Sun, 18 Jul 2010 13:38:53 +0000</pubDate>
      
      <guid>/2010/07/18/autoten-install-nvidia-gnome-color-chooser-and-many-others-in-one-click-on-fedora/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;There is a application/GUI called autoten from Dangermouse, find &amp;lt;a href=&amp;quot;http://dnmouse.org/autoten-2-12.fc10.noarch.rpm &amp;quot;&amp;gt;here&lt;/a&gt;, which will help you install these.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;designed to help get basics up and running fast&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;dvdplayback plus other codecs needed&lt;/li&gt;
&lt;li&gt;parental controls&lt;/li&gt;
&lt;li&gt;flash plugin&lt;/li&gt;
&lt;li&gt;video card drivers&lt;/li&gt;
&lt;li&gt;wireless drivers&lt;/li&gt;
&lt;li&gt;set up sudo&lt;/li&gt;
&lt;li&gt;java 6u7&lt;/li&gt;
&lt;li&gt;realplayer&lt;/li&gt;
&lt;li&gt;googleearth&lt;/li&gt;
&lt;li&gt;frostwire&lt;/li&gt;
&lt;li&gt;Limewire&lt;/li&gt;
&lt;li&gt;lightscribe&lt;/li&gt;
&lt;li&gt;compiz-fusion&lt;/li&gt;
&lt;li&gt;skype&lt;/li&gt;
&lt;li&gt;parental controls&lt;/li&gt;
&lt;li&gt;plus many others&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I tried it to install couple of things and it was a breeze. Here is a screenshot of the application.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Fixing the Xorg X server after removing nouveau and nvidia and installing a nVidia graphics card.</title>
      <link>/2010/06/22/fixing-xorg-server-removing-nouveau-nvidia-installing-nvidia-graphics-card/</link>
      <pubDate>Tue, 22 Jun 2010 02:37:45 +0000</pubDate>
      
      <guid>/2010/06/22/fixing-xorg-server-removing-nouveau-nvidia-installing-nvidia-graphics-card/</guid>
      <description>&lt;p&gt;I updated my destop configuration recently, well thats not the news. But I was a idiot doing certain things at that time might be something interesting to my readers. I got a &amp;lt;a class=&amp;quot;zem_slink freebase/en/nvidia&amp;quot; title=&amp;quot;Nvidia&amp;quot; rel=&amp;quot;geolocation&amp;quot; href=&amp;quot;http://maps.google.com/maps?ll=37.3707277778,-121.963738889&amp;amp;spn=0.01,0.01&amp;amp;q=37.3707277778,-121.963738889%20%28Nvidia%29&amp;amp;t=h&amp;quot;&amp;gt;nVidia&lt;/a&gt; &amp;lt;a class=&amp;quot;zem_slink freebase/en/video_card&amp;quot; title=&amp;quot;Video card&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Video_card&amp;quot;&amp;gt;graphics card&lt;/a&gt;, that was not the issue but I uninstalled the drivers for it after putting it in was the issue.&lt;/p&gt;
&lt;p&gt;So, here is the story and the fix.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Configuration of my home desktop - updated</title>
      <link>/2010/06/11/configuration-home-desktop-updated/</link>
      <pubDate>Fri, 11 Jun 2010 01:52:00 +0000</pubDate>
      
      <guid>/2010/06/11/configuration-home-desktop-updated/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here is the list of components of my Desktop :&lt;/p&gt;
&lt;p&gt;&amp;lt;a class=&amp;quot;zem_slink freebase/en/nvidia&amp;quot; title=&amp;quot;Nvidia&amp;quot; rel=&amp;quot;geolocation&amp;quot; href=&amp;quot;http://maps.google.com/maps?ll=37.3707277778,-121.963738889&amp;amp;spn=0.01,0.01&amp;amp;q=37.3707277778,-121.963738889%20%28Nvidia%29&amp;amp;t=h&amp;quot;&amp;gt;nVidia&lt;/a&gt; Corporation G96 [&amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;GeForce&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.nvidia.com/object/geforce_family.html&amp;quot;&amp;gt;GeForce&lt;/a&gt; 9500 GT] (rev a1) with 1GB&lt;/p&gt;
&lt;p&gt;&amp;lt;a class=&amp;quot;zem_slink freebase/en/intel_corporation&amp;quot; title=&amp;quot;Intel Corporation&amp;quot; rel=&amp;quot;geolocation&amp;quot; href=&amp;quot;http://maps.google.com/maps?ll=37.3879277778,-121.963538889&amp;amp;spn=0.01,0.01&amp;amp;q=37.3879277778,-121.963538889%20%28Intel%20Corporation%29&amp;amp;t=h&amp;quot;&amp;gt;Intel&lt;/a&gt;(R) &amp;lt;a class=&amp;quot;zem_slink freebase/en/intel_core_microarchitecture&amp;quot; title=&amp;quot;Intel Core (microarchitecture)&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Intel_Core_%28microarchitecture%29&amp;quot;&amp;gt;Core&lt;/a&gt;(TM) i5 CPU         650  @ 3.20GHz with 6 core&lt;/p&gt;
&lt;p&gt;Transcend JM1333KLU-2G @ 1333MHz  – totalling 4 GB of &amp;lt;a class=&amp;quot;zem_slink freebase/en/ddr3_sdram&amp;quot; title=&amp;quot;DDR3 SDRAM&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/DDR3_SDRAM&amp;quot;&amp;gt;DDR3&lt;/a&gt; RAM&lt;/p&gt;
&lt;p&gt;22 inch BENQ &amp;lt;a class=&amp;quot;zem_slink freebase/en/liquid_crystal_display&amp;quot; title=&amp;quot;LCD&amp;quot; rel=&amp;quot;wikinvest&amp;quot; href=&amp;quot;http://www.wikinvest.com/concept/LCD&amp;quot;&amp;gt;LCD&lt;/a&gt; monitor&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
