I don't know of a comprehensive script for checking, but there are several tools for simple searching through log files. If you have a graphics problem look through:
Code:
grep EE /var/log/Xorg.0.log
For just warnings:
Code:
grep WW /var/log/Xorg.0.log
Each log file has its own key words to search, so it is helpful to read through some of the log files so you can see what these warnings look like. Because there are so many log files and there is no standard format, the warning messages are all different and require different search terms.
Bookmarks