我正在尝试在this tutorial之后在 Alpine Linux中安装 Awesome VM 。
我已经传递了以下命令:
$ sudo apk add awesome feh lxterminal
$ sudo apk add lua
$ setup-xorg-base
然后还有“启动桌面”部分中的所有命令...
...但是当我传递此命令时:
$ startx
我遇到以下错误:
hostname: dev-box: Host not found
xauth: unable to link authority file /home/babonet13/.Xauthority, use /home/babonet13/.Xauthority-n
xauth: unable to link authority file /home/babonet13/.Xauthority, use /home/babonet13/.Xauthority-n
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.14.39-0-vanilla x86_64 Alpine Linux
Current Operating System: Linux dev-box 4.14.69-0-vanilla #1-Alpine SMP Mon Sep 10 19:33:23 UTC 2018 x86_64
Kernel command line: BOOT_IMAGE=vmlinuz-vanilla root=UUID=26f38daa-766f-49f1-abb3-a0f7e8fc9d15 modules=sd-mod,usb-storage,ext4 nomodeset quiet rootfstype=ext4 initrd=initramfs-vanilla
Build Date: 30 August 2018 02:57:08PM
Current version of pixman: 0.34.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 5 13:33:54 2018
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
deallocvt: can't open console
能帮助我以正确的方式开始调试它吗?
答案 0 :(得分:0)
这是在Alpine Linux上安装X.org的问题,您尚未达到涉及Awesome的地步。建议您编辑帖子标题和标签以反映这一点。另外,stackoverflow用于编程问题。如果您还有其他安装问题,则最好使用SuperUser
尽管如此:
(EE)找不到屏幕(EE)
这是错误。这通常意味着您没有安装视频驱动程序或,而您的内核没有正确的模块或,而您使用的是静态X.org构建,并且没有正确的编译选项或,您有一个不能代表您的设置的custum xorg.conf
[。in]文件。
/var/log/Xorg.0.log可能会有更多信息,但是根据我过去对此类问题的经验,不会提供更多相关细节。
另外,它是AwesomeWM,而不是Awesome-VM。