home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / amnesia / README.eCAFE < prev    next >
Encoding:
Text File  |  2012-08-03  |  1.0 KB  |  46 lines

  1. -*- mode: markdown; -*-
  2.  
  3. Hercules eCAF├ëΓäó EC-800
  4. ======================
  5.  
  6. Linux kernel
  7. ------------
  8.  
  9. `lb config --linux-flavours 486`
  10.  
  11. X.Org
  12. -----
  13.  
  14. ### Custom configuration file
  15.  
  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
  20.  
  21. ### Disable automatic X.Org configuration
  22.  
  23. In `config/amnesia`, add `noxautoconfig` to the `AMNESIA_APPEND`
  24. boot parameters list.
  25.  
  26. ### Weird bugfix
  27.  
  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.
  32.  
  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.
  36.  
  37. Console frame buffer
  38. --------------------
  39.  
  40. In `config/amnesia`, edit the `AMNESIA_APPEND` boot parameters list
  41. to:
  42. - remove `vga=791`
  43. - add `video=lxfb:800x480@60`
  44.  
  45.  
  46.