Results 1 to 10 of 11
Just installed Mandriva Free 2007 and have the same problem. All I get is the option to end the current session, no restart or shutdown in the session window. I ...
- 03-12-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 6
Just installed Mandriva Free 2007 and have the same problem. All I get is the option to end the current session, no restart or shutdown in the session window. I don't think I should have to shutdown by typing a command. I want the graphical interface to work. Still no solution for the problem? Any tips or things to check? Not using 3d desktop.
- 03-12-2007 #2Just Joined!
- Join Date
- Mar 2007
- Posts
- 6
I tried "shutdown -h now", works fine. But as I said sure would be nice to do it graphically.
Note:
Guess the mods seperated the threads, but I was replying to this one-
http://www.linuxforums.org/forum/man...n-problem.html
- 03-12-2007 #3
Hi - I think I know the answer to this one. You need to go to the Mandriva Control Centre (Configure my Computer) and select a different display manager under System>Choose the display manager ...
You need to select KDM or the Mandriva version of this. That should give you the menu options you need when you log out. It's kind of annoying to have to type shutdown -n or whatever it is.
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 03-12-2007 #4Just Joined!
- Join Date
- Mar 2007
- Posts
- 6
Only option listed is XDM (X Display Manager).
- 03-13-2007 #5You need to install KDM. I don't know why it's missing: maybe you could use urpmi kdm?
Originally Posted by kadiddlehopper I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 03-13-2007 #6Just Joined!
- Join Date
- Aug 2006
- Posts
- 86
its fixed
this worked like a charm for me, i can cross this irratation off my list thanks fingal
- 03-13-2007 #7Just Joined!
- Join Date
- Mar 2007
- Posts
- 6
Thanks, was thinking of doing a re-install, but I'll give your suggestion a try tonight.
- 03-13-2007 #8Great stuff! Actually I had the same problem a couple of years ago, so that's how I know the answer.
Originally Posted by porsher_puddles
You shouldn't need to do that. You already have a working desktop (even if it's a bit irritating at the moment!). You just need to master your package management system.
Originally Posted by kadiddlehopper
You can use Mandriva's gui package system which you'll find lurking in your desktop menu. I've just got used to using a terminal because (I would argue) I have more idea about what's going on from there. A quick overview:
su <log in as root with your password.>
urpmi packageName <for installing.>
urpme packageName <for uninstalling.>
urpmq packageName <for querying packages.>
If you haven't already done so, try to set some software repositories up. You can download 90% of what you need that way, and save yourself a lot of lost hours. Visit this site for a quick guide.
If that doesn't work, don't despair. Most problems can be fixed once you've got your distro installed. If you try to start from scratch, you might end up with more problems than you began with.
Edit: if you can't find a package called kdm, try mdkkdm and / or kdebase-kdmI am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 03-13-2007 #9Just Joined!
- Join Date
- Mar 2007
- Posts
- 6
Already used urpmi to set up the repositories and to update.
Originally Posted by fingal
Then tried the above and got this=
[root@localhost chasb]# urpmi kdm
The package(s) are already installed
The following package names were assumed: mandriva-kdm-config
[root@localhost chasb]# urpmi kdebase-kdm
no package named kdebase-kdm
[root@localhost chasb]# urpmi mdkkdm
no package named mdkkdm
So I'm still open to suggestions.
Also as a side note, everthing is checked to save sessions when shuting down, but it doesn't save my last session. (ie - running boinc and want it to start up next time I boot).
ps. running x86_64 amd
- 03-13-2007 #10
Hmmm ... I'm reasonably sure kdebase-kdm is what you need. Not sure which repository that would be in though. As for boinc, I run that too. In your /etc directory is a file called rc.local. You could try the following; you need to edit that file as root and add a line to the bottom:
su
<password>
cd /etc
[This bit depends on how you want to edit that file, so this is very generic.]
kwrite rc.local (or edit with vim, vi, emacs, pico, kate, joe .... etc.)
Then add something like:
/home/kadiddle/tmp/boincdirectory/./run_client
Basically, anything added correctly to rc.local will start up during boot time. This way you can run your own scripts without having to start them manually.I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso


Reply With Quote
