[Bug 450901] Re: [i965GM] [drm:i915_gem_execbuffer] *ERROR* Failed to pin buffers -22

2010-01-15 Thread Camilla Berglund
Before you close this, please verify that the Second Life / Snowglobe client works too, because even on Karmic Mesa bits that allowed my example program to run correctly, the SL client still triggered this bug. You may have to manually enable VBO from the preferences dialog to trigger it. I can't c

[Bug 483857] Re: NVIDIA® GeForce G 105M - 512 MB, gives 6 screens, with nvidia drivers version 180

2009-12-10 Thread Camilla Berglund
I have this issue on my Acer Extensa 5635G. Looking at the Xorg.0.log, it seems that the proper mode of 1366x768 at 60Hz is being discarded with this motivation: Mode is rejected: This mode's horizontal sync end (1446) exceeds the horizontal total size (1437). After some experimentation, the fix

[Bug 422224] Re: two-finger scrolling does not work on Acer AO531h

2009-12-10 Thread Camilla Berglund
I should add that the touchpad on this laptop came covered with a sticker explicitly advertising multi-touch gestures. -- two-finger scrolling does not work on Acer AO531h https://bugs.launchpad.net/bugs/44 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 422224] Re: two-finger scrolling does not work on Acer AO531h

2009-12-10 Thread Camilla Berglund
This bug affects my Acer Extensa 5635G-664G32Mn running up-to-date Karmic amd64. Setting the pressure to 40 makes two-finger scrolling work here too; i.e. running: xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Pressure" 32 40 -- two-finger scrolling does not work on Ace

[Bug 450901] Re: [i965GM] [drm:i915_gem_execbuffer] *ERROR* Failed to pin buffers -22

2009-10-31 Thread Camilla Berglund
Here is a small program that triggers the problem on my machine (Esprimo U9200, Intel C2D, GMA965) running up-to-date Karmic amd64. As far as I can tell from testing and reading the VBO spec, this should work, but with VBO element arrays on the above machine it does not. Further details in the he

[Bug 450901] Re: [drm:i915_gem_execbuffer] *ERROR* Failed to pin buffers -22

2009-10-29 Thread Camilla Berglund
Not sure if this is of any use, but I get this on up-to-date Karmic (as of 2009-10-29) on a GMA965 when my OpenGL renderer attempts to draw geometry using VBO element arrays. Playing around with my buffer pool allocator, it seems the "target" ID corresponds to the buffer object used for elements.