Re: from newbies: bzflag under FreeBSD release 5.2.1 - can't open display - missing

From: Charles Swiger (cswiger_at_mac.com)
Date: 04/29/04

  • Next message: Ion-Mihai Tetcu: "Re: failed php4 install...can't figure this one out"
    Date: Thu, 29 Apr 2004 17:10:28 -0400
    To: clayton rollins <crollins666@hotmail.com>
    
    

    On Apr 29, 2004, at 4:40 PM, clayton rollins wrote:
    > On April 28, 2004,
    > Dominic Caffey <dcaffey_fl@yahoo.com> wrote:
    >> I installed the game "bzflag" from the
    >> packages collection under games. The install
    >> went fine but when I try to run "bzflag" it
    >> complains that it can't open display 0:0 and
    >> complains that it's missing GLX extension. When
    >> I installed "bzflag" shouldn't the dependencies
    >> have been automagically resolved?

    That's the idea, certainly, although not everything works perfectly all
    of the time. bzflag's port Makefile registers a dependency upon GL
    via:

    USE_GL= yes

    ...which ought to pull in graphics/mesagl as a dependency. It sounds
    like you were able to compile and run the program, but received the
    error messages quoted above when running the program.

    Clayton already gave you some suggestions on configuring X11 with
    regard to GLX support, but what you need to do really depends on
    details not provided, such as the video card you have. Consider:

    http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#X-3D-
    ACCELERATION

    -- 
    -Chuck
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Ion-Mihai Tetcu: "Re: failed php4 install...can't figure this one out"