12a37 Ideal Desktop Hardware - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > System Hardware

System Hardware Internal storage, motherboards, PCI cards, stuff inside the case.

Reply
 
Thread Tools Display Modes
  #1  
Old October 11th, 2011, 20:39
thekayhan thekayhan is offline
Junior Member
 
Join Date: Jul 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Ideal Desktop Hardware

I'm planning on building a desktop from scratch and using FreeBSD as the exclusive OS. I have moderate Linux experience, but next to zero BSD experience. I figure that because I get to choose all the hardware, I might as well pick stuff that will work well with minimal configuration. With that in mind:

Generally: Anything to look out for when buying hardware in general? Is there a comprehensive list of supported hardware? Are some companies generally better than others?

CPU: Any x86_64 right?
GPU: In Linux Intel GMA was well supported with open drivers. Is this true for BSD too? Are there any discrete cards with good open drivers, or even quality closed ones?
Motherboard: Anything to look out for?
Wireless: Are some companies guaranteed, or do I have to go model by model? Any particular models to avoid/get?

Anything else?

Thank you, I'm looking forward to having a rocking Unix box soon!

Last edited by DutchDaemon; October 11th, 2011 at 21:38.
Reply With Quote
  #2  
Old October 11th, 2011, 22:11
wblock@'s Avatar
wblock@ wblock@ is offline
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,701
Thanks: 429
Thanked 1,757 Times in 1,456 Posts
Default

Quote:
Originally Posted by thekayhan View Post
CPU: Any x86_64 right?
Pretty much, yes.

Quote:
GPU: In Linux Intel GMA was well supported with open drivers. Is this true for BSD too?
Yes and no. There's a project which has a good start on the KMS Intel drivers. It's not quite ready for general use yet.

Quote:
Are there any discrete cards with good open drivers, or even quality closed ones?
Radeon cards have an open source driver, but only up to the 4xxx series. Later ones need KMS drivers. I've tested various older Radeons and the 4650 seems to be a good balance of performance versus heat generation.

NVidia has a closed-source driver that should work with almost all of their cards.

Depending on who you ask, one of those two drivers above is terrible in one way or another, while the other is the best thing ever.

Quote:
Motherboard: Anything to look out for?
Hard to say.

Quote:
Wireless: Are some companies guaranteed, or do I have to go model by model? Any particular models to avoid/get?
Atheros is generally the best bet. Unlikely they'll be included with a motherboard. Realtek 8187 isn't bad, some of the RALink. Broadcom, some work great, many do not.

Quote:
Anything else?
Asus is highly overrated, IMO. Gigabyte is okay. Get polymer ("solid") capacitors if possible.
Reply With Quote
  #3  
Old October 12th, 2011, 11:06
Goose997 Goose997 is offline
Junior Member
 
Join Date: Jul 2011
Location: Dubai, UAE
Posts: 48
Thanks: 4
Thanked 2 Times in 2 Posts
Default

hi

You can also check http://www.freebsd.org/releases/8.2R/hardware.html for compatibility.

regards
Malan
Reply With Quote
  #4  
Old October 12th, 2011, 12:15
vermaden's Avatar
vermaden vermaden is offline
Giant Locked
 
Join Date: Nov 2008
Location: pl_PL.lodz
Posts: 2,191
Thanks: 59
Thanked 632 Times in 349 Posts
Default

Quote:
Originally Posted by thekayhan View Post
CPU: Any x86_64 right?
Only if You want to use ZFS heavily or need more then 3GB RAM, if not and not, i386 is ok.

Quote:
GPU: In Linux Intel GMA was well supported with open drivers. Is this true for BSD too? Are there any discrete cards with good open drivers, or even quality closed ones?
I have great experience with Intel GMA 3100, X3100 and X4500, I do not used discrete card for quite long time, so I will not help about them.

Also do not get i3/i5/i7 Intel CPU until GEM/KMS project is finished.

Quote:
Motherboard: Anything to look out for?
If seeking for above cards, then G-likes have X-likes GMAs, and Q-likes have non-X-likes graphics, for example G45 will have X4500 while Q45 has 4500 (without some acceleration).

Quote:
Wireless: Are some companies guaranteed, or do I have to go model by model? Any particular models to avoid/get?
I have had Intel models, they worked good, but I have heard that Atheros' on BSD are second to none.

Quote:
Anything else?
4K drives are little PITA, I prefer to use 512B ones, but its unavoidable anyway
__________________
Religions, worst damnation of mankind.
"FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM
http://vermaden.blogspot.com
Reply With Quote
  #5  
Old October 12th, 2011, 20:16
bbzz bbzz is offline
Member
 
Join Date: Nov 2010
Location: random
Posts: 826
Thanks: 77
Thanked 119 Times in 79 Posts
Default

Quote:
Originally Posted by vermaden View Post

Also do not get i3/i5/i7 Intel CPU until GEM/KMS project is finished.
vermaden,
I've been doing a little research on this, but I'm still unsure as to what it does/means.
I got i7/x58 chipset. What is it that is wrong with i7?
Regards
Reply With Quote
  #6  
Old October 12th, 2011, 20:28
wblock@'s Avatar
wblock@ wblock@ is offline
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,701
Thanks: 429
Thanked 1,757 Times in 1,456 Posts
Default

Quote:
Originally Posted by bbzz View Post
vermaden,
I've been doing a little research on this, but I'm still unsure as to what it does/means.
I got i7/x58 chipset. What is it that is wrong with i7?
Regards
Nothing, just don't plan on using onboard graphics until the Intel KMS driver work is done. (Actually, it sounds mostly-usable now, but it's not done.)

Add-on graphics boards should be fine, AFAIK. Untested, although I'd be happy to test an i7 if anybody wants to provide CPU/motherboard/memory.
Reply With Quote
The Following User Says Thank You to wblock@ For This Useful Post:
bbzz (October 12th, 2011)
  #7  
Old October 12th, 2011, 21:49
Zhwazi Zhwazi is offline
Junior Member
 
Join Date: Nov 2009
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Default

For the CPU, anything x86 or x86-64 should work fine. I recommend installing 64-bit unless there's a particular reason you need 32-bit. If you can't think of a specific one, then there probably isn't a reason to use i386.

For the GPU, I always buy nVidia because that driver works well for me. I have no experience with the Radeon driver, but somebody else in the thread said it works on older Radeon cards. I avoided Intel graphics because of poor performance, I understand the Sandy Bridge GPU sucks less but that will require the KMS stuff that isn't in the OS yet.

For the motherboard, look at the sound card and NIC to see if they are supported.

For wireless, I recommend Intel 5000 and 6000 cards. With other manufacturers they may have two "revisions" of a product that are actually two wholly unrelated cards that are usually not going to work nicely. I have nothing good to say about Broadcom wireless cards. A good number of cards can be made to work with ndisgen.
Reply With Quote
  #8  
Old October 17th, 2011, 08:40
bigearsbilly bigearsbilly is offline
Member
 
Join Date: May 2009
Location: England
Posts: 134
Thanks: 2
Thanked 5 Times in 5 Posts
Default

I've never had problems with hardware.
Everything including sound always seems to work ok.

I have NVIDIA on board and now you can get NVIDIA drivers so you get OpenGL or whatever it is.

AMD64 works fine. I have one at home and I just bought a 4 core at work.
Reply With Quote
  #9  
Old October 17th, 2011, 09:43
rabfulton rabfulton is offline
Junior Member
 
Join Date: Nov 2009
Posts: 42
Thanks: 17
Thanked 2 Times in 2 Posts
Default

I like to use a ssd for the base os and 3 sata drives in a raidz for home. I'd also recommend nvidia for the graphics card as you get vdpau as well as good opengl.

Last edited by DutchDaemon; October 17th, 2011 at 15:31.
Reply With Quote
Reply

Tags
cpu, desktop, gpu, hardware

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] FreeBSD desktop to windows desktop LAN connection itslikethat Web & Network Services 5 December 11th, 2010 04:36
Is there an IDEAL way to install Xorg && nvidia-driver together? PhenomII X.Org 6 June 7th, 2010 05:38
[Solved] 6.4 vs 7.3 vs 8.0 for Via C3 Desktop shepper Installing & Upgrading 4 March 22nd, 2010 18:02
what ideal update of portupgrade? ProFTP Userland Programming & Scripting 0 July 20th, 2009 00:47
[Solved] remote desktop Tieken X.Org 4 May 28th, 2009 16:26


All times are GMT +1. The time now is 21:35.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0