裝完 gnome xorg之后 xinit startx都啟動不了提示找不到屏幕
然后就搜了一大堆資料自己試
bumblebee不好使
估摸著是驅動的問題
強制使用intel顯卡
配置如下
nano /etc/X11/xorg.conf
修改 nvidia到intel
Section "Device"
Identifier "Device0"
Driver "intel"
VendorName "intel"
EndSection
再次startx 提示沒有裝xterm
pacman -S xterm
再試startx!
出來了 感動的熱淚盈眶
不過還有問題 分辨率低的令人發指...
好吧 繼續改
還是nano /etc/X11/xorg.conf
Section "Screen"
Identifier "Screen0"
Device "Device0"
DefaultDepth 24
Option "UseDisplayDevice" "none"
SubSection "Display"
Virtual 1920 1080
Depth 24
EndSubSection
重起 可算裝好了