You are not logged in.
cat /etc/rc.conf shows me the same list as cd /etc/ more rc.conf but this time the end of the file is shown.....
I have no Idea with editor I use....
Life is what you make of it.....
Offline
Well, even as a normal user, cat /etc/rc.conf will list the file. Have you tried the command whoami? Answer should be root.
Offline
Well, even as a normal user, cat /etc/rc.conf will list the file. Have you tried the command whomai? Answer should be root.
show that I'm root
Life is what you make of it.....
Offline
Interesting. Since you have no graphical interface installed yet and you are new to Linux, you probably want to use nano as editor. So do
nano /etc/rc.conf
Instructions are at the bottom (Ctrl+O followed by Ctrl+X will save and exit)
If it refuses to save, humm... don't know ?
Offline
Interesting. Since you have no graphical interface installed yet and you are new to Linux, you probably want to use nano as editor. So do
nano /etc/rc.conf
Instructions are at the bottom (Ctrl+O followed by Ctrl+X will save and exit)
If it refuses to save, humm... don't know ?
okay, done. what should I do next? :oops: I've managed to get pacman refreshing the package list.....
Life is what you make of it.....
Offline
So you did pacman -Syu and it worked...
Well as said earlier, carry on:
Pacman -S xorg hwd kde.
Or you can do a pacman -S for each, just to make sure things go right. Then you will have to configure xorg.conf. The "newbie" way is probable run hwd -xa which forces the creation of the xorg.conf file.
Then, still in rc.conf, add kdm to the list of DAEMONS to get kde started at boot.
Still with us ?
Offline
so the exact command I need to put in is
pacman -S xorg hwd kde
at the same time or after each other? ie
pacman -S xorg
pacman -S hwd
etc....
Life is what you make of it.....
Offline
Looks like we are typing at the same time... :-) First option is "riskier"
Offline
First option is "riskier"
1. I've got my Win XP pc "load on" this forum to get me trough all this :-P
2. what axactly do you mean with riskier?
Life is what you make of it.....
Offline
Figure of speech. As pacman does its things, it sometime post messages. So if you do one at a time, you know where it comes from... It is just a habit
Offline
is there anyway to prevent the screen going blank when I haven't made any input for a while?
Life is what you make of it.....
Offline
what should I add to the deamon list to boot gnome?
Life is what you make of it.....
Offline
Sorry, don't know about the blank screen.
For gnome, gdm il believe. But did you install gnome ? Pacman -S gnome
Offline
yes. I installed gnome. Or is kde better suted for newbies?
Life is what you make of it.....
Offline
is there anyway to prevent the screen going blank when I haven't made any input for a while?
"setterm -blank 0" will do it for you
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
setterm -blank 0" will do it for you
is that "zero" or the letter O?
Life is what you make of it.....
Offline
The number zero. As in "blank after 0 minutes" (which actually disables blanking).
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
okay. thanks.
in another "screen" I tried to ping archlinux.org but it keeps going on, and going and .... does my computer need a shrink or is that normal?
Life is what you make of it.....
Offline
okay. thanks.
in another "screen" I tried to ping archlinux.org but it keeps going on, and going and .... does my computer need a shrink or is that normal?
Just a standard "ping www.google.com" command will continue indefinitely. Press Ctrl+C to force ping to close. Or run "ping -c 4 www.google.com" (change the 4 to however many you want).
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
setterm -blank 0" will do it for you
how can I make that permanent?
Life is what you make of it.....
Offline
either don't touch the mouse, or else use something like xlock or xscreensaver
Offline
i've installed xorg and gnome but every time I boot I get an error that there's something wrong with the config file for xorg... I've allready run xorgconfig .... when I put the command "gnome-session" in I get this error:
(gnome-session:2506): gtk-warning **: cannot open display:
what should I do?
Life is what you make of it.....
Offline
You may want to search other threads if not done yet or even start a new one because this is getting of topic from your initial post and getting confusing to follow.;-)
Xorg is sometimes tricky to configure. You may want to post your file, error messages, specify the graphic card you use and confirm you have installed the proper driver...(xf86-video-xxx)
Offline
how can I make that permanent?
Add it to /etc/rc.local.
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
boot with archlinux fallback
log as root, then try to make :
mkinitcpio -g /boot/kernel26.img
then try to boot with the standard boot entry
Hello,
the kernel, fallback or not, won't work. It still shoots out the init not found error.
I tried downgrading the kernel to 2.6.18.4 through chroot and my Beatrix Live CD, but it gives errors about there being no permissions to /dev/null, and exits. So, in other words, I'm screwed.
Can anyone help me?
Regards,
Picpak
Offline