I've recently changed my laptop to a much powerful one and i'm wondering how can i tweak ubuntu to use all the hardware power to speed up system.
My Previous laptop was a i3 Sony Vaio, And my current laptop is a i7 Toshoba with 16 GB of ram.
Specs are:
- Intel® Core™ i7-4700MQ Processor
- 16GB DDR3L 1600MHz memory
- 1.0TB (5400 RPM, Serial ATA)
- Mobile Intel® HD Graphics
Based on my experience with my old laptop, i expected to gain a huge performance improvement with this much more powerful laptop. Actually ubuntu is fast enough but sometimes it takes time for a window to open up (Like System Settings), So is there anything to improve the performance ? (I know the obvious advise whould be to change HDD with an SSD one, but at the moment i'm a little short on money...)
I did this tweaks already:
- I Installed
Preload
- Changed the value of
Swappiness
to 10 - Installed
zram-config
(i don't know if it helps or not since my laptop has lots of ram) - Moved
/tmp
directory to RAM
Also there are few things that bother me:
- When i login to ubuntu, screen turns black for few seconds and then Desktop is shown
- Function Keys on my laptop are reversed but in ubuntu i need to hold down
FN
to access those functions (i.e.F7
Key should Play/Pause music by default and to access actualF7
command,FN
sholud be held down, but in ubuntu it's opposite) - Touchpad is Multi-Touch but i cant set 3-4 finger gestures even though i installed
touchegg
- Keyboard is backlit and
FN+Z
should turn light ON/Off, but it doesn't work under ubuntu
And one thing else, the laptop has touch screen display, i don't really use this feature ( i even didn't know about it when i ordered), but is there any package or anything that lets ubuntu use this feature in a more specific way ? (i don't think so, just a long shot ;) )
Thanks
xset led 3
orsetleds...
. There is a tutorial here for speeding things up by removing some of the flashy effects Unity has, and there is a wiki here for Touchscreens. – Wilf Dec 16 '13 at 12:39