ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Rviz crashing to login screen

asked 2013-12-10 08:39:39 -0500

ebeowulf gravatar image

When I run the command "rosrun rviz rviz", the screen flashes and I get dumped to the ubuntu login screen. I am running fuerte on ubuntu 12.04.

Some more details: 1) I have used ROS and rviz extensively before on this same computer. 2) The only thing I upgraded recently were the Primesense drivers. 3) I've already tried restarting the computer, and deleting the .rviz directory to reset the system. 4) The .ros/log files don't appear very informative. The last message I see in rosout.log is "Loading general config from [/home/{username}/.rviz/config]". Otherwise, the master.log has a message "keyboard interrupt, will exit" near the end. 5) OpenCV graphics appear to work fine. I can run programs that display color and/or grayscale images using native OpenCV without any problems. 6) I also tried reinstalling the ros-fuerte-visualization package without any effect. 7) I also tried the flag options (LIBGL and OGRE_RTT export commands shown on http://wiki.ros.org/rviz/Troubleshooting), but get the same behavior.

What I'm hoping for is suggestions on where else to look in order to debug this. I'd rather not reinstall ros from scratch, but that's the next step... followed by a reinstall of the graphics drivers, and then ubuntu itself. Anything else I can do before having to commit to drastic reinstalls?

Thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-12-11 05:12:03 -0500

ahendrix gravatar image

If you're getting dumped to the login screen, that indicates that the entire X server is crashing and being restarted. You may want to look at the X logs in /var/log/Xorg.* and the kernel log (in /var/log/dmesg or run the dmesg command)

This could be caused by a change in the kernel, graphics drivers, or the X server. You may want to look at the package upgrade log at /var/log/dpkg for things to investigate.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2013-12-10 08:39:39 -0500

Seen: 254 times

Last updated: Dec 11 '13