Code Sample |
Xbin.tgz Xdoc.tgz Xetc.tgz Xfenc.tgz Xfnts.tgz Xinstall.sh Xlib.tgz Xman.tgz Xmod.tgz Xrc.tgz Xtinyx.tgz Xvar.tgz Xxserv.tgz extract |
Code Sample |
sudo su cp /etc /ramdisk/etc cp -r /etc /ramdisk/etc rm -r /etc ln -s /ramdisk/etc /etc /etc/init.d/mkwriteable rm /usr/bin/X11 exit |
Code Sample |
sudo ./Xinstall.sh # yes to continue # yes to continue # yes to overwrite app-default config files # no to overwrite fonts.conf # no to overwrite fonts.dtd # yes to install tiny servers # no to new xterm terminfo # yes to libGL links # no to link rstarted |
Code Sample |
vi .xserverrc # removed the &>/dev/null at the end so error messages are visible sudo ln -s /usr/X11R6/bin /usr/bin/X11 # added back the link for /usr/bin/X11 startx # got an error when running startx as user dsl # Fatal Server error: # LinuxInit: Server must be suid root sudo startx #this worked! |