Any BSD users?

Status
Not open for further replies.

Renny

Padawan
Well the title says it,

Anyone here who uses FreeBSD, DesktopBSD, PCBSD or the likes?

Could you guys share your experience and throw light on how different it is from linux?

Well I could've searched wikipedia but I wanna first hand account of how it is.
 

mehulved

18 Till I Die............
I have used PC-BSD. I use FreeBSD and used to, and will return back to, Gentoo/FreeBSD.
Only thing common between linux and a BSD is that they all are Unix like/compliant systems.
Linux is more poised towards System V and BSD's towards BSD4.4, AFAIK.
There's a lot of difference at the core like different kernel, file system, support for hardware, binary types, c library, make system and more.
Two issues that I faced are, flash support is really bad due to adobe not having native flash for BSD's so you have to rely on linux compat for that. Secondly, support for virtualisation is really pathetic.
Things to look out for - FreeBSD jails, zfs support, pf firewall got from OpenBSD.
 

vaithy

In the zone
To Day I installed the PC BSD 1.5 in my desktop which has sabayan already installed.. after installation while reboot it
a option lines appear in the screen
F! Linux
F2 Linux
F3 ?
F4 PC BSD when I press F4 I directly go to PC BSD then when I want to try my other Linux in the system again I rebooted go to boot menu.. this time pressing F1 F2 no reaction but F4 is working for PC BSD...

If some body tell me how to multiboot with Linux, and BSD I'll be thankful to them

vaithi
 

mehulved

18 Till I Die............
Install GRUB on your root partition instead of MBR. Or if you want to boot from GRUB, then install GRUB on your MBR and chainload PC-BSD.
 

vaithy

In the zone
thanks mehulved!!
chainloaded the PC BSD partition in Sabayan ...Now I can both booted Linux as well as BSD.. This posting is from PC BSD konquerer ...despite its ease of use BSD is still long way to go to naturalise Linux influence on the FOSS supported base..
 
OP
Renny

Renny

Padawan
I installed FreeBSD 7.0 on my system,

Even after running "xorgconfig" when I type "startx" I get an error saying:-

"Fatal server error
No screens found".



+



I have installed XP on the primary partition, after installing FreeBSD I get 2 options:-
F1 - DOS
F2 - FreeBSD

But it never loads windows plz help.
 
Last edited:

mediator

Technomancer
Do u have gnome installed? If not try to install it via the freeBSD Cd => "sysinstall" => install additional packages=>"gnome" !!
 
OP
Renny

Renny

Padawan
I'm currently using DesktopBSD since FreeBSD did'nt work at all,

X starts up fine with KDE, but my PS/2 mouse doesnt work even after xorgconfig,

plz help.
 

praka123

left this forum longback
Code:
Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option          "CorePointer"
    Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection
^make sure u have these lines uncommented :)
 
OP
Renny

Renny

Padawan
Wow dat was a really quick reply, thnx praka,

will checkout my xorg.conf,



PS - What do u mean by uncommented :).
 

mehulved

18 Till I Die............
As root type the following command
Code:
cat /dev/sysmouse
Now move your mouse. If it writes junk characters on your screen then your mouse is working fine, just need to edit mouse device to /etc/sysmouse in /etc/X11/xorg.conf
To stop the junk characters after testing, press ctrl + c
 
OP
Renny

Renny

Padawan
Did'nt work, after typing the command and moving the mouse I dont get any characters at all.
 
OP
Renny

Renny

Padawan
^cat /dev/input/mice
or
cat /dev/psaux

It says "No such device or directory".

Code:
Identifier "Mouse1"
Driver "Mouse"
Option "Protocol" "PS/2" #PS/2 Mouse
Option "Device" "/dev/sysmouse"

^^^This is the Input Section of my xorg.conf.
 
Last edited:
OP
Renny

Renny

Padawan
Output of "ls -l /dev"

*pastebin.ca/976671






I'm also including my xorg.conf:-

*pastebin.ca/976673
 
Status
Not open for further replies.
Top Bottom