News | About | Get Frugalware | Packages | Documentation | Discussion Forums | Bug Tracker | Wiki | Community | Development

Post-Installation (简体中文)

From FrugalWiki

Jump to: navigation, search


i18n


Dansk – Deutsch – English – Español – Français – Indonesia – Italiano – Lietuviškai – Magyar – Nederlands – Polski – Português – Română – Slovenský – Suomi – Svenska – Türkçe – Česky – Ελληνικά – Български – Русский – Српски – Українська – עברית – ไทย – 日本語 – 正體中文 – 简体中文 – 한국어


Contents

快速安装指南

Information info.png Information: This tutorial is dedicated for users who just performed a minimal install (i.e only group base) to help to know what to do after their installation of Frugalware. Obviously this tutorial is evolving.


网络配置

Note Note: if this step has not be done

Use netconfig:

Root terminal 48px.png
# netconfig


If you want to add more details about the configuration, just edit file default:

Root terminal 48px.png
# nano /etc/sysconfig/network/default


The graphic tool gnetconfig will permit you to create profiles.

Launch the connexion with:

Root terminal 48px.png
# service interfaces restart


选择适当的镜像

Edit mirrors file :

stable version

Root terminal 48px.png
# nano /etc/pacman-g2/repos/frugalware


current version

Root terminal 48px.png
# nano /etc/pacman-g2/repos/frugalware-current


Note Note: Think to install nano before (pacman-g2 -S nano) or another editor

In this file, you'll find links ftp and http. Comment mirror that you don't want, pacman tae in count the first one in the list.
Pour infos, les miroirs irlandais (www12) et français (www7) sont rapides et fiables pour les utilisateurs français.

Then, force the synchronisation :

Root terminal 48px.png
# pacman-g2 -Syy


Upgrade your system :

Root terminal 48px.png
# pacman-g2 -Su


安装 X 图形化服务器程序

Root terminal 48px.png
# pacman-g2 -S xmessage xsetroot xinit xorg-server


专利驱动列表

X server 开源驱动列表

Package Name
xf86-video-apm Alliance ProMotion video driver
xf86-video-ark ark video driver
xf86-video-ati, read ATI pilote des cartes ATI > R4xx
xf86-video-chips Chips and Technologies video driver
xf86-video-cirrus Cirrus Logic video driver
xf86-video-dummy dummy video driver
xf86-video-fbdev framebuffer video driver
xf86-video-glint GLINT/Permedia video driver
xf86-video-i128 Number 0 i128 video driver
xf86-video-i740 Intel i740 video driver
xf86-video-i810 Intel i810/i830/i9xx video drivers (déprecated - use intel instead)
xf86-video-intel, read Intel Graphics Newer Version of Intel i810/i830/i9xx video drivers
xf86-video-imstt Integrated Micro Solutions Twin Turbo vidoe driver
xf86-video-mga video driver (Matrox Graphics Adapter)
xf86-video-neomagic neomagic video driver
xf86-video-nouveau nouveau video driver (for NVIDIA Cards)
xf86-video-rendition Rendition video driver
xf86-video-radeonhd Pilote HD des cartes R5xx et R6xx
Note: experimental
xf86-video-s3virge S3 Virge video driver
xf86-video-savage savage video driver
xf86-video-siliconmotion siliconmotion video driver
xf86-video-sis SiS video driver
xf86-video-sisusb SiS USB video driver
xf86-video-tdfx tdfx video driver
xf86-video-trident Trident video driver
xf86-video-tseng tseng video driver
xf86-video-unichrome Unichrome video drivers
xf86-video-v4l v4l video driver
xf86-video-vesa vesa video driver
xf86-video-vga VGA 16 color video driver
xf86-video-via via video driver
xf86-video-vmware vmware video driver
xf86-video-voodoo voodoo video driver

安装桌面环境

Gnome

in minimal state :

Root terminal 48px.png
# pacman-g2 -S gnome-minimal


in normal state :

Root terminal 48px.png
# pacman-g2 -S gnome


More details


KDE

in minimal state :

Root terminal 48px.png
# pacman-g2 -S kde-minimal


in normal state :

Root terminal 48px.png
# pacman-g2 -S kde

More details

XFCE4

Root terminal 48px.png
# pacman-g2 -S xfce4

More details


LXDE

Root terminal 48px.png
# pacman-g2 -S lxde-desktop

More details


Others

For others desktop environements or windows managers, go back to main menu and click the correct section.


使用正确的登录管理器

If you have installed Gnome, you must use GDM as login manager.

If you have installed KDE you must use KDM as login manager. (Note: KDM is in package kdebase)

If you have installed slim you must use GDM as login manager.

There is also XDM, the login manager of X.

Check if the package of your login manager is installed, then check in file /etc/sysconfig/desktop the related line is the only line uncommented.

Root terminal 48px.png
# nano /etc/sysconfig/desktop


More details

声音

You hear no sound, the indicator always indicate "mute". Don't worry, alsa need to recognize your hardware with alsaconf.

Instal the necessary package :

Root terminal 48px.png
# pacman-g2 -S alsa-utils

then use this command and follow the guide :

Root terminal 48px.png
# alsaconf

Sound must be functional now.

This commad will help to manage sound volume :

User terminal 48px.png
$ alsamixer


安装 Frugalware 图形化工具

Just optionnal.

Root terminal 48px.png
# pacman-g2 -S gfpm gnetconfig gservice fun



KDE case

To have KDE in your language, install the locale package :

Root terminal 48px.png
# pacman-g2 -S kde-i18n-xx


example: hungarian will install kde-i18n-hu

Tip: Giving rights to user to shutdown the computer, read KDE page

UTF-8 Encoding

By default, iso encodaging is used.

You can switch to the universal encodage UTF-8, see the page about UTF-8


安装实用字体

Root terminal 48px.png
# pacman-g2 -S corefonts font-bh-ttf font-bh-type1 ttf-bitstream-vera dejavu-ttf sdl_ttf artwiz-fonts liberation-fonts


You can also install all other font with

Root terminal 48px.png
# pacman-g2 -S xorg-fonts --noconfirm


安装 splashy 主题

Root terminal 48px.png
# pacman-g2 -S splashy


安装 audio/video 编码解码器

A little bit radical...

Root terminal 48px.png
# pacman-g2 -S multimedia xmultimedia


安装 Flash 插件

Root terminal 48px.png
# pacman-g2 -S flashplugin


安装 Java 运行环境

Root terminal 48px.png
# pacman-g2 -S j2re


笔记本电脑的例子

For a specific laptop, see the Tutorial list for laptops

安装 Firefox 语言包

Root terminal 48px.png
# pacman-g2 -S firefox-xx


example, for hungarians it would firefox-hu


设置正确的时间

See tutorial about Network Time Protocol

Personal tools
Namespaces
Variants
Actions