Debugging
|
Size: 925
Comment:
|
Size: 1792
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| <<Include(X/MenuBar)>> | |
| Line 18: | Line 19: |
| I. [[X/Reporting]] - How to properly report bugs in X | * I. [[X/Reporting]] - How to create good X bug reports * II. [[X/CommonErrors]] - Explanations for commonly seen error messages * III. [[X/Backtracing]] - How to collect a backtrace for an X crash * IV. [[X/Triaging]] - How to ensure new X bug reports have enough info to troubleshoot * V. [[X/Troubleshooting]] - How to analyze X bugs to make them solvable * VI. [[X/Quirks]] - Fixes for some common hardware-specific issues * VII. [[X/Upstreaming]] - Forwarding X bugs upstream |
| Line 20: | Line 27: |
| II. [[X/Backtracing]] - Getting gdb backtraces of X | == Other Resources == * [[X/Bugs/ScreenModeChange]] * [[https://help.ubuntu.com/community/Video|Video Resources]] at help.ubuntu.com * [[https://help.ubuntu.com/community/FixVideoResolutionHowto|FixVideoResolutionHowto]] at help.ubuntu.com * [[Bugs/AtiDriver]] * XorgOnTheEdge - for bleeding edge packages * [[https://help.ubuntu.com/community/BinaryDriverHowto/ATI|BinaryDriverHowto]] - for installing fglrx or nvidia * [[https://help.ubuntu.com/community/BootOptions|BootOptions]] * [[http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide|fglrx installation on Ubuntu]] * DebuggingUsplash |
| Line 22: | Line 38: |
| III. [[X/Triaging]] - Steps for processing newly reported bugs to make them ready for troubleshooting IV. [[X/Troubleshooting]] - Tips for analyzing and troubleshooting bugs |
This page is part of the debugging series — pages with debugging details for a variety of Ubuntu packages. |
The X Windows System is a critical component in the Ubuntu operating system. X is not without its bugs, but fortunately debugging X issues is not rocket science.
The vast majority of Ubuntu X issues fall into one of several distinct categories, and based on the way they manifest, there are several different tactics that can be employed in a nearly paint-by-numbers fashion to isolate them.
Even non-developers can help! The goal of this handbook is to give folks a toolset for rendering these bugs easily solvable.
Contents:
I. X/Reporting - How to create good X bug reports
II. X/CommonErrors - Explanations for commonly seen error messages
III. X/Backtracing - How to collect a backtrace for an X crash
IV. X/Triaging - How to ensure new X bug reports have enough info to troubleshoot
V. X/Troubleshooting - How to analyze X bugs to make them solvable
VI. X/Quirks - Fixes for some common hardware-specific issues
VII. X/Upstreaming - Forwarding X bugs upstream
Other Resources
Video Resources at help.ubuntu.com
FixVideoResolutionHowto at help.ubuntu.com
XorgOnTheEdge - for bleeding edge packages
BinaryDriverHowto - for installing fglrx or nvidia
X/Debugging (last edited 2016-01-10 22:13:08 by penalvch)