Xorg is a the default X-Window server since Debian 4.0 (etch). It replaces XFree86. It is maintained in Debian by the XStrikeForce.

Current Status

Configure X

To reconfigure keyboard settings, run as root in a terminal:

dpkg-reconfigure xserver-xorg

This command formally included steps to configure video settings but as of Winter 2008 in Testing, these screens no longer appear. This is reportedly because auto-detection of video settings works in most cases so a wizard is unneeded. Any further adjustment to video settings must be done by editing /etc/X11/xorg.conf directly.

Edit xorg.conf

How can I edit my xorg config file?

Open a terminal (or console) as root, then run :

Run X

After installation run

startx

or as root run

invoke-rc.d gdm 

(see gdm manpage).

KDE user should use kdm. Others might use xdm.

Configure Xorg

Video drivers

See Also


CategoryXWindowSystem