[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2011-02-19 Thread Bryce Harrington
Hi, Thanks for reporting this X gpu lockup bug in Ubuntu maverick. In my opinion GPU lockups are one of the most frustrating kinds of bugs, both as a user and a developer. I want take a few moments of your time to explain the situation with these types of bugs. For some reason, -intel has been

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-11-14 Thread Thomas Krause
After some more testing I found out that if I set the option name=bo_reuse value=0 / in my .drirc (setted by driconf) Webots does not freeze my system. I can't see the objects (except for some rendered text) which makes webots still unusable. Has anyone a idea why Disable buffer object reuse

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-11-14 Thread Thomas Krause
P.S. Even with the buffer object reused disabled I get all these ../../intel/intel_bufmgr_gem.c:1158: Error writing data to buffer 581: (0 7680) Bad address . ../../intel/intel_bufmgr_gem.c:1158: Error writing data to buffer 1450: (0 704) Bad address . ../../intel/intel_bufmgr_gem.c:1158: Error

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-11-13 Thread Thomas Krause
I just realized that the bug was set to fix released and was therefore not public visible any longer. The fix released was set after I incorrectly thought the problem was gone (with hardware rendering) but I had accidentally still enabled software rendering in this console. So I hope it is ok to

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-11-13 Thread Thomas Krause
** Tags added: maverick -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in ubuntu.

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-10-11 Thread Thomas Krause
Webots still freezes under Maverick, but I also updated the Webots Version to 6.3.0. So I'm not 100% sure if I should open a new bug. But the symptoms are exactly the same: as soon as I open a simulation where one of the robots uses a camera I get a freeze of my system. But I was able to get some

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-26 Thread Johannes H. Jensen
@25 Sigh, that's disappointing... I would've hoped for a working solution which involves software rendering, but no. -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member of Ubuntu-X,

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-26 Thread Johannes H. Jensen
FWIW the freeze still occurs with the latest intel drivers from git (installed from xorg-edgers). Running with LIBGL_DRIVERS_PATH=/notapath now crashes the X server :-P -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-26 Thread Johannes H. Jensen
Yay! I managed to get it running now by forcing software rendering by setting LIBGL_ALWAYS_SOFTWARE=1 in my environment! -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member of

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-19 Thread Johannes H. Jensen
I also experience the same freezes on my Thinkpad X61 with Intel GM965. However I'm unable to run it in software mode as described above by setting LIBGL_DRIVERS_PATH=/notapath $ ./webots An invalid memory reference occured. Please report this error to http://www.cyberbotics.com/bug/ This will

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-19 Thread Thomas Krause
@24 I submitted the bug report to Cyberbotics regarding the crash (also with the same GDB output), here is the answer: -8-- Hi, this seems to be related to your GPU and/or its driver which doesn't support well the Rendering-To-texture (RTT) OpenGL feature used in the camera device. Generally

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-11 Thread Thomas Krause
This is getting more and more weird. After upgrading today (some i32-lib stuff and libc updates) the 32 bit version of Webots is not longer complaining about wrong ELF classes, but instead it is *also freezing the system* with the same console output (do_wait: drmWaitVBlank returned -1, IRQs

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-11 Thread Thomas Krause
Ok, I rebooted my system. 32 Bit version again has the wrong ELF class error. But the 64 Bit version finally works! I don't know which of the upgraded packages made this happen, but I think you can close this quite long bug report now :-) -- [i965] 64 bit Webots simulator freezes system with

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-11 Thread Robert Hooker
Good to hear, thanks for the update! do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly and [ 79.856927] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id are harmless errors that you can ignore. ** Changed in: xserver-xorg-video-intel (Ubuntu) Status:

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-11 Thread Thomas Krause
Arr, I was testing in a console where I executed export LIBGL_DRIVERS_PATH=/notapath before. Without this enforcement of software rendering the freeze still occurs :-( But at least I have a workaround now (and the software rendering is actually quite fast) -- [i965] 64 bit Webots simulator

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-09 Thread Thomas Krause
@15 Rejecting the Lucid task; this has an easy work-around (using the 32bit version), and we don't seem likely to have a fix in time. Unfortunately this is not true for my special case, since the 32 bit versions has other problems. E.g. you can try to open the

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-09 Thread Thomas Krause
@14 I will switch to Lucid beta2 this evening and will try out the suggested debugging steps. -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-09 Thread Thomas Krause
This is from my current Lucid Beta2 install. I still can't see any errors (like the Buffer size too small in MI_STORE_DATA_INDEX (2 3) which occured before) but the freeze is occuring. ** Attachment added: from Lucid Beta 2 http://launchpadlibrarian.net/43611476/dri_debug.lucidbeta2.tgz --

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-09 Thread Thomas Krause
I installed the http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel- next/current/linux- image-2.6.34-997-generic_2.6.34-997.201004031148_amd64.deb Kernel (and both applying header debs). Unfortunately the screen remained black after booting, no bootsplash screen, no gdm, no response on

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-08 Thread Chris Halse Rogers
None of the logs so far seem to contain a error state in the regdumps, and the Lucid logs don't seem to contain *any* errors. As a final check, could you try installing the drm-intel-next kernel from the kernel PPA here http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel- next/ - that has a

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-08 Thread Chris Halse Rogers
Rejecting the Lucid task; this has an easy work-around (using the 32bit version), and we don't seem likely to have a fix in time. -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-04-06 Thread Bryce Harrington
** Also affects: xserver-xorg-video-intel (Ubuntu Lucid) Importance: Undecided Status: Incomplete ** Changed in: xserver-xorg-video-intel (Ubuntu Lucid) Status: Incomplete = Confirmed ** Changed in: xserver-xorg-video-intel (Ubuntu Lucid) Importance: Undecided = High **

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-03-23 Thread Thomas Krause
Freeze occurs with Lucid Beta 1 (tested on a fresh install using the LiveCD) -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-03-05 Thread Thomas Krause
After adding the PPA and installing the new kernel stuff under karmic Webots still freeze the graphical system. I checked glxgears to make sure, that 3D still works in general. Unfortunally, I could not get any useful error messages when trying to collect them by the instructions of

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-03-05 Thread Bryce Harrington
Yes, if it's possible to install lucid on a separate partition or usb key to boot from, that would be very helpful. At this stage we're principally focused on issues that are reproducible on lucid. ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: Incomplete = New ** Changed in:

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-03-05 Thread Thomas Krause
I installed Lucid on a separate partition. With fully updated packages (interesting new theme...) and the packages/kernel from the apw/red PPA the freeze still occurs. -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-03-04 Thread Bryce Harrington
[This is an automatic notification.] Thanks for reporting this bug to help making the Intel graphics driver better. We hear from upstream that a number of bugs (possibly including this one) have been fixed in the newer DRM code from the 2.6.33 kernel. I don't know if your bug is one of the ones

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-03-02 Thread Bryce Harrington
** Summary changed: - [i965] [i965] 64 bit Webots simulator freezes system with Intel GM965 + [i965] 64 bit Webots simulator freezes system with Intel GM965 -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-02-27 Thread Bryce Harrington
** Tags added: freeze -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in ubuntu.

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-02-27 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New = Confirmed -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-02-25 Thread Thomas Krause
Tested on newest Lucid Alpha 3 (amd64 Desktop) and it is still freezing. ** Tags added: lucid -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-02-24 Thread Bryce Harrington
** Tags added: karmic -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in ubuntu.

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-02-22 Thread Thomas Krause
@5 I tested it with Lucid Alpha2 (amd64 Desktop) and the freeze still occurs. -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-02-20 Thread Vikram Dhillon
This issue was reported against karmic, so can you confirm if this issue exists with the most recent Lucid Lynx 10.04 Alpha release? ISO CD images are available at http://cdimage.ubuntu.com/releases/lucid/ . Thanks in advance. ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New =

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-02-09 Thread Bryce Harrington
** Description changed: Binary package hint: xserver-xorg-video-intel The commercial robot simulator Webots (free demo version at http://www.cyberbotics.com/products/webots/download_linux.html) recently switched to Ogre for their rendering engine. Since then the 64 bit version of

[Ubuntu-x-swat] [Bug 513523] Re: [i965] 64 bit Webots simulator freezes system with Intel GM965

2010-02-01 Thread Bryce Harrington
** Summary changed: - 64 bit Webots simulator freezes system with Intel GM965 + [i965] 64 bit Webots simulator freezes system with Intel GM965 -- [i965] 64 bit Webots simulator freezes system with Intel GM965 https://bugs.launchpad.net/bugs/513523 You received this bug notification because you