LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 06-20-2011, 08:34 AM   #1
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Rep: Reputation: 76
CPU axis perpendicular to the MB vs CPU axis parallel to the MB.


Hi:

In desktops, CPUs are generally horizontally mounted on the main board (that is, it's axis of simetry perpendicular to the plane of the main board). I'll call this horizontal mount. In others, instead, I've seen a socket on the MB holding a small vertical board and, on this board, CPU and fan (call it vertical mount).

Does the fact that a desktop computer uses vertical mount say anything? Thanks.
 
Old 06-20-2011, 08:52 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
It mostly says that it is an older computer (at least in the x86-world). The vertical mounted processors are either Slot 1 (Intel Celeron, Pentium 2 and early Pentium 3) or Slot A (early AMD Athlon).
 
Old 06-20-2011, 09:00 AM   #3
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Sounds like you are describing a 'slot' CPU mount, not the standard 'socket' CPU mount.

As far as 'desktop systems, slot CPUs were used by intel ('slot 1'- pentium 2, pentium 3) and AMD ('slot a'- athlon). Intel and AMD both got rid of slot mounted CPUs due to cost. intel went back to socket 370, AMD went on to socket a.

http://en.wikipedia.org/wiki/Slot_1
http://en.wikipedia.org/wiki/Slot_A

http://en.wikipedia.org/wiki/Socket_370
http://en.wikipedia.org/wiki/Socket_A

About all that a slot CPU mount says is that its a fairly old system.
 
Old 06-20-2011, 10:16 AM   #4
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Intel Celeron is the case of a computer I have at home with vertical mount.
 
Old 06-21-2011, 01:37 AM   #5
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Not that many celerons with a slot 1- only the 300'A' to 433, and the original 'Covington' 266 and 300s. The 300A-433 are Ok, though a bit slow now. The 'Covington' celerons are some of the worst CPUs intel has ever made, they are slower than most Pentiums.

Its also possible that you have a 'slocket' (slot to socket adapter)-

http://en.wikipedia.org/wiki/Slotket
 
Old 06-21-2011, 09:14 AM   #6
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Well, it is a printed circuit board (PCB) which is plugged into the MB slot. On this PCB, there is a socket w/ the CPU.

Thanks.
 
Old 06-22-2011, 01:27 AM   #7
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Thats a slocket.
 
Old 06-22-2011, 02:33 AM   #8
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Does this look familiar ?

http://www.cpu-museum.de/?m=Intel&f=Celeron
 
Old 06-22-2011, 07:48 AM   #9
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
It's a nice page. Thanks very much. The processor CPUID instruction gives family, model and stepping for the CPU it is running on. OTOH, in /var/log/dmesg there is the line
Code:
CPU0: Intel(R) Celeron(TM) CPU                1100MHz stepping 01
I think this line gives the three pieces of info: Celeron implies Family 6. 1100MHz implies Model 11 and the stepping is explicitly given.

If this is the case, one of the processors I have is family 6, model 11, stepping 6 (the one with the slocket) and the other is family 6, model 11, stepping 1. This, I think, does not uniquely defines them, cause CPUID gives other data besides these.
 
Old 06-22-2011, 07:51 AM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The model value does not relate to the speed of the CPU.
 
Old 06-22-2011, 08:11 AM   #11
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
OK. But why at boot time the stepping is displayed and not the model? The model is more important than the stepping.

Last edited by stf92; 06-22-2011 at 08:14 AM.
 
Old 06-22-2011, 08:19 AM   #12
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by stf92 View Post
Code:
CPU0: Intel(R) Celeron(TM) CPU                1100MHz stepping 01
I think this line gives the three pieces of info: Celeron implies Family 6. 1100MHz implies Model 11 and the stepping is explicitly given.
Nope.

Family is the CPU generation. Not really used anymore by intel as far as I know, the last time intel changed the family was when they moved from pentium (family 5) to pentium pro (family 6)

Model is the manufacturing and design.

Stepping is just for design or manufacturing revisions.

http://www.intel.com/support/process.../CS-007619.htm

Last edited by cascade9; 06-22-2011 at 08:25 AM. Reason: typo
 
Old 06-22-2011, 08:40 AM   #13
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
OK. But can Linux or can he not give me the CPU model? For it seems it cannot. Why does he not display it at boot time?
 
Old 06-22-2011, 09:03 AM   #14
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
To see the complete info of your CPU just type this into a terminal:
Code:
cat /proc/cpuinfo
 
Old 06-22-2011, 09:13 AM   #15
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by stf92 View Post
OK. But can Linux or can he not give me the CPU model? For it seems it cannot. Why does he not display it at boot time?
Because model number doesnt mean much to anybody? 'Family 6, Model 28, Stepping 2', that doesnt help anybody. 'Intel Atom 230', that means something.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Axis and Xerces traene Programming 2 09-14-2007 11:48 AM
Axis Of Feeble Dragineez General 15 05-23-2006 03:20 PM
Milford 3-Axis Machine rejser Linux - Hardware 0 10-17-2004 11:47 AM
Mouse is off axis aliensub Linux - Hardware 6 09-29-2004 04:35 PM
Mouse Scrolling in the X-axis Dachaz Linux - Hardware 0 04-03-2004 05:25 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 04:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration