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.
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,151
Rep:
did /etc/fm.modes exist? if not try 'fbset > /etc/fb.modes' I think qingy defaults to 1024x768 and it looks like your frame buffer is at 800x600 this also might cause an issue.
Try my wdm package. It's very easy to use and includes (optionally) some animated penguins. When you install it, it configures itself for safe usage giving reboot/halt rights only to root. But you can easily change that to make it possible for regulat users to shutdoen and reboot. Plus, I've designed an easy way to let it handle some session-management functions, such as starting programs before the window manager starts. This lets you do so without altering the xintrc file for each window manager and lets you customize on a per-user, per-WM basis. You don't have to use WindowMaker -just need it installed for the libs.
You know, XDM is actually a really good login manager. I recently did a blog post detailing how quick & simple it is to reconfigure it. It's a highly-customizable application: See post
The config files are listed at the bottom of the post, scan through them and you'll work out most of what you need to know: A few edits to Xsetup_0 and Xresources is pretty much all it takes..
** Edit: That was a rather terse reply, wasn't it? Apologies, I'm not feeling well today. Anyway, if you have any questions please do feel free to ask, either here or on the blog..
Last edited by oneandoneis2; 12-06-2006 at 04:25 PM.
*drkstr, are you suggesting I install the entire KDE library? That would definitely help things out in the application department, however I would like to keep things economical: as few files as I need to make evertyhing work.
That's not at all what I was suggesting. I said *build* the entire KDE library (so KDM will build correctly without a lot of hacking). You will only *install* KDM and KDMlib which is needed to run KDM.
best regards,
...aaron
**edit**
for example, run these commands from the kdebase root directory
Code:
./configure
make
cd kdm
make install DESTDIR=/kdm/build/directory
You will need to run that last command in the kdmlib directory as well.
**edit again**
FYI: I was able to get KDM running on a 256Mb install on my USB thumb drive without installing all of KDE
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.