Now that I have my core and md up and running, it's time to get the last MD setup for use in the master-bedroom. It has a VIA motherboard and when I do the initial bootup it stops at "Couldn't configure X"
I'm following the directions here:
http://wiki.linuxmce.org/index.php/Display_DriversI cut and pasted the apt-get line and that went fine, but there is one thing missing, and that's to install SVN
So right after that I did:
sudo apt-get install subversion build-essential ccache
and then the svn line worked.
When I run ./autogen.sh --prefix=/usr it errors out with this:
-----
checking for XORG... configure: error: Package requirements (xorg-server xproto xvmc fontsproto libdrm ) were not met:
No package 'xorg-server' found
No package 'xvmc' found
No package 'libdrm' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
-----
I was doing this on the core.
I went to /usr/pluto/diskless/92/ and did a 'sudo chroot .' from there and carried on.
Does anybody have any suggestions? Later today I'll jump into the chat if that would be more helpful.
Thanks!