Andrew Benton wrote: > So you're saying that /etc/X11/xorg.conf.d does not exist? /etc/X11 is > a symbolic link pointing at /opt/xorg/share/X11/xorg.conf.d and > inside /etc/X11 there is no xorg.conf.d?
As I told Ken, I got it working, but you bring up a point that we may need to examine. In the xorg-server section, we create: ln -s $XORG_PREFIX/share/X11/xorg.conf.d /etc/X11 Perhaps I did that before I created /etc/X11. I'm not sure where it is created. I checked the book's xml and couldn't find it, so it should be in one of the 'make install' procedures. Xorg 7.6 creates it in xorg-apps: test -z "/etc/X11/app-defaults" || /bin/mkdir -p "/etc/X11/app-defaults but not in Xorg 7.7. I do see it made in xterm and xinit, but both of those come after xorg-server. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
