还是说,只要拥有某个图形库就可以?
我主要是想做一个模拟器游戏专用电视盒子兼nas,想开机直接启动retroarch这个模拟器。所以我实际上不需要用到“桌面环境”来打开其他软件,浏览器啊之类的东西。
但是retroarch在此时会报错:
代码: 全选
GameMode ERROR: Could not connect to bus: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
dbus[28687]: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file ../../../dbus/dbus-connection.c line 2832.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
代码: 全选
[W][00414.120521] pw.conf | [ conf.c: 939 try_load_conf()] can't load config client.conf: No such file or directory
[E][00414.120588] pw.conf | [ conf.c: 963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
ERROR: Unable to create GUI. Exiting
但是我比较好奇的就是,是否能省掉桌面环境这一步骤,而是直接安装他们需要的“图形库?”之类的东西来成功运行他们?