Merge branch 'master' of git://git.tails.boum.org/tails
[besstails.git] / config / chroot_local-includes / usr / share / doc / amnesia / README.eCAFE
blob1229266de0c974595bf75223e4c7a5609cb61d8c
1 -*- mode: markdown; -*-
3 Hercules eCAFÉ™ EC-800
4 ======================
6 Linux kernel
7 ------------
9 `lb config --linux-flavours 486`
11 X.Org
12 -----
14 ### Custom configuration file
16 - copy, and optionally adapt, the custom `./examples/eCAFE/xorg.conf`
17   to `config/chroot_local-includes/etc/X11/` ; beware of the
18   permissions, non-root users must have read access to the including
19   X11 directory and to the `xorg.conf` file
21 ### Disable automatic X.Org configuration
23 In `config/amnesia`, add `noxautoconfig` to the `AMNESIA_APPEND`
24 boot parameters list.
26 ### Weird bugfix
28 Probably due to a bug in `live-helper` or `live-initramfs`, one also has
29 to create in the chroot:
30 - the `/etc/X11` directory
31 - the `/etc/X11/X` symbolic link.
33 This can be easily achieved by copying `./examples/eCAFE/X11_fixup` to
34 `config/chroot_local-hooks`. The copied file must have executable
35 permissions set.
37 Console frame buffer
38 --------------------
40 In `config/amnesia`, edit the `AMNESIA_APPEND` boot parameters list
41 to:
42 - remove `vga=791`
43 - add `video=lxfb:800x480@60`