X

Differences between revisions 1 and 111 (spanning 110 versions)
Revision 1 as of 2007-06-01 00:50:10
Size: 1277
Editor: 71
Comment:
Revision 111 as of 2009-12-18 14:32:27
Size: 4349
Editor: ip24-255-18-229
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This page is to serve as a gathering point for various X-related specs, howtos, todo lists, and other assorted resources. #title Ubuntu-X Team
<<Include(X/MenuBar)>>
||<tablestyle="float:right; background: #FFFFFF; margin: 0 0 1em 1em;" style="padding:2.0em;"> {{https://launchpadlibrarian.net/10142846/xswat-192.png}} ||
This set of wiki pages is primarily focused on assisting new Ubuntu X developers, packagers, testers, and bug triagers.
Line 3: Line 6:
== Driver Info == While there are some links here that may be useful to end users experiencing difficulties or power users want to learn more about X, you may find end-user-focused tips and aids available on the [[https://help.ubuntu.com/community/Video|Video Resources]] page at help.ubuntu.com more suitable.
Line 5: Line 8:
 * [http://nouveau.freedesktop.org/wiki/ nouveau] /* There are notes scattered about in the wiki comments. These may be removed as the work is done. */
Line 7: Line 10:
== Teams == === Development Foundations ===
 * Development Documentation
   * [[X/Architecture]] - High level architectural overview of X.org
   * [[X/DriverDevelopment]] - Developing new Xorg drivers for Ubuntu
   * [[X/DriverBuilding]] - Building debs of upstream drivers
 * Quality Assurance
   * [[X/Testing]] - Test Plans for X
   * [[X/Drivers]] - Current status of X drivers
   * [[X/Bugs]] - Analysis of collection of similar bugs
 * [[X/Development|Ubuntu X Development]]
   * [[X/SwatTeam]] - Joining the Ubuntu X.org team /* note that this is the main Ubuntu-X team page...also, it needs to be looked over for possible updates */
   * [[X/Projects]] - Development, triaging and packaging projects
   * [[X/Blueprints]] - Specifications of interest for X
   * [[X/GitUsage]] - Instructions for using git
Line 9: Line 25:
 * ["XSwat"] - Xorg bug triage team === Troubleshooting Resources ===
 * [[X/Debugging|X Debugging]] Handbook
   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/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
Line 11: Line 37:
== Blueprints == === Advanced Topics ===
 * [[X/Config]] - How to configure Xorg /* the page being linked to needs to have each of its links checked for currency, accuracy, validity, and if a page passes those, then for readability and phrasing */
 * [[X/InputHotplug]] - Using input devices (keyboards, tablets, mice, etc.) with HAL and input-hotplug /* isn't this obsolete since Ubuntu 10.04 uses udev for configuring X.org? Should we note that (as pitti did on the main page that we are about to replace) or just remove the item? */
 * [[X/NonGraphicalBoot]] - Running X manually, without gdm
 * [[X/KernelModeSetting]] - Configuring and using KMS (in Karmic)
 * [[X/Rootless]] - Running X as a user process, not as the root user
 * [[https://launchpad.net/~xorg-edgers|XorgOnTheEdge]] - for bleeding edge packages
Line 13: Line 45:
=== Current Specifications ===

These specifications are likely to be included in an upcoming Ubuntu release.

 * ["Xorg7.3Integration"] - Integrate Xorg 7.3 components, adopt config autodetection
 * ["DisplayConfigGTK"] - New GUI utility for configuring Xorg
 * ["BulletProofX"] - Failsafe mode when X doesn't start, with displayconfig-gtk to configure
 * ["CompositeByDefault"] - Switch default window manager from Metacity to Compiz, use Beryl effects
 * ["XorgCtrlAltBackspace"] - Disable the Ctrl-Alt-Bksp shortcut

=== Pending Specifications ===

These specifications need further discussion and drafting, but are likely to be accepted for future Ubuntu releases if this work is done.

 * ["MouseExtraButtons"] - Enable extra buttons present on Microsoft Explorer mice

=== Historical Specifications ===

 * ["XRoadmap"] - Xorg 7.0, discusses the X modularization and XKB work (for Warty?)
 * ["XRoadmapDapper"] - Plans for continuing maintenance of X, Mesa packaging in Dapper
== Other Resources ==
 * Documentation for developers can be found at [[UbuntuDevelopment|Ubuntu Development]]
 * The [[FoundationsTeam|Foundations Team]] cares for a variety of critical components needed for building and running the Ubuntu platform
 * The [[DesktopTeam|Desktop Team]] handles Gnome and related packages which go into the Ubuntu desktop installation
 * The [[InstallerTeam|Installer Team]] looks after the Ubuntu installer
 * The [[KernelTeam|Kernel Team]] is tasked with maintaining the Linux kernel in Ubuntu
 * The [[MobileTeam|Mobile Team]] is tasked with looking after the [[MobileTeam/Mobile|Mobile Project]]
 * The [[BugSquad|Bug Squad]] heroically handles the stream of bugs reported by Ubuntu users
 * The [[MOTU|Masters of the Universe (MOTU)]], the Ubuntu Universe packaging team, packages and maintains Ubuntu's massive collection of community-supported software packages
 * The [[LaptopTestingTeam|Laptop Testing Team]] checks the hardware compatibility of Ubuntu with laptops
 * The [[AccessibilityTeam|Accessibility Team]] is here to help improve the accessibility technologies available with Ubuntu.

https://launchpadlibrarian.net/10142846/xswat-192.png

This set of wiki pages is primarily focused on assisting new Ubuntu X developers, packagers, testers, and bug triagers.

While there are some links here that may be useful to end users experiencing difficulties or power users want to learn more about X, you may find end-user-focused tips and aids available on the Video Resources page at help.ubuntu.com more suitable.

Development Foundations

Troubleshooting Resources

Advanced Topics

  • X/Config - How to configure Xorg

  • X/InputHotplug - Using input devices (keyboards, tablets, mice, etc.) with HAL and input-hotplug

  • X/NonGraphicalBoot - Running X manually, without gdm

  • X/KernelModeSetting - Configuring and using KMS (in Karmic)

  • X/Rootless - Running X as a user process, not as the root user

  • XorgOnTheEdge - for bleeding edge packages

Other Resources

  • Documentation for developers can be found at Ubuntu Development

  • The Foundations Team cares for a variety of critical components needed for building and running the Ubuntu platform

  • The Desktop Team handles Gnome and related packages which go into the Ubuntu desktop installation

  • The Installer Team looks after the Ubuntu installer

  • The Kernel Team is tasked with maintaining the Linux kernel in Ubuntu

  • The Mobile Team is tasked with looking after the Mobile Project

  • The Bug Squad heroically handles the stream of bugs reported by Ubuntu users

  • The Masters of the Universe (MOTU), the Ubuntu Universe packaging team, packages and maintains Ubuntu's massive collection of community-supported software packages

  • The Laptop Testing Team checks the hardware compatibility of Ubuntu with laptops

  • The Accessibility Team is here to help improve the accessibility technologies available with Ubuntu.

X (last edited 2016-01-10 21:04:44 by penalvch)