You are not logged in.
Pages: 1
i just finish install gnome, log in and i dont find terminal (he not finds in the application menu
ty
Offline
you might need to install it:
pacman -S gnome-terminal
oz
Offline
oh... i thought it's come in default
what are the commands for install nv driver and sudo?
thanks u!!!
Offline
you'd better take a look at the wiki for those:
oz
Offline
pacman -Ss <package> searches for a package. pacman -S <package> installs it.
i.e.
pacman -S sudoYou may want to read these articles:
http://wiki.archlinux.org/index.php/Pacman
http://wiki.archlinux.org/index.php/Sudo
http://wiki.archlinux.org/index.php/How … DIA_driver
and in general, just browse/search the wiki/forums. Most of your questions are probably already answered there.
Good luck! ![]()
Last edited by tom5760 (2007-04-10 22:38:13)
Offline
ok
i mean to nv driver and not for nvidia driver
btw how can i find the name of this package by pacman -Ss??
Offline
The nv driver is shipped with xorg in the pkg: xf86-video-nv
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
ok
can u remind me the comand for seeing the partition list?
and why i dont see in "places" menu the partition i mounting?
btw1
how u remmber all the packages name?
btw2
ty ![]()
Last edited by dids22 (2007-04-11 00:45:23)
Offline
.
Last edited by benplaut (2021-06-25 12:27:17)
Offline
-i mount them to /media/wherever but still there are no found in the menu
- about my English, i'm sorry but english is not my mother tongue and if it's so bother u can fix me ![]()
- one more thing
http://img174.imageshack.us/my.php?imag … nalij9.png
ty
Last edited by dids22 (2007-04-11 07:16:08)
Offline
You might need hal? Just guessing...for it to show up in nautilus since it is so big. Not sure though.
Offline
For that ls thingy, bash can't handle names with spaces like that. You need to either quote the path (ls "/media/c/Documents and Settings/") or escape the spaces with a backslash (ls /media/c/Documents\ and\ Settings/).
Offline
hal? what is it?
Offline
What it is from google.
http://freedesktop.org/wiki/Software_2fhal
Or even in our own forums and wiki...this one from google as well. (hint try google and the wiki as others said)
http://bbs.archlinux.org/viewtopic.php?id=31356
Last edited by junglepeanut (2007-04-11 09:51:29)
Offline
ok i installed hal and now it shown in the menu
- can u remind me the the command for seeing partition list?
Offline
sudo fdisk -l
Offline
i collect for u some more question
1) why i cant log in as root in gdm (gnome)
2)how can i check witch kernel i'm using? (i want to verify that i'm using the last)
3)now after i install hal, and the partition find in the menu, ther is way to change their name?
3) i get error when i try to get in my floopy (pic' 1)
4)after installing hal i have two icons of cd-rom - there is way to fix it? (pic'2)
http://img206.imageshack.us/my.php?imag … 064ue0.png
http://img206.imageshack.us/my.php?imag … hotyw5.png
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0/dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0
/dev/fd0 /mnt/fl vfat user,noauto 0 0/dev/sda3 swap swap defaults 0 0
/dev/sda4 / ext2 defaults 0 1
/dev/sda6 /home ext3 defaults 0 1
/dev/sda5 /media/d ntfs-3g defaults 0 1
/dev/sda1 /media/c ntfs-3g ro,unhide 0 1
ty
oh... btw i save some for later
Last edited by dids22 (2007-04-12 11:01:12)
Offline
1. don't log in as root, it's stupid. Use su/sudo/gksudo instead
2.man uname
3. not afaik (anyone else know?)
4. try 'modprobe floppy' or 'modprobe ide-floppy'
5. don't know. search the forum
Edit: oh, and pacman -S gnome-extra gives you alot of nice extra stuff, if you havn't installed it already.
Last edited by Mr.Elendig (2007-04-12 11:46:35)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
1) what the problem to log in as root? now , everytime i open terminal i need to write "su"
2)how i used with this tool?
3)somone know?
4) it's just add me new icon that is not working too
Offline
You shouldn't log in and work within the root account because it's considered to be a big security risk. Someone might be able to gain access to your machine and take it over, whether online, or locally. There is also a big risk of you accidentally doing some kind of damage to the installation itself.
Having said that, it's quicker to su to root from your user account, do your admin chores, and then exit right back into your user account than it would be to login as root, then have to log out of root and then login to your user account. Lots of people that actually log into the root account tend to stay there once in it. Again, that's not good.
oz
Offline
dids22, don't take this the wrong way; I've recommended you to install ubuntu/suse/pclinuxos in the past, and i still think you should, until you grasp the basics of a linux system a little bit better.
Unless you enjoy solving these issues you are having with arch linux, that is!
"Your beliefs can be like fences that surround you.
You must first see them or you will not even realize that you are not free, simply because you will not see beyond the fences.
They will represent the boundaries of your experience."
SETH / Jane Roberts
Offline
no thanks....
Offline
dids22, don't take this the wrong way; I've recommended you to install ubuntu/suse/pclinuxos in the past, and i still think you should, until you grasp the basics of a linux system a little bit better.
Unless you enjoy solving these issues you are having with arch linux, that is!
I think he should RTFM ie the wiki since he asks alot +100 questions that are all in wiki.
He is either troll or retard imho if latter I apologize and help you any way i can ![]()
Offline
1) what the problem to log in as root? now , everytime i open terminal i need to write "su"
2)how i used with this tool?
3)somone know?
4) it's just add me new icon that is not working too
You'll need to learn to read manpages... uname -srv gives you all info about the kernel, tune2fs will let you change drive labels (look in the man page...).
Last edited by Ramses de Norre (2007-04-15 17:15:14)
Offline
Pages: 1