This is just for my notebook .But you can refer it.
useradd -m -s /bin/bash username
passwd username
They are for you to add noroot user.
But you did not select all the package! You can unselect the fonts.
pacman -S hwd catalyst
The catalyst is the better drive for ati.
Hwd is a easier tooler to generator xorg.conf.
But if you install catalyst, you can use aticonfig.
pacman -S synaptics
The drive for NoteBook Touch Pad.
pacman -S alsa-utils
The sound.
You may run the alsaconf to configure your sound drive.
And also you maybe to run "gpasswd -a username audio"
And you have to put "alsa" in the Daemon in the rc.conf.
pacman -S gnome gdm gnome-terminal gnome-power-manager gnome-system-tools
And you also did not select all the package, such as epiphany----a browser for gnome.
pacman -S fcitx vim
Once you have installed. You'd better install vim first.
Because you can not edit if you don't set gbk encoding.
You can put "set fiecs=utf8,gbk" in ~/.vimrc.
And then you can run the command "vim .fcitx/config".
And then you maybe want to put the following into .profile.
#setup XIM environment, needn't if use SCIM as gtk-immodules
---------------------------------
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
fcitx &
---------------------------------
pacman -S ccsm compiz-decorator-gtk compiz-plugins-extra
This is compizconfig setting manager!
pacman -S sudo
And you have to run "visudo" by root.And uncomment the "#%wheel ALL ..."
Just like "%wheel ALL ...". And then run "gpasswd -a username wheel".
Now you can use sudo.
pacman -S alacarte
A gnome menu editor!
pacman -S file-roller unrar
The archieve manager and rar uncompression programme.
pacman -S firefox opera
The internet browser!
pacman -S amule liferea pidgin
Amule is the ed2k downloader.
liferea is for you read rss.
Pidgin is the instant messager!
pacman -S smplayer codecs
The best moive player for you.
And maybe you will install codecs-all instead of codecs. But I think codecs is just enough!
pacman -S gedit
One graphical text editor for gnome!
pacman -S hal
Add hal in the daemon.
usermod -aG storage,wheel,dbus,hal username
---------------------
some tips for group
----------------------------------------------------------------------------------
usermod -aG audio,video,floppy,lp,optical,network,storage,wheel,dbus,hal username
----------------------------------------------------------------------------------
pacman -S gpicview mirage
A simple image-viewer. Mirage is also a simple viewer but it can crop and do something else.
pacman -S rdesktop vino
Remote desktop for gnome.
No comments:
Post a Comment