Create a xorg.conf file
xorgconfig is an interactive command for generating an xorg.conf file for use with Xorg X servers.
This program will create a basic xorg.conf file, based on menu selections you make. It will ask for a pathname when it is ready to write the file.
The xorg.conf file usually resides in /etc/X11 or /usr/X11R6/etc/X11. If no xorg.conf file is present there, Xorg will probe the system to autoconfigure itself. You can run Xorg -configure to generate a xorg.conf
Before using this program, make sure you know what video card you have, and preferably also the chipset it uses and the amount of video memory on your video card, as well as the specifications of your monitor. Run lspci command to obtained information about your card.
[code]# xorgconfig[/code]
E-mail this to a Friend
Printable Version
Is your site working? Monitor Your Web Site 24/7. Get SMS alerts on server downtime. Free 30-day trial including 20 SMS!
You may also be interested in other helpful articles:
- Migrating and Moving UNIX Filesystems
- Shell Scripting: Creating report/log file names with date in filename
- BASH shell: How to create empty temporary files quickly
- Linux: How to create multiple users accounts in batch
- Understanding UNIX / Linux symbolic (soft) and hard links
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Thanks man. I was searching for this and got it from your post.
FOr all who ended up searching this page.the new method for configuring /etc/X11/xorg.conf is by running as root in any console login screen with out X running:
~# Xorg -configure
Thanks to all of you. I was looking for a method whereby I could configure the display from console if the resolution went out of synch due to a wrong resolution.