search for: 720x512

Displaying 3 results from an estimated 3 matches for "720x512".

2016 Apr 21
2
nouveau: kernel rejected pushbuf: Invalid argument
Thanks for your response. I am able to capture a few more lines of the dump (see console-output.txt). dmesg output attached. My bitmap is 720x512. Below is the library versions, and amount of vram. Any feedback is appreciated. Thanks. Steve [steve at localhost ~]$ lspci -nn -d 10de: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 01:00.1 Audio device [0403]: NVIDIA Corporation GF108...
2016 Apr 21
0
nouveau: kernel rejected pushbuf: Invalid argument
...own inside. But do that after you update mesa. On Thu, Apr 21, 2016 at 12:38 PM, Li, Stephen <Steve.Li at imaginecommunications.com> wrote: > Thanks for your response. I am able to capture a few more lines of the dump (see console-output.txt). dmesg output attached. > > My bitmap is 720x512. Below is the library versions, and amount of vram. > > Any feedback is appreciated. > > Thanks. > Steve > > [steve at localhost ~]$ lspci -nn -d 10de: > 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) > 01:00.1 Aud...
2016 Apr 21
2
nouveau: kernel rejected pushbuf: Invalid argument
Hi, I am getting a crash in nouveau in my application. It's basically a java application, and I am loading a bitmap into an opengl texture and showing it in a panel. Below is a snippet of the console output. Sometimes I will get a lock up instead of a crash. My whole desktop will lock up, but I can still move the mouse pointer around. Please let me know if you need more information. Your