Results 1 to 10 of 10
I just installed FreeBSD for the first time and I'm running into a few problems.
First my mouse isn't configuring correctly. It's a basic 3-button USB mouse - no bells ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-27-2006 #1
Configuring FreeBSD
I just installed FreeBSD for the first time and I'm running into a few problems.
First my mouse isn't configuring correctly. It's a basic 3-button USB mouse - no bells or whistles.
Next my video card won't display 'startx' - it's an ATI radeon card. Is that going to be a problem for BSD? I'll use basic non-ati drivers if it's possible and necessary. I don't plan on doing any graphics-intensive stuff.
Lastly, vi is giving me hell. I'm a nano-user but nano isn't an option. If someone could supply a real quick vi howto it'd be much appreciated.
Thanks in advance.10" Sony Vaio SRX99P 850MHz P3-M 256MB RAM 20GB HD : ArchLinux
14" Dell Inspiron 1420N 2GHz Core2Duo 2GB RAM 160GB HD : Xubuntu
- 08-27-2006 #2
For your mouse and video card, try running xorgconfig. Set the protocol as "auto" for the mouse. ATI graphics cards should work on FreeBSD, but I don't know the name of the driver you should choose when running xorgconfig. As for VI, take a look at the vimbook or the tutorial at vim.org.
- 08-28-2006 #3I ran sysinstall and tried to configure my mouse. I tried literally every option and none worked.
Originally Posted by daark.child
I also followed the handbook 'configuring X11' instructions but I get errors at the
part. I guessCode:Xorg -config xorg.conf.new
didn't correctly configure my mouse or video card, but I have no idea what settings I need to change or what I need to change them to.Code:Xorg -configure
As for vi - I have glanced at numerous howtos but they are all so in depth.
Really all I need to know is the basics. Like how do I edit a text file and save it? For example in nano I would just open the file, hit ctrl-o to save and ctrl-x to exit. I can't imagine vi is that much more difficult. With that said, is it possible for me to install nano? That would make life soo much easier. I wish FreeBSD did us the small favor of at least including it on the CDs.10" Sony Vaio SRX99P 850MHz P3-M 256MB RAM 20GB HD : ArchLinux
14" Dell Inspiron 1420N 2GHz Core2Duo 2GB RAM 160GB HD : Xubuntu
- 08-30-2006 #4Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
Nano is really simple to use, but once you get a hang of vi it seems even simpler. You can always install nano before you do any real configuring through ports, or pkg_add.
Simple vi commands.
i Changes to insert mode, else you are in visual. You hit i, insert your text and then hit escape to exit insert mode to beep mode. It beeps when you do this
:w writes a file, must not be in insert mode
:q quits a file, must not be in insert mode
if you get a prompt that says read only then you must override it with :w! instead of :w
that's it, practice for 5 minutes and you'll get the hang of it. Keep using vi and you will be amazed at the wealth of simplicity and power that its commands contain, even though its not just scroll, type, ctl-X like nano
PM if you get stuck on any commands
- 08-31-2006 #5Linux Newbie
- Join Date
- May 2005
- Posts
- 222
You should be able to install nano. I used to run FreeBSD5.4 and I think I install nano from port if my memory is correct.
Mouse configuration can be hell. I've never resolved my mouse scroll wheel problem and I searched the Handbook for it until my eyes started to bleed !!
- 09-02-2006 #6Can u post ur mouse specs and the errors u get?
Originally Posted by ImNeat
- 10-28-2006 #7
As for the nano business:
It's an option if you want it to be:I'm a nano-user but nano isn't an option.Code:# cd /usr/ports/editors/nano && make && make install clean
- 10-31-2006 #8"make install clean" is all you need to do once you are in /usr/ports/editors/nano.
Originally Posted by anomie
- 10-31-2006 #9
Well observed, but both should produce the same result (the extra make first will not hurt anything).
In any case, I figure the OP has long since vanished.
- 11-30-2006 #10Just Joined!
- Join Date
- Apr 2005
- Location
- Upper Peninsula of Michigan
- Posts
- 57
There is also the ee editor on freebsd that comes stock. It's aimed at being able to use it without prior knowledge. All the commands reside at the top, kind of like nano =)


Reply With Quote
