comparison drivers/radeon/README @ 1921:3733b1430c60

building improvements
author nick
date Wed, 19 Sep 2001 16:52:13 +0000
parents e9762fe502a8
children dde27e9e34bf
comparison
equal deleted inserted replaced
1920:99ae4b6d4c9b 1921:3733b1430c60
1 framebuffer driver for ATI Radeon chipset video boards
2 ======================================================
3
1 These files are replacement for linux-2.4.x-ac.y drivers. 4 These files are replacement for linux-2.4.x-ac.y drivers.
2 To use this driver you should have at least linux-2.4.5-ac.1 5 To use this driver you should have at least linux-2.4.5-ac.1
3 then simply replace linux/drivers/video/radeon* with files 6 then simply replace linux/drivers/video/radeon* with files
4 from this directory. 7 from this directory.
5 8
9 Alternative way:
10 ~~~~~~~~~~~~~~~~
11 Simply type 'make' command in this directory then copy results ( *.o files ) to:
12 /lib/modules/$(LINUX_VER)/kernel/drivers/video
13 directory.
14 Don't forget about:
15 depmod -a
16
17 Anyway you should have 'Frame buffer support' compiled into linux-kernel
18 and at least '8bpp packed pixel support' compiled and installed as module.
19 (But if you plan to use this module with mplayer you also should have
20 16bpp, 24bpp and 32bpp pixel support compiled as modules).
21
6 Enjoy 22 Enjoy