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

Current Status

Configure X

As ["root"] user, run in a ["terminal"]:

dpkg-reconfigure xserver-xorg

This will present you with a wizard for configuration.

Run X

After installation run

startx

or as ["root"] run

invoke-rc.d gdm 

(see [http://manpages.debian.net/man/1/gdm gdm] manpage).

KDE user should use kdm. Others might use xdm.

Configure Xorg

Historically, configuring XWindow was something very complex (you had to configure your keyboard, mouse, monitor, video card... in /etc/X11/xorg.conf).

Configure using HAL

DebianLenny provides Xorg 7.2, which can auto-detect the hardware. Also, most configuration specific to hardware can be specified using [:hal:HAL]. (see /usr/share/hal/fdi/. BTW, Your local files should be in /etc/hal/fdi/)

Outlook:

Samples:

Edit xorg.conf

How can I edit my xorg config file?

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

Video drivers

See Also


["CategoryXWindowSystem"]