Hi,<br><br>I have an Intel 945 video card in my laptop.  I would like to use an external monitor (positioned right of the main screen), but the total width exceeds 2048, the virtual screen size, pixels so I can't.<br><br>
My xorg.conf has<br><br>Section "Screen"<br>        Identifier "Screen"<br>        Device     "Card0"<br>        Monitor    "Monitor0"<br>        SubSection "Display"<br>               Viewport   0 0<br>
                Depth     24<br>                Virtual 2560 1024<br>        EndSubSection<br>EndSection<br><br>so the virtual screen should be big enough, but apparently X ignores this.  I found this in the log:<br><br>(EE) intel(0): Cannot support DRI with frame buffer width > 2048<br>
<br>Questions:<br><br>1. Is X ignoring the Virtual setting because of the DRI, or some other reason?<br>2. If it is the DRI, can I disable it somehow?  I tried various things (including disabling glx, dri and dri2 in the modules section, Option "DRI" "false" for the device), but<br>
<br>$ glxinfo | head<br>name of display: :0.0<br>display: :0  screen: 0<br>direct rendering: Yes<br>server glx vendor string: SGI<br>server glx version string: 1.2<br>server glx extensions:<br>    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, <br>
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, <br>    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, <br>    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer<br>
<br>and<br><br>$ grep dri /var/log/Xorg.0.log <br>        X.Org XInput driver : 4.0<br>(WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.<br>(WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.<br>
(II) "dri" will be loaded even though the default is to disable it.<br>(II) "dri2" will be loaded even though the default is to disable it.<br><br>so I don't think I was successful.<br><br>Any help would be appreciated.  I am happy to run the laptop without DRI, but I need that second screen on the right, not below.  It used to work fine, but a recent upgrade (I don't know which) changed things.  I am using Debian,<br>
$ dpkg -l xserver-xorg-video-intel | grep ii<br>ii  xserver-xorg-video-intel                      2:2.8.0-1<br>$ uname -r<br>2.6.31-rc4-686<br><br>Thank you,<br><br>Tamas<br>