comparison drivers/README.Ati @ 30990:0ad2da052b2e

the great MPlayer tab removal: part I
author diego
date Mon, 12 Apr 2010 10:56:17 +0000
parents 544914dadb52
children
comparison
equal deleted inserted replaced
30989:686241d65b86 30990:0ad2da052b2e
1 framebuffer driver for ATI Radeon chipset video boards 1 framebuffer driver for ATI Radeon chipset video boards
2 ====================================================== 2 ======================================================
3 3
4 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.
5 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
6 then simply replace linux/drivers/video/radeon* with files 6 then simply replace linux/drivers/video/radeon* with files
7 from this directory. 7 from this directory.
19 (But if you plan to use this module with MPlayer you also should have 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). 20 16bpp, 24bpp and 32bpp pixel support compiled as modules).
21 21
22 22
23 Radeon video overlay 23 Radeon video overlay
24 ==================== 24 ====================
25 25
26 It was designed for MPlayer and currently can be used only by MPlayer. 26 It was designed for MPlayer and currently can be used only by MPlayer.
27 It's RGB-YUV BES for Radeon cards (althrough there is experimental 27 It's RGB-YUV BES for Radeon cards (althrough there is experimental
28 support for Rage128 / Rage128pro chips). 28 support for Rage128 / Rage128pro chips).
29 29
91 91
92 List of driver parameters: 92 List of driver parameters:
93 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 93 ~~~~~~~~~~~~~~~~~~~~~~~~~~
94 mtrr=1/0 Configures MTRR (if available), default = 1. 94 mtrr=1/0 Configures MTRR (if available), default = 1.
95 swap_fourcc=1/0 Performs byte swapping of passed fourcc. 95 swap_fourcc=1/0 Performs byte swapping of passed fourcc.
96 (It's required for compatibility with -vo mga.) 96 (It's required for compatibility with -vo mga.)
97 97
98 To know more about driver parameters execute: 98 To know more about driver parameters execute:
99 modinfo radeon_vid 99 modinfo radeon_vid
100 or 100 or
101 modinfo rage128_vid 101 modinfo rage128_vid