Thanks everyone, looks like I have solutions that work now. Ken R.
-----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Tuesday, July 27, 2010 10:48 AM To: Kenneth Rogers -X (kenroger - Apex Systems, Inc. at Cisco) Cc: [email protected] Subject: Re: [directfb-dev] Override settings in directfbrc? Ken, DirectFB supports per-program configuration. For example, for programs 'abc' and 'xyz', create these files in your SYSCONFDIR: directfbrc.abc directfbrc.xyz And place the relevant settings in each. The support code for this can be found in misc/conf.c - dfb_config_init(). Jack Follansbee Broadcom Corporation On Tue, 27 Jul 2010 08:25:17 -0500, "Kenneth Rogers -X (kenroger - Apex Systems, Inc. at Cisco)" <[email protected]> wrote: >Hi, > >I'm trying to run two different applications both using DirectFB, but >they have different rendering requirements to make them look good. One >of them wants to use hardware-unit-mode=srb, the other >hardware-unit-mode=opengl. > >Other than having them run by different users is there a way to override >this setting for each program? > >Thanks, >Ken Rogers >_______________________________________________ >directfb-dev mailing list >[email protected] >http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
