Sponsored Content
Top Forums UNIX for Advanced & Expert Users Video Cards :: Video Memory Intercept and Redirect Post 302482787 by fpmurphy on Wednesday 22nd of December 2010 02:02:36 PM
Old 12-22-2010
Have you an understanding of framebuffers?
 

3 More Discussions You Might Find Interesting

1. Linux

S-Video

How can i use svideo with linux RH 9.0. I wish to output video to my tv, or projector. (1 Reply)
Discussion started by: erhan_j
1 Replies

2. Solaris

No video display

I have two Ultra 80s that I'm working with, on one of them I was able to get video and build the system, but on the other ultra 80, the monitor switches on but doesn't display any video. Any suggestions as to how I could go about troubleshooting this? Thanks in advance, Justin (0 Replies)
Discussion started by: jroglass
0 Replies

3. Linux

USB video capture? composite, s-video, etc

does anybody have any experience with any of these composite video to usb devices on linux? usb video capture - Google Product Search would like to get one but a linux newbie and having trouble figuring out if any are ported... i've found lots of things that link to freedesktop.org DisplayLink... (1 Reply)
Discussion started by: danpaluska
1 Replies
SDL_VideoInfo(3)						 SDL API Reference						  SDL_VideoInfo(3)

NAME
SDL_VideoInfo- Video Target information STRUCTURE DEFINITION
typedef struct{ Uint32 hw_available:1; Uint32 wm_available:1; Uint32 blit_hw:1; Uint32 blit_hw_CC:1; Uint32 blit_hw_A:1; Uint32 blit_sw:1; Uint32 blit_sw_CC:1; Uint32 blit_sw_A:1; Uint32 blit_fill; Uint32 video_mem; SDL_PixelFormat *vfmt; } SDL_VideoInfo; STRUCTURE DATA
hw_available Is it possible to create hardware surfaces? wm_available Is there a window manager available blit_hw Are hardware to hardware blits accelerated? blit_hw_CC Are hardware to hardware colorkey blits accelerated? blit_hw_A Are hardware to hardware alpha blits accelerated? blit_sw Are software to hardware blits accelerated? blit_sw_CC Are software to hardware colorkey blits accelerated? blit_sw_A Are software to hardware alpha blits accelerated? blit_fill Are color fills accelerated? video_mem Total amount of video memory in Kilobytes vfmt Pixel format of the video device DESCRIPTION
This (read-only) structure is returned by SDL_GetVideoInfo. It contains information on either the 'best' available mode (if called before SDL_SetVideoMode) or the current video mode. SEE ALSO
SDL_PixelFormat, SDL_GetVideoInfo SDL
Tue 11 Sep 2001, 23:01 SDL_VideoInfo(3)
All times are GMT -4. The time now is 08:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy