diff options
author | Eric Hameleers <alien@slackware.com> | 2016-05-14 13:04:13 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-05-14 13:04:13 +0200 |
commit | f7f4291b0101903d96c7ca5d61b3beedb29ee6dc (patch) | |
tree | 144ad98617b12b48e9f62d334974c0bbcbf6be87 | |
parent | 4ebc965ba2dcb4dfe2d2cabe1bc80307eaa904cf (diff) | |
download | liveslak-f7f4291b0101903d96c7ca5d61b3beedb29ee6dc.tar.gz liveslak-f7f4291b0101903d96c7ca5d61b3beedb29ee6dc.tar.xz |
Update the syslinux and grub help files with the new 'tweaks' option.
-rw-r--r-- | EFI/BOOT/help.txt | 6 | ||||
-rw-r--r-- | syslinux/f4.txt | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/EFI/BOOT/help.txt b/EFI/BOOT/help.txt index 50a2e88..ed13122 100644 --- a/EFI/BOOT/help.txt +++ b/EFI/BOOT/help.txt @@ -50,8 +50,10 @@ nic=<driver>:<interface>:<dhcp|static>[:ipaddr:netmask[:gateway]] localhd => initialize RAID/LVM on local hard drives. -nga => no glamor 2D acceleration. Use when X.Org fails - with error "EGL_MESA_drm_image required". +tweaks=tweak1[,tweak2,[,...]] => Implemented tweaks: + nga - no glamor 2D acceleration, avoids error "EGL_MESA_drm_image required". + tpb - enable TrackPoint scrolling while holding down middle mouse button. + syn - start the syndaemon for better support of Synaptics touchpads. nomodeset => Boot without kernel mode setting, needed with some machines. diff --git a/syslinux/f4.txt b/syslinux/f4.txt index ee397ba..c890348 100644 --- a/syslinux/f4.txt +++ b/syslinux/f4.txt @@ -4,8 +4,10 @@ localhd => initialize RAID/LVM on local hard drives. -nga => no glamor 2D acceleration. Use when X.Org fails - with error "EGL_MESA_drm_image required". +tweaks=tweak1[,tweak2,[,...]] => Implemented tweaks: + nga - no glamor 2D acceleration, avoids error "EGL_MESA_drm_image required". + tpb - enable TrackPoint scrolling while holding down middle mouse button. + syn - start the syndaemon for better support of Synaptics touchpads. nomodeset => Boot without kernel mode setting, needed with some machines. |