Debugging

Differences between revisions 67 and 68
Revision 67 as of 2012-04-13 22:58:11
Size: 0
Editor: static-50-53-79-63
Comment: Merge content to top page X/
Revision 68 as of 2012-04-14 22:55:36
Size: 2172
Editor: penalvch
Comment: Reverting to 66 as 67 has no content.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#title Debugging X
<<Include(X/MenuBar)>>

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.

== Contents ==

   I. [[X/Reporting|X Reporting]] - How to create good X bug reports
   I. [[X/Triaging|X Triaging]] - How to ensure new X bug reports have enough info to troubleshoot
   I. [[X/Tagging|X Symptom Tagging]] - Standard tags to use for flagging symptoms
   I. [[X/Backtracing|X Backtracing]] - How to collect a backtrace for an X crash
   I. [[X/Upstreaming|X Upstreaming]] - Forwarding X bugs to their upstream project
   I. [[X/Glossary|X Glossary]] - Explanations for confusing terms often seen in logs and error messages
   I. [[X/FixingCrashes|X Crash Fixing]] - How to fix X crashes
   I. [[X/Quirks|X Quirks]] - Fixes for some common hardware-specific issues
   I. [[X/Troubleshooting|X Troubleshooting]] - How to analyze X bugs to make them solvable
   I. [[X/Bisecting]] - Using bisection techniques to solve regressions or backport fixes

== Other Resources ==
 * [[X/Debugging/WirelessWithoutX|Wireless Without X]] - How to get a wireless network connection without X.
 * [[X/Debugging/WiredWithoutRouter|Direct Wired Without WAP]] - How to connect two laptops with direct ethernet cord.
 * [[https://help.ubuntu.com/community/Video|Video Resources]] at help.ubuntu.com
 * [[https://help.ubuntu.com/community/BinaryDriverHowto|BinaryDriverHowto]] - for installing fglrx or nvidia
 * [[Bugs/AtiDriver]]
 * [[https://help.ubuntu.com/community/BootOptions|BootOptions]]
   * [[http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide|fglrx installation on Ubuntu]]
 * DebuggingUsplash
 * [[X/CommonErrors]]
 * [[X/DebuggingWithValgrind]]
 * [[X/ErrorMessages]]
 * [[https://launchpad.net/~xorg-edgers|XorgOnTheEdge]] - for bleeding edge packages
----
CategoryDebugging

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.

Contents

  1. X Reporting - How to create good X bug reports

  2. X Triaging - How to ensure new X bug reports have enough info to troubleshoot

  3. X Symptom Tagging - Standard tags to use for flagging symptoms

  4. X Backtracing - How to collect a backtrace for an X crash

  5. X Upstreaming - Forwarding X bugs to their upstream project

  6. X Glossary - Explanations for confusing terms often seen in logs and error messages

  7. X Crash Fixing - How to fix X crashes

  8. X Quirks - Fixes for some common hardware-specific issues

  9. X Troubleshooting - How to analyze X bugs to make them solvable

  10. X/Bisecting - Using bisection techniques to solve regressions or backport fixes

Other Resources


CategoryDebugging

X/Debugging (last edited 2016-01-10 22:13:08 by penalvch)