summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-12-29 00:49:47 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:35 +0200
commitb427b06ead1d88aa55103157840dda034b570bee (patch)
treec23091abffa7077c9063f5a1699898d0906ec1e7 /INSTALL
parentcb8801f3c2ea76b523a2e725e23010437c5bde30 (diff)
The requirements in the INSTALL file are now a numbered list
instead of an unnumbered list.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL32
1 files changed, 16 insertions, 16 deletions
diff --git a/INSTALL b/INSTALL
index 9de063f..c49c23e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,22 +6,22 @@ Author: Stefan Gmeiner <riddlebox@freesurf.ch>
Requirements
------------
-- Using with kernel 2.4.x for x < 10 needs a kernel patch
- (pc_keyb.c.diff.2.4.3).
-
-- For use with kernel 2.6.x you need to enable synaptics touchpad
- support when configuring the kernel. (CONFIG_MOUSE_PS2 and
- CONFIG_MOUSE_PS2_SYNAPTICS). You also need support for the evdev
- interface (CONFIG_INPUT_EVDEV). If you compile evdev as a module,
- make sure it is loaded before starting the X server, as it will not
- be auto-loaded.
-
-- For use with an ALPS touchpad, you need to use a 2.6.x kernel and
- apply the alps patch. See the README.alps file for more details.
-
-- To compile the syndaemon program, you need X include files. On RPM
- based systems, they are usually included in the XFree86-devel
- package.
+1. Using with kernel 2.4.x for x < 10 needs a kernel patch
+ (pc_keyb.c.diff.2.4.3).
+
+2. For use with kernel 2.6.x you need to enable synaptics touchpad
+ support when configuring the kernel. (CONFIG_MOUSE_PS2 and
+ CONFIG_MOUSE_PS2_SYNAPTICS). You also need support for the evdev
+ interface (CONFIG_INPUT_EVDEV). If you compile evdev as a module,
+ make sure it is loaded before starting the X server, as it will not
+ be auto-loaded.
+
+3. For use with an ALPS touchpad, you need to use a 2.6.x kernel and
+ apply the alps patch. See the README.alps file for more details.
+
+4. To compile the syndaemon program, you need X include files. On RPM
+ based systems, they are usually included in the XFree86-devel
+ package.
Installing
----------