How to create xorg.conf
You can create a basic xorg.conf
using the X executable itself. As root run:
Xorg :1 -configure
This will create the file /root/xorg.conf.new
, which you can then copy to /etc/X11/xorg.conf
:
cp /root/xorg.conf.new /etc/X11/xorg.conf
and edit according to your needs.