Re: Large window causes monitor to degauss/reset!!

2004-06-05 Thread sigsegv
Jacob Rhoden wrote:
Hey,
I have been using freebsd for quite some time now, I have come across
a machine with a 19" viewmaster, whereby if you open a window
bigger than about 500x500 pixels, the monitor resets and degausses
every 8 seconds until you close the window. Has anyone had this
happen to them? And how did you fix it? (Freebsd 5.2.1, fairly current
XFree86 with fairly current KDE).
Thanks,
Jacob
hmm... may be it's something to do with your XF86Config, can you show us 
what you have there? Usually when you run "startx" it should print the 
path to XF86Config file it reads.

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


Re: X11 fonts

2004-06-05 Thread sigsegv
Patrick Useldinger wrote:
Hi all,
a newbie question: I have just installed X11 (Xfree86 4.3), KDE (3.2.2) 
and Firebird (0.8), and surfing works very well. Compared to my Windows 
machine however, I think that the fonts look less appealing to what I am 
used to.
So I need a pointer - is this due to
1) the video driver? the card is an ATI Radeon 7500, and I configured 
the driver 'radeon' which should be correct.
2) the X11 fonts? which one 'look best'?
3) KDE - how can I make it to use the nicer fonts?
4) Firebird?
Regards,
You may need to setup fonts to be anti-alised on your XFree86 
configuration, below is a small how to. If you still have ugly fonts, 
get back to us and we'll se what's wrong.

http://www.huckstep.uklinux.net/mle/fonts.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


termcap vs terminfo

2004-06-05 Thread sigsegv
I've noticed that the base system does not have terminfo, but instead 
comes with termcap. Apparently BSD always had termcap and System V had 
terminfo. I don't want to start a religious war as to which one is 
better, but only want to ask if anyone has experienced problems when 
porting ncurses applications from BSD to System V and vice versa, and 
what could be done to minimise such problems.

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


Re: Problems mounting my cdrom drive

2004-06-05 Thread sigsegv
Bruce Hunter wrote:
I am having problems mounting my cdrom drive.
i have also run the command 
mount_cd9660, and this is the result

[EMAIL PROTECTED] mount_cd9660 /dev/acd0 /cdrom/
mount_cd9660: /dev/acd0: Invalid argument
this is with the mount command
[EMAIL PROTECTED] mount -v -t cd9660 /dev/acd0 /cdrom/
cd9660: /dev/acd0: Invalid argument
Thanks guys,
Bruce
Tell me if I'm wrong, but if it's an audio CD then I think you can't 
mount it, instead you use audio programs like xmms to access the CD 
directly. Have a look at 
http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html for an 
overview on how to play audio CDs with xmms.

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


Re: How to make a screenshot?

2004-06-04 Thread sigsegv
Andrew L. Gould wrote:
How can I make a screenshot of what's on my monitor?  (I searched the
archives unsuccessfully for "screenshot".)
I'm running FreeBSD 4.10.
Thanks,
Andrew
Gimp is an image manipulation program similar to Photoshop or 
PaintShopPro, which can also grab screenshots etc. Run Gimp and then 
select File->Acquire->Screen_Shot. Assuming you're connected to the 
Internet, you can install Gimp via ftp:

$ su
Password:
athlon1000# pkg_add -r gimp
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/gimp.tbz...

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


Re: FreeBSD TCP/IP

2004-06-04 Thread sigsegv
On Fri, 4 Jun 2004 14:21:38 +0600, Yuriy Coureelo <[EMAIL PROTECTED]> wrote:
Dear Sir!
I have a FreeBSD TCP/IP stack. Trying to understand IP program
realization. I am interested in everything like "struct mbuf", "mbuf
cluster" and so on. How frames transferred from ethernet driver to ip
layer. ether_demux(), ipinput() functions.
Have a look at the book written by Richard Stevens "The Implementation 
(TCP/IP Illustrated, Volume 2)" here is a link:
http://www.amazon.com/exec/obidos/tg/detail/-/020163354X/ref=sib_rdr_dp/104-9931268-0446302?%5Fencoding=UTF8&no=283155&me=ATVPDKIKX0DER&st=books
I haven't read the book, so I don't know if it has what you're asking, but 
I know the book describes BSD TCP/IP implementation in details
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"