]> git.ipfire.org Git - thirdparty/linux.git/blame - Documentation/fb/efifb.rst
Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
[thirdparty/linux.git] / Documentation / fb / efifb.rst
CommitLineData
ab42b818 1==============
a8557dc7 2What is efifb?
ab42b818 3==============
b64ef8af
EH
4
5This is a generic EFI platform driver for Intel based Apple computers.
a8557dc7 6efifb is only for EFI booted Intel Macs.
b64ef8af
EH
7
8Supported Hardware
9==================
10
ab42b818
MCC
11- iMac 17"/20"
12- Macbook
13- Macbook Pro 15"/17"
14- MacMini
b64ef8af
EH
15
16How to use it?
17==============
18
a8557dc7 19efifb does not have any kind of autodetection of your machine.
ab42b818
MCC
20You have to add the following kernel parameters in your elilo.conf::
21
b64ef8af 22 Macbook :
a8557dc7 23 video=efifb:macbook
b64ef8af 24 MacMini :
a8557dc7 25 video=efifb:mini
b64ef8af 26 Macbook Pro 15", iMac 17" :
a8557dc7 27 video=efifb:i17
b64ef8af 28 Macbook Pro 17", iMac 20" :
a8557dc7 29 video=efifb:i20
b64ef8af 30
dd0c41f8
DA
31Accepted options:
32
ab42b818 33======= ===========================================================
dd0c41f8
DA
34nowc Don't map the framebuffer write combined. This can be used
35 to workaround side-effects and slowdowns on other CPU cores
36 when large amounts of console data are written.
ab42b818 37======= ===========================================================
dd0c41f8 38
b64ef8af 39Edgar Hucek <gimli@dark-green.com>