System theme Light theme Dark theme

Can't start the X server with multiple GPUs

If you have two or more GPUs and the X server has trouble starting, you may need to specify which should be used by X for rendering. You can do this by writing the following to a file, e.g. ~/xorg.conf:

Section "Device"
    Identifier "Device0"
    Driver "<driver>"
    BusID "PCI:<device>"
EndSection

Then, you must tell the display manager to use the configuration. For example, LightDM has a xserver-config option in /etc/lightdm/config that can be set to point to the file.

Table of Contents