Home » Questions » Computers [ Ask a new question ]

On Ubuntu 9.10, where is the xorg.conf file in Karmic Koala?

On Ubuntu 9.10, where is the xorg.conf file in Karmic Koala?

I am trying to change this xorg.conf file that I used to modify under Ubuntu 9.04, so it can have the higher resolutions of my monitor. Under 9.04, the monitor was unknown, and I had to key in all resolutions in the file, and although it is found under 9.10, 9.10 does not have the highest resolution that my monitor can sustain.

Asked by: Guest | Views: 342
Total answers/comments: 2
Guest [Entry]

"xorg.conf will not be present unless it is explicitly required.

Wikipedia on xorg.conf:

For a long time, editing xorg.conf was necessary for advanced input devices and multiple monitor output to work correctly. This was regarded to be a major usability obstacle. In modern systems this is seldom necessary, thanks to input hotplugging and the XRandR extension integrated into new Xdotorg releases. It is still needed for devices from some manufacturers, notably NVIDIA and Wacom, whose drivers fail to provide support for those technologies.

You should investigate if you can use the RandR extension to change the display characteristics. xrandr provides the command-line interface to this extension. From the man page:

Xrandr is used to set the size, orientation and/or reflection of the
outputs for a screen. It can also set the screen size.

If invoked without any option, it will dump the state of the outputs,
showing the existing modes for each of them, with a ’+’ after the pre‐
ferred mode and a ’*’ after the current mode."
Guest [Entry]

If you use "sudo Xorg -configure" you'll generate the file, which was your original question. I suppose I can spare you the diatribe on how things are supposed to work, since other people have gently provided some.