装完 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
重起 可算装好了