Arch桌面環境設定 - Linux

Candice avatar
By Candice
at 2018-03-27T07:33

Table of Contents

各位前輩好,繼開機管理之後遇到的另一個問題就是桌面環境了
總不能一直打指令用電腦吧? (除非純當Server用)

所以我就依照下列順序安裝桌面環境---

1.找出電腦顯卡資料

lspci | grep -i --color 'vga\|3d\|2d' # 取得電腦顯示晶片資料
-------------------------------------------------
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940MX] (rev a2)
-------------------------------------------------

2.安裝驅動程式
pacman -S xf86-video-intel # 安裝Intel顯示卡驅動程式
pacman -S nvidia # 安裝NVIDIA顯示卡驅動程式

3.安裝桌面環境服務
pacman -S xorg # 安裝圖型介面包
pacman -S xorg-server # 安裝圖型介面服務
pacman -S xorg-server-utils # 安裝圖型介面服務
pacman -S xorg-xinit # 安裝 X 啟動工具

4.安裝桌面環境
pacman -S xfce4 xfce4-goodies # 安裝Xfce
pacman -S plasma kde-applications kde-l10n-zh_cn # 安裝KDE(Plasma)

3.安裝並啟動顯示管理器
pacman -S sddm # 安裝桌面管理器(sddm)
pacman -S sddm-kcm # 安裝桌面管理器(sddm)
systemctl enable sddm # 設定開機啟動sddm

4.新增使用者
useradd -m -G wheel [username] # 新增使用者
passwd [username] # 設定密碼

4.重開機
reboot

然後先進多重開機選單,選Linux進入後...

https://imgur.com/lcFUaWH

完全沒有畫面!!!(其實有個滑鼠游標)

按Ctrl+Alt+F2是可以進到其他tty沒有問題,可是tty1就一直都是這樣

請問各位先進,這種情況該怎麼辦?

--
Tags: Linux

All Comments

Kumar avatar
By Kumar
at 2018-03-29T06:07
xf86 intel 應該不用裝吧?現在不都 kms
Jake avatar
By Jake
at 2018-04-02T10:44
xf86還是要裝,然後Arch的nvidia不比ubuntu,安裝完以後
所有設定都要手動,自己去看archwiki
Emma avatar
By Emma
at 2018-04-02T17:11
是說原 po 應該是筆電吧。應該可以先不用裝 nvidia
Mason avatar
By Mason
at 2018-04-03T01:04
確認 xf86-video-modesetting 有裝
Blanche avatar
By Blanche
at 2018-04-05T19:09
有滑鼠游標其實應該 X 有起來,只是 glx 掛了
Zanna avatar
By Zanna
at 2018-04-09T08:59
我猜是你裝 nvidia driver 的時候把 mesa 的 libGL.so
蓋掉了。導致 i915 去 load nvidia 的 libGL.so
Bennie avatar
By Bennie
at 2018-04-12T01:45
RTFW,人家都把方向說出來了
Heather avatar
By Heather
at 2018-04-14T17:32
Arch is nothing but a wiki.
Necoo avatar
By Necoo
at 2018-04-18T13:59
M 人家都教你怎麼看地圖了
Gilbert avatar
By Gilbert
at 2018-04-23T02:41
你的 Distro 和 DE 甚至 DM 都不一定和別人一樣,本來就
沒有那麼剛好有人用跟你一模一樣的。
Kyle avatar
By Kyle
at 2018-04-23T06:37
推文也都只是用 "猜" 的。你只講大概方向又不是報地址
Frederica avatar
By Frederica
at 2018-04-24T05:28
當然有人可以猜中的可能性就不高
Queena avatar
By Queena
at 2018-04-25T01:42
我是覺得都正常沒有問題包括 nvidia 也沒裝壞,純粹缺
sddm 設定檔
Hamiltion avatar
By Hamiltion
at 2018-04-25T06:14
intel內顯用modesetting就好了
Connor avatar
By Connor
at 2018-04-27T23:52
$ yay -S optimus-manager
$ sudo systemctl enable optimus-manager

請問哪可以下載 這樣的資料檔

Heather avatar
By Heather
at 2018-03-26T18:14
想要有 如下內容格式的檔案 主要用來練習 一些指令 要求 純文字檔 有多項固定欄位 如 and#34;姓名and#34; and#34;性別and#34; and#34;年齡and#34; and#34;學歷and#34; and#34;地址and#34; 路人甲 男性 38 ...

Debian隱藏程式?

Mary avatar
By Mary
at 2018-03-25T22:12
我用debian使用LXDE發現了隱藏的程式管理目錄 https://i.imgur.com/DhfDV9L.png 起因是我安裝了一些程式發現都沒有進到圖形化介面裏頭, 所以才試著換桌面環境,然後發現這個程式就在目錄裡面 要怎麼樣在其他桌面環境也顯示這個目錄呢?? 以下是同系統的MATE環境 https ...

configure.ac and makefile.am 的用法

Quanna avatar
By Quanna
at 2018-03-24T20:20
※ 引述《gecer (gecer)》之銘言: : 小弟載下幾個tarball檔 裡面沒有configure 但有configure.ac 及 makefile.am : 從名字看起來跟make file 有關 請問如何從這類檔案安裝? : 例如 : https://github.com/TigerVNC/ ...

configure.ac and makefile.am 的用法

Ina avatar
By Ina
at 2018-03-24T19:57
小弟載下幾個tarball檔 裡面沒有configure 但有configure.ac 及 makefile.am 從名字看起來跟make file 有關 請問如何從這類檔案安裝? 例如 https://github.com/TigerVNC/tigervnc/releases/tag/v0.0.90 ...

What is Xdisplay

Xanthe avatar
By Xanthe
at 2018-03-24T15:26
As the titile https://archive.realvnc.com/products/vnc/documentation/4.6/unix/man/vncconfig. html 從這個網站看到一個名詞 Xdisplay 請問這代表什麼意思? - ...