<html><head></head><body><div>Hi :</div><div><br></div><div>i am having black screen when i try to enable modesetting with Xorg, with SNA works well, please see below my configuration and the issue.</div><div>any help here would be appreciated :)</div><div><br></div><div><br></div><div><b>kernel version</b> : 4.13.0-32-generic</div><div><br></div><div>this is my configuration file for modesetting</div><div><br></div><div>$<b> cat 20-modesetting.conf</b></div><div>Section "Device"</div><div>  Identifier "Intel Graphics"</div><div>  Driver     "modesetting"</div><div>  Option     "AccelMethod" "glamor"</div><div>EndSection</div><div></div><div><br></div><div><br></div><div>this is the erros that shows Xorg.0.log</div><div><br></div><div>$ : cat -n Xorg.0.log | grep "(EE)"</div><div>(WW) warning, (EE) error, (NI) not implemented, (??) unknown.</div><div>[     4.425] (EE) modeset(0): failed to set mode: Invalid argument</div><div>[     5.258] (EE) modeset(0): <b>failed to set mode: No space left on device</b></div><div><b><br></b></div><div><b><br></b></div><div><b>this are my commits for the following drivers:</b></div><div><br></div><div><pre>component: xserver
    tag: xorg-server-1.19.99.901-21-g90e0cdd
    commit: 90e0cdd42dfda2accfadffa5c550712696902e14</pre><pre><br></pre><pre>Component: mesa
    tag: 17.3-branchpoint-3811-g55376cb
    commit: 55376cb31e2f495a4d872b4ffce2135c3365b873
</pre><pre>Component: xf86-video-intel
    tag: 2.99.917-814-gaa36399
    commit: aa36399cca1250d878a4608528a535faeb0e931a</pre><pre><br></pre><pre><br></pre><pre><b>this are the mesa options when compiled:</b></pre><pre>  $ ./configure --prefix=/opt/X11R7 --libdir=/opt/X11R7/lib/x86_64-linux-gnu --with-dri-drivers=i965,swrast --with-dri-driverdir=/opt/X11R7/lib/dri --enable-gles1 --enable-gles2 --enable-shared-glapi --with-egl-platforms=x11,drm --enable-texture-float --enable-gbm --enable-glx-tls --without-gallium-drivers --enable-debug</pre><pre><br></pre><pre><b>this are the xserver options when compiled:</b></pre><pre>  $ ./configure --prefix=/opt/X11R7 --libdir=/opt/X11R7/lib --enable-ipv6 --enable-dri --enable-xvfb --enable-composite --enable-xcsecurity --enable-libunwind --enable-xorg --enable-xephyr --enable-glamor -enable-kdrive --enable-config-udev --enable-systemd-logind --enable-suid-wrapper --enable-dri3 --disable-install-setuid --enable-record --disable-static --libexecdir=/opt/X11R7/lib/xorg-server --sysconfdir=/opt/X11R7/etc --sysconfdir=/opt/X11R7/etc --localstatedir=/opt/X11R7/var --with-xkb-path=/opt/X11R7/share/X11/xkb --with-xkb-output=/opt/X11R7/lib/xkb --with-fontrootdir=/usr/share/fonts --with-sha1=libgcrypt --enable-glamor --enable-debug</pre><pre><br></pre><pre><b>this are the xf86-video-intel options when compiled:</b></pre><pre> $ ./configure --prefix=/opt/X11R7 --libdir=/opt/X11R7/lib --enable-debug --enable-kms --enable-sna</pre><pre><br></pre><pre><br></pre><pre>Cheers</pre></div></body></html>