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.
SDL_Eventを持つコードを実行しようとしています。
VMwareでUbuntuCLIを使用すると、コードは正常に機能しますが、puttyを使用してコードを実行しようとすると、「initkbd」というメッセージが表示されます。
コードはVMPlayerで実行できますが、パテの問題に直面しています。
どちらの場合も、私はROOTユーザーです。
通常、SDL は入力イベント用に X11 ウィンドウを必要とします。
X サーバーを VM ホストにインストールし、PuTTY で X 転送を使用して SDL プログラムを起動します。