diff options
Diffstat (limited to 'drivers/radeon/README')
-rw-r--r-- | drivers/radeon/README | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/drivers/radeon/README b/drivers/radeon/README index efa1938e9d..ab716ba4eb 100644 --- a/drivers/radeon/README +++ b/drivers/radeon/README @@ -10,11 +10,9 @@ 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 +Simply type two commands in this directory: +make +make install Anyway you should have 'Frame buffer support' compiled into linux-kernel and at least '8bpp packed pixel support' compiled and installed as module. @@ -32,18 +30,9 @@ support for rage128 / rage128pro chips). Installation: ~~~~~~~~~~~~~ -After building modules just copy them to: -/lib/modules/$(LINUX_VER)/kernel/drivers/video -directory. -Don't forget about: -depmod -a - -If you are doing it first time then create the device then execute -following command: -mknod /dev/radeon_vid c 178 0 -for radeon_vid.o -mknod /dev/rage128_vid c 178 0 -for rage128_vid.o +Simply type two commands in this directory: +make +make install Using with mplayer: ~~~~~~~~~~~~~~~~~~~ |