[Mplayer-cvslog] CVS: main/DOCS DGA,1.6,1.7

Berczi Gabor gabucino at users.sourceforge.net
Mon Jun 11 00:04:12 CEST 2001


Update of /cvsroot/mplayer/main/DOCS
In directory usw-pr-cvs1:/tmp/cvs-serv23639/DOCS

Modified Files:
	DGA 
Log Message:



Index: DGA
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/DGA,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** DGA	2001/06/10 21:34:39	1.6
--- DGA	2001/06/10 22:04:10	1.7
***************
*** 24,38 ****
  ~~~~~~~~~~~~~~~
  
!  DGA is short for Direct Graphics Access and is a means for a programm to
   bypass the X-Server and directly modifying the framebuffer memory. 
   Technically spoken this happens by mapping the framebuffer memory into
!  the memory range of your process. This is just allowed by the kernel
   if you have superuser privileges. You can get these either by logging in 
!  as root or by setting the suid bit on the mplayer excecutable.
  
!  There are two versions of DGA: DGA1 is used by XFree 3.X.X and DGA2 was 
   introduced with XFree 4.0.1.
  
!  DGA1 just provides direct framebuffer access as described above. For 
   switching the resolution of the video signal you have to rely on the 
   XVidMode extension.
--- 24,39 ----
  ~~~~~~~~~~~~~~~
  
!  DGA is short for Direct Graphics Access and is a means for a program to
   bypass the X-Server and directly modifying the framebuffer memory. 
   Technically spoken this happens by mapping the framebuffer memory into
!  the memory range of your process. This is allowed by the kernel only
   if you have superuser privileges. You can get these either by logging in 
!  as root or by setting the suid bit on the mplayer excecutable (NOT
!  recommended!).
  
!  There are two versions of DGA: DGA1 is used by XFree 3.x.x and DGA2 was 
   introduced with XFree 4.0.1.
  
!  DGA1 provides only direct framebuffer access as described above. For 
   switching the resolution of the video signal you have to rely on the 
   XVidMode extension.
***************
*** 58,67 ****
   Those are defined by so-called modelines and depend on the capabilites
   of your video hardware. The XServer scans this config file on startup and
!  disables those modelines not suitable for your hardware. You can find 
   out which modes survive with the X11 log file. It can be found at:
!  /var/log/XFree86.0.log (on Debian systems ... :-) )
   See appendix A for some sample modeline definitions.
  
! 4. DGA & MPLayer
  ~~~~~~~~~~~~~~~~
  
--- 59,68 ----
   Those are defined by so-called modelines and depend on the capabilites
   of your video hardware. The XServer scans this config file on startup and
!  disables the modelines not suitable for your hardware. You can find 
   out which modes survive with the X11 log file. It can be found at:
!  /var/log/XFree86.0.log
   See appendix A for some sample modeline definitions.
  
! 4. DGA & MPlayer
  ~~~~~~~~~~~~~~~~
  


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list