LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-29-2003, 07:01 PM   #1
tewaru
Member
 
Registered: Nov 2002
Location: New Zealand
Distribution: Mandrake 9.0
Posts: 46

Rep: Reputation: 15
Mandrake 9 4 Problems


1 have to start kde gui with startx at the command line also won't shut down until kde stopped how do I make it automatic
2 Where do I get ligGLcore.so.1 guarddog wants it.
3 How do I get on to root kde gui it looks like this has been removed from 9.1
4 mustek scanner is supported in the software but have to install manually but sane cannot find the scanner
I know that these problems seem simple to experts but please keep solutions simple as.
Thanks in advance
 
Old 06-29-2003, 07:20 PM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Are you asking, in Q1, how to setup your computer to automagically boot to a GUI login, so you don't type 'startx'? If so, then read on:

Login and change to the root user (su root then press enter and type root's password) and edit the file /etc/inittab. Look for the line that reads:
id:3:initdefault:
(near the top) and change the 3 to a 5. Save the file. Now, if you want to go to a GUI login now then type init 5 otherwise type exit to return to normal user mode - when you next boot, it'll be to a GUI login. Incidentally, you can do this from the Mandrake Control Center too.
 
Old 06-29-2003, 07:55 PM   #3
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
2. a- http://rpm.pbone.net/
that's the best one that i have found.

3. a-mandrake made it so that loging in as root is more difficult. keeps people from killing their systems inadvertently. everything that you could want to do in the gui, you can do from the cmd line and more.
get rid of mdkkdm login manager and it should work out for you. or you could in a vt, ctrl+alt+F1-6, [i]startx -- :2 vt8[i] then you'll be in it only as long as you need to. you shouldn't have to be in a gui with root for more than five minutes at the most.

learn the cmd line, i know everone says this to you, it will make things easier for you with root and admining your system.

cheers.
 
Old 06-30-2003, 11:53 AM   #4
tewaru
Member
 
Registered: Nov 2002
Location: New Zealand
Distribution: Mandrake 9.0
Posts: 46

Original Poster
Rep: Reputation: 15
Problem 1 your solution is in and works Thanks muchly
Problem 2 libGLcore.so.1 not at that site Thanks
Problem 3 Have not tried out your solution
Problem 4 Must have had brain lapse on further attention to detail find that scanner not supported
Thanks again Tewaru
 
Old 06-30-2003, 02:12 PM   #5
PhilD
Member
 
Registered: Mar 2003
Location: Iowa, US
Distribution: Mint
Posts: 174

Rep: Reputation: 30
tewaru,

libGLcore.so.1 should be provided by the NVIDIA drivers that are listed on the site when you do a search for libGLcore.so.1. It will not be it's own file.

PhilD
 
Old 06-30-2003, 03:19 PM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Googling brought this link up at the very top.

Hope it helps.
 
Old 06-30-2003, 05:25 PM   #7
tewaru
Member
 
Registered: Nov 2002
Location: New Zealand
Distribution: Mandrake 9.0
Posts: 46

Original Poster
Rep: Reputation: 15
Problem 3 solution worked very well Thanks
Promblem 2 question what is the implication of using one of the Nvidia drivers suggested to the rest of my system
Thanks Tewaru
 
Old 06-30-2003, 06:00 PM   #8
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692
Blog Entries: 9

Rep: Reputation: 45
As an extra for "#3"

The easiest way of adding gui root access is with the gui.

log in as user, then access the kde control centre, then use the dropdown at "system" and you will see "log in manager".

If you clicked that, you get the graphical login manager so you just click the "administrator mode" button at the bottom and for root "unselect" the hidden user radio button. You may have to mess slightly is you want to change the "root login icon", but irrespective, thats got to be the easiest way of doing it??

regards

John
 
Old 06-30-2003, 06:16 PM   #9
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
thanks john, i couldn't remember where to find that.

cheers.
 
Old 07-02-2003, 06:14 AM   #10
tewaru
Member
 
Registered: Nov 2002
Location: New Zealand
Distribution: Mandrake 9.0
Posts: 46

Original Poster
Rep: Reputation: 15
Problem 2 is not resolved I have nvidia intergrated drivers installed on this system and everyone says i should download nvidia drivers to get libGLcore.so.1 for guarddog. My question is, if I get the drivers you have suggested will they clash with already installed nvidia drivers
the drivers I installed are NVIDIA-linux-x86-1.0-4363.run
Thanks
Tewaru

Last edited by tewaru; 07-02-2003 at 06:15 AM.
 
Old 07-02-2003, 09:10 AM   #11
PhilD
Member
 
Registered: Mar 2003
Location: Iowa, US
Distribution: Mint
Posts: 174

Rep: Reputation: 30
tewaru,

I am not sure, I do not have an NVIDIA card. To be safe, you may want to first check and make sure that the libGLcore.so.1 really isn't on your system. To do this, su to root and try the following:

find / -name libGLcore.so.1 -print

This should search the entire PC for the file. If it isn't there, I would uninstall the current drivers before installing the new ones.

Anyone else have any suggestions here?

PhilD
 
Old 07-02-2003, 06:03 PM   #12
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
you could also build a s/locate database. i use slocate so i'll tell you that way.

as root-
slocate -uc
slocate libglcore.so.1

cheers.

p.s. when i went to that site, i did a search and it was there. the mandrake packages even.
 
Old 07-02-2003, 08:48 PM   #13
tewaru
Member
 
Registered: Nov 2002
Location: New Zealand
Distribution: Mandrake 9.0
Posts: 46

Original Poster
Rep: Reputation: 15
Tried out out your suggestion using slocate etc found that this system has usr/lib/libGLcore.so.1.0.4363 and usr/lib/libGLcore.so.1
it is obvious that usr/lib/libGLcore.so.1.0.4363 matches the nvidia drivers that are installed on machine. so what do i do now to point the system at the correct package
Thanks Tewaru
 
Old 07-02-2003, 09:26 PM   #14
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
i'm not positive on how to point things in a direction once it is installed. the only thing that i could think of is to see if there is a symbolic link and make sure that it's right. i know that for a ./configure all you have to do is to change where it looks for things.

you would have to take a look at the man pages for that one. i would wait for just a bit though. people here will know how to do it, or a link for it.

cheers.
 
Old 07-10-2003, 05:11 PM   #15
tewaru
Member
 
Registered: Nov 2002
Location: New Zealand
Distribution: Mandrake 9.0
Posts: 46

Original Poster
Rep: Reputation: 15
Thanks everyone for your help. Solved the guarddog problem by going over to firestarter. Did not matter what i did on rpm install of guarddog it could not see that libcore was aready installed Anyhow thanks for the tip about setting up the root gui thru mandrake control centre
Tewaru
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mandrake Sound Problems xmms problems.... devinWhalen Mandriva 6 04-16-2004 04:05 PM
internet problems with mandrake 10, eth problems rApT0r Linux - Newbie 10 04-11-2004 06:44 PM
Mandrake 9.1 Install problems (Graphical problems) sw4eternity Linux - Newbie 5 11-01-2003 08:43 PM
Mandrake 9.0 Installation Problems: X-Server, GUI Problems? chromelocust Linux - Software 4 03-21-2003 01:59 AM
Some problems with Mandrake sloptaco Linux - Distributions 2 08-15-2001 05:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration