X11 Configuration

From TALinuxWiki

Automatic

X.org can configured automaticaly. Run:

X -configure

And it will try to figure out a configuration for you. Review the generated xorg.conf.new file and make any neccessary modifications you might require and move the file to /etc/X11/ as xorg.conf

Manual

To manually configure X.org, run:

xorgcfg 

for a graphical configuration or:

xorgcfg -textmode

to run the configuration program in text mode.