Gazebo impossible to install??
Ok so this is my first forum post here, I'm having alot of trouble getting Gazebo to launch.
My computer is pretty junky: Dell Latitude D520; Intel Centrino @ 1.66 GHz, 1 GB RAM. I have installed Gazebo, but it will not launch. When I type "gazebo" into terminal, one of two things will happen:
I get this:
X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 154 (DRI2) Minor opcode of failed request: 3 (DRI2CreateDrawable) Resource id in failed request: 0x3e00002 Serial number of failed request: 31 Current serial number in output stream: 33 X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 154 (DRI2) Minor opcode of failed request: 3 (DRI2CreateDrawable) Resource id in failed request: 0x4000002 Serial number of failed request: 31 Current serial number in output stream: 33Literally Nothing happens. Like: nothing runs, no output to terminal, no windows open, not even a crash window. It looks like this:
icepaka89@icepaka89-Latitude-D520:~$ gazebo
icepaka89@icepaka89-Latitude-D520:~$
There is barely even a delay before it goes to a new line. Clearly from the errors i do get, it's something to do with my graphics card, but I'm not quite sure what... Can anyone help me out here?? Thanks!
You can run gazebo in verbose mode to get more output: $ gazebo --verbose. Based on your computer's specs, I doubt you'll get gazebo to run. You might be able to run the server (no gui) portion of gazebo using $ gazserver --verbose
what GPU are you using? If you have Radeon GPU, in my experience only proprietary fglrx drivers work.