LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices

Reply
 
LinkBack Search this Thread
Old 11-20-2011, 10:35 AM   #1
sasser
LQ Newbie
 
Registered: Apr 2010
Location: Bucharest
Distribution: Slackware13.0, OpenBSD4.7
Posts: 26

Rep: Reputation: 0
graphic card choose for openbsd x64


Hello,

I want to build a computer with AGP 8x to get familiar with the latest openbsd (5.0, amd64). I have an option of using cards from nvidia (tnt2 m64, geforce 2 mx, FX5200) or amd (radeon 9xxx).
Which one of this two has better hardware support?

Thanks
 
Old 11-20-2011, 01:21 PM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 2,864

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
The radeon 9xxx GPU will give you some 3D acceleration. You will not have any 3D acceleration from the nvidia GPU.

Adam
 
Old 11-20-2011, 06:36 PM   #3
ReaperX7
Member
 
Registered: Jul 2011
Distribution: Heavily customized and modified Slackware64-current based operating system.
Posts: 379
Blog Entries: 3

Rep: Reputation: Disabled
If you have the latest version of X11, and if the OpenBSD kernel has support for it, you might be able to get support through either nouveau or the proprietary driver from Nvidia. The latest Mesa build has support for the Gallium3D API for nouveau and you will be able to get decent acceleration off of it if your kernel has support for your video card, but it could be disabled and may require you to rebuild your kernel to enable it.
 
Old 11-20-2011, 07:00 PM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 2,864

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
nvidia does not have a proprietary driver for OpenBSD, nor is nouveau available. Again, the radeon 9xxx GPU is the only one in that list that will provide 3D acceleration.

Adam
 
1 members found this post helpful.
Old 11-21-2011, 08:51 AM   #5
ReaperX7
Member
 
Registered: Jul 2011
Distribution: Heavily customized and modified Slackware64-current based operating system.
Posts: 379
Blog Entries: 3

Rep: Reputation: Disabled
Nouveau should be available in the latest release as it was supposed to be added back in 4.3 with Xorg 7.3 citing this whitepaper they released back in 2008:

Code:
http://www.openbsd.org/papers/fosdem08-xorg.pdf
Support for it might however be minimal or disabled by default requiring a full rebuild of the kernel, libdrm, and mesa to enable support, however it was stated support as there, but without any definitive proof it works out of the box, I would suggest going with the Radeon at this time.
 
0 members found this post helpful.
Old 11-21-2011, 09:03 AM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 2,864

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Unless I'm mistaken, the only mention of nouveau in the PDF you linked to says:

Quote:
Porting more DRMs (nouveau, ...)
That's under the *BSD TODO list, and isn't associated with any release or date.

As you can see from browsing the cvs source tree, there's no nouveau code in the DRM directory:

http://www.openbsd.org/cgi-bin/cvswe...s/dev/pci/drm/

In the GENERIC config file, there is also no option, commented out or available, for nouveau:

http://www.openbsd.org/cgi-bin/cvswe...e=text%2Fplain

Support for nouveau on OpenBSD is neither minimal nor disabled by default. It's non-existent. If you still don't want to believe me, here's the response from the only OpenBSD DRM developer, when asked "there is no nouveau support in OpenBSD, correct?":

Quote:
correct. way down on the todo list
 
Old 11-22-2011, 05:48 AM   #7
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian wheezy/sid, PC-BSD
Posts: 3,000
Blog Entries: 4

Rep: Reputation: 88
If you're keen on 3-D support it might be better to use FreeBSD. I just installed PC BSD today on my old laptop and it has out of the box support for both the proprietary NVIDIA driver (nvidia) and nouveau. Talk about choice!

OpenBSD and NetBSD don't seem to be tailored to cater to desktop users looking for gloss and shine. FreeBSD has certainly come on, certainly if PC BSD is any clue...

Last edited by vharishankar; 11-22-2011 at 05:50 AM.
 
Old 11-22-2011, 08:07 AM   #8
hitest
Senior Member
 
Registered: Mar 2004
Location: Prince Rupert, B.C., Canada
Distribution: Slackware, OpenBSD
Posts: 3,305

Rep: Reputation: 270Reputation: 270Reputation: 270
Quote:
Originally Posted by vharishankar View Post
OpenBSD and NetBSD don't seem to be tailored to cater to desktop users looking for gloss and shine. FreeBSD has certainly come on, certainly if PC BSD is any clue...
I am very happy with OpenBSD 5.0; it positively shines on my old 850 MHz IBM eserver that has a 20 GB HD and 768 MB RAM. I was impressed that xorg ran out of the box with zero configuration on my part. The unit is responsive running Fluxbox.
 
Old 11-22-2011, 08:27 AM   #9
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian wheezy/sid, PC-BSD
Posts: 3,000
Blog Entries: 4

Rep: Reputation: 88
Quote:
Originally Posted by hitest View Post
I am very happy with OpenBSD 5.0; it positively shines on my old 850 MHz IBM eserver that has a 20 GB HD and 768 MB RAM. I was impressed that xorg ran out of the box with zero configuration on my part. The unit is responsive running Fluxbox.
Yes, but I am talking about desktop users looking for shine and gloss... and desktop specific stuff that works with relatively little configuration.

I agree that you can turn NetBSD or OpenBSD into a desktop system, but I found it hard to configure all the settings just right, especially for laptops. For example, I could never ever get the Suspend/Resume to work on NetBSD or OpenBSD even after thorough research because KDE never recognized the PolicyKit.conf settings, nor could I configure screen backlighting to work right, and of course, 3-D effects is impossible as there are no 3-D drivers for graphics as noted earlier. Also I doubt whether NetBSD or OpenBSD developers are actively developing device drivers for USB video devices like webcams and such. It would be way down on their priority list.

Also many things like Bluetooth which we take for granted on Linux are probably not as easy to configure on BSD systems in general.

Last edited by vharishankar; 11-22-2011 at 08:29 AM.
 
Old 11-22-2011, 06:58 PM   #10
ReaperX7
Member
 
Registered: Jul 2011
Distribution: Heavily customized and modified Slackware64-current based operating system.
Posts: 379
Blog Entries: 3

Rep: Reputation: Disabled
I know FreeBSD mostly just gives you a system that's very basic out of the box and requires downloading and installing tons of packages to get very simple things working like X11 and such, but does PC-BSD come more like a standard Linux system with most of everything working out of the box?
 
0 members found this post helpful.
Old 11-22-2011, 07:04 PM   #11
hitest
Senior Member
 
Registered: Mar 2004
Location: Prince Rupert, B.C., Canada
Distribution: Slackware, OpenBSD
Posts: 3,305

Rep: Reputation: 270Reputation: 270Reputation: 270
Quote:
Originally Posted by ReaperX7 View Post
I know FreeBSD mostly just gives you a system that's very basic out of the box and requires downloading and installing tons of packages to get very simple things working like X11 and such, but does PC-BSD come more like a standard Linux system with most of everything working out of the box?
PC-BSD is based on FreeBSD and has been modified to be more user-friendly to use with graphical front-ends for system configuration. During the installation routine you can choose what types of applications to install. Yes. PC-BSD works out of the box.
 
Old 11-22-2011, 07:35 PM   #12
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian wheezy/sid, PC-BSD
Posts: 3,000
Blog Entries: 4

Rep: Reputation: 88
Quote:
Originally Posted by ReaperX7 View Post
I know FreeBSD mostly just gives you a system that's very basic out of the box and requires downloading and installing tons of packages to get very simple things working like X11 and such, but does PC-BSD come more like a standard Linux system with most of everything working out of the box?
PC BSD is impressive that way. I set it up in less than an hour. The actual installation takes some time because the DVD has 3.6 Gigs of data and there is no way to deselect the main system components (of which KDE is a part), but post-install configuration is minimal for a desktop system. It even logs in graphically and X is configured graphically as well.

Last edited by vharishankar; 11-22-2011 at 07:36 PM.
 
Old 11-22-2011, 08:46 PM   #13
ReaperX7
Member
 
Registered: Jul 2011
Distribution: Heavily customized and modified Slackware64-current based operating system.
Posts: 379
Blog Entries: 3

Rep: Reputation: Disabled
I've been looking for a few new OSes to grab and learn while I wait for my Hard drive to get in my budget.

It looks like PC-BSD, OpenIndiana (if I can ever get it to detect my ASIX USB NIC), and Slackware will be getting a partition each once it arrives along with Windows 7.
 
Old 11-23-2011, 06:02 AM   #14
hitest
Senior Member
 
Registered: Mar 2004
Location: Prince Rupert, B.C., Canada
Distribution: Slackware, OpenBSD
Posts: 3,305

Rep: Reputation: 270Reputation: 270Reputation: 270
Quote:
Originally Posted by ReaperX7 View Post
It looks like PC-BSD, OpenIndiana (if I can ever get it to detect my ASIX USB NIC), and Slackware will be getting a partition each once it arrives along with Windows 7.
I'm a long-time FreeBSD user, but, I had to move to OpenBSD as FreeBSD 9.0 would not boot-up on this old box. I must say that I am happy with the switch as OpenBSD 5.0 works well indeed.
Good luck with PC-BSD.
 
Old 11-23-2011, 06:21 AM   #15
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian wheezy/sid, PC-BSD
Posts: 3,000
Blog Entries: 4

Rep: Reputation: 88
The big problem with OpenBSD is that you cannot get the official distribution without paying for the CD-set. I am not against charging for distributions, but it makes OpenBSD out of reach of those who simply want to use it in a non-commercial setting - see it's harder to justify the cost and makes more sense in enterprises which require dedicated and secure server systems.

I am aware that the OpenBSD installation can be done with the downloadable CD and I know what it does, but you get the most basic system possible and you need to spend a lot of time in building up the system through downloading large ports and making other desktop-specific customizations. The same result can be achieved with PC-BSD (for a desktop) with lesser effort at the cost of fine-grained customization.

Yes, OpenBSD has other advantages, but those are advantages that are most beneficial to server setups, dedicated firewalls etc.

If a user wants a BSD for desktop usage, I HAVE to recommend PC-BSD based on my current experiences simply because it even blows some Linux distros out of the water for ease of use and a setup that just works. It's also clean in the sense that you "jail" the ports and the self-containing PBIs won't mess with the system files at all.

I'm downloading 9.0-RC1 as I write this. It appears to have enhancements that make it even better for desktops.

Last edited by vharishankar; 11-23-2011 at 06:24 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware v13 x64 boot graphic gmartin Slackware 2 10-15-2010 09:21 AM
can you help me to choose a graphic card which can play SC2 wnf15 General 1 06-19-2008 06:21 AM
Can't retain my resolution or choose my graphic manager in Slackware 12.1 gregorian Linux - Newbie 10 05-27-2008 12:34 AM
New graphic card - help me choose! moljac024 Linux - Hardware 15 10-17-2007 01:41 PM


All times are GMT -5. The time now is 07:23 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration