Difference between revisions of "Bugs/5.3.1DVD"
From Knoppix Documentation Wiki
| Line 1: | Line 1: | ||
* I was wrong: the Knoppix 5.3.1 Terminal Server does work: cf: http://s94002264.onlinehome.us/grub/pxe531.jpg | * I was wrong: the Knoppix 5.3.1 Terminal Server does work: cf: http://s94002264.onlinehome.us/grub/pxe531.jpg | ||
| + | |||
| + | 2008.04.24 - Touchpad very slow!!! 1st off thanks to everyone who contributed to knoppix. On to the matter at hand. Same laptops running > =5.1 were used as reference. Temporary solution: edit /etc/X11/xorg.conf | ||
| + | |||
| + | /# to find touchpad | ||
| + | $python /usr/bin/hal-device-manager | ||
| + | /# found alps glidepoint on /dev/input/event3 | ||
| + | /# edit /etc/X11/xorg.conf | ||
| + | $sudo vi /etc/X11/xorg.conf | ||
| + | /# insert the following | ||
| + | InputDevice "AlpsGlide" "SendCoreEvents" | ||
Revision as of 23:59, 24 April 2008
- I was wrong: the Knoppix 5.3.1 Terminal Server does work: cf: http://s94002264.onlinehome.us/grub/pxe531.jpg
2008.04.24 - Touchpad very slow!!! 1st off thanks to everyone who contributed to knoppix. On to the matter at hand. Same laptops running > =5.1 were used as reference. Temporary solution: edit /etc/X11/xorg.conf
/# to find touchpad $python /usr/bin/hal-device-manager /# found alps glidepoint on /dev/input/event3 /# edit /etc/X11/xorg.conf $sudo vi /etc/X11/xorg.conf /# insert the following
InputDevice "AlpsGlide" "SendCoreEvents"