Guide to X11/Configuring

< Guide to X11

Configuring

You would do

$ XFree86 -configure
$ Xorg -configure

or

$ xf86cfg
$ xorgcfg

Especially with XFree86 4.0 or Xorg, the "xf86config" and "xorgconfig" scripts are obsolete (unless you have old hardware).

This makes your XF86Config or xorg.conf file.

Debian and Ubuntu

If you use Debian, you can create a new config file if you reconfigure the xserver-xorg package. Running this will overwrite your current configuration, so create a backup copy, e.g.:

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.new.backup

Reconfigure with:

dpkg-reconfigure xserver-xorg 

Easier Alternatives / Troubleshooting

If you have Opensuse, you might receive help from Novell's Bugzilla team. They can't always immediately resolve the issue, but often you'll find that either because of your efforts or someone else, things are fixed in a later revision.

Manual Configuration

For manual configuration of almost anything, search for the gentoo or gentoo wikis. For this subject, http://www.gentoo.org/doc/en/xorg-config.xml should be useful.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.