Nouveau kernel rejected pushbuf on Allegro5-C++ -
i'm in trouble this: i've installed allegro5 on ubuntu, , compiled helloworld project #include <allegro5\allegro.h> #include <allegro5\allegro_native_dialog.h> int main(void) { allegro_display *display=null; if(!al_init()) { al_show_native_message_box(null, null, null, "failed initialize allegro!", null, null); return -1; } display=al_create_display(640, 480); if(!display) { al_show_native_message_box(null, null, null, "failed initialize display!", null, null); return -1; } al_destroy_display(display); return 0; } with " g++ -wall testprogram.cc pkg-config --libs allegro-5.0 allegro_font-5.0 allegro_ttf-5.0 ". running on terminal, gives me error (or crash?) message: nac@nac:~$ ./a.out nouveau: kernel rejected pushbuf: bad file descriptor nouveau: ch0: krec 0 pushes 1 bufs 1 relocs 0 nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000 nouveau: ch0: psh 000