VirtualBox 中爲 ArchLinux 安裝 Gnome3 到 部分記錄

首選安裝  bash

pacman -S gnome gdm ide


其它設置: 測試

下面開始安裝gnome,若是不喜歡用桌面環境下面的就當是廢話。 spa

1
2
3
4
5
groupadd   example1
 
useradd example2 - s / bin / bash - m    - g example1
 
passwd example2

若是不設置用戶沒法登陸gnome server

安裝dbus 進程

1
pacman - S dbus

而後設置xinitrc it

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
nano / . xinitrc
添加
#!/bin/sh
 
if [ - d / etc / X11 / xinit / xinitrc . d ] ; then
     for f in / etc / X11 / xinit / xinitrc . d / * ; do
         [ - x "$f" ] && . "$f"
     done
     unset f
fi
 
exec $ your_window_manager
 
nano / etc / rc . conf
 
DAEMONS = ( syslog - ng  < strong > dbus < / strong >  network crond )

啓動DBUS守護進程: /etc/rc.d/dbus start table

加載FUSE內核模塊:modprobe fuse import

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pacman - Syu
 
eselect news read news
 
pacman - S xorg - xinit
 
pacman  - S xorg - server
 
pacman - S xf86 - video - vesa
 
pacman - S gnome
 
pacman - S gnome - extra              --根據本身的須要安裝擴展只須要輸入數字便可
 
pacman - S gdm

若是想每次直接啓動圖形界面,把gdm加入到DAEMONS 登錄

nano /etc/rc.conf  找到DAEMONS 添加:

DAEMONS=(syslog-ng dbus network crond gdm)


startx 相關設置:


安裝基礎的 Xorg 包:
# pacman -S xorg-server xorg-xinit xorg-utils xorg-server-utils
安裝 mesa 以得到 3D 支持: 
# pacman -S mesa 
安裝默認的測試環境:
# pacman -S xorg-twm xorg-xclock xterm 
最後,啓動 X 會話:
$ startx

相關文章
相關標籤/搜索