after install some commands not found - cant configure X
SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
after install some commands not found - cant configure X
i'm a linux newb and installing slackware 10.2 on a 533mhz pIII,128MB ram, 16GB IDE (5=root,11=local, 512 swap).
i have tried to install twice now, once 'for newbies' and now just selecting 'full' install option. I'm using the default kernel (as recommended by setup) but have the same problem both times.
everything seems to go along as the docs say except when i get to trying to configure X. In the slackware manual it says to run 'xorgconig' but i type that and get:
'-bash: xf86config: command not found'
so i look back to the very helpful "what i do thread" and see they recommend running xf86conifg, but again i get command not found. i did the slocate update and tried to find both but:
slocate xorgconfig (or xf86config)
goes back to
root@darkstar:/#
the only things i've noticed not listed in the slackware manual were some extra or just different setup options. also after using the 'full' option for install this time LILO does not show up at all.
at the risk of sounding even dumber... how do i check the md5 checksum?
Under Windows, you can get MD5Summer and get it to generate the sums for the ISOs. You should be able to find a file containing the checksums on any Slackware mirror, so you can see if the ones you generated match.
Quote:
once i posted, some other ('similar threads') were shown at the bottom, something about the PATH not being set up correctly?
I don't know to be honest, as any time I've installed Slack, the folders where the X stuff was were in the $PATH by default. What does "ls /var/log/packages | grep x11" show?
You don't have the X packages installed then, that's the problem. You'll need at least x11-<version>, not sure which others are required. It'd be wise to install x11-devel-<version> too, though. You can get the packages from http://slackware.it/en/pb and install them using installpkg, e.g.
# installpkg x11-6.8.2-i486-3.tgz.
Edit: you might want to install a desktop environment/window manager as well, as the one that comes with X.org (it's called TWM) is quite basic. If you want to install KDE, get the packages from the same site above and install them in the same way. You don't need all of those for KDE and kde.org has a list of which ones are required here.
Yeah, the X stuff is on the CDs, not sure why it didn't install though :/. Did you run installpkg from the directory in which the file is?
Also, you should be using "ls /mnt/cdrom", don't leave off that first /! If you did use the correct path, did you mount the CD before doing ls? If not, then you'd mount with something like
# ls /var/log/packages | grep x11
x11-6.8.2-i486-3
x11-devel-6.8.2-i486-3
x11-misc-6.8.2-noarch-3
#
(it was the little x, big X returns nothing)
# $whereis kde
-bash: kde: command not found
# locate kde
(so much stuff the screen scrolls for a few seconds
the bottom of the list includes)
/root/.kde
/root/.kde/tmp-darkstar
/root/.kde/socket-darkstar
/root/.kde/cache-darkstar
#
btw - similar results found for these commands + gnome (i didnt know which one i'd prefer so i installed both gnome and kde)
sorry for the typos, id did run xorgconfig with no problems (after installing X)
After you install the KDE packages (get all of them, not just the base package), you need to add 'startkde' to your /home/<username>/.xinitrc file. Should load up ok after that. Also, you might want to run 'xorgsetup' instead of xorgconfig. It usually autodetects all of the proper settings. You can then modify the /etc/X11/xorg.conf file as you see fit. This is just a matter of preference though, if you got it working with 'xorgconfig' then that's cool too.
FYI, you can scroll up in the console by hitting shift+PgUp
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.