Config

Differences between revisions 53 and 56 (spanning 3 versions)
Revision 53 as of 2010-03-06 20:12:48
Size: 1289
Editor: 91-66-49-26-dynip
Comment: Xorg -configure
Revision 56 as of 2010-04-21 06:02:41
Size: 1987
Editor: 62
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
However, sometimes you need to muck with the configuration manually, beyond what these tools allow.  These pages are written for you. However, sometimes you need to muck with the configuration manually, beyond what these tools allow.
Line 8: Line 8:
You can start with a /etc/xorg.conf file generated by Xorg's autoconfiguration itself: To create an initial /etc/xorg.conf file, you can have Xorg's autoconfiguration output a full blown static one for you:
Line 10: Line 10:
Xorg -configure sudo Xorg -configure
Line 12: Line 12:

or create an /etc/xorg.conf containing only those sections and options that you need to override Xorg's autoconfigurated settings.
Line 24: Line 26:
== Configuring using xorg.conf.d (Ubuntu 10.04 and newer) ==

Files ending in *.conf in the /usr/lib/X11/xorg.conf.d/ directory (NOTE: will be changed to /usr/share/X11/xorg.conf.d for 10.10) are automatically loaded by X at start prior to reading the xorg.conf. These files can each contain one or more Sections in the same format used by {{{xorg.conf}}}.

Users can continue making custom configuration in /etc/xorg.conf as usual; the .conf snippets are mainly there for the distro or hw vendor to ship default InputClass rules and custom overrides.

Today's X rarely requires manual configuration. X now automatically configures itself with reasonable defaults. Both GNOME and KDE provide GUI utilities for customizing settings beyond these defaults if you like.

However, sometimes you need to muck with the configuration manually, beyond what these tools allow.

To create an initial /etc/xorg.conf file, you can have Xorg's autoconfiguration output a full blown static one for you:

sudo Xorg -configure

or create an /etc/xorg.conf containing only those sections and options that you need to override Xorg's autoconfigurated settings.

Contents

  1. Input device configuration

  2. Display resolution configuration

  3. Multihead configuration

  4. SVideo configuration

  5. HDMI configuration

  6. Ctrl-Alt-Backspace Zapping

  7. Radeon Xpress

  8. Projectors Tips and Tricks

Configuring using xorg.conf.d (Ubuntu 10.04 and newer)

Files ending in *.conf in the /usr/lib/X11/xorg.conf.d/ directory (NOTE: will be changed to /usr/share/X11/xorg.conf.d for 10.10) are automatically loaded by X at start prior to reading the xorg.conf. These files can each contain one or more Sections in the same format used by xorg.conf.

Users can continue making custom configuration in /etc/xorg.conf as usual; the .conf snippets are mainly there for the distro or hw vendor to ship default InputClass rules and custom overrides.

Other Resources

X/Config (last edited 2020-10-13 09:10:05 by yktooo)