请教SDL编程,SDL_Init No available video device

发布于 2022-08-14 23:22:35 字数 1206 浏览 11 评论 2

请教SDL相关编程,
编写相关程序,在编译成功后,运行程序的时候提示错误:
     SDL_Init No available video device

官网的解释是:
网址为: http://www.libsdl.org/faq.php?ac ... s&category=3#25

摘录关键如下:
Q: I get the error: "no video devices available"
A: SDL doesn't use the X11 video driver if it can't open the X display, and if no other drivers are available, it will report this error.
To fix this, set your display environment variable appropriately:
sh: DISPLAY=:0 ; export DISPLAY
csh: setenv DISPLAY :0
If you still have problems, try running xhost + localhost
Finally, if all those didn't work, and you built SDL from source, make sure that you have the X11 development libraries installed, otherwise you'll get a version of SDL that doesn't include X11 display support. After you install the X development libraries, you need to "make clean" and then rerun the configure and build process.

也不大明白应该怎么操作,希望懂的牛人能帮助下
谢谢!

我用的OS是 Ubuntu 7.10
SDL源码库为 SDL-1.2.13.tar.gz

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦境 2022-08-21 23:06:41

ubuntu 默认的就应该是图形界面启动啊...

依 靠 2022-08-21 15:47:03

找不到设备,是不是没启动xserver图形界面呀?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文