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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-07-2022, 11:22 AM
|
#1
|
Member
Registered: Dec 2021
Posts: 82
Rep: 
|
Can I tweak/improve my processor?
Hi, best wishes for the new year.
Its bit embarrassing to admit ... but honestly I know nothing about tweaking hardware.
I'm no gamer, more a creative ... got an old Dell laptop and wonder if there's any safe method to tweak and get better performance out of the CPU ... just maybe it's possible to make it a whole lot better and maybe I just don't know about it.
Processor Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz, 2001 Mhz, 4 Core(s), 8 Logical Processor(s)
TIA
|
|
|
01-07-2022, 11:32 AM
|
#2
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,306
|
you may be able to improve performance by a few percent (nothing more). Actually it depends on the current situation. Probably you can add more RAM, use SSD instead of HDD, and try other tweaks, but don't expect miracle.
|
|
|
01-07-2022, 12:08 PM
|
#3
|
Member
Registered: Dec 2021
Posts: 82
Original Poster
Rep: 
|
Quote:
Originally Posted by pan64
you may be able to improve performance by a few percent (nothing more). Actually it depends on the current situation. Probably you can add more RAM, use SSD instead of HDD, and try other tweaks, but don't expect miracle.
|
Ok yeah have replaced with SSD but told (or read online, not sure) that my old Dell can't register more than the RAM it has even if I try adding more.
But thanks for feedback.
|
|
|
01-07-2022, 12:19 PM
|
#4
|
Moderator
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,030
|
Depending on the board, you could attempt to overclock it to get more performance from it. That's about it from the actual HARDWARE side. On the software side, you could attempt to run something like Gentoo and set your compile options to take advantage of any and every option that the CPU has to maximize your software's optimizations for your hardware. It's not like back in the days of {3,4,5,6}86 optimizations that it can provide a huge boost in performance in certain scenarious, but it CAN provide a boost in certain scenarios if you're willing to spend the time waiting for every single application to recompile from source.
|
|
1 members found this post helpful.
|
01-07-2022, 12:29 PM
|
#5
|
Member
Registered: Dec 2021
Posts: 82
Original Poster
Rep: 
|
Quote:
Originally Posted by Timothy Miller
Depending on the board, you could attempt to overclock it to get more performance from it. That's about it from the actual HARDWARE side. On the software side, you could attempt to run something like Gentoo and set your compile options to take advantage of any and every option that the CPU has to maximize your software's optimizations for your hardware. It's not like back in the days of {3,4,5,6}86 optimizations that it can provide a huge boost in performance in certain scenarious, but it CAN provide a boost in certain scenarios if you're willing to spend the time waiting for every single application to recompile from source.
|
Thank you ... I'll research and look into Gentoo etc ....
|
|
|
01-07-2022, 01:13 PM
|
#6
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,705
|
Quote:
Originally Posted by redrobred
Thank you ... I'll research and look into Gentoo etc ....
|
Timothy Miller's advice is sound, but (from personal experience), I'd take care with overclocking. While it *CAN* make things faster, the CPU's are typically set to a speed at the factory where they're known to work reliably. Your mileage may vary when going faster, and it may cause other....'interesting' things to happen, not the least of which is failure of the CPU/MOBO.
I'd just advise caution.
|
|
1 members found this post helpful.
|
01-07-2022, 01:50 PM
|
#7
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,352
|
Yes. You can literally double your CPU performance by changing your CPU scaling governor from "ondemand" (which most distros use by default) to "performance." I'm not joking.
The way to do so is distribution-specific. On Fedora it's
Code:
sudo dnf install cpupower
sudo systemctl enable cpupower
sudo systemctl start cpupower
Last edited by dugan; 01-07-2022 at 02:43 PM.
|
|
1 members found this post helpful.
|
01-08-2022, 06:13 AM
|
#8
|
Member
Registered: Jun 2020
Posts: 614
Rep: 
|
Quote:
Originally Posted by dugan
Yes. You can literally double your CPU performance by changing your CPU scaling governor from "ondemand" (which most distros use by default) to "performance." I'm not joking.
The way to do so is distribution-specific. On Fedora it's
Code:
sudo dnf install cpupower
sudo systemctl enable cpupower
sudo systemctl start cpupower
|
Note that this is in a laptop which will very likely be thermally constrained as-is and may also be power constrained - while a lot of recent Intel and AMD desktop CPUs can see decent (not anywhere near double though - lets spare the hyperbole - usually the measured performance increases are on the order of 10-20%) performance increases by unshackling their power management, that also usually requires significant increases in cooling and will increase power draw significantly (which can actually be double (or more) for some chips).
Generally the answer here is: no, there isn't a lot you can do to magically 'make it a whole lot better' - it is what it is (especially as a laptop). Removing OS bloat can help, but I'm very skeptical of the Gentoo approach on modern systems as being worth the time investment (and there are light weight distros out there that are less of a chore to install and configure).
If this is an easy to work on laptop, the best advice I could give you would be to open it up and clean out the dust/hair/junk and consider repasting the CPU (just based on the SKU this is around a 10 year old machine), which should improve thermal performance and potentially allow for the most optimal operation (in other words, you aren't 'gaining performance' you're 'restoring performance' to original state, but even that may not see 'actual gains' if things are already pretty tidy and working as designed).
|
|
2 members found this post helpful.
|
01-08-2022, 07:12 AM
|
#9
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,388
|
Great post @obobskivich.
|
|
1 members found this post helpful.
|
01-18-2022, 01:56 PM
|
#10
|
Member
Registered: Dec 2021
Posts: 82
Original Poster
Rep: 
|
Thanks everyone ... will take it all into account as I research carefully into it.
|
|
|
All times are GMT -5. The time now is 10:00 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|