Re: OpenGL packages

2005-05-01 Thread Jan C. Meyer
Hello, Jose.

 I want to do OpenGL programming under my FreeBSD 5.4-RC3 system, but i
 am not able to find what packages i must have installed.
 Any kind of help, please?.

If you have X11 in place, everything is probably already there, you just need 
to link to the right libraries.

I compile my OpenGL stuff thusly:
gcc -I/usr/X11R6/include -L/usr/X11R6/lib -lglut -lGL -lpthread -lm \
-o glprogram glprogram.c

Should work for you too.

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


Re: RTL8139 Cardbus Card fails to activate

2004-12-11 Thread Jan C. Meyer
On Friday 10 December 2004 19:40, Lowell Gilbert wrote:
 Jan Christian Meyer [EMAIL PROTECTED] writes:
  On Fri, 10 Dec 2004, Lowell Gilbert wrote:
   Separate parts of the system?  Hardware discovery and Cardbus?
   Those seem about as closely related as any two features could be...
 
  I don't find this to be obvious at all, but it's good that someone does.
  May I trouble you to shed some light on the matter, or provide me with a
  reference?

 What's unclear, exactly?  That hardware discovery and Cardbus
 functionality are closely related?  Or some specific aspect
 of one of those?

Attempting to phrase what confuses me as succinctly as I might:

- If ACPI is responsible for managing the detection and attachment of my 
network card, why does the card work when ACPI is disabled?

- If ACPI is not responsible for managing my card, how/why is it able to 
interfere with said card's operation?

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


Re: Sound problem, help.

2004-09-18 Thread Jan C. Meyer
 [...] what i wonder for is, its mention in handbook that
 it suppoze to be device sound...but sound it gives an error.

If I've understood correctly, the sound drivers have been 
renamed after 5.2.1R. Does your copy of the handbook 
correspond to 5.1R?

 and the error msg in KDE says:
 aRts control tool, (sorry- aRts had to restart)
  when i try to run the command artsd from shell, it just hang.!

It's supposed to - I was hoping you'd get some informative 
error message, but oh well...
What is the output of this, then:
artswrapper  ; artsshell status ; artsshell terminate

   I really would appreciate it if you could help :(

Can't make any promises - I'm just guessing from a hunch, 
because I used to have a superficially similar problem.

Regards,
 -Jan Christian Meyer

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