Thursday, September 12, 2019

X Window System (2)

Make it

make World > World.log 2>&1

And i fallow it in another terminal window

tail World.log -f

Compile time: 24 hours
It took so long because it built all tools and libs.

I removed or renamed old version of X, then:
make install

ln -s /etc/X11/app-defaults /usr/X11R6/lib/X11
ln -s /etc/X11/fs /usr/X11R6/lib/X11
ln -s /etc/X11/lbxproxy /usr/X11R6/lib/X11
ln -s /etc/X11/proxymngr /usr/X11R6/lib/X11
ln -s /etc/X11/rstart /usr/X11R6/lib/X11
ln -s /etc/X11/twm /usr/X11R6/lib/X11
ln -s /etc/X11/xdm /usr/X11R6/lib/X11
ln -s /etc/X11/xinit /usr/X11R6/lib/X11
ln -s /etc/X11/xsm /usr/X11R6/lib/X11
ln -s /etc/X11/xserver /usr/X11R6/lib/X11
chmod ug-w /usr/X11R6/lib           # Make sure the permissions are OK
/sbin/ldconfig /usr/X11R6/lib       # For Linux
 reboot

Testing it

Well it worked fine. But it built allot useless modules, extensions etc.
So i changed config files, added s3 driver support. And did rebuild.
Took another 24 hours almost.

Window manager i use is icewm 1.0.6.

No comments:

Post a Comment