LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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
  Search this Thread
Old 10-28-2005, 05:10 PM   #1
amon
Member
 
Registered: May 2004
Location: UK
Distribution: Debian, Ubantu, CentOS
Posts: 146

Rep: Reputation: 17
100% OpenBSD Noob!!!


OK I have been using linux to varying extents over the past 2 years primerily debian. I have just tried to install and use OpenBSD 3.7 on my computer and i think its sort of working but I'm lost.

First off I found the installation (although guided) made debian look easy (perhaps its just me experiance with debian). All i have done is run through the installation procedure covered here: OpenBSD 3.7 Installation Guide

my questions are:

1: I tried to run "startx". x seems to load but the mouse is not there and I'm at a complete loss where to go from here.

2: can someone point me to a guide to help idiots from here on (as all the others ive seen get me to this stage)

3: I used lynx to get the files off the openBSD website and managed to install nano (after installing a couple of other things first) with "pkg_add" is there a better way of adding programs (I'm used to synaptic/aptitude which manage dependencies)

I'm a total and feel lost

 
Old 10-29-2005, 09:35 AM   #2
halo14
Senior Member
 
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103

Rep: Reputation: 45
OpenBSD isn't all that newbie friendly, however they do have excellent documentation on the OpenBSD website. The best place to start of is reading through the FAQ. I assumed you installed using FAQ4.. now follow up with 5 for updating the system.. and keep going.. it will walk you through installing more packages and stuff.

OpenBSD isn't really intended to be a normal desktop though.. it's focused on security, auditability, and stability. As such, it doesn't have all that many packages available. If you are looking to get your feet wet in BSD, you may have better luck with FreeBSD.. it is my favorite choice.
 
Old 10-29-2005, 02:24 PM   #3
greenmeanie
Member
 
Registered: Sep 2004
Distribution: FreeBSD5.4
Posts: 82

Rep: Reputation: 15
If openBSD uses XORG you will have to do a xorgconfig from shell to set up your mouse
 
Old 10-30-2005, 02:29 PM   #4
halo14
Senior Member
 
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103

Rep: Reputation: 45
Quote:
Originally posted by greenmeanie
If openBSD uses XORG you will have to do a xorgconfig from shell to set up your mouse
You can also use "X -configure" to autogenerate a sample xorg.conf in /root for testing.. it generally works well and is good at autodetecting your hardware. 'xorgconfig' can be a pain if you don't know all the exact settings for your stuff.
 
Old 11-09-2005, 01:39 PM   #5
boxerboy
Member
 
Registered: Jul 2005
Distribution: ubuntu5.04, ubuntu5.10, suse9.3, mandrake10.1, mandriva2006(beta), FC1-4, redhat9.0, debian sarge
Posts: 519

Rep: Reputation: 32
i had a hard time with freeBSD and i would like to try again is there a hot-to or walk-through for installing it and getting packages for it psssssssst and starting X
 
Old 11-09-2005, 02:36 PM   #6
halo14
Senior Member
 
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103

Rep: Reputation: 45
well.. the installation routine is extremely straighforward... but if yu need some guidance.. the handbook is pretty indispensable.

getting packages are as easy as "pkg_add -r xorg" or "pkg_add -r firefox" or whatnot..

to get X up and running you need to do a few things..

1: install X.... Xorg... and a window manager/desktop environment, such as KDE...

pkg_add -r kde
pkg_add -r xorg

2: Create a working xorg.conf file... I prefer to start with a working sample... "X -configure" will autogenerate a sample to /root/xorg.conf.new which you can test... if it works.. copy it to /etc/X11/xorg.conf.

3: Tell Xorg what you want to start... when you 'startx' by creating the ~/.xinitrc file that contains "exec startkde"

When this is completed, a simple 'startx' should get you up and running.
 
Old 11-10-2005, 05:09 AM   #7
KlaymenDK
Member
 
Registered: Sep 2003
Location: Denmark
Distribution: FreeBSD v6.0
Posts: 123

Rep: Reputation: 15
Quote:
Originally posted by halo14
well.. the installation routine is extremely straighforward...
Excuse me, but no it's not. I can understand why many newbies are lost so very early on.

There's no clear path through the installation (start here, next, next, you're done). True, there is a "Standard Install" option in the first screen, but the correct procedure involves selecting "Exit" after every decision! It is not at all obvious what "the path" is, and when you're finally done -- you end up at the same screen you started at. No changes, not even a status message.

And even then, you are a far reach from having a graphical login that may be regarded as "newbie safe" (or just plain "inviting" to non-geeks). Yes, I've heard all the arguments saying you need to know (or learn) what you're doing. By no means do I disagree -- but learning to drive would also be needlessly more difficult if you can't even get the garage open.

I'm not saying this to bitch & moan (okay, I am, but not only therefore). I'm saying this because the install is the very first "Welcome" screen to new users. Many users yearn for that "safe" GUI login screen, and with BSD it's just a long way there. As soon as I have learned enough myself, that's the #1 project I'll be looking to improve.

amon:
This is what I did. I hope it helps:

Configuring Xorg & KDE (if you prefer Gnome, fiddle a bit with the Handbook)
1. Xorg -configure (Note the capital X!)
2. Xorg -config xorg.conf.new (Verify that you get an X display (gray hatch, nothing else) and exit using Ctrl-Alt-Backspace.)
3. cp xorg.conf.new /etc/X11/xorg.conf
4. xorgcfg -textmode (Follow the on-screen directions.)
5. echo "exec startkde" > /home/<your-user-name-here>/.xinitrc

Enabling KDE to start automatically
1. In /etc/ttys, change the ttyv8 line to:
* ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure

Then, when you reboot, you should see KDE. From there, you can use Ctrl+Alt+F1 to toggle to the console, where you can login as root. To toggle back to X, use Ctrl+Alt+F9. Note that you probably can't login as root in KDE.
 
Old 11-10-2005, 06:00 AM   #8
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
I agree with KlaymenDK - FreeBSD's install can't be described as easy or well-documented by any standard - had I not been helping my GF out every step of the way, she'd have given up on her FreeBSD within half an hour of trying it.

And even I'd have been in trouble in some places, had I not done a previous install myself.

The software works great, but the installation isn't easy for newbies, or well-documented. Sad, but true.
 
Old 11-10-2005, 12:42 PM   #9
boxerboy
Member
 
Registered: Jul 2005
Distribution: ubuntu5.04, ubuntu5.10, suse9.3, mandrake10.1, mandriva2006(beta), FC1-4, redhat9.0, debian sarge
Posts: 519

Rep: Reputation: 32
for just basic install of BSD it is easier than say gentoo about the same "ease" lack of better word but about the same as slackware. but after i install it thats where i gave up cause i was very very new to linux (unix) than but if i ever get pc up and running again i might go for it again and try your ideas thank you
 
Old 11-10-2005, 12:42 PM   #10
MF2HX
LQ Newbie
 
Registered: Oct 2005
Posts: 1

Rep: Reputation: 0
I can recall having read on the OpenBSD site to the effect that "this is not for those new to BSD Unices and those only beginning to explore BSD might be better suited to FreeBSD. The documentation and install procedures are more user friendly and FreeBSD provides an excellent intro to the OS." After you wet your whistle so to speak you can return to OpenBSD and explore it's other features. (quotes mine, not word for word, but essence only). Hope this helps. All the best.
 
Old 11-10-2005, 06:21 PM   #11
halo14
Senior Member
 
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103

Rep: Reputation: 45
*shrug*

I thought it was pretty straight forward... but I read the handbook too. The first time I installed it(5.1) I had no problems.. and I had only been using Linux for a few months.. and that was only RH9 and SUSE 9. Granted, I didn't do any custom partitions or slices and whatnot.. but it's certainly much easier than OpenBSD ot NetBSD's installation IMHO...

I also don't believe that FreeBSD was ever geared towards being 'newbie friendly' or whatever you want to call it. For thos epurposes, there is DesktopBSD and PC-BSD.
 
  


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
OpenBSD - Where can i get OpenBSD 3.7 ISO CD -- Please help me b:z Linux - Software 5 04-08-2005 07:09 AM
Xircom CreditCard 10/100 CE3-10/100 driver not loaded under FEDORA or RHEL androphag Linux - Laptop and Netbook 1 02-06-2005 01:35 AM
I must sound like a noob... (OpenBSD) slackMeUp *BSD 13 11-08-2004 02:35 PM
RBEM56G-100 Xircom RealPort Cardbus Ethernet 10/100+Model 56 Linux Drivers/ Phalk sxa Linux - Laptop and Netbook 1 06-12-2004 11:20 AM
ATA 100 or UltraDMA/100...whatever rdaves@earthlink.net Linux - Software 3 09-30-2003 06:49 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 12:28 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