Blame view

Documentation/fb/efifb.txt 593 Bytes
b64ef8afa   Edgar Hucek   [PATCH] add imacf...
1

a8557dc71   Justin P. Mattock   fbdev: rename ima...
2
  What is efifb?
b64ef8afa   Edgar Hucek   [PATCH] add imacf...
3
4
5
  ===============
  
  This is a generic EFI platform driver for Intel based Apple computers.
a8557dc71   Justin P. Mattock   fbdev: rename ima...
6
  efifb is only for EFI booted Intel Macs.
b64ef8afa   Edgar Hucek   [PATCH] add imacf...
7
8
9
10
11
12
13
14
15
16
17
  
  Supported Hardware
  ==================
  
  iMac 17"/20"
  Macbook
  Macbook Pro 15"/17"
  MacMini
  
  How to use it?
  ==============
a8557dc71   Justin P. Mattock   fbdev: rename ima...
18
  efifb does not have any kind of autodetection of your machine.
a982ac06b   Matt LaPlante   misc doc and kcon...
19
  You have to add the following kernel parameters in your elilo.conf:
b64ef8afa   Edgar Hucek   [PATCH] add imacf...
20
  	Macbook :
a8557dc71   Justin P. Mattock   fbdev: rename ima...
21
  		video=efifb:macbook
b64ef8afa   Edgar Hucek   [PATCH] add imacf...
22
  	MacMini :
a8557dc71   Justin P. Mattock   fbdev: rename ima...
23
  		video=efifb:mini
b64ef8afa   Edgar Hucek   [PATCH] add imacf...
24
  	Macbook Pro 15", iMac 17" :
a8557dc71   Justin P. Mattock   fbdev: rename ima...
25
  		video=efifb:i17
b64ef8afa   Edgar Hucek   [PATCH] add imacf...
26
  	Macbook Pro 17", iMac 20" :
a8557dc71   Justin P. Mattock   fbdev: rename ima...
27
  		video=efifb:i20
b64ef8afa   Edgar Hucek   [PATCH] add imacf...
28
29
30
  
  --
  Edgar Hucek <gimli@dark-green.com>