PDA

View Full Version : Problem after installing


Oz
March 30th, 2010, 07:19
Well i think i have a problem. I just installed FreeBSD, system restarts and then i let it boot by itself. Then it charges some things and the it ask for login and password. I write and when i log it just appears a screen saying: "Welcome to FreeBSD! before seeking thecnical support, please use the following resources...". Is that normal or what i have to do?

SirDice
March 30th, 2010, 07:40
Is that normal or what i have to do?

That's perfectly normal. Now start reading the handbook.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/

lesha
March 31st, 2010, 09:29
Don't worry, all we have gone through it.
This is console,- it's difficult a few to novices.
But you can write (as root) /etc/rc.conf like this

#
keymap="ru.koi8-r"
font8x16="koi8-r-8x16"
#
hald_enable="YES"
dbus_enable="YES"
gnome_enable="YES"
#
moused_enable="NO"

And don't forget to install Gnome, hal, hald, Xorg and dbus from sysinstall
or pkg_add. Sysinstall is better.
I don't know, do you have sysinstall in 8.0, but it must have
something simple.

SirDice
March 31st, 2010, 09:46
Sysinstall is better.
No, it is not. It's un-officially at it's end of life.

Beastie
March 31st, 2010, 10:05
Unofficially? sysinstall:

This utility is a prototype which lasted several years past its expiration date and is greatly in need of death.

Oz
April 1st, 2010, 04:51
Ok i am going great, now i am configuring xorg and instaling gnome. Thanks for your suport.

Oz
April 1st, 2010, 07:36
Now that i am configuring i get some problems with xorg. I have to modify file xorg.new.conf but there is information that i dont see:

http://i65.servimg.com/u/f65/14/35/11/08/sin_ta10.jpg

http://i65.servimg.com/u/f65/14/35/11/08/sin_ta11.jpg

What could it be?

Beastie
April 1st, 2010, 10:25
First, the file should be called /etc/X11/xorg.conf. Check the handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html).

And what do you expect to be in the file/what do you want to change? You can check the man page xorg.conf for all the details.

One thing you could add is the resolution:

Section "Screen"
[...]
DefaultDepth 24
SubSection "Display"
[...]
Depth 24
Modes "NNNNxNNNN"
[...]
EndSubSection

If you have an LCD monitor, check its manual/the Internet for its maximum resolution and set that as Modes. Remove all the other Display subsections.

varnie
April 1st, 2010, 11:19
hi, this article (http://www.freebsd.org/doc/ru/books/handbook/x-install.html) in Handbook might help you.

Oz
April 1st, 2010, 21:25
The things i dont see is SynHoriz rate and vertical. Ant the screen resolution. But i thnk the problem is when i put this code:
# Xorg -config xorg.conf.new

I just get the black screen but my mouse doesnt works. I have a laptop so i think that i have to configure ps/2 mouse. Strangely i finished configuring all and as root i put startx and then i get like a white screen white boxes and I can controll my mouse and keyboard.