<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 17, 2014 at 3:12 PM, Kevin Martin <span dir="ltr">&lt;<a href="mailto:ktmdms@gmail.com" target="_blank">ktmdms@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 04/17/2014 01:48 PM, Steven Usdansky wrote:<br>
&gt; failed with error -22<br>
I probably should have asked this before but are you using the nouveau or nvidia driver?  And did you modprobe as root?<br>
<div><div><br>
Kevin<br>
--<br></div></div></blockquote></div><br></div><div class="gmail_extra">Modprobe&#39;d as root. Nouveau driver. I can&#39;t get into X with my xorg.conf using the 3.15 kernel, so xrandr result is with 3.13 kernel. <br><br>
~$ xrandr<br>Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192<br>VGA-1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 0mm x 0mm<br>   1680x1050      60.0*+<br>   1920x1080      60.0  <br>
   1600x1200      60.0  <br>   1400x1050      60.0  <br>   1440x900       60.0  <br>   1024x768       60.0  <br>   800x600        60.3     56.2  <br>   848x480        60.0  <br>   640x480        59.9  <br><br>~$ cat /etc/X11/xorg.conf<br>
# nvidia-xconfig: X configuration file generated by nvidia-xconfig<br># nvidia-xconfig:  version 313.18  (mockbuild@)  Wed Jan 16 15:44:33 CET 2013<br><br>Section &quot;ServerLayout&quot;<br>    Identifier     &quot;Layout0&quot;<br>
    Screen      0  &quot;Screen0&quot;<br>    InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>    InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>EndSection<br><br>Section &quot;Files&quot;<br>
    FontPath        &quot;/usr/share/fonts/default/Type1&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>    # generated from default<br>    Identifier     &quot;Mouse0&quot;<br>    Driver         &quot;mouse&quot;<br>
    Option         &quot;Protocol&quot; &quot;auto&quot;<br>    Option         &quot;Device&quot; &quot;/dev/input/mice&quot;<br>    Option         &quot;Emulate3Buttons&quot; &quot;no&quot;<br>    Option         &quot;ZAxisMapping&quot; &quot;4 5&quot;<br>
EndSection<br><br>Section &quot;InputDevice&quot;<br>    # generated from default<br>    Identifier     &quot;Keyboard0&quot;<br>    Driver         &quot;kbd&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>    Identifier     &quot;Monitor0&quot;<br>
    VendorName     &quot;Unknown&quot;<br>    ModelName      &quot;Unknown&quot;<br>    HorizSync       28.0 - 33.0<br>    VertRefresh     43.0 - 72.0<br>    Option         &quot;DPMS&quot;<br>EndSection<br><br>Section &quot;Device&quot;<br>
    Identifier     &quot;Device0&quot;<br>    Driver         &quot;nouveau&quot;<br>    VendorName     &quot;NVIDIA Corporation&quot;<br>    Option         &quot;ShadowFB&quot; &quot;1&quot;<br>EndSection<br><br>Section &quot;Screen&quot;<br>
    Identifier     &quot;Screen0&quot;<br>    Device         &quot;Device0&quot;<br>    Monitor        &quot;Monitor0&quot;<br>    DefaultDepth    24<br>    SubSection     &quot;Display&quot;<br>    Viewport    0 0<br>        Depth       24<br>
    Modes &quot;1680x1050&quot; &quot;1440x900&quot; &quot;1400x1050&quot; &quot;1280x1024&quot; &quot;1024x768&quot;<br>    EndSubSection<br>EndSection<br><br>~$ cat /etc/X11/xorg.conf.d/10-soyo_monitor.conf <br>Section &quot;Monitor&quot;<br>
  Identifier   &quot;Monitor0&quot;<br>  VendorName   &quot;Soyo&quot;<br>  ModelName    &quot;DYLM2086&quot;<br>  DisplaySize  432  270<br>  HorizSync    30.0 - 86.0<br>  VertRefresh  56.0 - 76.0<br>  ModeLine     &quot;1440x900&quot;   106.5   1440 1520 1672 1904   900  901  904  932  -hsync +vsync<br>
  ModeLine     &quot;1680x1050&quot;  147.1   1680 1784 1968 2256  1050 1051 1054 1087  -hsync +vsync<br>  Modeline     &quot;1920x1080&quot;  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync<br>  Modeline     &quot;1400x1050&quot;  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync<br>
  Modeline     &quot;1600x1200&quot;  160.96  1600 1704 1880 2160  1200 1201 1204 1242  -HSync +Vsync<br>  Option      &quot;PreferredMode&quot; &quot;1680x1050&quot;<br>EndSection<br><br><br></div></div>