1

My 13 year old brother has a notebook with an intel core duo at 1.83GHz and 2.50gb of ram.

As his computer is getting very slow(it has windows 7) he asked me to install linux in his machine as he saw mine and thinked that it will run better in his computer, As it would be his first time using linux, he is looking for a windows-like desktop. He only uses his computer for a few games(Minecraft, transformice), checking his email and some web browsing I was wondering what will suit him best. Sorry for the bad english and for the duplicated post but I couldnt find any good answer

EDIT: One more question, is worth using a x64 OS in that machine?

4 Answers4

1

I'm currently running 64 bit 14.04 on a core duo laptop and Gnome is very quick and responsive. The laptop has intel integrated graphics, 3 gigs of RAM.
What really makes the change from usable to quick is the addition of an SSD which nowadays only sets you back about $40.

1

Ubuntu 14.04, install gnome-fallback. After installing stock ubuntu, log in and open the terminal. Type or copy and paste
sudo apt-get install gnome-session-fallback
let it work, log out and click this img1 img2 select gnome fallback (metacity) Metacity is 2d and easier on the processor, compiz uses more 3d rendering. log in and
sudo apt-get remove unity

0

My suggestion is that you install Xubuntu Utopic Unicorn 32 bits.

In at least three partitions, /, /home, swap.

ftp://ftp.free.fr/mirrors/ftp.xubuntu.com/releases/14.10/release/xubuntu-14.10-desktop-i386.iso

kyodake
  • 17,808
0

I ended up installing ubuntu 14.10 the 32 bit version and using cinnamon

I used this link for installing cinnamon: http://www.tubuntux.com/2014/11/instalar-cinnamon-24-en-ubuntu-1410.html Is in spanish, the commands are

sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly
sudo apt-get update
sudo apt-get install cinnamon

Thanks to all who answered