Possible Duplicate:
Where is the X.org config file? How do I configure X there?

How do I edit the xorg.conf file, when there isnt one in Kubuntu 11.10?

I want to alter the video driver, but how do i do this in 11.10? The reason is that i believe I am having issues after a recent upgrage in 11.10, and now my desktop effects no longer work when using the OpenGL compositing, even with the functionality checks disabled...

however, is there a way to alter this file and have they moved it to a new location?

Any ideas?

thanks

link|improve this question
What driver are you using? What graphics processor/chip/card do you have? – Roland Taylor Oct 7 '11 at 21:35
There might not be such a file, you need to create it from scratch. Try sudo updatedb and then locate xorg.conf. – queueoverflow Oct 7 '11 at 22:34
Found the issue. I read that in 11.10 the xorg.conf file has gone? When I updated it installed the Nvidia driver, this seemed to screw up my intel driver. I removed all Nvidia references in synaptic package manager (plus any other video driver) and Removed the following packages: libgl1-mesa-swx11 Installed the following packages: libgl1-mesa-glx (7.11-0ubuntu3) Rebooted and my issue resolved... Thanks for your responses... much appreciated :-) – user25356 Oct 7 '11 at 23:20
the file usually resides in /etc/X11/ directory, but only if your Graphics driver has created it, if its not, you need to create it manually like @queueoverflow said. – Kush Dec 13 '11 at 9:35
feedback

closed as exact duplicate by Marco Ceppi Jan 26 at 13:47

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

That didn't work for me - I have an Intel 915GM/GMS, 910GML Express and the desktop effects just stopped working after an upgrade, but the files you removed were not installed, so I could not follow your solution. I removed all the non-Intel drivers, but that didn't help.

However, I solved the problem (after three days of head-scratching and muttered curses) by uninstalling the kde-window-manager-gles and intalling kde-window-manager instead.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.