Arch Linux最小化安裝X

Xorg-server

  • 安裝xorg-server
pacman -S xorg-server
  • 可選:xorg-server-utils
pacman -S xorg-server-utils

Xorg-server-utils meta-package pulls in the most useful packages for certain configuration tasks, they are pointed out in the relevant sections.前端

Driver installation

若是不知道顯卡類型,請執行以下命令進行查詢:web

lspci | grep VGA

輸入下面命令,查看全部開源驅動:服務器

pacman -Ss xf86-video | less

安裝顯卡驅動:less

  • vesa:
pacman -S xf86-video-vesa

vesa是一個支持大部分顯卡的通用驅動,不提供任何 2D 和 3D 加速功能。
要充分發揮顯卡性能,請按下表安裝驅動程序。推薦先使用開源驅動,這些驅動出問題的可能性較小。ide

  • AMD/ATI :
pacman -S xf86-video-ati
  • Intel:
pacman -S xf86-video-intel
  • Nvidia:
pacman -S xf86-video-nouveau

Running

  • Display manager:
    最簡單的方法是使用登陸管理器 例如 GDM, KDM or SLiM.
  • Manually:
    若是不用登錄管理器啓動 X,須要安裝軟件包 xorg-xinit。
pacman -S xorg-xinit
pacman -S xorg-twm xorg-xclock xterm

startx 和 xinit 命令將啓動 X 服務器和客戶端(startx 腳本是更通用命令 xinit 的前端)。爲了肯定要運行的客戶端,startx/xinit 先在用戶目錄解析 ~/.xinitrc 文件,若是 ~/.xinitrc 不存在,使用默認的 /etc/X11/xinit/xinitrc, 其中默認會使用 Twm 窗口管理器,Xclock 和 Xterm(需安裝 xorg-twm, xorg-xclock 和 xterm).性能

  • To launch the X server and clients:
startx
相關文章
相關標籤/搜索