mpv/drivers/radeon
nick 6b473dc297 Minor fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3067 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 10:20:09 +00:00
..
Makefile radeon_vid: it's in first pre-alpha stage 2001-11-13 17:20:47 +00:00
README Driver location notes 2001-09-26 08:24:18 +00:00
radeon.h BES resisters now are really changed! 2001-11-16 18:44:01 +00:00
radeon_vid.c Minor fixes 2001-11-22 10:20:09 +00:00
radeon_vid.h First public release 2001-11-17 16:10:12 +00:00
radeonfb.c Enable discards - now it works 2001-10-11 06:24:17 +00:00

README

	framebuffer driver for ATI Radeon chipset video boards
	======================================================

These files are replacement for linux-2.4.x-ac.y drivers.
To use this driver you should have at least linux-2.4.5-ac.1
then simply replace linux/drivers/video/radeon* with files
from this directory.
Note: since linux-2.4.10 this driver was moved from -ac to
Linus distribution.

Alternative way:
~~~~~~~~~~~~~~~~
Simply type 'make' command in this directory then copy results ( *.o files ) to: 
/lib/modules/$(LINUX_VER)/kernel/drivers/video
directory.
Don't forget about: 
depmod -a

Anyway you should have 'Frame buffer support' compiled into linux-kernel
and at least '8bpp packed pixel support' compiled and installed as module.  
(But if you plan to use this module with mplayer you also should have
16bpp, 24bpp and 32bpp pixel support compiled as modules).  

Enjoy