As Ubuntu 10.10 seems to neither detect my graphics card (Intel 82852/855GM) automatically nor use the corresponding Intel driver even after manually installing it, I am looking into manually configuring X (shouldn't I?). Where can I find the configuration files I need to edit?
The xorg.conf does not exist by default any more. You CAN create one though.
Boot into recovery mode and select Root Shell. Then run:
Then:
Reboot and you can edit the new Xorg.conf.
The configurations files are at
/usr/share/X11/xorg.conf.d
They are:
10-evdev.conf
11-evdev-quirks.conf
50-vmmouse.conf
50-wacom.conf
51-synaptics-quirks.conf
Check the current manual.
If you create a xorg.conf file the configurations of this file will prevail.
Also check this answer.
Usually, you don't need the
xorg.conf
any more.If you need to configure some devices anyway, you can do so by placing a file in the
/usr/lib/X11/xorg.conf.d/
(Ubuntu 10.04) or/usr/share/X11/xorg.conf.d/
(since Ubuntu 10.10). There are some files in this directory already.You can find more information on xorg.conf.d (in german, but the configuration files are in english of course). What is important is that the filenames should start with a two-digit number greater than 10.
Another guide - in english - is on x org archive. It's still using /usr/lib but it's good.
cookiecaper's suggestion to use
worked for me - right from the desktop! It did finally error-out, but not before providing a nice new xorg.conf.new in my Home directory. Thanks cc! All the other suggestions I had tried failed to produce a file.
Oh, by the way,
in the terminal will provide a bunch of useful, and up to date, info (a bit terse, perhaps) on editing the xorg.conf file.
This works fine for me with Nvidia Optimus (Bumblebee) without any special configuration, just the defaults:
The monitors LVDS1 and VGA1 are defined in ~/.config/monitors.xml. For more information about monitors.xml take a look at http://www.sudo-juice.com/dual-monitor-settings-in-ubuntu/.
Example:
Yeah for most free graphics drivers, recent releases of Ubuntu haven't required a xorg.conf file. You can generate one pretty easily though:
For lost amd users: Please note that amd drivers provide a tool to generate xorg.conf
For users running Ubuntu 19.10, I can confirm that adding a configuration file by booting into recovery, selecting root shell, then running:
Then entering:
will both allow you to edit the configuration file, and fixes the common dual-monitor mouse flickering issue.