Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Ubuntu 11.04 命令行中使用 wine 运行一个 .exe 文件(使用其他一些 .dll 文件),但是我收到一个关于 x 服务器未启动并且正在创建一个窗口的错误(我附上截图)。
当我正常运行它时(正常的ubuntu启动,x服务器运行)一切正常,但实际上没有显示窗口,这是正常的,因为程序运行不需要窗口。所以我只想知道是否有办法避免这种情况:以某种方式模拟 x 服务器是打开的,或者以某种方式设置 $DISPLAY 以“欺骗”程序。
只需使用 Xvfb。
Xvfb :1 & DISPLAY=:1 wine ...