Re: src of boot loader.

2005-08-19 Thread Dev FreeBSD
On 8/19/05, Bsderss [EMAIL PROTECTED] wrote:
 Hi,
 
 Can anyone please tell me where is the source code of
 i386 boot loader in the freebsd src tree?
 
 
 Obviously different arch has different boot loader. If
 I just want to see the src of i386 boot loader, is the
 path ./sys/boot/i386/loader the correct source for
 this? I remembered there is part of the boot loader
 code is written in assembly, but I couldn't find it
 here... I may be had a bad memory...
 
 Thanks
 Sam.
 

Take a look at
src/sys/boot/i386/boot0/boot0.S

-- 
thanks
Dev.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVS files in src

2005-08-19 Thread Dev FreeBSD
On 8/19/05, Andrey V. Elsukov [EMAIL PROTECTED] wrote:
 Hi All!
 
 Why doTARBALL target in src/release/Makefile create src tarballs without
 CVS directories?
 
 --
 WBR, Andrey V. Elsukov
 

Hi

Usually an individual would download the tarball to build the stuff
and not necessarily to sync up with the tree.

If you need a specific release version then just pull off the sources
using the specific release tag.

-- 
thanks
Dev.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fd_set

2005-08-19 Thread Dev FreeBSD
On 8/19/05, nawcom [EMAIL PROTECTED] wrote:
 Now im your basic programmer, so the only thing i can relate fd_set to
 are the file descriptors (bit array i think) which are declared in the
 select function. select is used for basic input/output channel control.
 
 So by saying that -
 
 1) perhaps the file that is being built is missing the sys header file,
 sys/types.h (if im wrong somebody correct me). I have ended up fixing
 #include and #define typos in programs due to an unsuccessful build
 which seems to be common, so maybe this may be your case also.
 
 2) there might be something wrong with the header file itself, like
 fd_set not being declared.
 
 oh well - like i said -im your basic c/kernel  coder, but this is what i
 would check out if i was thrown into your shoes.
 

Hi

Checkout src/sys/sys/select.h

The fd_set structure is defined on line 71

typedef struct fd_set 
{
__fd_mask   __fds_bits[_howmany(FD_SETSIZE, _NFDBITS)];
} fd_set;


-- 
thanks
Dev.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.4 or 6 ?

2005-08-19 Thread Dev FreeBSD
On 8/19/05, Omer Faruk Sen [EMAIL PROTECTED] wrote:
 Hi,
 
 I will be installing a server that will be online for production environment
 in 1 month. I want your suggestions if I should use 5.4 or 6 ?
 
 I am thinking to install 6.0-Beta2 and upgrade to 6.0-RELEASE when it comes
 out. But I wanted to take your precious opinions.
 
  ---
 Omer Faruk Sen

Hi

Suggest you go with the stable 5.4 RELEASE for your production server
environment.

Please take a look at
http://www.freebsd.org/releases/5.4R/announce.html


-- 
thanks
Dev.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Games + pciE

2005-08-19 Thread Dev FreeBSD
On 8/19/05, Eric Murphy [EMAIL PROTECTED] wrote:
 Hey all! quick question for ya
 
 I recently installed Enemy Territory to play a mod called ETF 
 (www.etfgame.com)  I got the game working with no problems by installing a 
 few linux packages..
 
 linux_base-8-8.0_6  Base set of packages needed in Linux mode (only for i386)
 linux_dri-4.3.0_3   Binary Linux DRI libraries for 3D hardware acceleration of
 linux-XFree86-libs-4.3.99.902_3 XFree86 libraries, Linux binary
 
 
 However upon installing the nvidia drivers I have the option of useing the 
 FreeBSD agp driver or the nvidia one.  ive treyd to use both.  The game runs 
 alittle slow and sluggish so i figured it didnt have hardware acceleration.  
 So i need to enable AGP.  but then it dawned on me..im not running an agp 
 card.. im running PCIe  (PCI Express, Asus Geforce 6600GT)
 
 So my question is do i need to load some sort of PCIe driver? How can i get 
 the game to run smoothly and not sluggish?
 
 Any suggestions are welcome!
 

Hi

May be this would help.

http://www.nvnews.net/vbulletin/showthread.php?t=52388

-- 
thanks
Dev.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: start up command for mysql

2005-08-19 Thread Dev FreeBSD
On 8/19/05, Ed Stover [EMAIL PROTECTED] wrote:
 
 
 Dont forget to place it in the /etc/rc.conf as well.. darn rcsubr ;)

Hi

What is rcsubr ?

-- 
thanks
Dev.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.4 or 6 ?

2005-08-19 Thread Dev FreeBSD
On 8/19/05, Omer Faruk Sen [EMAIL PROTECTED] wrote:
 
 
 The reason I am asking this question that I beleive 6.0 seems to be more
 stable than 5.4. But sure I know the most stable one is 4.11. But I want a
 comment from those who has a deeper knowledge about the differences about
 stabilty of 5.4 and forthcoming 6.0-RELEASE
 
 

Hi

Since you believe that 6.0 is more stable, 
why don't you just go ahead and install 6.0 ?

Beyond surmising, your exploration and experience 
will help in weeding out the issues.

-- 
thanks
Dev.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Odd Xorg instability, and KDE errors

2005-08-19 Thread Dev FreeBSD
On 8/19/05, Andreas Davour [EMAIL PROTECTED] wrote:
 
 Are there really nobody but me who has had problems with X dying?
 
 I've seen bug reported on Linux that Firefox seems to kill X.
 
 Should I take it to the ports list instead?
 
 I'm seriously doubting the sense of FreeBSD moving to Xorg. It has given
 me grey hairs where XFree86 kept running for years.
 
 /andreas
 

Hi Andreas:

I have faced some of the issues that you mention with 
  KDE 3.3
  FireFox 1.0.4
  Linux kernel 2.6.9-5 and 
  xorg-x11-6.8.1-23

However, I am still learning the ropes on FreeBSD and 
so unable to repro your observation on a FreeBSD machine.

-- 
thanks
Dev.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: multiple LCD monitors connection to a FreeBSD server

2005-08-19 Thread Dev FreeBSD
On 8/19/05, Bsderss [EMAIL PROTECTED] wrote:
 Hi,
 
 I want to connection more than 10 LCD monitors to a
 single FreeBSD server. Is there a way to do so?
 
 Thanks
 Sam
 
 

Hi

A possible starting point would be

http://linuxreviews.org/howtos/xfree/Xinerama-HOWTO/
and
http://www.linuxgazette.com/issue82/ward.html

You would need to do a prototype with 
 . some hardware (atleast 9 display cards, etc),
 . xinerama extensions 
 . and xorg.conf file

Hope this helps.

-- 
thanks
Dev.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ctags with recursion and sort

2005-08-18 Thread Dev FreeBSD
Hello,

I am trying to shift over from Linux to FreeBSD.

Tried to use 'ctags' for FreeBSD sources.
However, I could not find the '--recurse' and '--sort' options in ctags
available on FreeBSD.

Are there any alternatives.

I have a dual-boot Linux and FreeBSD 5.4

-- 
thanks
Dev.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]