etc/services - sync with NetBSD-8
[minix.git] / minix / drivers / video / fb / README.txt
blob5fa0826a960d14f71e247b0c0300b1bd5cc6cbd3
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 minix-service up /service/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.