[SDL] DGA problem
Sandra
sandra.jhonson at softhome.net
Tue Aug 27 08:06:01 PDT 2002
after registering the environment variable forllowing were the results:
hw_available Is it possible to create hardware surfaces? AVAILABLE
wm_available Is there a window manager available NOT AVAILABLE
blit_hw Are hardware to hardware blits accelerated? AVAILABLE
blit_hw_CC Are hardware to hardware colorkey blits accelerated?AVAILABLE
blit_hw_A Are hardware to hardware alpha blits accelerated? AVAILABLE
blit_sw Are software to hardware blits accelerated? NOT AVAILABLE
blit_sw_CC Are software to hardware colorkey blits accelerated? NOT
AVAILABLE
blit_sw_A Are software to hardware alpha blits accelerated? NOT AVAILABLE
blit_fill Are color fills accelerated? AVAILABLE
I've nVidia GeForce 2 MX 200, doesn't it support the rest of the
functionalities (I am particularty interested in sw to hw blits). or am i
missing something once again?
regards,
sandra
----- Original Message -----
From: "Loren Osborn" <linux_dr at yahoo.com>
To: <sdl at libsdl.org>
Sent: Tuesday, August 27, 2002 2:38 AM
Subject: Re: [SDL] DGA problem
> On Tue, 2002-08-27 at 00:59, sandra.jhonson at softhome.net wrote:
> > hi all,
> >
> > i want to enable XFree86-DGA extension on my X-server.
> >
> > in my XF86Config-4 file, i'm using this command
> > Load "extmod"
> > according to the log
> > /var/log/XFree86.0.log
> > i've
> > (II) Loading extension XFree86-DGA
> > doesn't this mean that i've DGA loaded right? now when i 'startx' and
run
> > the testvidinfo.c program.
> >
> > the output doesn't show any of the hw accelerated feature or the video
ram
> > etc. the msg received is:
> > A window manager is available
> >
> > Should the hw surface and hw accelerated blitting options be displayed
with
> > my configuration which is, GeForce MX 200 with latest driver module
> > installed on RedHat 7.3
>
>
> The thing to bare in mind about DGA (like SVGAlib) is that only programs
> running as root can use it... (unless something has changed this in the
> last couple years.) Try running your test program as root and see what
> happens... Also SDL looks at the SDL_VIDEODRIVER environment variable
> to help it pick which video driver to use...
>
> Look at http://sdldoc.csn.ul.ie/sdlenvvars.php for more details.
>
> Best regards,
>
> -Loren
>
>
>
> _______________________________________________
> SDL mailing list
> SDL at libsdl.org
> http://www.libsdl.org/mailman/listinfo/sdl
More information about the SDL
mailing list