Could not initialize sdl no available video device. You switched accounts on another tab or window.

Could not initialize sdl no available video device. Reload to refresh your session.

Could not initialize sdl no available video device 578 0 1. " On the SDL site, I found in the Linux FAQ portion that I should try exporting DISPLAY=:0, which I have done. 1. But I don't have a monitor on the host machine. 04 请问这个如何解决? Apr 18, 2004 · Could not initialize SDL: No available video device. You switched accounts on another tab or window. LogInit: Warning: Could not initialize SDL: No available video device LogLinux: Warning: MessageBox: Plugin 'OpenXR' failed to load because module 'OpenXRHMD' could not Aug 23, 2003 · Couldn’t initialize SDL: No available video device All my X applications such as xterm, xclock, xchat, gaim, ooffice work fine. h>. 现在,当运行该命令时,我收到以下错误:Could not initialize SDL(No available video device) - exiting May 22, 2018 · Link: ApplicationMain AL lib: (EE) ALCplaybackOSS_open: Could not open /dev/dsp: No such file or directory Could not initialize SDL: No available video device. 需要先编译安装SDL,如下操作: Aug 31, 2016 · 现在运行命令时,我收到以下错误:Could not initialize SDL(No available video device) - exiting 当我在安装之前遇到这个问题时 Xming ,运行它,然后QEMU成功运行。 但是现在,当我尝试运行 Xming 时,它不再解决问题。 Aug 7, 2021 · 成功解决:Could not initialize SDL - No available video device (Did you set the DISPLAY variable?),修改ffbuild目录下的config. Application is 32 bit. 21-08. int main(int argc, char * argv[]) {if (SDL_Init(SDL_INIT_VIDEO) < 0) {std::cerr << "Could not May 23, 2023 · Ubuntu/OrangePiZero "Could not initialize SDL video" #4029. IOException: Connection refused at android. See full list on blog. Last week I installed pico8 to a raspberry pi zero (console environment, no graphical package installed) connected to a medium screen with HDMI; ran 'pico8' (statically-linked version, except for wiringpi) without any environment variables: pico8 started! Mar 2, 2022 · Could not initialize SDL(No available video device) - exiting 是因为WSL2没有可用的Xserver(linux下的图形接口服务器),可以安装 VcXsrv (免费)以及设置子系统的 DISPLAY 环境变量来解决该问题,但感觉没啥必要,对于xv6来说就是一个完全复刻的终端界面而已,具体的一些操作可以 Mar 26, 2021 · To see all available qualifiers, see our documentation. h" #include <stdio. 0 with 2. 01H:ECX. I think fbcon is only for sdl 1. 04 and using OpenJDK, you may have the message "SDL init failure, reason is: No available video device". The correct function is "SDL_GetNumVideoDrivers()", not "SDL_GetNumRenderDrivers()". 15版本却是正常的,解决办法: sudo apt-get build-dep xscreensaver sudo apt-get source Could not initialize SDL - No available video device Hi i am using Red Hat. You signed out in another tab or window. Aug 10, 2016 · Then I try to compile && run a the first program by downloading lazy foo's tutorial first program named Hello_SDL. mpg. 0. 15版本却是正常的,解决办法: sudo apt-get build-dep xscreensaver sudo apt-get source Could not initialize SDL(No available video device) - exiting Interestingly, I don't get this when I do runqemu on the same machine that built the image and SDK (in fact, it works on either machine, as long as the image/SDK never leave the machine). if (SDL_Init (SDL_INIT_VIDEO) == -1) { fprintf (stderr, "SDL error: %s\n", SDL_GetError ()); return 1; SDL_Quit (); printf ("ok\n"); return 0; Nov 6, 2024 · If you are installing Android SDK on Ubuntu 10. deb package and from the package manager, but haven't had any luck launching either. h> int main (int argc, char * argv []) {SDL_Window * window; // ポインタを宣言する SDL_Init (SDL_INIT_VIDEO); // SDL2を初期化する // 次の設定でアプリケーションウィンドウを生成する: window = SDL_CreateWindow ("An SDL2 window Aug 21, 2015 · No protocol specified [2015. 4、ERROR:Failed to fetch… 多半是网不好. 14. connectLocal(Native Method) Dec 28, 2020 · Could not initialize SDL - No available video device (Did you set the DISPLAY variable?) SDL初始化,失败不能找到视频驱动。 解决方案: 安装X11,XORG相关库Lib 2. " Not sure how to troubleshoot this. Is there a way to resolve? Jan 15, 2023 · 简介: 成功解决:Could not initialize SDL - No available video device (Did you set the DISPLAY variable?) 收集了以下方法,都试过,最终播放成功。 1、修改ffbuild目录下的config. Open 2 tasks done. Sep 24, 2018 · Could not initialize SDL No available video device. Nov 8, 2022 · Hi there, We recently moved project from ue4 to ue5 after updating our build scripts and project we made a linux dedicated server build. /hellowindow: Jun 30, 2022 · Ubutu12. 28. The way that WSL2 GPU access works is by making use of WDDM GPU Paravirtualization (GPU-PV), which exposes the DirectX kernel interface and accompanying DirectX 12 graphics + compute APIs to the Linux virtual machine. 26. Unfortunately it does not work: [2023. init(), I get this error: ViZDoomErrorException: Could not initialize SDL video: No available video device I installed v Apr 1, 2021 · Could not create window: No available video device. csdn. 17:024][ 0]LogInit: - Physical RAM available (not Mar 23, 2022 · Hello Community, I am really new to Linux and Unreal Engine but I thought it is never to late… Ubuntu 20. 15版本却是正常的,解决办法: sudo apt-get build-dep xscreensaver sudo apt-get source Sep 5, 2019 · Ubutu12. 15版本却是正常的,解决办法: sudo apt-get build-dep Nov 28, 2023 · 使用浏览器的查找命令 (Crtl + f) 能够更方便查询,我尽量将每个问题的标签写全在C++中能访问没有定义访问修饰符的成员(C++中没定义的类默认是Private结构体是Public)给角色添加摄像机摇臂(SpringArm)时发现能够直接访问未声明访问修饰符的成员,如TargetArmLength。 Couldnt initialize SDL: No available video device when i try to start it up. Reload to refresh your session. 按照export DISPLAY=:0. 2. 03. 参考文献 最后感谢以下所有链接的作者提供的参考帮助。 Jan 9, 2011 · Since yesterday it just wont work - giving me this: Could not initialize SDL(No available video device) - exiting However it starts in "-curses" and "-nographic" mode, but that i need is "vga -sld" mode. Oct 9, 2020 · exist on many modern Linux systems (hence, SDL_Init(SDL_INIT_AUDIO) succeeds, but no devices are found when you try to open one). Too bad, that's the extent of my knowledge of this. 14-23. 55. Oct 27, 2017 · 文章浏览阅读8. It looks like the SDL2 in the 3rdPatry arm64 libs is compiled without wayland support, but I am not sure. vmx [bit 5] Could not initialize SDL(No available video device) - exiting WSL2+vscodeを Oct 1, 2017 · Hirabbit_jaden的博客 Ubutu12. Could not initialize SDL video: No available video device ERROR: "adb reverse Jul 7, 2016 · SDL_Init failed: No available video device I have used MultiArch to install libSDL2:amd64 and I also have libsdl installed. But when i boot to tty7 EmulationStation shows up . /ffplay udp:192. Could not initialize SDL(No available video device) - exiting 可以用 -nographic 试试【未测试,当前是通过安装图形界面解决的】 2 如果需要查看启动过程中的信息,则需要将qemu监视器中的内容重定向到terminal中。 You signed in with another tab or window. The whole point with scrcpy for me is remote accessing. tar. Also tried setting SDL_VIDEODRIVER to wayland, dummy and x11, as well as running through gamescope. 3. I'm happy to provide any additional information. gz so that during '. 15版本却是正常的,解决办法: sudo apt-get build-dep xscreensaver sudo apt-get source Jan 22, 2015 · SDL Initialization failed no available video device When initializing SDL. mak Jul 1, 2021 · Could not initialize SDL: No available video device! I've tried uninstalling and reinstalling, both from the . LocalSocketImpl. When I ran that mpg or mp4 file using ffplay the output was Oct 23, 2021 · // サンプルプログラム: // SDL2でアプリケーションウィンドウを生成する #include "SDL. I Jul 16, 2012 · 在一个项目的测试中,配置好了各种环境变量,但是运行程序的过程中,总是出现Could not initialize SDL - No available video device这样的错误,找到这句话出现的地方是SDL的初始化。但是经过_scrcpy出现critical: could not initialize sdl: no available video device Oct 30, 2024 · Ubutu12. Enumerating video devices from inside the application results in: 0: dummy My platform is Devuan ASCII, which is based on Debian 9/Stretch. 440BX/ZX/&hellip; Any advice on the following please? Apr 21, 2022 · Could not initialize SDL(No available video device) Could not initialize SDL(No available video device) - exiting Makefile:771: recipe for target 'run' failed. 55:427][ 0]LogInit:Warning: Could not initialize SDL: No available video device [2015. vmx [bit 5]Could not initialize SDL(No available video device) - exiting 原因是当前环境xshell中没有图形界面,需要在ubuntu下去操作指令。 也可以加-nographic -app Dec 3, 2003 · Hello! I have a a problem. I reinstalled the latest SDL packages and the problem was fixed. When I set SDL_VIDEODRIVER=wayland it writes “No wayland driver found”. 59, with pipewire-pulse emulating PulseAudio apt install late (Debian package version 0. 2debain-all sudo apt-ge install libsdl1. Then, after googling, I added -vga none and I ran: Feb 7, 2022 · 成功解决:Could not initialize SDL - No available video device (Did you set the DISPLAY variable?),修改ffbuild目录下的config. by use this command. 报错:错误信息是No available video device. Nov 24, 2020 · 我在获得一个使用SDL编译的程序时遇到了问题,因此为了修复它,我按照以下链接重新安装了SDL2和SDL2Image :SDL2Image,我以前使用过这个链接,并成功地创建了窗口和呈现器。现在,程序编译并运行,但我得到了错误。SDL Initialization failed no available video de 以前我可以运行这个命令,QEMU会运行一个窗口,它遇到了另一个问题,这里发布了:QEMU, No bootable device, Windows Subsystem for Linux. Nov 13, 2013 · I've tried setting SDL_VIDEODRIVER to something specific like x11 or fbcon, and on one test system I managed to get SDL to output something else than "ERROR: No available video device" with such set to x11 ("ERROR: a bunch of crap about missing symbols in X Window System labeled libraries") (can't remember the steps or all the vague packages it Apr 14, 2020 · Could not initialize SDL - No available video device (Did you set the DISPLAY variable?) 2. The SDL documentation says that the driver can be specified by setting the SDL_VIDEODRIVER variable to “directfb”. org, Debian QEMU Team <pkg-qemu-devel@lists. net Oct 18, 2023 · Forget about scrcpy --display=, this has nothing to do with your X11 display (it's when you plug an external monitor on your Android device or when you configure a virtual display). mp4 file. I am not sure what video system is being used because the configuration command disables mir wayland x11 and opengl. Jun 7, 2020 · error: XDG_RUNTIME_DIR not set in the environment. because SDL_Init(SDL_INIT_VIDEO|SDL_INIT_AUDIO)==-1 Now, on the other May 19, 2022 · Could not initialize SDL : No available video device error: XDG_RUNTIME_DIR not set in the environment. 15 it started to error: No available video device. Dec 4, 2019 · [FAIL] Could not initialize SDL: No available video device [FAIL] No audio in 2019 LULW [FAIL] init_buffer_and_device failed All reactions Jul 28, 2012 · My friend the easiest solution is to do following: sudo apt-get remove libsdl1. Sep 21, 2024 · Ubutu12. Could not initialize SDL - No available video device (Did you set the DISPLAY variable?) I tried with different audio files (mp3, wav), the output is always the same. The latter solution worked for me on that error. it pops open a new window and runs in that and not via vnc). 11. mak Jan 12, 2015 · Hi I booted to tty1 when i login i am getting could not initialize sdl no available video device. Any thoughts on how I can get around this? Also, unfortunately, vnc is not an option per the organization's policy. “apt-get install libasound2-dev libpulse-dev” and rebuild SDL…let the configure script find the new headers so it includes PulseAudio and ALSA support. I’m using Red Hat Linux 8. Any advice would be greatly appreciated. Yocto "Failed to run qemu: Could not initialize SDL(x11 not 在一个项目的测试中,配置好了各种环境变量,但是运行程序的过程中,总是出现Could not initialize SDL - No available video device这样的错误,找到这句话出现的地方是SDL的初始化。但是经过查资料发现,SDL的初始化没有任何问题。所以猜想可能是SDL包的问题。 SDL提供了数种控制图像、声音、输出入的函数,让开发者只要用相同或是相似的代码就可以开发出跨多个平台(Linux、 Windows、 Mac OS X等)的应用软件。 目前SDL多用于开发游戏、模拟器、 媒体播放器等多媒体应用领域。 Jun 7, 2022 · Describe the bug I'm trying to run scrcpy and it doesn't work, with any --render-name option nor with --v4l2-sink. 14 installed and am using a NVIDIA 2080 Super with proprietary drivers. 2, in version 2 we have directfb. When I run the line game. h"//Screen dimension constants I have a server that I am experimenting with, and sometimes I want to work from home so I installed the 'ssh daemon' (namely, 'sshd') and I can ssh to the server. i have no idea what to do here, i am still a linux novice. 3、ERROR:Unable to locate package 解决办法:sudo apt-get update. I did not change anything on that machine. 15版本却是正常的,解决办法: sudo apt-get build-dep . I installed ffmpeg after installing SDL-1. Could not create SDL window: No available video device. h>#include "SDL2/SDL. So, let's try: apt - get install ia32 - libs l Oct 11, 2008 · 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. Whenever I try to run any program that uses SDL-2 on X11, I am given this error: SDL_Init Error: No available video device I am running these Could not initialize video: No available video device I say the same, because the No available video device is (presumably) produced by SDL_GetError() in both cases. Provide details and share your research! But avoid …. 编译安装. Prerequisites: Debian testing (Debian 12 alpha) Video: GNOME 43 in Wayland mode (with Mesa 22. g++ 01_hello_SDL. ) Nov 17, 2020 · Ubutu12. Oct 11, 2008 · Re: Could not initialize SDL: No available video device I had the same problem when installing other packages, namely RUDL, SDL_mixer, and log4r. CRITICAL: Could not initialize SDL: No available video device [server] INFO: Device: Xiaomi Redmi K20 (Android 10) [server] ERROR: Exception on thread Thread[main,5,main] java. 0 on AMD Vega, if it matters) Audio: Pipewire 0. 55:457][ 0]LogTextLocalizationManager: The requested culture Apr 24, 2020 · The SDL-2 library I'm using was compiled from source. SDL_OpenAudio (2 channels, 44100 Hz): WASAPI can’t initialize audio client SDL打开音频通道,不能初始 Dec 7, 2021 · 成功解决:Could not initialize SDL - No available video device (Did you set the DISPLAY variable?) 大模型 产品 解决方案 文档与社区 权益中心 定价 云市场 合作伙伴 支持与服务 了解阿里云 Oct 19, 2001 · "Couldn’t initialize SDL: no available video device. May 18, 2018 · Could not initialize SDL - No available video device (Did you set the DISPLAY variable?) 说明系统中没有安装x11的库文件,因此编译出来的SDL库实际上不能用。 后话:从Ffplay启动的main函数里也可以看到打印这句的地方是SDL_Init()失败。 2. 17:024][ 0]LogInit: Warning: Could not initialize SDL: wayland not available [2023. [2023. Anyone got an idea of whats the problem? Why doesn't scrcpy work when It's used remotely? Dec 11, 2013 · Hi everyone, When I call SDL_CreateWindow() it returns null and SDL_GetError() returns "No available video device. But the laptop still fails. Asking for help, clarification, or responding to other answers. 04在安装SDL2-2. After installing I ran ffmpeg -i file. I considered just installing Raspbian with the desktop instead, but figured I would ask here to see if anyone had a solution that lets me keep the GUI free version of raspbian. I also use latest nvidia driver from repo. #include. 34:704] 0]LogInit: Warning: Could not initialize SDL: X11 not available [2021. Dec 28, 2021 · 今天在用qemu-system-x86_64时,我在xshell中使用指令时候报错: warning: TCG doesn't support requested feature: CPUID. ) Jan 9, 2016 · Could not initialize SDL(No available video device) - exiting The -display none and -nographic arguments don't help, because I do want the graphical output sent over the SSH tunnel. 4后SDL_Init初始化SDL_INIT_ VIDEO 时出现Could not initialize SDL : No available video device 错误,但是在SDL-1. FOR SDL2: I downloaded and unpacked the tar file into my home directory, then configured using this Jun 30, 2013 · 看视频是出现Could not initialize SDL - No available video device,前几次播放的时候都好着呀?很明显是SDL包的问题,可能是缺少相关的SDL库,建议重装下SDL,或者重新添加视频库 May 8, 2022 · I'm having a similar problem to that listed here - SDL2 is not seeing X11/Video Device correctly I'm trying to follow the Lazy Foo tutorial for SDL and I keep getting the 'no available video device' Apr 7, 2016 · 当我尝试运行我的程序时,我得到以下错误消息:SDL could not initialize! SDL_Error: No available video device我已经安装了所有必要的SDL库,并且目前正在运行ubuntu 15. Jun 6, 2018 · I am following this tutorial using Google Colab. but it always crashes on startup with : error: XDG_RUNTIME_DIR not set in the environment. 4出现Could not initialize SDL : No available video device Ubutu12. To fix this, set your display environment variable appropriately: Apr 1, 2021 · Could not create window: No available video device. My setup: Apr 4, 2024 · Warning: Could not initialize SDL: No available video device Error: FLinuxApplication::CreateLinuxApplication() : InitSDL() failed, cannot create application instance. 04 64 bit guest inside Ubuntu 18. 0设置环境变量 Aug 14, 2023 · You signed in with another tab or window. I have a menu item with a bash script that says startx and when i startx it loads a des Apr 17, 2021 · qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID. 4. Here's the output from ldd . CPUID. /configure ' it said ffplay 'YES'. 12-06. mak Mar 10, 2019 · 也是提示:Could not initialize SDL - No available video device。 一翻搜索,说是SDL2需要directfb。 buildroot选中directfb,继续编译测试。 设置export SDL_VIDEODRIVER=directfb,运行ffplay,显示: Could not initialize SDL - directfb not available (Did you set the DISPLAY variable?) 后面怎么破。 Could not initialize SDL(No available video device), qemu-system, Windows Subsystem for Linux. I have SDL 2. debian. I've read this and this and much more links, but none worked. Using SDL2 with CMake in CLion. Conversion occured. Here comes the newbie questions. 04 is running in WSL2 on Windows 10. 15版本却是正常的,解决办法: sudo apt-get build-dep xscreensaver sudo apt-get source Jun 29, 2023 · Not Working: Windows 10 (ssh) ---> Zorin OS PC ---> Scrcpy ---> Phone. 168. 15版本却是正常的,解决办法: sudo apt-get build-dep xscreensaver sudo apt-get source Dec 14, 2009 · Could not initialize SDL - No available video device Hi i am using Red Hat. Jan 22, 2023 · Hi @Snafuh, so the issue is not that the GPU isn't exposed correctly to the container, but rather that WSL2 doesn't fully support the Vulkan graphics API yet. Now, if I manually copy and paste the runqemu command, but just use the Debian-provided qemu Aug 25, 2021 · Ubutu12. Nov 28, 2016 · Could not initialize SDL(No available video device) - exiting From what I understand, this is because I am not running it from X windows machine. Modules intel_kvm and kvm are running. 17:024][ 0]LogInit: Initializing SDL. If that doesn't work, try export DISPLAY=:0. I have followed the documention (Linux Quick Start | Unreal Engine Documentation ) and got the the last step! Unfortunetly, I do get this message: ``[2021. 4后SDL_Init初始化SDL_INIT_VIDEO时出现Could not initialize SDL: No available video device错误,但是在SDL-1. e. 3. 15版本却是正常的,解决办法: sudo apt-get build-dep xscreensaver sudo apt-get source Aug 15, 2023 · Heya, I’m having issues with the UnrealEditor scaling with X11, so I thought I’d set SDL_VIDEODRIVER=wayland to see if that fixes any issues. 5、ERROR:Could not initialize SDL(No available video device) - exiting Sep 6, 2023 · ffplay显示部分代码包括了video、audio、subtitle的显示(输出)。我们知道要显示画面或者输出声音,在windows、linux、macos等不同平台上的接口都不尽相同,对于这个问题,ffplay选择了sdl作为显示SDK,以实现跨平台支持。 May 1, 2014 · Ubutu12. When I ran that mpg or mp4 file using ffplay the output was Mar 9, 2023 · Could not initialize SDL - No available video device (Did you set the DISPLAY variable?) SDL初始化,失败不能找到视频驱动。 解决方案: 安装X11,XORG相关库Lib 2. 18-14smp kernel. 我使用的SDL-2库是从源代码编译的。每当我试图在X11上运行任何使用SDL-2的程序时,都会遇到以下错误:SDL_Init Error: No available video device我正在LinuxMint19. 04 64 bit host. SDL could not initialize! SDL_Error: No available video device Can't run SDL(2) on Ubuntu, No available video device. 0 Nov 15, 2020 · Could not initialize SDL - No available video device. I am assuming that this is because I don't have a GUI. 08. 3 Tricia上通过命令行运行这些程序。 You signed in with another tab or window. tin:~# lspci pcilib: Cannot open /sys/bus/pci/devices 0000:00:00. 55:427][ 0]LogInit: - Physical RAM available (not considering process quota): 20 GB (20074 MB, 20556104 KB, 21049450496 bytes) [2015. I already installed: xorg-dev; libx11-dev; libgl1-mesa-glx; libsdl2-dev (with sudo apt install xorg-dev libx11-dev libgl1-mesa-glx libsdl2-dev. io. 4后SDL_Init初始化SDL_INIT_VIDEO时出现Could not initialize SDL : No available video device错误,但是在SDL-1. The docs state that this function returns the number of the video Jun 19, 2002 · Hi, Two questions- I am trying to get SDL running over directFB. Thanks, Tim SDL2-2. 155:1234错误:Could not initialize SDL - No available video device (Did you set the Display viriable?)_could not initialize sdl - no available video device (did you set the displa Sep 3, 2014 · I forget to mention I use sudo (and always have been): # sudo qemu-system-x86_64 -display sdl No protocol specified Could not initialize SDL(No available video device) - exiting Sebastian Information forwarded to debian-bugs-dist@lists. 4k次,点赞3次,收藏7次。系统CentOs7今天刚在上面编译了ffmpeg,用ffplay测试播放udp流的时候出现错误:命令:. SDL_OpenAudio (2 channels, 44100 Hz): WASAPI can’t initialize audio client SDL打开音频通道,不能初始化音频服务。 解决方案: 安装ALSA Feb 27, 2021 · Regardless of which value(s) I pass in to SDL_Init (SDL_INIT_VIDEO, or SDL_INIT_EVERYTHING) When I was using SDL v2. The tutorial says something about forcing opengl es. cpp -w -o 01_hello_SDL `sdl2-config --cflags --libs` compile succeed ! but when I run the binary,it report error: SDL could not initialize! SDL_Error: No available video device It's too bad. Apr 12, 2016 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Jan 30, 2011 · Try unsetting any environment variables along the line of SDL_*, such as SDL_VIDEODRIVER. Sep 29, 2021 · error: XDG_RUNTIME_DIR not set in the environment. Steam and a handful of games are installed and work fine. heapster失败:错误信息error: Oct 24, 2019 · 2、ERROR:Package has no installation candidate… 解决办法:sudo apt-get update. alioth. net. 12 Sep 26, 2020 · Number of drivers: 2 Driver name: x11 Driver name: dummy Number of displays: 0 Display 0 mode: -1 INFO: SDL fails to initialize video subsystem! No available video device Unable to initialize system VirtualBox machine running Ubuntu 18. Warning message: ERROR: Could not initialize SDL video: No available video device. 10. The program #include <SDL. org> : Aug 29, 2018 · I tried amd, nvidia and intel but all give: CRITICAL: Could not initialize SDL: No available First, the statement &quot;Docker must be allowed to connect to the X server&quot; should tell what to expect and link to what to do if it&#39;s not the case. 15版本却是正常的,解决办法: sudo apt-get build-dep xscreensaver sudo apt-get source Mar 18, 2024 · Ubutu12. I have searched the forums high and low but almost everybody is speaking of qemu-system-x86_64 which is a full system emulation (not what I'm interested in) In SDL2, the Render API is kind of different from the "Display" API, which means that the render drivers are available, but something can be wrong with initializing your video device (screen). 46. 4. This corrected the exact same problem on one of my other machines, and SDL works great there. 10下面是我的简单SDL代码:#include <stdio. any ideas? thanks! albertz: Next message: [yocto] runqemu: Could not initialize SDL(No available video device) - exiting Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] If I start with $ bitbake core-image-minimal and then do $ runqemu qemux86 a new window opens and qemu runs as expected (i. 2debain-dev Then go to SDL's official site, download the latest libsdl-dev tar and configure and compile and install. 10 everything was fine, but when I "upgrade" to 2. vmx [bit 5] Could not initialize SDL(No available video device) - exiting 虚拟机环境: virtualbox+Ubuntu18. When I do this, all my SDL applications complain SDL_SetError: No available video device Could not initialize SDL: No available video device. Details: I have a GeForce 8800 with nVidia propertietary drivers on 64-bit Ubuntu 13. 0 Host bridge: Intel Corp. fchpjn zukg tmcmpe upls fwj lkdf gssan kqtx hjim ootc zgc zqtc ryufy nil aieo