1921
|
1 framebuffer driver for ATI Radeon chipset video boards
|
|
2 ======================================================
|
|
3
|
1919
|
4 These files are replacement for linux-2.4.x-ac.y drivers.
|
|
5 To use this driver you should have at least linux-2.4.5-ac.1
|
|
6 then simply replace linux/drivers/video/radeon* with files
|
|
7 from this directory.
|
1968
|
8 Note: since linux-2.4.10 this driver was moved from -ac to
|
|
9 Linus distribution.
|
1919
|
10
|
1921
|
11 Alternative way:
|
|
12 ~~~~~~~~~~~~~~~~
|
|
13 Simply type 'make' command in this directory then copy results ( *.o files ) to:
|
|
14 /lib/modules/$(LINUX_VER)/kernel/drivers/video
|
|
15 directory.
|
|
16 Don't forget about:
|
|
17 depmod -a
|
|
18
|
|
19 Anyway you should have 'Frame buffer support' compiled into linux-kernel
|
|
20 and at least '8bpp packed pixel support' compiled and installed as module.
|
|
21 (But if you plan to use this module with mplayer you also should have
|
|
22 16bpp, 24bpp and 32bpp pixel support compiled as modules).
|
|
23
|
1919
|
24 Enjoy |