| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
In The Zone
Join Date: Nov 2007
Posts: 438
|
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. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#3 (permalink) |
|
In The Zone
Join Date: May 2006
Location: chennai
Posts: 422
|
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 |
|
|
|
|
#4 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#5 (permalink) |
|
In The Zone
Join Date: May 2006
Location: chennai
Posts: 422
|
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.. |
|
|
|
|
#6 (permalink) |
|
In The Zone
Join Date: Nov 2007
Posts: 438
|
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 by Xccentricity; 04-04-2008 at 06:36 PM. |
|
|
|
|
#8 (permalink) |
|
String Phreak
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
|
Do u have gnome installed? If not try to install it via the freeBSD Cd => "sysinstall" => install additional packages=>"gnome" !!
__________________
Bad Bad server.....No candy for u! |
|
|
|
|
#11 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
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
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#13 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
As root type the following command
Code:
cat /dev/sysmouse To stop the junk characters after testing, press ctrl + c
__________________
http://www.bash.org/?258908 |
|
|
|
|
#17 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^cat /dev/input/mice
or cat /dev/psaux
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#18 (permalink) |
|
In The Zone
Join Date: Nov 2007
Posts: 438
|
It says "No such device or directory".
Code:
Identifier "Mouse1" Driver "Mouse" Option "Protocol" "PS/2" #PS/2 Mouse Option "Device" "/dev/sysmouse" Last edited by Xccentricity; 08-04-2008 at 01:04 PM. Reason: Automerged Doublepost |
|
|
|
|
#20 (permalink) |
|
In The Zone
Join Date: Nov 2007
Posts: 438
|
Output of "ls -l /dev"
http://pastebin.ca/976671 I'm also including my xorg.conf:- http://pastebin.ca/976673 |
|
|
|
|
#23 (permalink) |
|
In The Zone
Join Date: Nov 2007
Posts: 438
|
Cmon man some help needed,
where is this frikkin file located? F*!kin mouse My xorg.conf:- http://pastebin.ca/976673 |
|
|
|
|
#28 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Try editing xorg.conf and use /dev/pcm0 as your mouse. Restart your X server after editing the config file. See if you're able to use the mouse then.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#29 (permalink) |
|
In The Zone
Join Date: Nov 2007
Posts: 438
|
It works but only "temporarily" meaning in the Login screen it doesnt work,
After exiting X and using "init 1" and running xorgconfig and editing the lines in xorg.conf to "/dev/psm0" it works, but after restarting my pc it doesnt work. |
|
|
|
|
#30 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
better to ask on desktopbsd.net/forums people out there should be able to help you better then. I think it could be cos of GPM but not sure.
Also, try this. After logging in, if the mouse doesn't work, open a terminal and login as root and type killall moused
__________________
http://www.bash.org/?258908 Last edited by mehulved; 10-04-2008 at 11:39 PM. Reason: Automerged Doublepost |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Any MPD users here? | ray|raven | Open Source | 4 | 10-03-2008 03:35 PM |
| mac osx users-please help | abhinandh | Chit-Chat | 2 | 29-01-2008 10:03 PM |
| Hotmail to offer POP3 to Hotmail Plus users, to normal hotmail users later | alsiladka | Technology News | 27 | 25-09-2007 12:49 PM |
| What 64 Bit users are doing? .. Using 32 Bit or 64 Bit OS? | rollcage | QnA (read only) | 27 | 09-03-2006 07:21 AM |
| 3ds Max users or Maya users | mad_gundam | QnA (read only) | 35 | 21-12-2004 04:26 PM |