Wednesday, November 9, 2011

Intel Core i3 vs Intel Core 2 Duo Comparison- The Difference

This post explains the Difference Between the Intel Core i3 and Core 2 Duo processors.
Just like the Intel Core i7, the Core i3 is based on a new architecture – Clarkdale which is based on the new Westmere microarchitecture. The Intel Core i3 range offers only dual core processors unlike the Core i5 and i7 which offer Quad cores as well.
Intel Core 2 Duo
Codenamed: Conroe, Allendale, Wolfdale – Core 2
Fabrication: 65 nm / 45 nm
Instruction set: X86, X86-64, MMX, SSE 4.1
Socket: LGA 775
Bus: 1333 MHz FSB
RAM: DDR2
Chipset Support: 965, P3x, G3x, P45, X48
Intel Core i3
Codenamed: Clarkdale
Fabrication: 32 nm
Instruction set: X86, X86-64, MMX, SSE 4.2
Socket: LGA 1156
Bus: Direct Media Interface
RAM: DDR3
Chipset Support: P55, H55, H57, Q57

LGA 1156, Direct Media Interface, Smart Cache
Both the Intel Core i3 and Intel Core 2 Duo processors are native dual cores; they have both processors on the same die which leads to better processing speeds. The Intel Core 2 Duo processors work on the LGA 775 socket, the new Core i3 and Core i5 processors use the LGA 1156 socket. The Core i3 processors support motherboards based on the following chipsets – P55, H55, H57, Q57.
As the Core i3 processors have a 32 nm fabrication, they are much more power efficient and run faster than Core 2 Duo processors which have a 65 / 45 nm fabrication. There are two processors in the Core i3 series – Core i3 530 (2.93 GHz) and the Core i3 540 (3.06 GHz). Both have 2 x 256 KB L2 cache and 4 MB of L3 cache. Both the Core i3 processors sport the DMI (Direct Media Interface) which is much faster than the FSB used in Core 2 Duo processors but is not as fast as Quick Path Interconnect in the Core i7.
The Core i3 processors also have a on die graphics processor which offer much better graphics performance. They also support Hyperthreading which means that each core can run 2 threads simultaneously which results in 2×2=4 virtual cores. They also have a on die memory controller which helps in much faster memory access than the Core 2 Duo processors. Also their chipsets are compatible with DDR3 RAM. The whole combination of Core i3 + DDR3 RAM offers much better performance than Core 2 Duo + DDR2 RAM. The Core i3 processors also support Smart Cache which allows cache memory sharing between the two cores reducing memory latencies.
However, unlike the Core i5 and Core i7 processors, the Core i3 processors also don’t support Turbo Boost which allows dynamic overclocking for better performance. Nevertheless, they are priced very low, which makes them a very good deal for budget PCs.

Wednesday, October 19, 2011

Various system utilities


Thursday, October 13, 2011

How to install xfce


If you have a computer with rather modest specifications (between 128 MB of RAM to 256 MB of RAM), you may find that Kubuntu’s KDE and Ubuntu’s Gnome are too slow on your computer to be functional. There’s another desktop environment called Xfce that is relatively lightweight, and Xubuntu is the version of Ubuntu that comes with Xfce as its default desktop environment.
Xfce is a lightweight desktop environment for unix-like operating systems. It aims to be fast and lightweight, while still being visually appealing and easy to use.Xfce is an easy to use and easy-to-configure environment for X11 based on GTK2. A priority is adherence to standards, specifically those defined at freedesktop.org.

Installing on Ubuntu
$ sudo apt-get install xubuntu-desktop
or
$ sudo apt-get install xfce4 xfce4-goodies
(The Xfce Goodies Project includes additional software and artwork that are related to the Xfce desktop, but not part of the official release. Please note that when installing the Xfce goodies you will install a lot of extra programs you probably don’t need.)
After the installation, you will need to logout or reboot your machine. When you get to the login screen, select the Options button in the lower left hand corner. You will be prompted to select from one of the available window managers. Select Xfce and then login. The Xfce desktop looks a lot like Gnome, but without all the fancy gadgets.
Installing on Fedora
$ yum groupinstall xfce
After installing Xfce you can use the “Session” menu to choose a Xfce login instead of a GNOME or KDE login.