LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Newbie Questions (https://www.linuxquestions.org/questions/linux-newbie-8/newbie-questions-186340/)

ChronusDark 05-26-2004 10:52 PM

Newbie Questions
 
ok i have a few things i would like to know how to do on my knoppix system..i did a hard drive install and i would like to
1. change the startup so it starts like slackware with the console login prompt and i can make it show a quote of the day type thing and a welcome message.
2. after i installed the nvidia drivers for some reason when i switch back to console from X my monitor says video cable disconnected, i assume this is because its trying an invalid video mode and i want to change what video mode the console switched back to.
3. i want to upgrade from gnome 2.4 to 2.6 and apt-get keeps timing out

if you need any more info to help me let me know

thanks in advance

[edit] dunno if this helps but knoppix is debian based if incase you didnt know
(no sarcasm)

darthtux 05-26-2004 11:14 PM

1. Open up /etc/inittab and look for the following line
id:2:initdefault:
it may be 2 or 3,4,5
close and then open
ksysv
on the runlevel shown in /etc/inittab move gdm/kdm/xdm down to stop
save and exit
Enter the command
ps aux
You will have a line for gdm/kdm/xdm
kill the pid for thar service
This will kill X and put you in a console login

And the next time you reboot you will have a console login

2. Don't know

3. You might try apt-setup which will put the best mirrors in the apt sources.list file.

ChronusDark 05-26-2004 11:17 PM

apt-setup doesnt work for some reason

Code:

sudo: apt-setup: command not found

darthtux 05-26-2004 11:22 PM

Perhaps sudo was not setup to allow that

try

su -
enter root password
then
apt-setup

ChronusDark 05-26-2004 11:23 PM

Code:

root@0[knoppix]# apt-setup
bash: apt-setup: command not found

nope not working :(

darthtux 05-26-2004 11:33 PM

Looks like knoppix sets up apt without apt-setup. I found of couple of threads on apt on the Knoppix forum that should help

http://knoppix.net/forum/viewforum.p...6d51c5109ad5ce


All times are GMT -5. The time now is 09:42 AM.