<sys/ioccom.h>, <sys/ioctl.h>
[minix3.git] / drivers / fb / README.txt
blob838901b824322392afbeda81143e2a16b457f405
1 Frame Buffer Driver
2 ===================
4 Overview
5 --------
7 This is the driver for the frame buffer. Currently it only supports the
8 DM37XX (BeagleBoard-xM).
10 Testing the Code
11 ----------------
13 Starting up an instance:
15 service up /usr/sbin/fb -dev /dev/fb0 -args edid.0=cat24c256.3.50
17 The arguments take the following form:
19         edid.X=L where X is the frame buffer device (usually 0) and L is
20         the service label of the service to perform the EDID reading. In
21         the example above, it's the EEPROM with slave address 0x50 on
22         the 3rd I2C bus. If you want to use the defaults and skip EDID
23         reading, you may omit the arguments.