Ubuntu Linux, ubuntu desktop, Linux operating system, ubuntu guide

xorg.conf file create on ubuntu 9.10

by on Mar.15, 2010, under Ubuntu 9.10

One of the changes on the Ubuntu 9.10 is that xorg.conf is missing. The reason for this is that the configuration to be done on user level. The file xorg.conf will be in use only if it exists.

In order to generate xorg.conf you need to switch to one virtual console using the key combination CTRL + ALT + F1.

Now execute the following commands:

# sudo service gdm stop
This command will stop the X.
Now we need to generate the xorg.conf file:
# sudo Xorg -configure
This has generated the file in ~/xorg.conf.new.
We need to make the X using it so we have to put this file inside /etc/X11/
# sudo mv ~/xorg.conf.new /etc/X11/xorg.conf
After moving this file to the proper location you can start the X again and see what happens:
# sudo service gdm start



Leave a Reply

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!