X4500 with xf86-xorg-intel, extreme low performance

Hi there!
I got a T400 with intel x4500 onboard and installed the xorg intel module from testing. Everything is fine so far, got decent Kwin performance, desktop cube rotates smooh. But when I try to play warosw, or quake3 i get around 5 fps. I think q2 and q3 should be easily playable on that graphics card. Any ideas how to improve graphics power?
I already use INTEL_BATCH=1
thx
issue

Vamp898 wrote:
INTEL_BATCH=1 does improve my performence about a double
what the hell does INTEL_BATCH do?
This is most puzzling. First off, this does not work for me on  i915. Nor should it. Essentially, INTEL_BATCH=1 should do nothing, since the code for this has been removed:
https://bugs.launchpad.net/xserver-xorg … comments/7
https://bugs.launchpad.net/ubuntu/+sour … comments/8
I also did not find a mention of it on bugs.freedesktop.org or intel-gfx mailing list. If anything, this is an obsolete hack.
How did you measure performence? Please try for example openarena (http://dri.freedesktop.org/wiki/Benchmarking).
Last edited by fijam (2009-10-11 09:25:45)

Similar Messages

  • [Solved] Problem with xf86-video-intel after upgrade to xorg 1.16

    Hi everyone,
    since the upgrade to xorg-server 1.16 i can't get X to work again on my thinkpad R50e with an old intel integrated chip (Intel Extreme Graphics 2).
    I first encountered the error "cannot open /dev/tty0": http://okraits.de/upload/xorg/Xorg.0.log
    Then i created /etc/X11/Xwrapper.config: http://okraits.de/upload/xorg/Xwrapper.config
    Then i got the error "failed to set mode": http://okraits.de/upload/xorg/Xorg.1.log
    My xorg.conf looks like this: http://okraits.de/upload/xorg/xorg.conf
    I start X with startx and this .xinitrc: http://okraits.de/upload/xorg/.xinitrc
    I have no clue how to fix this. Any help would be much appreciated!
    Greetings,
    Oliver
    Last edited by okraits (2014-08-08 06:33:09)

    lolilolicon wrote:
    How do you start X? Note you must start X from the same VT where you login, if you use Xorg.bin (no setuid). From your log there're mentions of /dev/tty0 and "Using VT number 2", so I suppose that might be the problem.
    If you simply use `startx`, the actual process running will be something like
    /usr/bin/Xorg.bin -nolisten tcp :0 -auth /tmp/serverauth.XXXXXXXXXX vt1
    Note the `vt1` in the line must be specified, where 1 is the value of $XDG_VTNR in the VT where you login.
    Edit
    In my log there's something yours are missing
    [ 45.465] (++) using VT number 1
    [ 45.465] (--) controlling tty is VT number 1, auto-enabling KeepTty
    I login at tty1 (which is the first one visible after boot) and run startx from there.
    I added the following to my .xinitrc:
    echo "vt: $XDG_VTNR"
    The output was:
    vt: 1
    That would be ok, right? Or is it $XDG_VTNR + 1?
    So i am wondering what is forcing X to use vt 2. Or how i can tell X to use vt 1.
    Last edited by okraits (2014-08-07 12:37:17)

  • Intel i965 on 2.6.28 kernel --- results with xf86-video-intel 2.5.99.

    I compiled and booted into 2.6.28 and switched xorg.conf back to
    EXA.
    Ok, it worked a little bit better but it did not WOW me.  So, I compiled by hand the
    latest intel driver and DAMN! very smooth in Compiz... "lightening fast"  I don't have
    any 3d games to compare but, some "artifacts" that were happening on startup of the
    AWN dock are GONE.   I can play a movie trailer and drag it around with wobbly windows
    and it looks awesome.
    Here's what I did.... 
    use./autogen.sh --prefix=/usr  or ./configure --prefix=/usr where appropriate.
    [1] pthread-stubs
    git clone git://anongit.freedesktop.org/xcb/pthread-stubs
    ./autogen.sh --prefix=/usr
    [2] xf86driproto
    git clone git://anongit.freedesktop.org/xorg/proto/xf86driproto
    ./autogen.sh --prefix=/usr
    make install (its just headers so there's nothing to compile)
    [3] Dec 22 version of libdrm (the latest)
    http://dri.freedesktop.org/libdrm/libdrm-2.4.3.tar.bz2
    [4] Intel driver
    http://xorg.freedesktop.org/archive/ind … 9.1.tar.gz
    ./configure --prefix=/usr
    Transitions everything now in Compiz is smooth, smooth, smooth....!!!!!!
    Enjoy!!!!
    [ANNOUNCE] xf86-video-intel 2.5.99.1     Mon Dec 15 17:43:30 PST 2008
    http://lists.freedesktop.org/archives/x … 00714.html

    For those who'd like some PKGBUILDs in order of compilation and install, these are what I used and it works quite well.
    libpthread-stubs
    pkgname=libpthread-stubs
    pkgver=0.1
    pkgrel=1
    pkgdesc="stubs missing from libc for standard pthread functions"
    arch=('i686' 'x86_64')
    url="http://xcb.freedesktop.org/"
    license=('MIT')
    source=(http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2)
    md5sums=('774eabaf33440d534efe108ef9130a7d')
    build() {
    cd "$srcdir/$pkgname-$pkgver"
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR="$pkgdir/" install
    libdrm
    pkgname=libdrm
    pkgver=2.4.3
    pkgrel=1
    pkgdesc="Userspace interface to kernel DRM services"
    arch=(i686 x86_64)
    depends=('glibc' 'libpthread-stubs')
    options=('!libtool' 'force')
    url="http://dri.freedesktop.org/"
    source=(http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    libxcb
    pkgname=libxcb
    pkgver=1.1.93
    pkgrel=1
    pkgdesc="X11 client-side library"
    arch=(i686 x86_64)
    url="http://xcb.freedesktop.org/"
    depends=('xcb-proto>=1.2' 'libxdmcp' 'libxau')
    makedepends=('pkgconfig' 'libxslt' 'python')
    options=('!libtool')
    license=('custom')
    source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    libtoolize --force --copy || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    ./configure --prefix=/usr --enable-xinput || return 1
    make || return 1
    make DESTDIR=${pkgdir} install || return 1
    install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    libx11
    pkgname=libx11
    pkgver=1.1.99.2
    pkgrel=1
    pkgdesc="X11 client-side library"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('libxcb>=1.1.90.1' 'kbproto>=1.0.3')
    makedepends=('xproto>=7.0.13' 'xextproto>=7.0.3' 'xf86bigfontproto>=1.1.2' 'xtrans>=1.2.1' 'kbproto>=1.0.3' 'inputproto>=1.4.4' 'xorg-util-macros')
    options=('!libtool')
    license=('custom:XFREE86')
    source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
    xorg.sh)
    md5sums=()
    build() {
    cd ${srcdir}/libX11-${pkgver}
    libtoolize --force --copy || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    ./configure --prefix=/usr \
    --with-xcb || return 1
    make || return 1
    make DESTDIR=${pkgdir} install || return 1
    install -m755 -d ${pkgdir}/etc/profile.d
    install -m755 ${srcdir}/xorg.sh \
    ${pkgdir}/etc/profile.d/ || return 1
    install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    xorg.sh
    export XDG_DATA_HOME=$HOME/.local/share
    export XDG_CONFIG_HOME=$HOME/.config
    export XDG_CACHE_HOME=$HOME/.cache
    if [ -z $XDG_DATA_DIRS ]; then
    export XDG_DATA_DIRS=/usr/share:/usr/local/share
    else
    export XDG_DATA_DIRS=/usr/share:/usr/local/share:$XDG_DATA_DIRS
    fi
    if [ -z $XDG_CONFIG_DIRS ]; then
    export XDG_CONFIG_DIRS=/etc/xdg
    else
    export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
    fi
    dri2proto-git
    pkgname=dri2proto-git
    pkgver=20081228
    pkgrel=1
    pkgdesc="X11 OpenGL extension wire protocol"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    license=('custom')
    replaces=('dri2proto')
    provides=('dri2proto=1.99.3.99' 'dri2proto-git')
    conflicts=('dri2proto')
    groups=('xorg')
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/xorg/proto/dri2proto"
    _gitname="dri2proto"
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/$_gitname
    sh autogen.sh --prefix=/usr
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    xf86driproto-git
    pkgname=xf86driproto-git
    pkgver=20081228
    pkgrel=1
    pkgdesc="Xf86driproto"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    license=('custom')
    replaces=('xf86driproto')
    provides=('xf86driproto=2.0.4.99' 'xf86driproto-git')
    conflicts=('xf86driproto')
    groups=('xorg')
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/xorg/proto/xf86driproto"
    _gitname="xf86driproto"
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/$_gitname
    sh autogen.sh --prefix=/usr
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    libgl-git
    pkgname=libgl-git
    pkgver=20081224
    pkgrel=1
    pkgdesc="Mesa DRI OpenGL library and drivers from GIT repository"
    arch=(i686 x86_64)
    license=('custom')
    url="http://mesa3d.sourceforge.net"
    depends=('libxxf86vm' 'libdrm>=2.4.3' 'libx11>=1.1.99.2')
    makedepends=('imake' 'glproto' 'git')
    provides=('libgl=7.2.99')
    conflicts=('libgl')
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/git/mesa/mesa"
    _gitname="mesa"
    build() {
    cd ${startdir}/src/
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/
    cp -r ${startdir}/src/$_gitname ${startdir}/src/$_gitname-build || return 1
    cd $startdir/src/$_gitname-build/
    CONFIG="linux-dri-x86"
    if [ "${CARCH}" = "x86_64" ]; then
    CONFIG="linux-dri-x86-64"
    sed -i -e "s/lib64/lib/g" ${startdir}/src/$_gitname-build/configs/${CONFIG}
    fi
    echo "EXTRA_LIB_PATH =" >> configs/${CONFIG}
    echo "OPT_FLAGS = ${CFLAGS}" >> configs/${CONFIG}
    echo "SRC_DIRS = glx/x11 mesa" >> configs/${CONFIG}
    rm -f include/GL/glut*h
    echo "USING_EGL = 0" >> configs/${CONFIG}
    echo "PROGRAM_DIRS =" >> configs/${CONFIG}
    echo "MKDEP = makedepend" >> configs/${CONFIG}
    echo "DRI_DIRS =" >> configs/${CONFIG}
    echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> configs/${CONFIG}
    #echo "DEFINES += -DUSE_XCB" >> configs/${CONFIG}
    #echo "X11_INCLUDES += `pkg-config --cflags-only-I xcb` `pkg-config --cflags-only-I x11-xcb` `pkg-config --cflags-only-I xcb-glx`" >> configs/${CONFIG}
    #echo "GL_LIB_DEPS += `pkg-config --libs xcb` `pkg-config --libs x11-xcb` `pkg-config --libs xcb-glx`" >> configs/${CONFIG}
    make ${CONFIG} || return 1
    mkdir -p ${startdir}/pkg/usr
    make INSTALL_DIR=${startdir}/pkg/usr install
    rm -rf ${startdir}/pkg/usr/include
    mkdir -p ${startdir}/pkg/usr/lib/xorg/modules/extensions
    cd ${startdir}/pkg/usr/lib/xorg/modules/extensions
    ln -sf libGLcore.xorg libGLcore.so
    ln -sf libglx.xorg libglx.so
    rm -r $startdir/src/$_gitname-build
    mesa-git
    pkgname=mesa-git
    pkgver=20081224
    pkgrel=1
    pkgdesc="Mesa OpenGL Library from GIT repository"
    url="http://www.mesa3d.org"
    license=""
    arch=(x86_64 i686)
    depends=('libgl>=7.2.99' 'glproto' 'gcc' 'libxt')
    makedepends=('imake' 'git')
    conflicts=('mesa-apps' 'mesa')
    replaces=('mesa-apps' 'mesa')
    provides=('mesa=7.2.99')
    backup=()
    install=
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/git/mesa/mesa"
    _gitname="mesa"
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd $startdir/src/$_gitname-build
    # Any patches you may want to add go here
    cd $startdir/src/$_gitname-build
    CONFIG="linux-dri-x86"
    if [ "${CARCH}" = "x86_64" ]; then
    CONFIG="linux-dri-x86-64"
    sed -i -e "s/lib64/lib/g" ${startdir}/src/$_gitname-build/configs/${CONFIG}
    fi
    echo "EXTRA_LIB_PATH =" >> configs/${CONFIG}
    echo "OPT_FLAGS = ${CFLAGS}" >> configs/${CONFIG}
    echo "SRC_DIRS = glx/x11 glu glw" >> configs/${CONFIG}
    rm -f include/GL/glut*h
    echo "USING_EGL = 0" >> configs/${CONFIG}
    echo "PROGRAM_DIRS =" >> configs/${CONFIG}
    echo "MKDEP = makedepend" >> configs/${CONFIG}
    echo "DRI_DIRS =" >> configs/${CONFIG}
    echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> configs/${CONFIG}
    make ${CONFIG} || return 1
    mkdir -p ${startdir}/pkg/usr
    make INSTALL_DIR=${startdir}/pkg/usr install
    install -m644 include/GL/*.h ${startdir}/pkg/usr/include/GL/
    cp -r include/GL/* ${startdir}/pkg/usr/include/GL/
    rm -f ${startdir}/pkg/usr/lib/libGL.so*
    cd progs/xdemos
    make glxinfo glxgears
    mkdir -p ${startdir}/pkg/usr/bin
    install -m755 glxinfo glxgears ${startdir}/pkg/usr/bin/
    cd ${startdir}/src/gl-manpages-1.0.1
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=${startdir}/pkg install
    rm -r $startdir/pkg/usr/lib/xorg/
    rm -r $startdir/src/$_gitname-build
    intel-dri-git
    pkgname=intel-dri-git
    pkgver=20081224
    pkgrel=1
    pkgdesc="Mesa DRI drivers for Intel chipsets"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('libdrm>=2.4.3' 'mesa>=7.2.99' 'expat>=2.0')
    makedepends=('libdrm>=2.4.3' 'imake' 'mesa>=7.2.99' 'glproto>=1.4.9')
    options=('!libtool')
    conflicts=('intel-dri')
    provides=('intel-dri=7.2.99')
    source=()
    md5sums=()
    license=('custom')
    _gitroot="git://anongit.freedesktop.org/git/mesa/mesa"
    _gitname="mesa"
    build() {
    cd ${startdir}/src/
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/
    cp -r ${startdir}/src/$_gitname ${startdir}/src/$_gitname-build || return 1
    cd $startdir/src/$_gitname-build/
    CONFIG="linux-dri-x86"
    if [ "${CARCH}" = "x86_64" ]; then
    CONFIG="linux-dri-x86-64"
    sed -i -e "s/lib64/lib/g" ${startdir}/src/$_gitname-build/configs/${CONFIG}
    fi
    echo "EXTRA_LIB_PATH =" >> configs/${CONFIG}
    echo "OPT_FLAGS = ${CFLAGS} -fno-strict-aliasing" >> configs/${CONFIG}
    echo "SRC_DIRS = glx/x11 mesa" >> configs/${CONFIG}
    rm -f include/GL/glut*h
    echo "USING_EGL = 0" >> configs/${CONFIG}
    echo "PROGRAM_DIRS =" >> configs/${CONFIG}
    echo "MKDEP = makedepend" >> configs/${CONFIG}
    echo "DRI_DIRS = i810 i915 i915tex i965" >> configs/${CONFIG}
    echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "DRI_DRIVER_INSTALL_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> configs/${CONFIG}
    make realclean
    make ${CONFIG} || return 1
    mkdir -p ${startdir}/pkg/usr
    cd drivers/dri
    make DESTDIR=${startdir}/pkg install || return 1
    rm -rf ${startdir}/pkg/usr/local
    inputproto
    pkgname=inputproto
    pkgver=1.5.0
    pkgrel=1
    pkgdesc="X11 Input extension wire protocol"
    arch=(i686 x86_64)
    license=('custom')
    url="http://xorg.freedesktop.org/"
    source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    pixman
    pkgname=pixman
    pkgver=0.13.2
    pkgrel=1
    pkgdesc="Pixman library"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org"
    license=()
    depends=('glibc')
    options=('!libtool')
    source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr --disable-static || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    randrproto
    pkgname=randrproto
    pkgver=1.2.99.3
    pkgrel=1
    pkgdesc="X11 RandR extension wire protocol"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org/"
    source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR=${pkgdir} install || return 1
    install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    xorg-server
    pkgname=xorg-server
    pkgver=1.5.99.901
    pkgrel=1
    pkgdesc="X.Org X servers"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('libx11>=1.1.99.2' 'libxkbui>=1.0.2' 'libgl' 'libxfont>=1.3.3' 'openssl>=0.9.8h' 'libxxf86misc>=1.0.1' 'libpciaccess>=0.10.5' 'libxv>=1.0.4' 'libxaw>=1.0.4' 'pixman>=0.11.10' 'hal>=0.5.11' 'xcursor-themes' 'xkeyboard-config>=1.3' 'xorg-server-utils' 'xorg-utils' 'xorg-fonts-misc' 'xbitmaps' 'libdrm>=2.3.1' 'diffutils' 'xf86-input-evdev')
    makedepends=('glproto>=1.4.9' 'xf86driproto>=2.0.4' 'mesa>=7.2.99' 'randrproto>=1.2.99.3' 'renderproto>=0.9.3' 'scrnsaverproto>=1.1.0' 'fontsproto>=2.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'trapproto>=3.4.3' 'resourceproto>=1.0.2' 'xineramaproto>=1.1.2' 'evieext>=1.0.2' 'libxkbfile>=1.0.5' 'libxmu>=1.0.4' 'libxpm>=3.5.7' 'libxxf86dga>=1.0.2' 'inputproto>=1.4.4' 'xcmiscproto>=1.1.2' 'bigreqsproto' 'libdrm=2.4.3' 'xtrans' 'pixman>=0.13.2' 'inputproto>=1.5.0')
    options=('!libtool')
    provides=('x-server')
    groups=('xorg')
    install=xorg-server.install
    source=(${url}/releases/individual/xserver/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    # Fix dbus config path
    sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    ./configure --prefix=/usr \
    --enable-ipv6 \
    --enable-dri \
    --disable-dmx \
    --enable-xvfb \
    --enable-xnest \
    --enable-composite \
    --enable-xcsecurity \
    --enable-xorg \
    --enable-xtrap \
    --enable-xevie \
    --enable-xephyr \
    --enable-glx-tls \
    --enable-xorgcfg \
    --enable-kdrive \
    --enable-install-setuid \
    --enable-config-hal \
    --enable-config-dbus \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-kdrive-vesa \
    --disable-dri2 \
    --disable-xprint \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    --with-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf "${pkgdir}/var/log" || return 1
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    # No longer needed, but as nvidia-utils mangles these files,
    # keep them like this so they can be restored
    mv "${pkgdir}/usr/lib/xorg/modules/libwfb.so" \
    "${pkgdir}/usr/lib/xorg/modules/libwfb.so.1.4" || return 1
    # Needed for non-mesa drivers, libgl will restore it
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libdri.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libdri.xorg" || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    xorg-server.install
    post_install() {
    rm -f usr/lib/xorg/modules/libwfb.so
    ln -sf libwfb.so.1.4 usr/lib/xorg/modules/libwfb.so
    cmp usr/lib/xorg/modules/extensions/libdri.so usr/lib/xorg/modules/extensions/libglx.xorg >/dev/null 2>&1 && rm -f usr/lib/xorg/modules/extensions/libdri.so
    # If the symlink is dead or non-existent, remove it and make a new one
    if [ ! -e usr/lib/xorg/modules/extensions/libdri.so ]; then
    rm -f usr/lib/xorg/modules/extensions/libdri.so
    ln -sf libdri.xorg usr/lib/xorg/modules/extensions/libdri.so
    fi
    post_upgrade() {
    if [ "`vercmp $2 1.4.99.906`" -lt 0 ]; then
    cat << _EOF
    Input device handling has changed in xorg-server 1.5.
    Please read http://wiki.archlinux.org/index.php/Xorg_input_hotplugging.
    _EOF
    fi
    post_install
    post_remove() {
    rm -f /usr/lib/xorg/modules/libwfb.so
    # If the symlink is dead, remove it
    if [ ! -e usr/lib/xorg/modules/extensions/libdri.so ]; then
    rm -f usr/lib/xorg/modules/extensions/libdri.so
    fi
    xf86-video-intel
    pkgname=xf86-video-intel
    pkgver=2.5.99.2
    pkgrel=1
    pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('intel-dri>=7.2.99' 'libpciaccess>=0.10.5' 'libdrm>=2.4.3')
    makedepends=('pkgconfig' 'xorg-server>=1.5.99.3' 'xf86driproto>=2.0.4' 'glproto>=1.4.9' 'mesa>=7.2.99' 'libdrm=2.4.3')
    conflicts=('xorg-server<1.5.99.3' 'xf86-video-i810')
    replaces=('xf86-video-i810')
    options=('!libtool' 'force')
    groups=('xorg-video-drivers')
    source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr \
    --enable-dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    xf86-input-evdev
    pkgname=xf86-input-evdev
    pkgver=2.1.0
    pkgrel=1
    pkgdesc="X.org evdev input driver"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    license=('custom')
    depends=('glibc')
    makedepends=('pkgconfig' 'xorg-server>=1.5.99.3' 'inputproto>=1.5.0' 'randrproto>=1.2.99.3')
    options=('!libtool')
    groups=('xorg-input-drivers')
    source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
    md5sums=('a6070ead29b2d81b5b386a96df2661b8')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    Last edited by mutlu_inek (2009-01-15 02:45:22)

  • Tearing on VGA output, LVDS OK on 950GMA with xf86-video-intel-2.6.10

    I'm crossposting this message i sent on intel-graphics ml and xorg bugzilla, because maybe some of you can point me to a solution.
    i own an asus eeepc1005ha, it uses intel gma 950.
    Playing a video on the internal LVDS panel is very pleasing and tear
    free, but as soon as i connect the vga output, i can notice tearing or
    flickering on the picture.
    I tried all possible configurations:
    -Booting with the lid open (tty on LVDS) and then switching to xorg
    with a VGA only output. (VGA tears)
    -Booting with the lid closed (tty on VGA) and using xorg on VGA. (VGA tears)
    -VGA+LVDS in clone mode (VGA and LVDS tears)
    -VGA+LVDS in multihead mode (expanded desktop) (VGA and LVDS tears)
    Using xv adaptor via mplayer results in a different tear effect, seems
    more like a flickering, while the GL output definitely tears.
    I couldn't try overlay adaptor because i don't have a 2.6.33 kernel yet
    (believe it or not, i've seen overlay tearing too with an old intel
    driver in the past, i think 2.7.1, in a cloned mode if lvds was at
    60hz, while vga was at 70hz)
    I'm using xf86-video-intel 2.10.0 and kernel 2.6.32.9
    I used the framerate test videos available here:
    http://spng.se/frame-rate-test/
    Thanks for reading.
    Last edited by kokoko3k (2010-03-07 08:23:48)

    You're right, here's the references:
    http://lists.freedesktop.org/archives/i … 06092.html
    http://bugs.freedesktop.org/show_bug.cgi?id=26925
    About your command, i'll try, but what it does is just picking the first port from first adaptor, right?
    By now (xf86-video-intel 2.10.0 and kernel 2.6.32.9), we just have a single adaptor, the textured one;
    why the first port should make a difference?
    Maybe with your setup the overlay adaptor was picked, and in 99% of the cases that would certanly help.
    As a side note, newer mplayer versions comes with an useful option: -vo xv:adaptor=#
    What i think is that vblank interrupts generation is (and was) messed up in the drivers code.
    see:
    (believe it or not, i've seen overlay tearing too with an old intel
    driver in the past, i think 2.7.1, in a cloned mode if lvds was at
    60hz, while vga was at 70hz)

  • No TrueColour with xf86-video-intel

    Since i upgraded from video-i810 to video-intel, X obviously runs in 16 Bit ColourDepth. When using video-i810, without changing anything in xorg.conf except specifying the driver, TrueColour is back (but I get hard freezes using video-i810). The Graphic Card is an i830.
    Strangely (from how I read the log files) X is indeed convinced to run in TrueColour.  I attached some relevant files below.
    I really hit a wall with this and would be very happy if someone could come up with an idea about what could be going wrong here!
    xorg.Conf, slightly stripped down:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "SendCoreEvents"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    EndSection
    Section "Module"
    Load "extmod"
    Load "xtrap"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "freetype"
    # Load "type1"
    Load "synaptics"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    Option "AccelMethod" "exa"
    Option "MigrationHeuristic" "greedy"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection
    xwininfo output (this is exactly the same with video-i810, but it definitely looks different)
    xwininfo: Window id: 0xa0003f "Arch Linux Forums / Search results - Minefield 3 Beta 5"
    Absolute upper-left X: 0
    Absolute upper-left Y: 20
    Relative upper-left X: 0
    Relative upper-left Y: 19
    Width: 1024
    Height: 728
    Depth: 24
    Visual Class: TrueColor
    Border width: 0
    Class: InputOutput
    Colormap: 0x20 (installed)
    Bit Gravity State: NorthWestGravity
    Window Gravity State: NorthWestGravity
    Backing Store State: NotUseful
    Save Under State: no
    Map State: IsViewable
    Override Redirect State: no
    Corners: +0+20 -0+20 -0-20 +0-20
    -geometry 1024x728+-1+0
    xdpyinfo output:
    name of display: :0.0
    version number: 11.0
    vendor string: The X.Org Foundation
    vendor release number: 10400090
    X.Org version: 1.4.0.90
    maximum request size: 16777212 bytes
    motion buffer size: 256
    bitmap unit, bit order, padding: 32, LSBFirst, 32
    image byte order: LSBFirst
    number of supported pixmap formats: 7
    supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
    keycode range: minimum 8, maximum 255
    focus: window 0x180000e, revert to PointerRoot
    number of extensions: 34
    BIG-REQUESTS
    Composite
    DAMAGE
    DEC-XTRAP
    DOUBLE-BUFFER
    DPMS
    Extended-Visual-Information
    GLX
    MIT-SCREEN-SAVER
    MIT-SHM
    MIT-SUNDRY-NONSTANDARD
    RANDR
    RECORD
    RENDER
    SECURITY
    SGI-GLX
    SHAPE
    SYNC
    TOG-CUP
    X-Resource
    XAccessControlExtension
    XC-APPGROUP
    XC-MISC
    XFIXES
    XFree86-Bigfont
    XFree86-DGA
    XFree86-DRI
    XFree86-Misc
    XFree86-VidModeExtension
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
    default screen number: 0
    number of screens: 1
    screen #0:
    print screen: no
    dimensions: 1024x768 pixels (270x203 millimeters)
    resolution: 96x96 dots per inch
    depths (7): 24, 1, 4, 8, 15, 16, 32
    root window id: 0x56
    depth of root window: 24 planes
    number of colormaps: minimum 1, maximum 1
    default colormap: 0x20
    default number of colormap cells: 256
    preallocated pixels: black 0, white 16777215
    options: backing-store NO, save-unders NO
    largest cursor: 64x64
    current input event mask: 0xda001f
    KeyPressMask KeyReleaseMask ButtonPressMask
    ButtonReleaseMask EnterWindowMask StructureNotifyMask
    SubstructureNotifyMask SubstructureRedirectMask PropertyChangeMask
    ColormapChangeMask
    number of visuals: 17
    default visual id: 0x23
    visual:
    visual id: 0x23
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x24
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x25
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x26
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x27
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x28
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x29
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x2a
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x2b
    class: DirectColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x2c
    class: DirectColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x2d
    class: DirectColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x2e
    class: DirectColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x2f
    class: DirectColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x30
    class: DirectColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x31
    class: DirectColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x32
    class: DirectColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x54
    class: TrueColor
    depth: 32 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    there are no errors in xorg.log.
    edit: by "obviously 16 bit" i mean that in all applications, bars are clearly visible instead of color gradients.
    Last edited by hokasch (2008-05-05 00:12:06)

    hey,
    thanks for your advise. i tried this already without removing my xorg.conf.
    the only thing i didnt try out of this wiki is to downgrade my kernel to 2.6.31.6-1
    if i set i915.modeset = 1 to enable kms i got a blank screen. no idea what to do with it. doesnt matter if a add in mkinitcpio.conf i915 and intelagp.  i cant post any log of this boot, during the blank screen because i have to reboot blind.
    i have an more or less easy question, how do i find out, wich driver is in use for my graphic card.
    i tried lspc -v:
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
        Subsystem: Acer Incorporated [ALI] Device 048a
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information: Len=0a <?>
        Kernel driver in use: agpgart-intel
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) (prog-if 00 [VGA controller])
        Subsystem: Acer Incorporated [ALI] Device 048a
        Flags: bus master, fast devsel, latency 0, IRQ 43
        Memory at d0000000 (64-bit, non-prefetchable) [size=4M]
        Memory at c0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 4110 [size=8]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 3
    00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
        Subsystem: Acer Incorporated [ALI] Device 048a
        Flags: bus master, fast devsel, latency 0
        Memory at d3400000 (64-bit, non-prefetchable) [size=1M]
        Capabilities: [d0] Power Management version 3
    i would expect somesthing like vesa, or intel but there is nothing similiar. i'm sorry, if this question is to obvious for others. and the another point is, my resolution is 1024x768 but it should be 1366x768. so if anyone is able to help me, i would be grateful.
    greetings

  • Extremely Low Performance - nvidia gtx 860m - MSI GE60 2PE-489XPL

    Hi,
    I've got problem with my graphic card. I have tried to upgrade my video drivers(to most recent one) with nvidia experience, and it showed me a critical error (I dont know if bad performance is becouse this error, or error was an effect of something else). Then all games became laggy, I cannot get more than 10 fps in games like dragon age or farcry 3 (before it worked just fine), when I'm doing 3dmark test it shows me:
    3DMark 11 - 850 pts (700 from graphic performance, 4000 from physics);
    3DMark Vantage - 17000 pts (so quite good, as it should be)
    I have tried doing 3DMark 11 tests on different battery mode, with or without a/c connected, and after changing the drivers, always the same. I have reinstalled all the drivers and everything what is connected with graphic card (I coudnt reinstall directX 11), I have changed global settings of nvidia drivers for high performance (I set 860m as my main graphic card). Ive made clean install of drivers. What should I do next? What can I do next? I've bought witcher 3 and I can only look at it
    My laptop: i5-4210H (2.9 GHz, 3.5 GHz Turbo, 3 MB Cache), 8gb DDR3 (1600 MHz), NVIDIA GeForce GTX 860M 2gb, Intel HD 4600, Windows 7

    Have you tried the official graphic drivers (both Intel & NVIDIA) from MSI?
    http://www.msi.com/support/nb/GE60-2PE-Apache-Pro.html#down-driver
    Select your OS and proceed to download them.
    Usually Intel & NVIDIA drivers are generic and they won't support some OEM machines which were equipped with some specialized graphic cards quite well. Sometimes workarounds and fixes are missed or not patched in generic drivers after some periods so they may cause some problems.

  • MOVED: Extremely Low Performance - nvidia gtx 860m - MSI GE60 2PE-489XPL

    This topic has been moved to GAMING Notebooks.
    https://forum-en.msi.com/index.php?topic=255963.0

    Have you tried the official graphic drivers (both Intel & NVIDIA) from MSI?
    http://www.msi.com/support/nb/GE60-2PE-Apache-Pro.html#down-driver
    Select your OS and proceed to download them.
    Usually Intel & NVIDIA drivers are generic and they won't support some OEM machines which were equipped with some specialized graphic cards quite well. Sometimes workarounds and fixes are missed or not patched in generic drivers after some periods so they may cause some problems.

  • Fx57 with neo-f 1.0 low Performance

    I have not posted in awhile here Because the Lack of problems. and the Board has been great to use  But !!!
     I was running a AMD 4000+ and received a New Fx57 , I Installed and Ran 3dmark05 and I was not impressed I only pulled a 300 points over the 4000+.         My question is there a Problem?  I would figure that it should Be a little higher than that but I'm Not pro at this.
                          AMD fx57
                           msi K8n Neo-f 1.0
                           evga 7900 gtx 93.71 driver version
                           2-1gig sticks of corsair xms  3-4-4-8  pc3200
                          Antec true power 480
                            server case  4 80mm fans in case 1 80mm in door
                         Windows sp1
            I also notice at idle running at 39c and I did intall amd driver.

    Quote from: solarhog on 30-November-06, 02:25:02
    I have not posted in awhile here Because the Lack of problems. and the Board has been great to use  But !!!
     I was running a AMD 4000+ and received a New Fx57 , I Installed and Ran 3dmark05 and I was not impressed I only pulled a 300 points over the 4000+.         My question is there a Problem?  I would figure that it should Be a little higher than that but I'm Not pro at this.
                          AMD fx57
                           msi K8n Neo-f 1.0
                           evga 7900 gtx 93.71 driver version
                           2-1gig sticks of corsair xms  3-4-4-8  pc3200
                          Antec true power 480
                            server case  4 80mm fans in case 1 80mm in door
                         Windows sp1
            I also notice at idle running at 39c and I did intall amd driver.
    what scores you get at all?
    use 06 to bench where is most sensitivity for CPU performance and more accurate for your VGA class.
    have a look here for today (2006-11-30) 3D Marks Updates (05,06)--> https://forum-en.msi.com/index.php?topic=103180.msg756476#msg756476

  • Lenovo T400 (4500MHD): Xorg 7.4, xf86-video-intel-2.4.3 upgrade

    hi!
    I would like to ask you if anyone with an lenovo t400 has done a successful upgrade to xorg 7.4 with xf86-video-intel-2.4.3 and intel-dri-7.2-1. I'm still using xf86-video-intel-2.3.2-1 and intel-dri-7.0.3-1, though I'm not completely satisfied with it (sometimes X does not start, suspend doesn't work anymore).
    I've read a lot about upgrading troubles and I would really appreciate sharing your experience.
    thanks in advance,
    woifi

    woifi,
    I have the same machine and the upgrade to Xorg and xf86-video-intel make my machine not able to come back from a suspend/hibernate. The screen comes back, but everything is frozen. I have been able, however, to use the "vesa" driver in Xorg and get suspend/hibernate to work then. I can't use Compiz then, but I would rather have suspend than Compiz at this point. I'm hoping that the novelty of this machine and the Intel GMA 4500HD are causing the wrinkles in the drivers.

  • Xf86-video-intel vs hibernate

    I have recently updated by laptop with xorg7.3 (ie, xorg-server 1.4 +
    xf86-video-intel (instead of xf86-video-i810) + xrand 1.2).  After a
    long struggling period I have managed to make all these new things
    working reasonably well on my Dell X1 laptop. However I still have
    one open issue: hibernate scripts no longer work. The laptop hibernate
    correctly. It also to wake up but X crashes when it restarts with the
    following error message:
    -----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----
    Ring at virtual 0xa79b1000 head 0x0 tail 0x10 count 4
        0001ff80: 00000000
        0001ff84: 00000000
        0001ff88: 00000000
        0001ff8c: 00000000
        0001ff90: 00000000
        0001ff94: 00000000
        0001ff98: 00000000
        0001ff9c: 00000000
        0001ffa0: 00000000
        0001ffa4: 00000000
        0001ffa8: 00000000
        0001ffac: 00000000
        0001ffb0: 00000000
        0001ffb4: 00000000
        0001ffb8: 00000000
        0001ffbc: 00000000
        0001ffc0: 00000000
        0001ffc4: 00000000
        0001ffc8: 00000000
        0001ffcc: 00000000
        0001ffd0: 00000000
        0001ffd4: 00000000
        0001ffd8: 00000000
        0001ffdc: 00000000
        0001ffe0: 00000000
        0001ffe4: 00000000
        0001ffe8: 00000000
        0001ffec: 00000000
        0001fff0: 00000000
        0001fff4: 00000000
        0001fff8: 00000000
        0001fffc: 00000000
        00000000: 02000011
    Ring end
    space: 131048 wanted 131064
    FatalError re-entered, aborting
    lockup
    -----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----
    Is there any body here that could give some hints? Thanks in advance.
    Manuel
    Here is a description of my config:
    Laptop: DELL X1
    Kernel: 2.6.23.1
    Video driver: Intel i915
    xorg-server: 1.4
    xf86-video-intel: 2.1.1-2
    Xorg.conf:
    -----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----
    #*    Default Layout                                                   */
    Section "ServerLayout"
        Identifier     "Default"
        Screen         0 "Default" 0 0
            Option            "AIGLX" "true"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "USB Mouse" "SendCoreEvents"
        InputDevice    "Synaptics" "SendCoreEvents"
    #*    !!! WARNING                                                      */
    #* xorg <=7.2 used AlwaysCore.                                         */
    #* It has been replaced in xorg-7.3 with SendCoreEvents                */
    #*     InputDevice    "USB Mouse" "AlwaysCore"                        */
    #*     InputDevice    "Synaptics" "AlwaysCore"                        */
    EndSection
    #*    Server flags                                                     */
    Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"
    EndSection
    #*    Files                                                            */
    Section "Files"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/MathML"
    #    FontPath     "/usr/share/fonts/ttf-bitstream-vera"
    EndSection
    #*    DRI                                                              */
    Section "DRI"
        Mode 0666
    EndSection
    #*    Modules                                                          */
    Section "Module"
            Load        "ddc"
        Load        "dbe"
        Load        "dri"
        Load        "extmod"
        Load        "glx"
        Load        "bitmap"
        Load        "type1"
        Load        "freetype"
        Load        "record"
        Load        "vbe"
            Load        "synaptics"
            Load        "int10"
    EndSection
    #*    Xorg extensions                                                  */
    Section "Extensions"
            Option      "Composite" "Enable"
            Option         "GLX" "Enable"
            Option      "RENDER" "Enable"
    EndSection
    #*    Keyboard                                                         */
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "inspiron"
        Option      "XkbLayout" "us,fr"
        Option      "XKbOptions" "grp:alt_shift_toggle"
    EndSection
    #*    Mice                                                             */
    Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
            Option      "CorePointer"
        Option      "Device"        "/dev/input/mice"
        Option      "SHMConfig"        "on"
            Option      "Protocol"          "auto-dev"
        Option      "LeftEdge"        "1700"
        Option      "RightEdge"        "5150"
        Option      "TopEdge"        "1700"
        Option      "BottomEdge"    "4200"
        Option      "FingerLow"        "25"
        Option      "FingerHigh"    "30"
        Option      "MaxTapTime"    "180"
        Option      "MaxTapMove"    "220"
        Option      "VertScrollDelta"    "100"
        Option      "MinSpeed"        "0.06"
        Option      "MaxSpeed"        "0.25"
        Option      "AccelFactor"    "0.0020"
        Option      "TapButton1"    "1"
        Option      "TapButton2"    "2"
        Option      "TapButton3"        "3"
        Option        "LTCornorButton"    "0"
        #Option        "LBCornorButton"    "0"
        #Option        "RTCornorButton"    "0"
        #Option        "RBCornorButton"    "0"
    EndSection
    Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/misc/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
    EndSection
    Section "InputDevice"
        Identifier  "USB Mouse"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "SendCoreEvents" "true"
        Option      "Protocol" "IMPS/2"
        Option      "ZAxisMapping" "4 5"
            Option      "Buttons" "5"
    EndSection
    #*    Screen                                                           */
    Section "Screen"
        Identifier "Default"
        Device     "intel"
            Option     "XAANoOffscreenPixmaps"
        Monitor    "generic"
        DefaultColorDepth 24
        SubSection "Display"
            Depth 16
            Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth 24
            Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    #*    Graphic card                                                     */
    #*    !!! WARNING                                                      */
    #* xorg <=7.2 used i810 video driver.                                  */
    #* It has been replaced in xorg-7.3 with xf86-video-intel              */
    Section "Device"
        Identifier  "intel"
        Driver        "intel"
        BusID        "PCI:0:2:0"
            Screen      0
            VideoRam    131072
            Option      "DPMS" "true"
            Option      "DDC" "true"
            Option      "XVideo" "true"
            Option         "XAANoOffscreenPixmaps" "true"
          Option      "DRI" "true"
    EndSection
    #*    Monitor                                                          */
    Section "Monitor"
        Identifier    "generic"
        HorizSync        27 - 96
        VertRefresh      40 - 160
        Option         "DPMS"
            Option          "Enable" "true"
    EndSection
    #*    Modes                                                            */
    Section "Modes"
        Identifier "Modes[0]"
            Modeline "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +Vsync
    EndSection
    Section "Modes"
            Identifier "Modes[1]"
            ModeLine "1600x1024" 127.34 1600 1672 2032 2176 1024 1026 1038 1064
            ModeLine "1600x1024" 125.02 1600 1672 2032 2176 1024 1026 1038 1064
            ModeLine "1280x1024" 99.28 1280 1336 1616 1728 1024 1026 1038 1064
    EndSection
    -----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----
    .xinitrc file:
    -----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----
    #*=====================================================================*/
    #*    serrano/house/X/xrandr.sgi-1600x1024                             */
    #*    Author      :  Manuel Serrano                                    */
    #*    Creation    :  Wed Nov  7 11:35:38 2007                          */
    #*    Last change :  Sun Nov 11 08:44:36 2007 (serrano)                */
    #*    Copyright   :  2007 Manuel Serrano                               */
    #*    Using xrandr 1.2 to select the VGA output                        */
    #*=====================================================================*/
    mode=`xrandr | \
          grep "VGA connected" | \
          awk '{print $3}' | \
          sed -e "s/+[0-9]+[0-9]//"`
    if [ "$X_VGA_LAYOUT " != " " ]; then
      mode=$X_VGA_LAYOUT;
    fi
    if [ "$?" = "0" -a "$mode " != " " ]; then
      xrandr --output LVDS --off
      xrandr --newmode 1600x1024 108.00 1600 1616 1656 1704 1024 1027 1030 1056 -hsync -vsync
      xrandr --addmode VGA 1600x1024
      xrandr --output VGA --mode 1600x1024
    else
      xrandr --output LVDS --on
    fi
    -----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----
    The X log that shows the problem:
    -----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----
    _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
    _XSERVTransOpen: transport open failed for inet6/smith:0
    _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
    X.Org X Server 1.4.0
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-rc1-ARCH i686
    Current Operating System: Linux smith 2.6.23.1 #1 Sun Oct 21 23:05:01 CEST 2007 i686
    Build Date: 07 November 2007  11:19:12AM
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 11 08:14:07 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default"
    (**) |-->Screen "Default" (0)
    (**) |   |-->Monitor "generic"
    (**) |   |-->Device "intel"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "USB Mouse"
    (**) |-->Input Device "Synaptics"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "AIGLX" "true"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/75dpi,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1,
        /usr/share/fonts/MathML,
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (**) Extension "GLX" is enabled
    (**) Extension "RENDER" is enabled
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d4540
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 2.0
        X.Org XInput driver : 2.0
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2590 card 1028,01a3 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:02:0: chip 8086,2592 card 1028,01a3 rev 03 class 03,00,00 hdr 80
    (II) PCI: 00:02:1: chip 8086,2792 card 1028,01a3 rev 03 class 03,80,00 hdr 80
    (II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
    (II) PCI: 00:1d:0: chip 8086,2658 card 1028,01a3 rev 03 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,2659 card 1028,01a3 rev 03 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,265a card 1028,01a3 rev 03 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:3: chip 8086,265b card 1028,01a3 rev 03 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,265c card 1028,01a3 rev 03 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
    (II) PCI: 00:1e:2: chip 8086,266e card 1028,01a3 rev 03 class 04,01,00 hdr 00
    (II) PCI: 00:1e:3: chip 8086,266d card 14f1,5423 rev 03 class 07,03,00 hdr 00
    (II) PCI: 00:1f:0: chip 8086,2641 card 1028,01a3 rev 03 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,266f card 1028,01a3 rev 03 class 01,01,8a hdr 00
    (II) PCI: 00:1f:3: chip 8086,266a card 1028,01a3 rev 03 class 0c,05,00 hdr 00
    (II) PCI: 01:00:0: chip 14e4,1677 card 1028,01a3 rev 01 class 02,00,00 hdr 00
    (II) PCI: 02:01:0: chip 1180,0476 card 2000,0000 rev b3 class 06,07,00 hdr 82
    (II) PCI: 02:01:1: chip 1180,0552 card 1028,01a3 rev 08 class 0c,00,10 hdr 80
    (II) PCI: 02:01:2: chip 1180,0822 card 1028,01a3 rev 17 class 08,05,01 hdr 80
    (II) PCI: 02:03:0: chip 8086,4220 card 8086,2721 rev 05 class 02,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
        [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:28:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xdfd00000 - 0xdfdfffff (0x100000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,3), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
        [0] -1    0    0x00002000 - 0x00002fff (0x1000) IX[b]
    (II) Bus 2 non-prefetchable memory range:
        [0] -1    0    0xdfc00000 - 0xdfcfffff (0x100000) MX[b]
    (II) Bus 2 prefetchable memory range:
        [0] -1    0    0x60000000 - 0x63ffffff (0x4000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x0740 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
        [0] -1    0    0x00002000 - 0x000020ff (0x100) IX[b]
        [1] -1    0    0x00002400 - 0x000024ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
        [0] -1    0    0x60000000 - 0x63ffffff (0x4000000) MX[b]
    (--) PCI:*(0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xdff00000/19, 0xc0000000/28, 0xdfec0000/18, I/O @ 0xec38/3
    (--) PCI: (0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xdff80000/19
    (II) Addressable bus resource ranges are
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
        [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
        [0] -1    0    0xdfcff000 - 0xdfcfffff (0x1000) MX[b]
        [1] -1    0    0xdfcfe700 - 0xdfcfe7ff (0x100) MX[b]
        [2] -1    0    0xdfcfe800 - 0xdfcfefff (0x800) MX[b]
        [3] -1    0    0xdfdf0000 - 0xdfdfffff (0x10000) MX[b]
        [4] -1    0    0xdfebfd00 - 0xdfebfdff (0x100) MX[b]
        [5] -1    0    0xdfebfe00 - 0xdfebffff (0x200) MX[b]
        [6] -1    0    0xffa80800 - 0xffa80bff (0x400) MX[b]
        [7] -1    0    0xdff80000 - 0xdfffffff (0x80000) MX[b](B)
        [8] -1    0    0xdfec0000 - 0xdfefffff (0x40000) MX[b](B)
        [9] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [10] -1    0    0xdff00000 - 0xdff7ffff (0x80000) MX[b](B)
        [11] -1    0    0x000010c0 - 0x000010df (0x20) IX[b]
        [12] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
        [13] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
        [14] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
        [15] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
        [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [17] -1    0    0x0000ec80 - 0x0000ecff (0x80) IX[b]
        [18] -1    0    0x0000ee00 - 0x0000eeff (0x100) IX[b]
        [19] -1    0    0x0000ec40 - 0x0000ec7f (0x40) IX[b]
        [20] -1    0    0x0000ed00 - 0x0000edff (0x100) IX[b]
        [21] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[b]
        [22] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[b]
        [23] -1    0    0x0000bf60 - 0x0000bf7f (0x20) IX[b]
        [24] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[b]
        [25] -1    0    0x0000ec38 - 0x0000ec3f (0x8) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xdfcff000 - 0xdfcfffff (0x1000) MX[b]
        [1] -1    0    0xdfcfe700 - 0xdfcfe7ff (0x100) MX[b]
        [2] -1    0    0xdfcfe800 - 0xdfcfefff (0x800) MX[b]
        [3] -1    0    0xdfdf0000 - 0xdfdfffff (0x10000) MX[b]
        [4] -1    0    0xdfebfd00 - 0xdfebfdff (0x100) MX[b]
        [5] -1    0    0xdfebfe00 - 0xdfebffff (0x200) MX[b]
        [6] -1    0    0xffa80800 - 0xffa80bff (0x400) MX[b]
        [7] -1    0    0xdff80000 - 0xdfffffff (0x80000) MX[b](B)
        [8] -1    0    0xdfec0000 - 0xdfefffff (0x40000) MX[b](B)
        [9] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [10] -1    0    0xdff00000 - 0xdff7ffff (0x80000) MX[b](B)
        [11] -1    0    0x000010c0 - 0x000010df (0x20) IX[b]
        [12] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
        [13] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
        [14] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
        [15] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
        [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [17] -1    0    0x0000ec80 - 0x0000ecff (0x80) IX[b]
        [18] -1    0    0x0000ee00 - 0x0000eeff (0x100) IX[b]
        [19] -1    0    0x0000ec40 - 0x0000ec7f (0x40) IX[b]
        [20] -1    0    0x0000ed00 - 0x0000edff (0x100) IX[b]
        [21] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[b]
        [22] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[b]
        [23] -1    0    0x0000bf60 - 0x0000bf7f (0x20) IX[b]
        [24] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[b]
        [25] -1    0    0x0000ec38 - 0x0000ec3f (0x8) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xdfcff000 - 0xdfcfffff (0x1000) MX[b]
        [5] -1    0    0xdfcfe700 - 0xdfcfe7ff (0x100) MX[b]
        [6] -1    0    0xdfcfe800 - 0xdfcfefff (0x800) MX[b]
        [7] -1    0    0xdfdf0000 - 0xdfdfffff (0x10000) MX[b]
        [8] -1    0    0xdfebfd00 - 0xdfebfdff (0x100) MX[b]
        [9] -1    0    0xdfebfe00 - 0xdfebffff (0x200) MX[b]
        [10] -1    0    0xffa80800 - 0xffa80bff (0x400) MX[b]
        [11] -1    0    0xdff80000 - 0xdfffffff (0x80000) MX[b](B)
        [12] -1    0    0xdfec0000 - 0xdfefffff (0x40000) MX[b](B)
        [13] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [14] -1    0    0xdff00000 - 0xdff7ffff (0x80000) MX[b](B)
        [15] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [16] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [17] -1    0    0x000010c0 - 0x000010df (0x20) IX[b]
        [18] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
        [19] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
        [20] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
        [21] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
        [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [23] -1    0    0x0000ec80 - 0x0000ecff (0x80) IX[b]
        [24] -1    0    0x0000ee00 - 0x0000eeff (0x100) IX[b]
        [25] -1    0    0x0000ec40 - 0x0000ec7f (0x40) IX[b]
        [26] -1    0    0x0000ed00 - 0x0000edff (0x100) IX[b]
        [27] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[b]
        [28] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[b]
        [29] -1    0    0x0000bf60 - 0x0000bf7f (0x20) IX[b]
        [30] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[b]
        [31] -1    0    0x0000ec38 - 0x0000ec3f (0x8) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "type1" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
    (**) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.4.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
        compiled for 4.3.99.902, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 2.1.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.2.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, 965G, 965Q, 946GZ,
        965GM, 965GME/GLE, G33, Q35, Q33
    (II) Primary Device is: PCI 00:02:0
    (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
    (--) Chipset 915GM found
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xdfcff000 - 0xdfcfffff (0x1000) MX[b]
        [5] -1    0    0xdfcfe700 - 0xdfcfe7ff (0x100) MX[b]
        [6] -1    0    0xdfcfe800 - 0xdfcfefff (0x800) MX[b]
        [7] -1    0    0xdfdf0000 - 0xdfdfffff (0x10000) MX[b]
        [8] -1    0    0xdfebfd00 - 0xdfebfdff (0x100) MX[b]
        [9] -1    0    0xdfebfe00 - 0xdfebffff (0x200) MX[b]
        [10] -1    0    0xffa80800 - 0xffa80bff (0x400) MX[b]
        [11] -1    0    0xdff80000 - 0xdfffffff (0x80000) MX[b](B)
        [12] -1    0    0xdfec0000 - 0xdfefffff (0x40000) MX[b](B)
        [13] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [14] -1    0    0xdff00000 - 0xdff7ffff (0x80000) MX[b](B)
        [15] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [16] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [17] -1    0    0x000010c0 - 0x000010df (0x20) IX[b]
        [18] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
        [19] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
        [20] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
        [21] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
        [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [23] -1    0    0x0000ec80 - 0x0000ecff (0x80) IX[b]
        [24] -1    0    0x0000ee00 - 0x0000eeff (0x100) IX[b]
        [25] -1    0    0x0000ec40 - 0x0000ec7f (0x40) IX[b]
        [26] -1    0    0x0000ed00 - 0x0000edff (0x100) IX[b]
        [27] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[b]
        [28] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[b]
        [29] -1    0    0x0000bf60 - 0x0000bf7f (0x20) IX[b]
        [30] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[b]
        [31] -1    0    0x0000ec38 - 0x0000ec3f (0x8) IX[b](B)
    (II) resource ranges after probing:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xdfcff000 - 0xdfcfffff (0x1000) MX[b]
        [5] -1    0    0xdfcfe700 - 0xdfcfe7ff (0x100) MX[b]
        [6] -1    0    0xdfcfe800 - 0xdfcfefff (0x800) MX[b]
        [7] -1    0    0xdfdf0000 - 0xdfdfffff (0x10000) MX[b]
        [8] -1    0    0xdfebfd00 - 0xdfebfdff (0x100) MX[b]
        [9] -1    0    0xdfebfe00 - 0xdfebffff (0x200) MX[b]
        [10] -1    0    0xffa80800 - 0xffa80bff (0x400) MX[b]
        [11] -1    0    0xdff80000 - 0xdfffffff (0x80000) MX[b](B)
        [12] -1    0    0xdfec0000 - 0xdfefffff (0x40000) MX[b](B)
        [13] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [14] -1    0    0xdff00000 - 0xdff7ffff (0x80000) MX[b](B)
        [15] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
        [16] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
        [17] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
        [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [19] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [20] -1    0    0x000010c0 - 0x000010df (0x20) IX[b]
        [21] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
        [22] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
        [23] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
        [24] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
        [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [26] -1    0    0x0000ec80 - 0x0000ecff (0x80) IX[b]
        [27] -1    0    0x0000ee00 - 0x0000eeff (0x100) IX[b]
        [28] -1    0    0x0000ec40 - 0x0000ec7f (0x40) IX[b]
        [29] -1    0    0x0000ed00 - 0x0000edff (0x100) IX[b]
        [30] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[b]
        [31] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[b]
        [32] -1    0    0x0000bf60 - 0x0000bf7f (0x20) IX[b]
        [33] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[b]
        [34] -1    0    0x0000ec38 - 0x0000ec3f (0x8) IX[b](B)
        [35] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
        [36] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Reloading /usr/lib/xorg/modules//libvbe.so
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 2.0
    (**) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "DRI" "true"
    (**) intel(0): Option "XVideo" "true"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
    (--) intel(0): Chipset: "915GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xDFF00000
    (II) intel(0): 2 display pipes available.
    (==) intel(0): Using XAA for acceleration
    (--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
    (II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
        for the DRM memory manager.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"(II) Module "i2c" already built-in
    (II) intel(0): Output VGA using monitor section generic
    (**) intel(0): Option "Enable" "true"
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (**) intel(0): Option "ddc" "true"
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "LCD", prod id 22528
    (II) intel(0): DDCModeFromDetailedTiming: 1280x768 Warning: We only handle seperate sync.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (WW) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VbeVersion is 768, OemStringPtr is 0x00002100,
        OemVendorNamePtr is 0x0000213d, OemProductNamePtr is 0x0000214f,
        OemProductRevPtr is 0x0000217d
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (**) intel(0): Option "ddc" "true"
    (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "SGX", prod id 1601
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x1024"x0.0  108.00  1600 1616 1656 1704  1024 1027 1030 1056 -hsync -vsync (63.4 kHz)
    (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 -hsync -vsync (60.0 kHz)
    (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
    (II) intel(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
    (II) intel(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
    (II) intel(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
    (II) intel(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    (II) intel(0): EDID vendor "SGX", prod id 1601
    (**) intel(0): Option "ddc" "true"
    (II) intel(0): EDID vendor "LCD", prod id 22528
    (II) intel(0): DDCModeFromDetailedTiming: 1280x768 Warning: We only handle seperate sync.
    (II) intel(0): Output VGA enabled by config file
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Output VGA using initial mode 1600x1024
    (II) intel(0): Output LVDS using initial mode 1280x768
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) intel(0): Display dimensions: (370, 240) mm
    (**) intel(0): DPI set to (140, 216)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 2.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x400c0c00 to 0x000c0c00
    (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x80000d63 to 0x800010bb
    (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x0001e1e2 to 0x00028283
    (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x0000f0f1 to 0x00014141
    (II) Loading sub module "dri"
    (II) LoadModule: "dri"
    (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] 0    0    0xdfec0000 - 0xdfefffff (0x40000) MS[b]
        [1] 0    0    0xc0000000 - 0xcfffffff (0x10000000) MS[b]
        [2] 0    0    0xdff00000 - 0xdff7ffff (0x80000) MS[b]
        [3] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [4] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [5] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [6] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [7] -1    0    0xdfcff000 - 0xdfcfffff (0x1000) MX[b]
        [8] -1    0    0xdfcfe700 - 0xdfcfe7ff (0x100) MX[b]
        [9] -1    0    0xdfcfe800 - 0xdfcfefff (0x800) MX[b]
        [10] -1    0    0xdfdf0000 - 0xdfdfffff (0x10000) MX[b]
        [11] -1    0    0xdfebfd00 - 0xdfebfdff (0x100) MX[b]
        [12] -1    0    0xdfebfe00 - 0xdfebffff (0x200) MX[b]
        [13] -1    0    0xffa80800 - 0xffa80bff (0x400) MX[b]
        [14] -1    0    0xdff80000 - 0xdfffffff (0x80000) MX[b](B)
        [15] -1    0    0xdfec0000 - 0xdfefffff (0x40000) MX[b](B)
        [16] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [17] -1    0    0xdff00000 - 0xdff7ffff (0x80000) MX[b](B)
        [18] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
        [19] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
        [20] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
        [21] 0    0    0x0000ec38 - 0x0000ec3f (0x8) IS[b]
        [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [23] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [24] -1    0    0x000010c0 - 0x000010df (0x20) IX[b]
        [25] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
        [26] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
        [27] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
        [28] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
        [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [30] -1    0    0x0000ec80 - 0x0000ecff (0x80) IX[b]
        [31] -1    0    0x0000ee00 - 0x0000eeff (0x100) IX[b]
        [32] -1    0    0x0000ec40 - 0x0000ec7f (0x40) IX[b]
        [33] -1    0    0x0000ed00 - 0x0000edff (0x100) IX[b]
        [34] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[b]
        [35] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[b]
        [36] -1    0    0x0000bf60 - 0x0000bf7f (0x20) IX[b]
        [37] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[b]
        [38] -1    0    0x0000ec38 - 0x0000ec3f (0x8) IX[b](B)
        [39] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
        [40] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (WW) intel(0): VideoRam configuration found, which is no longer recommended.
    (II) intel(0): Continuing with default 262144kB VideoRam instead of 131072 kB.
    (II) intel(0): Kernel reported 301312 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1205244 kB available
    (**) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers and
               large DRI memory manager reservation:
    (II) intel(0): Allocating 7164 scanlines for pixmap cache
    (II) intel(0): Success.
    (II) intel(0): Memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x        4f820000 physical)
    (II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
    (II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x        4f832000 physical)
    (II) intel(0): 0x00040000-0x04837fff: front buffer (73696 kB)
    (II) intel(0): 0x007bf000:            end of stolen memory
    (II) intel(0): 0x04838000-0x04847fff: xaa scratch (64 kB)
    (II) intel(0): 0x05000000-0x05ffffff: back buffer (16384 kB)
    (II) intel(0): 0x06000000-0x06ffffff: depth buffer (16384 kB)
    (II) intel(0): 0x07000000-0x08ffffff: DRI memory manager (32768 kB)
    (II) intel(0): 0x09000000-0x0affffff: textures (32768 kB)
    (II) intel(0): 0x10000000:            end of aperture
    (II) intel(0): front buffer is not tiled
    (II) intel(0): back buffer is tiled
    (II) intel(0): depth buffer is tiled
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer handle = 0xc0040000
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (II) intel(0): Unable to use TTM-based memory manager with DRM version 1.6
    (II) intel(0): [drm] Registers = 0xdff00000
    (II) intel(0): [drm] ring buffer = 0xc0000000
    (II) intel(0): [drm] init sarea width,height = 2048 x 2048 (pitch 2048)
    (II) intel(0): [drm] Mapping front buffer
    (II) intel(0): [drm] Front Buffer = 0x28008000
    (II) intel(0): [drm] Back Buffer = 0xc5000000
    (II) intel(0): [drm] Depth Buffer = 0xc6000000
    (II) intel(0): [drm] textures = 0xc9000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (==) intel(0): Write-combining range (0xc0000000,0x10000000)
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (**) intel(0): Option "XaaNoOffscreenPixmaps"
    (II) intel(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Horizontal and Vertical Lines
        Setting up tile and stipple cache:
            32 128x128 slots
            32 256x256 slots
            16 512x512 slots
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007bf000 (pgoffset 1983)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x04838000 (pgoffset 18488)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x05000000 (pgoffset 20480)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x06000000 (pgoffset 24576)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x09000000 (pgoffset 36864)
    (II) intel(0): Output configuration:
    (II) intel(0):   Pipe A is on
    (II) intel(0):   Display plane A is now enabled and connected to pipe A.
    (II) intel(0):   Pipe B is on
    (II) intel(0):   Display plane B is now enabled and connected to pipe B.
    (II) intel(0):   Output VGA is connected to pipe A
    (II) intel(0):   Output LVDS is connected to pipe B
    (II) intel(0):   Output TV is connected to pipe none
    (**) Option "dpms"
    (**) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): [DRI] installation complete
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): direct rendering: Enabled
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (WW) intel(0): Option "Enable" is not used
    (--) RandR disabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) intel(0): Setting screen physical size to 370 x 237
    select returned 1
    (II) USB Mouse: ps2EnableDataReporting: succeeded
    (**) intel(0): Option "ddc" "true"
    (II) intel(0): EDID vendor "SGX", prod id 1601
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x1024"x0.0  108.00  1600 1616 1656 1704  1024 1027 1030 1056 -hsync -vsync (63.4 kHz)
    (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 -hsync -vsync (60.0 kHz)
    (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
    (II) intel(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
    (II) intel(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
    (II) intel(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
    (II) intel(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    (II) intel(0): EDID vendor "SGX", prod id 1601
    (**) intel(0): Option "ddc" "true"
    (II) intel(0): EDID vendor "LCD", prod id 22528
    (II) intel(0): DDCModeFromDetailedTiming: 1280x768 Warning: We only handle seperate sync.
    (**) intel(0): Option "ddc" "true"
    (II) intel(0): EDID vendor "SGX", prod id 1601
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x1024"x0.0  108.00  1600 1616 1656 1704  1024 1027 1030 1056 -hsync -vsync (63.4 kHz)
    (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 -hsync -vsync (60.0 kHz)
    (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
    (II) intel(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
    (II) intel(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
    (II) intel(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
    (II) intel(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    (II) intel(0): EDID vendor "SGX", prod id 1601
    (**) intel(0): Option "ddc" "true"
    (II) intel(0): EDID vendor "LCD", prod id 22528
    (II) intel(0): DDCModeFromDetailedTiming: 1280x768 Warning: We only handle seperate sync.
    select returned 0
    select returned 0
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) intel(0): xf86UnbindGARTMemory: unbind key 0
    (II) intel(0): xf86UnbindGARTMemory: unbind key 1
    (II) intel(0): xf86UnbindGARTMemory: unbind key 2
    (II) intel(0): xf86UnbindGARTMemory: unbind key 3
    (II) intel(0): xf86UnbindGARTMemory: unbind key 4
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) AIGLX: Resuming AIGLX clients after VT switch
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007bf000 (pgoffset 1983)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x04838000 (pgoffset 18488)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x05000000 (pgoffset 20480)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x06000000 (pgoffset 24576)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x09000000 (pgoffset 36864)
    Error in I830WaitLpRing(), timeout for 2 seconds
    pgetbl_ctl: 0x4ffc0001 pgetbl_err: 0x0
    ipeir: 0 iphdr: 7dc41ddc
    LP ring tail: 8 head: 0 len: 1f001 start 0
    eir: 0 esr: 0 emr: ffff
    instdone: ffc1 instpm: 0
    memmode: 108 instps: 14cf
    hwstam: ffff ier: 2 imr: ffff iir: 0
    Ring at virtual 0xa79b1000 head 0x0 tail 0x8 count 2
        0001ff80: 00000000
        0001ff84: 00000000
        0001ff88: 00000000
        0001ff8c: 00000000
        0001ff90: 00000000
        0001ff94: 00000000
        0001ff98: 00000000
        0001ff9c: 00000000
        0001ffa0: 00000000
        0001ffa4: 00000000
        0001ffa8: 00000000
        0001ffac: 00000000
        0001ffb0: 00000000
        0001ffb4: 00000000
        0001ffb8: 00000000
        0001ffbc: 00000000
        0001ffc0: 00000000
        0001ffc4: 00000000
        0001ffc8: 00000000
        0001ffcc: 00000000
        0001ffd0: 00000000
        0001ffd4: 00000000
        0001ffd8: 00000000
        0001ffdc: 00000000
        0001ffe0: 00000000
        0001ffe4: 00000000
        0001ffe8: 00000000
        0001ffec: 00000000
        0001fff0: 00000000
        0001fff4: 00000000
        0001fff8: 00000000
        0001fffc: 00000000
        00000000: 02000011
    Ring end
    space: 131056 wanted 131064
    (II) intel(0): [drm] removed 1 reserved context for kernel
    (II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf8c8a000 at 0xb7b25000
    (II) intel(0): [drm] Closed DRM master.
    Fatal server error:
    lockup
    (II) AIGLX: Suspending AIGLX clients for VT switch
    Error in I830WaitLpRing(), timeout for 2 seconds
    pgetbl_ctl: 0x4ffc0001 pgetbl_err: 0x0
    ipeir: 0 iphdr: 7dc41ddc
    LP ring tail: 10 head: 0 len: 1f001 start 0
    eir: 0 esr: 0 emr: ffff
    instdone: ffc1 instpm: 0
    memmode: 108 instps: 14cf
    hwstam: ffff ier: 2 imr: ffff iir: 0
    Ring at virtual 0xa79b1000 head 0x0 tail 0x10 count 4
        0001ff80: 00000000
        0001ff84: 00000000
        0001ff88: 00000000
        0001ff8c: 00000000
        0001ff90: 00000000
        0001ff94: 00000000
        0001ff98: 00000000
        0001ff9c: 00000000
        0001ffa0: 00000000
        0001ffa4: 00000000
        0001ffa8: 00000000
        0001ffac: 00000000
        0001ffb0: 00000000
        0001ffb4: 00000000
        0001ffb8: 00000000
        0001ffbc: 00000000
        0001ffc0: 00000000
        0001ffc4: 00000000
        0001ffc8: 00000000
        0001ffcc: 00000000
        0001ffd0: 00000000
        0001ffd4: 00000000
        0001ffd8: 00000000
        0001ffdc: 00000000
        0001ffe0: 00000000
        0001ffe4: 00000000
        0001ffe8: 00000000
        0001ffec: 00000000
        0001fff0: 00000000
        0001fff4: 00000000
        0001fff8: 00000000
        0001fffc: 00000000
        00000000: 02000011
    Ring end
    space: 131048 wanted 131064
    FatalError re-entered, aborting
    lockup
    -----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----

    Thanks to several remarks and suggestions I have found in this forum, I have been
    able to fix this problem. Commenting out the VBE section of my /etc/hibernate/common.conf
    file did it. That is, after commenting the following lines,
    ### vbetool
    #EnableVbetool yes
    #RestoreVbeStateFrom /var/lib/vbetool/vbestate
    #VbetoolPost yes
    #RestoreVCSAData yes
    hibernation works as it used to. Suspend to disk and suspend to ram are both
    operational (with a vanilla kernel 2.6.23.1).
    Manuel

  • Xf86-video-intel doesn't work for direct rendering

    With xf86-video-intel, I can't use direct rendering.  With LIBGL_DEBUG=verbose, glxinfo says this:
    libGL: XF86DRIGetClientDriverName: 1.9.0 i915 (screen 0)
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri//i915_dri.so
    libGL error: dlopen /usr/lib/xorg/modules/dri//i915_dri.so failed (/usr/lib/xorg/modules/dri//i915_dri.so: undefined symbol: _glapi_tls_Context)
    libGL error: unable to load driver: i915_dri.so
    And, everything that tries to use 3d segfaults just before it closes, presumably when it unloads the driver.

    tavianator wrote:
    tavianator@antimatter> pacman -Q libdrm ~
    libdrm 2.3.0-1
    tavianator@antimatter> pacman -Q mesa ~
    mesa 7.0.3rc2-1
    tavianator@antimatter> pacman -Q xf86-video-intel ~
    xf86-video-intel 2.3.0-2
    tavianator@antimatter> pacman -Q xorg-server ~
    xorg-server 1.4.0.90-9
    tavianator@antimatter> uname -r ~
    2.6.24-ARCH
    tavianator@antimatter>
    I compiled the latest xf86-video-intel from source, but the same thing happens with 2.2.1-2, and xf86-video-i810.
    xorg-server is compiled with tls support (thread local storage, --enable-glx-tls). Your xserver is looking for a tls version of the dri driver but the driver is compiled without tls support.
    If you have libgl installed and you are not using custom packages, everything should works. I'm currently using my custom packages but i tried with the extra repo too, everything works as expected.
    [lexiw@stroggos ~]$ grep tls /var/abs/extra/xorg-server/PKGBUILD
                  --enable-glx-tls \
    [lexiw@stroggos ~]$ grep TLS /var/abs/extra/mesa/PKGBUILD
      echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    [lexiw@stroggos ~]$ grep TLS /var/abs/extra/libgl/PKGBUILD
      echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    [lexiw@stroggos ~]$ grep TLS /var/abs/extra/xf86-video-intel/PKGBUILD
      echo "ARCH_FLAGS += -DGLX_USE_TLS" >> ${CONFIG}
    My system:
    [lexiw@stroggos ~]$ pacman -Q libdrm
    libdrm 2.3.0-1
    [lexiw@stroggos ~]$ pacman -Q mesa
    mesa 7.0.3-1
    [lexiw@stroggos ~]$ pacman -Q xf86-video-intel
    xf86-video-intel 2.3.0-1
    [lexiw@stroggos ~]$ pacman -Q xorg-server
    xorg-server 1.4.0.90-10
    [lexiw@stroggos ~]$ uname -r
    2.6.25-ARCH
    [lexiw@stroggos ~]$ pacman -Q libgl
    libgl 7.0.3-1
    Never had any problem with the official packages (even with kernel 2.6.24), every time i had the "tls problem" it was my fault for recompiling with the wrong flags.
    Last edited by lexiw (2008-05-03 13:30:25)

  • Firefox box around zoomed out images issue w/ (xf86-video-intel)

    When I zoomout on a page firefox displays a insetted box around my images.
    Most notably in my webmail client, however it happens even on the forums if I zoomout.
    Regualar zoom: http://world.pyther.net/files/Firefox/regular_zoom.png (The way it should look)
    Zoomed Out: http://world.pyther.net/files/Firefox/zoom_out.png (Inset boxes around images)
    This happens with both the offical arch build of firefox and the spookyet build. I have no idea how to fix this, it is very annoying!
    Any help would be great!
    EDIT:
    After doing some more research I have narrowed this down to being an issue with xf86-video-intel. The problem does not happen if I use the xf86-video-vesa driver. I have filed a bug report at https://bugzilla.mozilla.org/show_bug.cgi?id=468366
    Last edited by pyther (2008-12-07 21:37:12)

    Bug reported, anyone thing I need to add anything else?
    https://bugzilla.mozilla.org/show_bug.cgi?id=414928

  • [upstr] textdisplay problems after update to xf86-video-intel-2.99.911

    Hardware: Intel 855GM integrated graphics. Driver: xf86-video-intel
    Versions
    * xf86-video-intel-2.99.911-1-i686
    * xf86-video-intel-2.99.911-2-i686 (current)
    produce display errors on http://www.faz.net/ in Firefox (using a fresh profile results in same error) under KDE4, TWM, openbox and LXDE. See article text screenshot http://i.imgur.com/xV4sxni.png. Missing text lines, in the headlines on hover, in the main text after load but more severe after scrolling a bit. Everything else displays fine (images, firefox' GUI).
    The error does also occur under another user account (with nearly standard settings) in KDE4 (same computer). All packages up to date.
    NO errors with xf86-video-intel-2.99.910-1-i686 (to which I have downgraded now). With this and the older versions I had no such problems since months.
    NO errors in other programs like Chromium or Konqueror (but did not test that much, Firefox is what I use often).
    Note that SNA cannot be a issue since my hardware is older and it worked after the given (in the wiki) date.
    Should I report this as a bug against this package? Does anyone have any tips or even being able to reproduce? Thank you all!
    (Edit 1 and 2: error also happens under openbox, not sure why I did not see it during the first try.)
    Last edited by CarlEitsger (2014-04-10 19:35:26)

    Thanks, Andy. Yes I tried with the -2 version, it has the same problem.
    I did not find any previous upstream reports matching this problem. I also did not find any other mentions of this problem anywhere else.  Okay I will try to report it there upstream in the next few days.

  • Some problems with 3D with xorg 1.9.2-1 and xf86-video-intel 2.12.0-3

    I have some problems with the upgrade to xorg 1.9.1-1 and xf86-video-intel 2.12.0-3. Glxgears does not run smoothly at all and I got 15-20 fps (instead of the normal 60 because intel should sync with the V refresh rate). Very curiously, these problems disapear if I move the mouse cursor somewhere in the screen. Then glxgears run smooth and I have indeed the expected 60 fps
    There are no error messages and glxinfo say that 3D is indeed enabled.
    Xorg log file:
    [ 358.899] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
    [ 358.899] _XSERVTransOpen: transport open failed for inet6/myhost:0
    [ 358.899] _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
    [ 358.900]
    X.Org X Server 1.9.2
    Release Date: 2010-10-30
    [ 358.900] X Protocol Version 11, Revision 0
    [ 358.900] Build Operating System: Linux 2.6.35-ARCH i686
    [ 358.900] Current Operating System: Linux myhost 2.6.35-ARCH #1 SMP PREEMPT Sat Oct 30 19:57:05 UTC 2010 i686
    [ 358.900] Kernel command line: root=/dev/disk/by-uuid/e5c72fc3-4e8b-4f5d-9023-12216af63d84 resume=/dev/disk/by-uuid/96f14b75-fb64-4881-863d-124af7c13e2f ro
    [ 358.900] Build Date: 01 November 2010 10:23:07PM
    [ 358.900]
    [ 358.900] Current version of pixman: 0.18.4
    [ 358.900] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 358.900] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 358.900] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 9 10:14:10 2010
    [ 358.900] (==) Using config file: "/etc/X11/xorg.conf"
    [ 358.901] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 358.901] (==) ServerLayout "X.org Configured"
    [ 358.901] (**) |-->Screen "Screen0" (0)
    [ 358.901] (**) | |-->Monitor "Monitor0"
    [ 358.901] (**) | |-->Device "Card0"
    [ 358.901] (**) |-->Input Device "Mouse0"
    [ 358.901] (**) |-->Input Device "touchpad"
    [ 358.901] (**) |-->Input Device "Keyboard0"
    [ 358.901] (**) Option "DontZap" "off"
    [ 358.901] (**) Option "StandbyTime" "5"
    [ 358.901] (**) Option "SuspendTime" "5"
    [ 358.901] (**) Option "OffTime" "5"
    [ 358.901] (**) Option "Xinerama" "on"
    [ 358.901] (**) Option "AutoAddDevices" "off"
    [ 358.901] (**) Not automatically adding devices
    [ 358.901] (==) Automatically enabling devices
    [ 358.902] (**) Xinerama: enabled
    [ 358.902] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 358.902] Entry deleted from font path.
    [ 358.902] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 358.902] Entry deleted from font path.
    [ 358.902] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 358.902] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 358.902] Entry deleted from font path.
    [ 358.902] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 358.902] Entry deleted from font path.
    [ 358.902] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 358.902] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/75dpi/
    [ 358.902] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 358.902] (II) Loader magic: 0x81f1f80
    [ 358.902] (II) Module ABI versions:
    [ 358.902] X.Org ANSI C Emulation: 0.4
    [ 358.902] X.Org Video Driver: 8.0
    [ 358.902] X.Org XInput driver : 11.0
    [ 358.902] X.Org Server Extension : 4.0
    [ 358.903] (--) PCI:*(0:0:2:0) 8086:27a2:1584:9916 rev 3, Mem @ 0xb0080000/524288, 0xc0000000/268435456, 0xb0040000/262144, I/O @ 0x00001800/8
    [ 358.903] (--) PCI: (0:0:2:1) 8086:27a6:1584:9916 rev 3, Mem @ 0xb0100000/524288
    [ 358.904] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 358.904] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) LoadModule: "extmod"
    [ 358.904] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 358.904] (II) Module extmod: vendor="X.Org Foundation"
    [ 358.904] compiled for 1.9.2, module version = 1.0.0
    [ 358.904] Module class: X.Org Server Extension
    [ 358.904] ABI class: X.Org Server Extension, version 4.0
    [ 358.904] (II) Loading extension MIT-SCREEN-SAVER
    [ 358.904] (II) Loading extension XFree86-VidModeExtension
    [ 358.904] (II) Loading extension XFree86-DGA
    [ 358.904] (II) Loading extension DPMS
    [ 358.904] (II) Loading extension XVideo
    [ 358.904] (II) Loading extension XVideo-MotionCompensation
    [ 358.904] (II) Loading extension X-Resource
    [ 358.904] (II) LoadModule: "glx"
    [ 358.904] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 358.905] (II) Module glx: vendor="X.Org Foundation"
    [ 358.905] compiled for 1.9.2, module version = 1.0.0
    [ 358.905] ABI class: X.Org Server Extension, version 4.0
    [ 358.905] (==) AIGLX enabled
    [ 358.905] (II) Loading extension GLX
    [ 358.905] (II) LoadModule: "record"
    [ 358.905] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 358.905] (II) Module record: vendor="X.Org Foundation"
    [ 358.905] compiled for 1.9.2, module version = 1.13.0
    [ 358.905] Module class: X.Org Server Extension
    [ 358.905] ABI class: X.Org Server Extension, version 4.0
    [ 358.905] (II) Loading extension RECORD
    [ 358.905] (II) LoadModule: "dri2"
    [ 358.905] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 358.905] (II) Module dri2: vendor="X.Org Foundation"
    [ 358.905] compiled for 1.9.2, module version = 1.2.0
    [ 358.905] ABI class: X.Org Server Extension, version 4.0
    [ 358.905] (II) Loading extension DRI2
    [ 358.905] (II) LoadModule: "dbe"
    [ 358.905] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 358.906] (II) Module dbe: vendor="X.Org Foundation"
    [ 358.906] compiled for 1.9.2, module version = 1.0.0
    [ 358.906] Module class: X.Org Server Extension
    [ 358.906] ABI class: X.Org Server Extension, version 4.0
    [ 358.906] (II) Loading extension DOUBLE-BUFFER
    [ 358.906] (II) LoadModule: "dri"
    [ 358.906] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 358.906] (II) Module dri: vendor="X.Org Foundation"
    [ 358.906] compiled for 1.9.2, module version = 1.0.0
    [ 358.906] ABI class: X.Org Server Extension, version 4.0
    [ 358.906] (II) Loading extension XFree86-DRI
    [ 358.906] (II) LoadModule: "synaptics"
    [ 358.906] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 358.906] (II) Module synaptics: vendor="X.Org Foundation"
    [ 358.906] compiled for 1.9.0, module version = 1.3.0
    [ 358.906] Module class: X.Org XInput Driver
    [ 358.906] ABI class: X.Org XInput driver, version 11.0
    [ 358.906] (II) LoadModule: "intel"
    [ 358.906] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 358.907] (II) Module intel: vendor="X.Org Foundation"
    [ 358.907] compiled for 1.9.0, module version = 2.12.0
    [ 358.907] Module class: X.Org Video Driver
    [ 358.907] ABI class: X.Org Video Driver, version 8.0
    [ 358.907] (II) LoadModule: "mouse"
    [ 358.907] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 358.907] (II) Module mouse: vendor="X.Org Foundation"
    [ 358.907] compiled for 1.9.0, module version = 1.6.0
    [ 358.907] Module class: X.Org XInput Driver
    [ 358.907] ABI class: X.Org XInput driver, version 11.0
    [ 358.907] (II) LoadModule: "synaptics"
    [ 358.907] (II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 358.907] (II) LoadModule: "kbd"
    [ 358.908] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    [ 358.908] (II) Module kbd: vendor="X.Org Foundation"
    [ 358.908] compiled for 1.9.0, module version = 1.4.0
    [ 358.908] Module class: X.Org XInput Driver
    [ 358.908] ABI class: X.Org XInput driver, version 11.0
    [ 358.908] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    [ 358.908] (--) using VT number 7
    [ 358.908] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
    [ 358.908] (WW) xf86OpenConsole: setsid failed: Operation not permitted
    [ 358.916] drmOpenDevice: node name is /dev/dri/card0
    [ 358.916] drmOpenDevice: open result is 10, (OK)
    [ 358.916] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 358.916] drmOpenDevice: node name is /dev/dri/card0
    [ 358.916] drmOpenDevice: open result is 10, (OK)
    [ 358.916] drmOpenByBusid: drmOpenMinor returns 10
    [ 358.916] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 358.916] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 358.916] (==) intel(0): RGB weight 888
    [ 358.916] (==) intel(0): Default visual is TrueColor
    [ 358.916] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    [ 358.916] (--) intel(0): Chipset: "945GM"
    [ 358.916] (==) intel(0): video overlay key set to 0x101fe
    [ 358.953] (II) intel(0): Output VGA1 using monitor section vgamonitor
    [ 358.953] (**) intel(0): Option "Disable" "true"
    [ 359.059] (II) intel(0): Output LVDS1 using monitor section lvdsmonitor
    [ 359.059] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 359.340] (II) intel(0): Output TV1 has no monitor section
    [ 359.380] (II) intel(0): EDID for output VGA1
    [ 359.486] (II) intel(0): EDID for output LVDS1
    [ 359.486] (II) intel(0): Manufacturer: CPT Model: 13a6 Serial#: 0
    [ 359.486] (II) intel(0): Year: 2006 Week: 17
    [ 359.486] (II) intel(0): EDID Version: 1.3
    [ 359.486] (II) intel(0): Digital Display Input
    [ 359.486] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 359.486] (II) intel(0): Gamma: 2.20
    [ 359.486] (II) intel(0): No DPMS capabilities specified
    [ 359.486] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 359.486] (II) intel(0): First detailed timing is preferred mode
    [ 359.486] (II) intel(0): redX: 0.600 redY: 0.340 greenX: 0.309 greenY: 0.559
    [ 359.486] (II) intel(0): blueX: 0.149 blueY: 0.131 whiteX: 0.315 whiteY: 0.329
    [ 359.486] (II) intel(0): Manufacturer's mask: 0
    [ 359.486] (II) intel(0): Supported detailed timing:
    [ 359.486] (II) intel(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    [ 359.486] (II) intel(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
    [ 359.486] (II) intel(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    [ 359.486] (II) intel(0): Unknown vendor-specific block f
    [ 359.486] (II) intel(0): FD1631154WB4
    [ 359.486] (II) intel(0): /BRZÄêÿ
    [ 359.486] (II) intel(0): EDID (in hex):
    [ 359.486] (II) intel(0): 00ffffffffffff000e14a61300000000
    [ 359.486] (II) intel(0): 11100103802115780a806d99574f8f26
    [ 359.486] (II) intel(0): 21505400000001010101010101010101
    [ 359.486] (II) intel(0): 010101010101ea1a0080502010301520
    [ 359.486] (II) intel(0): 13004bcf100000190000000f00000000
    [ 359.486] (II) intel(0): 0000000000206e050f00000000fe0046
    [ 359.486] (II) intel(0): 44313633313135345742340a000000fe
    [ 359.486] (II) intel(0): 002f42525a81c4eaff01010a2020004f
    [ 359.487] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Printing probed modes for output LVDS1
    [ 359.487] (II) intel(0): Modeline "1280x800"x60.0 68.90 1280 1301 1333 1408 800 801 804 816 -hsync -vsync (48.9 kHz)
    [ 359.487] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 359.487] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 359.487] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 359.487] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 359.766] (II) intel(0): EDID for output TV1
    [ 359.766] (II) intel(0): Output VGA1 disabled by config file
    [ 359.766] (II) intel(0): Output LVDS1 connected
    [ 359.766] (II) intel(0): Output TV1 disconnected
    [ 359.766] (II) intel(0): Using exact sizes for initial modes
    [ 359.766] (II) intel(0): Output LVDS1 using initial mode 1280x800
    [ 359.766] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 359.766] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [ 359.766] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
    [ 359.766] (==) intel(0): DPI set to (96, 96)
    [ 359.767] (II) Loading sub module "fb"
    [ 359.767] (II) LoadModule: "fb"
    [ 359.767] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 359.767] (II) Module fb: vendor="X.Org Foundation"
    [ 359.767] compiled for 1.9.2, module version = 1.0.0
    [ 359.767] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 359.767] (==) Depth 24 pixmap format is 32 bpp
    [ 359.767] (II) intel(0): [DRI2] Setup complete
    [ 359.767] (II) intel(0): [DRI2] DRI driver: i915
    [ 359.767] (**) intel(0): Tiling enabled
    [ 359.767] (**) intel(0): SwapBuffers wait enabled
    [ 359.767] (==) intel(0): VideoRam: 262144 KB
    [ 359.767] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
    [ 359.767] (II) UXA(0): Driver registered support for the following operations:
    [ 359.767] (II) solid
    [ 359.767] (II) copy
    [ 359.767] (II) composite (RENDER acceleration)
    [ 359.767] (II) put_image
    [ 359.767] (II) get_image
    [ 359.767] (==) intel(0): Backing store disabled
    [ 359.767] (==) intel(0): Silken mouse enabled
    [ 359.767] (II) intel(0): Initializing HW Cursor
    [ 359.803] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 359.804] (==) intel(0): DPMS enabled
    [ 359.805] (==) intel(0): Intel XvMC decoder disabled
    [ 359.805] (II) intel(0): Set up textured video
    [ 359.805] (II) intel(0): Set up overlay video
    [ 359.805] (II) intel(0): direct rendering: DRI2 Enabled
    [ 359.805] (--) RandR disabled
    [ 359.805] (II) Initializing built-in extension Generic Event Extension
    [ 359.805] (II) Initializing built-in extension SHAPE
    [ 359.805] (II) Initializing built-in extension MIT-SHM
    [ 359.805] (II) Initializing built-in extension XInputExtension
    [ 359.805] (II) Initializing built-in extension XTEST
    [ 359.805] (II) Initializing built-in extension BIG-REQUESTS
    [ 359.805] (II) Initializing built-in extension SYNC
    [ 359.805] (II) Initializing built-in extension XKEYBOARD
    [ 359.805] (II) Initializing built-in extension XC-MISC
    [ 359.805] (II) Initializing built-in extension SECURITY
    [ 359.805] (II) Initializing built-in extension XINERAMA
    [ 359.805] (II) Initializing built-in extension XFIXES
    [ 359.805] (II) Initializing built-in extension RENDER
    [ 359.805] (II) Initializing built-in extension RANDR
    [ 359.805] (II) Initializing built-in extension COMPOSITE
    [ 359.805] (II) Initializing built-in extension DAMAGE
    [ 359.821] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 359.821] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 359.821] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 359.821] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 359.821] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 359.821] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    [ 359.821] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 359.822] (II) intel(0): Setting screen physical size to 338 x 211
    [ 360.019] (**) Option "Protocol" "auto"
    [ 360.019] (**) Option "Device" "/dev/input/mice"
    [ 360.019] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 360.019] (**) Mouse0: Device: "/dev/input/mice"
    [ 360.019] (**) Mouse0: Protocol: "auto"
    [ 360.019] (**) Option "CorePointer"
    [ 360.019] (**) Mouse0: always reports core events
    [ 360.019] (**) Option "Device" "/dev/input/mice"
    [ 360.019] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    [ 360.019] (**) Option "ZAxisMapping" "4 5 6 7"
    [ 360.019] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    [ 360.019] (**) Mouse0: Buttons: 11
    [ 360.019] (**) Option "Sensitivity" "0.7"
    [ 360.019] (**) Mouse0: Sensitivity: 0.7
    [ 360.019] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    [ 360.019] (**) Mouse0: (accel) keeping acceleration scheme 1
    [ 360.019] (**) Mouse0: (accel) acceleration profile 0
    [ 360.019] (**) Mouse0: (accel) acceleration factor: 2.000
    [ 360.019] (**) Mouse0: (accel) acceleration threshold: 4
    [ 360.019] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 360.311] (II) Mouse0: ps2EnableDataReporting: succeeded
    [ 360.311] (II) Synaptics touchpad driver version 1.3.0
    [ 360.312] (--) touchpad auto-dev sets device to /dev/input/event6
    [ 360.312] (**) Option "Device" "/dev/input/event6"
    [ 360.312] (--) touchpad: x-axis range 1472 - 5472
    [ 360.312] (--) touchpad: y-axis range 1408 - 4448
    [ 360.312] (--) touchpad: pressure range 0 - 255
    [ 360.312] (--) touchpad: finger width range 0 - 0
    [ 360.312] (--) touchpad: buttons: left right double triple
    [ 360.312] (--) touchpad: invalid finger width range. defaulting to 0 - 16
    [ 360.312] (**) Option "TapButton1" "1"
    [ 360.312] (--) touchpad: touchpad found
    [ 360.312] (**) Option "SendCoreEvents"
    [ 360.312] (**) touchpad: always reports core events
    [ 360.312] (II) XINPUT: Adding extended input device "touchpad" (type: TOUCHPAD)
    [ 360.312] (**) touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 360.312] (**) touchpad: MaxSpeed is now 1.75
    [ 360.312] (**) touchpad: AccelFactor is now 0.040
    [ 360.312] (**) touchpad: (accel) keeping acceleration scheme 1
    [ 360.312] (**) touchpad: (accel) acceleration profile 1
    [ 360.312] (**) touchpad: (accel) acceleration factor: 2.000
    [ 360.312] (**) touchpad: (accel) acceleration threshold: 4
    [ 360.312] (--) touchpad: touchpad found
    [ 360.312] (**) Option "CoreKeyboard"
    [ 360.312] (**) Keyboard0: always reports core events
    [ 360.312] (**) Option "Protocol" "standard"
    [ 360.312] (**) Keyboard0: Protocol: standard
    [ 360.312] (**) Option "XkbRules" "base"
    [ 360.312] (**) Keyboard0: XkbRules: "base"
    [ 360.312] (**) Option "XkbModel" "pc105"
    [ 360.312] (**) Keyboard0: XkbModel: "pc105"
    [ 360.312] (**) Option "XkbLayout" "fr"
    [ 360.313] (**) Keyboard0: XkbLayout: "fr"
    [ 360.313] (**) Option "XkbVariant" "oss"
    [ 360.313] (**) Keyboard0: XkbVariant: "oss"
    [ 360.313] (**) Option "XkbOptions" "terminate:ctrl_alt_bksp"
    [ 360.313] (**) Keyboard0: XkbOptions: "terminate:ctrl_alt_bksp"
    [ 360.313] (**) Option "CustomKeycodes" "off"
    [ 360.313] (**) Keyboard0: CustomKeycodes disabled
    [ 360.313] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    [ 360.372] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 360.372] (II) AutoAddDevices is off - not adding device.
    [ 360.373] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    [ 360.373] (II) AutoAddDevices is off - not adding device.
    [ 360.376] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 360.376] (II) AutoAddDevices is off - not adding device.
    [ 360.376] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 360.376] (II) AutoAddDevices is off - not adding device.
    [ 360.376] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 360.376] (II) AutoAddDevices is off - not adding device.
    [ 360.377] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 360.377] (II) AutoAddDevices is off - not adding device.
    [ 360.379] (II) config/udev: Adding input device MLK Trust Wireless Mouse (/dev/input/event9)
    [ 360.379] (II) AutoAddDevices is off - not adding device.
    [ 360.380] (II) config/udev: Adding input device MLK Trust Wireless Mouse (/dev/input/mouse1)
    [ 360.380] (II) AutoAddDevices is off - not adding device.
    [ 360.382] (II) config/udev: Adding input device Western Digital External HDD (/dev/input/event8)
    [ 360.382] (II) AutoAddDevices is off - not adding device.
    [ 360.385] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 360.385] (II) AutoAddDevices is off - not adding device.
    [ 360.385] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 360.385] (II) AutoAddDevices is off - not adding device.
    [ 360.385] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 360.385] (II) AutoAddDevices is off - not adding device.
    [ 362.484] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 368.334] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 368.334] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 368.503] (II) intel(0): EDID vendor "CPT", prod id 5030
    [ 368.503] (II) intel(0): Printing DDC gathered Modelines:
    [ 368.503] (II) intel(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 801 804 816 -hsync -vsync (48.9 kHz)
    [ 369.076] (II) Mouse0: ps2EnableDataReporting: succeeded
    [ 369.076] (--) touchpad: touchpad found
    [ 441.972] (II) 3rd Button detected: disabling emulate3Button
    output of glxinfo
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_INTEL_swap_event
    client glx vendor string: Mesa Project and SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap,
    GLX_INTEL_swap_event
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap,
    GLX_INTEL_swap_event
    OpenGL vendor string: Tungsten Graphics, Inc
    OpenGL renderer string: Mesa DRI Intel(R) 945GM GEM 20100328 2010Q1 x86/MMX/SSE2
    OpenGL version string: 1.4 Mesa 7.8.3
    OpenGL extensions:
    GL_ARB_copy_buffer, GL_ARB_depth_texture, GL_ARB_draw_buffers,
    GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program,
    GL_ARB_half_float_pixel, GL_ARB_map_buffer_range, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters,
    GL_ARB_point_sprite, GL_ARB_provoking_vertex, GL_ARB_shader_objects,
    GL_ARB_shading_language_100, GL_ARB_shading_language_120, GL_ARB_shadow,
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_vertex_array_object,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture,
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit,
    GL_EXT_framebuffer_object, GL_EXT_fog_coord,
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
    GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1,
    GL_APPLE_client_storage, GL_APPLE_packed_pixels,
    GL_APPLE_vertex_array_object, GL_APPLE_object_purgeable,
    GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3,
    GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
    GL_NV_packed_depth_stencil, GL_NV_texture_env_combine4,
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program,
    GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
    32 GLX Visuals
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x8e 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x8f 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x90 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x91 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x92 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x93 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x94 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x95 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x96 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x97 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x98 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x99 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0x9a 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x9b 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x9c 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x9d 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x9e 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x9f 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa0 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa1 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa2 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0xa3 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0xa4 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0xa5 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0xa6 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0xa7 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa8 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0xa9 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0xaa 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x5d 32 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    48 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x5e 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x5f 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x60 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x61 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x62 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x63 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x64 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x65 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x66 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x67 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x68 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x69 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x6a 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x6b 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x6c 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x6d 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x6e 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x6f 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x70 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x71 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x72 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x73 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0x74 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x75 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x76 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x77 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x78 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x79 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x7a 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x7b 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x7c 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x7d 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x7e 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x7f 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x80 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x81 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x82 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x83 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x84 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x85 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x86 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x87 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x88 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x89 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x8a 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x8b 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0x8c 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x8d 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

    Gusar wrote:
    *sigh*
    Do you have problems with anything that's *not* glxgears?
    I have indeed not seen other problems. Presently the only other software that I believe use openGL that I use is googleearth; which run fine. Could it be a problem with glxgears?

  • Xorg + xf86-video-intel lags with compiz / high cpu usage without it

    I have recently noticed that my X server lags. It happens approximately once per second (it's fairly regular) and it can be easily observed when watching movies, dragging windows or rotating cube. Screen just hangs for some milliseconds. Lags are bigger and happens more often when many windows are opened.
    Even worse things happen when I'm _not_ running compiz. X's cpu usage spikes permanently up to 30-40% and lags are even more noticable.
    My hardware:
    Laptop with Intel GMA 950
    Configuration
    I tried some different xorg.confs but it seems to be irrevelant. It happens even on plain conf created by 'Xorg -configure'
    xorg-server 1.5.3-3
    mesa 7.2-1
    xf86-video-intel 2.4.3-1
    kernel26 2.6.27.8-1
    I also tried downgrading these packages to
    xorg-server 1.4.2-2
    mesa 7.0.3-3
    xf86-video-intel 2.3.2-1
    kernel26 2.6.27-1
    and it seems to resolve cpu usage problem but not the lags.
    Does anybody know what might cause these lags? It's really annoying.

    It turned out that color depth was the issue. I think that 24bit is too big for my graphics card and compiz (although I remember that i810+24bit+compiz worked fine).
    So changing DefaultDepth in xorg.conf to 16 fixed the problem. Is there any other way to workaround this without decreasing color depth?

Maybe you are looking for

  • How do I delete more than one message at a time from a mailbox?

    Cannot see a way to delete multiple messages without selecting each one individually. Any advice please?

  • Re: Free Shipping

    Hello gurus, I have a requirement which seems to be logical but i am confused so as to configure it in the system. Our business charges the customer a shipping charge on the total order value basis. So i have a few freight condition type for calculat

  • Adobe Export PDF is not user friendly.  How do I get a refund?

    I purchased Adobe Export and I don't find it user friendly at all...I spend to much time trying to use it then actually using the product. Very frusterating and not worth the time or the risk to my health (high blood pressure)...My patience is wearin

  • Exception on deploying the webservice using webdynpro

    Though the WSDL file is in the correct location 'D:\learning\myfindings\globalweather.wsdl' , i am getting the following exception......any help to this issue would be commended appropriately. com.sap.tc.webdynpro.model.webservice.exception.WSModelRu

  • Lightroom 2.6 and CS2

    Hello. I usually open my images taken with a Canon Eos 5D Mark II in LR 2.6, then develop and export them to CS2. The resoultion in CS2 is 240. How can I set it to 300 dpi? Thank you!