Gentoo on a laptop: Difference between revisions
Jump to navigation
Jump to search
(New page: This page contains additional information for installing Gentoo on a laptop computer. = Networking = * It's highly recommended to install the NetworkManager (it will be pulled as a depen...) |
|||
Line 19: | Line 19: | ||
EndSection | EndSection | ||
</pre> | </pre> | ||
* [http://en.gentoo-wiki.com/wiki/Synaptics_Touchpad Link on the Gentoo wiki.] |
Revision as of 19:44, 13 January 2009
This page contains additional information for installing Gentoo on a laptop computer.
Networking
- It's highly recommended to install the NetworkManager (it will be pulled as a dependency by emerging knetworkmanager) as it allows to easily connect to networks through a GUI. You can change networks easily.
Touchpad
- To support the touchpad the kernel should be configured with PS/2 mouse support and INPUT_DEVICES in /etc/make.conf should contain "synaptics".
- The xorg.conf file should have the following section:
Section "InputDevice" Driver "synaptics" Identifier "TouchPad" Option "SendCoreEvents" Option "Protocol" "auto-dev" Option "SHMConfig" "on" EndSection