On Sat, 8 Apr 2017 15:04:18 +0500
"dmitry.sensei" <dmitry.sen...@gmail.com> wrote:

> "ATI Radeon HD 8730M" rev 0x00 at pci1 dev 0 function 0 not configured
> inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 4000" rev 0x09
> drm0 at inteldrm0

Your Intel card is supported via DRM, but your Radeon one is not. The
problem is that Xorg is trying to use the Radeon card.

You can try creating the file /etc/X11/xorg.conf with the contents
below to force Xorg to use the Intel card.

Section "Device"
        Identifier "default device"
        Driver "intel"
EndSection

Section "Screen"
        Identifier "default screen"
        Device "default device"
EndSection

Reply via email to