Monday, January 4, 2010

Installing Xorg

References:
The X Server Configuration HOWTO

Using the make.conf settings supplied in the installation post, the following should install xorg:

emerge -av xorg-server
env-update
source /etc/profile
rc-update add hald default
/etc/init.d/hald start

You should then install a window manager, see Gentoo Desktop Documentation Resources

No comments:

Post a Comment