Xorg 7.0 RC0

It looks like the X.org crew has been doing a lot of slimming down. This modularization (sp?) of the X server is definitely something I've been waiting for... Dang, I can't wait to see what 7.0 final will be like.
(Strangely, the "extra" directory, which contained libdrm, Mesa, and some other stuff, has vanished since I last checked. :-? )

Uhh... holy crap. :shock: That massive zooming in is something.
(Mind, a Radeon 9000 is a pretty powerful video card. I'd be more interested in seeing them pull that off with Intel's i915 stuff, or something.)

Similar Messages

  • Xorg 6.9/7.0 in testing branch?

    I was just wondering when one can expect xorg 6.9/7.0 in testing. Thanks in advance.

    # $Id: PKGBUILD,v 1.18 2005/05/02 01:58:56 judd Exp $
    # Maintainer: judd <[email protected]>
    pkgname=xorg
    _pkgver=6.8.99.900
    pkgver=11R${_pkgver}
    pkgrel=1
    pkgdesc="A fork of the XFree86 Project with a GPL-compatible license"
    url="http://www.x.org"
    depends=('glibc' 'freetype1' 'fontconfig' 'gcc' 'libpng')
    makedepends=('perl')
    conflicts=('ttf-bitstream-vera' 'xfree86')
    provides=('x-server' 'xfree86')
    replaces=('x')
    install=x.install
    source=(http://xorg.freedesktop.org/X11R6.9-RC0/xorg-x11-${_pkgver}.tar.bz2
    http://www.joerg-pommnitz.de/TrueType/ttmkfdir.tar.gz xdm.pam
    libGL.la xorg.sh vm86-tls.patch)
    md5sums=()
    build() {
    cd $startdir/src
    make FREETYPE_INCL=/usr/include/freetype || return 1
    install -D ttmkfdir $startdir/pkg/usr/X11R6/bin/ttmkfdir
    cd $startdir/src/xc
    # patch -Np0 -i ../vm86-tls.patch || return 1
    # build fixes
    sed -i 's|$(HARDCOPYDIR)||g' doc/Imakefile || return 1
    echo $"#define DefaultGcc2i386Opt $CFLAGS -fno-strength-reduce -fno-strict-aliasing" >config/cf/host.def
    echo $'#define HasZlib YESn' >>config/cf/host.def
    echo $'#define HasNCurses YESn' >>config/cf/host.def
    echo $'#define HasFontconfig YESn' >>config/cf/host.def
    echo $'#define HasFreetype2 YESn' >>config/cf/host.def
    echo $'#define HasLibpng YESn' >>config/cf/host.def
    echo $'#define HasExpat YESn' >>config/cf/host.def
    echo $'#define BuildLinuxDocHtml NOn' >>config/cf/host.def
    echo $'#define BuildLinuxDocPS NOn' >>config/cf/host.def
    echo $'#define BuildAllSpecsDocs NOn' >>config/cf/host.def
    echo $'#define BuildSpecsDocs NOn' >>config/cf/host.def
    echo $'#define BuildHtmlManPages NOn' >>config/cf/host.def
    echo $'#define ForceNormalLib YESn' >>config/cf/host.def
    echo $'#define HasMTRRSupport YESn' >>config/cf/host.def
    echo $'#define HasMMXSupport YESn' >>config/cf/host.def
    # Katmai: PIII SSE instructions; 3DNow: AMD instructions
    #echo $'#define HasKatmaiSupport YESn' >>config/cf/host.def
    #echo $'#define Has3DNowSupport YESn' >>config/cf/host.def
    make World || return 1
    make DESTDIR=$startdir/pkg install
    rm -f programs/xkbcomp/rules/xfree86*
    make DESTDIR=$startdir/pkg install.man
    (cd $startdir/pkg/usr/include && ln -sf ../X11R6/include/X11 X11)
    (cd $startdir/pkg/usr/include && ln -sf ../X11R6/include/GL GL)
    # exorcise the SysV demons and set up environment stuff
    rm -rf $startdir/pkg/etc/rc.d/rc?.d
    rm -f $startdir/pkg/etc/profile.d/xprint.csh
    mv $startdir/pkg/etc/init.d/xprint $startdir/pkg/etc/rc.d/xprint
    sed -i 's|init.d|rc.d|g' $startdir/pkg/etc/profile.d/xprint.sh
    rmdir $startdir/pkg/etc/init.d
    # get the pkgconfig .pc files in the right place
    mkdir -p $startdir/pkg/usr/lib/pkgconfig
    mv $startdir/pkg/usr/X11R6/lib/pkgconfig/* $startdir/pkg/usr/lib/pkgconfig
    # provide libX11.a
    #cd $startdir/src/xc/lib/X11
    #ar r libX11.a *.o
    #install -d -m644 libX11.a $startdir/pkg/usr/X11R6/lib/libX11.a
    # XDG stuff
    install -d -m755 $startdir/pkg/etc/xdg
    install -D -m644 $startdir/src/xdm.pam $startdir/pkg/etc/pam.d/xdm
    install -D -m755 $startdir/src/xorg.sh $startdir/pkg/etc/profile.d/xorg.sh
    install -D -m644 $startdir/src/libGL.la $startdir/pkg/usr/lib/libGL.la
    This is the one I used. Enjoy.

  • Xorg 1.10.1 no longer affected by manual DPI setting

    I use my 23 inch 1920x1080 monitor as TV also. As this means I sit rather far from it, I manually set DPI quite low to enlarge windows and fonts by default. However after the last upgrade, which brought Xorg 1.10 and Gnome 3, Xorg seems to no longer be affected by my setting DPI in xorg.conf. The logs show that the value is read, and xdpyinfo shows the DPI I have set manually, but this setting no longer seems to affect any windows or fonts.
    The DPI is set via the nvidia driver. Relevant parts of xorg.conf and the full Xorg.0.log are attached.
    Does anyone know what could have caused this?
    xorg.conf:
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    Option "DPI" "60x60"
    EndSection
    Xorg.0.log:
    [ 45267.074]
    X.Org X Server 1.10.1
    Release Date: 2011-04-15
    [ 45267.074] X Protocol Version 11, Revision 0
    [ 45267.074] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 45267.074] Current Operating System: Linux norstaurar 2.6.38-ARCH #1 SMP PREEMPT Fri May 13 09:24:47 CEST 2011 x86_64
    [ 45267.074] Kernel command line: root=/dev/disk/by-uuid/41bd750d-271b-4392-898a-51e284889d43 ro
    [ 45267.074] Build Date: 16 April 2011 12:02:01PM
    [ 45267.074]
    [ 45267.074] Current version of pixman: 0.20.2
    [ 45267.074] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 45267.074] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 45267.074] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 3 10:40:17 2011
    [ 45267.074] (==) Using config file: "/etc/X11/xorg.conf"
    [ 45267.074] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 45267.075] (==) ServerLayout "Layout0"
    [ 45267.075] (**) |-->Screen "Screen0" (0)
    [ 45267.075] (**) | |-->Monitor "Monitor0"
    [ 45267.075] (**) | |-->Device "Device0"
    [ 45267.075] (**) |-->Input Device "Keyboard0"
    [ 45267.075] (**) |-->Input Device "Mouse0"
    [ 45267.075] (==) Automatically adding devices
    [ 45267.075] (==) Automatically enabling devices
    [ 45267.075] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 45267.075] Entry deleted from font path.
    [ 45267.075] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 45267.075] Entry deleted from font path.
    [ 45267.075] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 45267.075] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 45267.075] Entry deleted from font path.
    [ 45267.075] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 45267.075] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 45267.075] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 45267.075] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 45267.075] (WW) Disabling Keyboard0
    [ 45267.075] (WW) Disabling Mouse0
    [ 45267.075] (II) Loader magic: 0x7d6fa0
    [ 45267.075] (II) Module ABI versions:
    [ 45267.075] X.Org ANSI C Emulation: 0.4
    [ 45267.075] X.Org Video Driver: 10.0
    [ 45267.075] X.Org XInput driver : 12.2
    [ 45267.075] X.Org Server Extension : 5.0
    [ 45267.076] (--) PCI:*(0:2:0:0) 10de:0848:1043:82f2 rev 162, Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xfa000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
    [ 45267.076] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 45267.076] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 45267.076] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 45267.076] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 45267.076] (II) "record" will be loaded by default.
    [ 45267.076] (II) "dri" will be loaded by default.
    [ 45267.076] (II) "dri2" will be loaded by default.
    [ 45267.076] (II) LoadModule: "dbe"
    [ 45267.077] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 45267.077] (II) Module dbe: vendor="X.Org Foundation"
    [ 45267.077] compiled for 1.10.1, module version = 1.0.0
    [ 45267.077] Module class: X.Org Server Extension
    [ 45267.077] ABI class: X.Org Server Extension, version 5.0
    [ 45267.077] (II) Loading extension DOUBLE-BUFFER
    [ 45267.077] (II) LoadModule: "extmod"
    [ 45267.077] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 45267.077] (II) Module extmod: vendor="X.Org Foundation"
    [ 45267.077] compiled for 1.10.1, module version = 1.0.0
    [ 45267.077] Module class: X.Org Server Extension
    [ 45267.077] ABI class: X.Org Server Extension, version 5.0
    [ 45267.077] (II) Loading extension MIT-SCREEN-SAVER
    [ 45267.077] (II) Loading extension XFree86-VidModeExtension
    [ 45267.077] (II) Loading extension XFree86-DGA
    [ 45267.077] (II) Loading extension DPMS
    [ 45267.077] (II) Loading extension XVideo
    [ 45267.077] (II) Loading extension XVideo-MotionCompensation
    [ 45267.077] (II) Loading extension X-Resource
    [ 45267.077] (II) LoadModule: "glx"
    [ 45267.077] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 45267.092] (II) Module glx: vendor="NVIDIA Corporation"
    [ 45267.092] compiled for 4.0.2, module version = 1.0.0
    [ 45267.092] Module class: X.Org Server Extension
    [ 45267.092] (II) NVIDIA GLX Module 270.41.19 Mon May 16 23:48:30 PDT 2011
    [ 45267.092] (II) Loading extension GLX
    [ 45267.092] (II) LoadModule: "record"
    [ 45267.092] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 45267.092] (II) Module record: vendor="X.Org Foundation"
    [ 45267.092] compiled for 1.10.1, module version = 1.13.0
    [ 45267.092] Module class: X.Org Server Extension
    [ 45267.092] ABI class: X.Org Server Extension, version 5.0
    [ 45267.092] (II) Loading extension RECORD
    [ 45267.092] (II) LoadModule: "dri"
    [ 45267.092] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 45267.092] (II) Module dri: vendor="X.Org Foundation"
    [ 45267.092] compiled for 1.10.1, module version = 1.0.0
    [ 45267.092] ABI class: X.Org Server Extension, version 5.0
    [ 45267.092] (II) Loading extension XFree86-DRI
    [ 45267.092] (II) LoadModule: "dri2"
    [ 45267.092] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 45267.092] (II) Module dri2: vendor="X.Org Foundation"
    [ 45267.092] compiled for 1.10.1, module version = 1.2.0
    [ 45267.092] ABI class: X.Org Server Extension, version 5.0
    [ 45267.093] (II) Loading extension DRI2
    [ 45267.093] (II) LoadModule: "nvidia"
    [ 45267.093] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 45267.093] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 45267.093] compiled for 4.0.2, module version = 1.0.0
    [ 45267.093] Module class: X.Org Video Driver
    [ 45267.094] (II) NVIDIA dlloader X Driver 270.41.19 Mon May 16 23:33:35 PDT 2011
    [ 45267.094] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 45267.094] (++) using VT number 8
    [ 45267.096] (II) Loading sub module "fb"
    [ 45267.096] (II) LoadModule: "fb"
    [ 45267.096] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 45267.097] (II) Module fb: vendor="X.Org Foundation"
    [ 45267.097] compiled for 1.10.1, module version = 1.0.0
    [ 45267.097] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 45267.097] (II) Loading sub module "wfb"
    [ 45267.097] (II) LoadModule: "wfb"
    [ 45267.097] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 45267.097] (II) Module wfb: vendor="X.Org Foundation"
    [ 45267.097] compiled for 1.10.1, module version = 1.0.0
    [ 45267.097] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 45267.097] (II) Loading sub module "ramdac"
    [ 45267.097] (II) LoadModule: "ramdac"
    [ 45267.097] (II) Module "ramdac" already built-in
    [ 45267.097] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 45267.097] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 45267.097] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 45267.097] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 45267.097] (==) NVIDIA(0): RGB weight 888
    [ 45267.097] (==) NVIDIA(0): Default visual is TrueColor
    [ 45267.097] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 45267.097] (**) NVIDIA(0): Option "DPI" "60x60"
    [ 45267.369] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-0)) does not support NVIDIA
    [ 45267.369] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 45267.370] (II) NVIDIA(0): NVIDIA GPU GeForce 8300 (C77) at PCI:2:0:0 (GPU-0)
    [ 45267.370] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 45267.370] (--) NVIDIA(0): VideoBIOS: 62.77.2f.00.00
    [ 45267.370] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 45267.370] (--) NVIDIA(0): Connected display device(s) on GeForce 8300 at PCI:2:0:0
    [ 45267.370] (--) NVIDIA(0): Samsung SyncMaster (DFP-0)
    [ 45267.370] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 165.0 MHz maximum pixel clock
    [ 45267.370] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Single Link TMDS
    [ 45267.372] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) contradicts itself:
    [ 45267.372] (WW) NVIDIA(0): mode "720x480" is specified in the EDID; however, the
    [ 45267.372] (WW) NVIDIA(0): EDID's valid HorizSync range (27.000-81.000 kHz) would
    [ 45267.372] (WW) NVIDIA(0): exclude this mode's HorizSync (15.7 kHz); ignoring
    [ 45267.372] (WW) NVIDIA(0): HorizSync check for mode "720x480".
    [ 45267.372] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) contradicts itself:
    [ 45267.372] (WW) NVIDIA(0): mode "720x576" is specified in the EDID; however, the
    [ 45267.372] (WW) NVIDIA(0): EDID's valid HorizSync range (27.000-81.000 kHz) would
    [ 45267.372] (WW) NVIDIA(0): exclude this mode's HorizSync (15.6 kHz); ignoring
    [ 45267.372] (WW) NVIDIA(0): HorizSync check for mode "720x576".
    [ 45267.375] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) contradicts itself:
    [ 45267.375] (WW) NVIDIA(0): mode "720x480" is specified in the EDID; however, the
    [ 45267.375] (WW) NVIDIA(0): EDID's valid HorizSync range (27.000-81.000 kHz) would
    [ 45267.375] (WW) NVIDIA(0): exclude this mode's HorizSync (15.7 kHz); ignoring
    [ 45267.375] (WW) NVIDIA(0): HorizSync check for mode "720x480".
    [ 45267.376] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) contradicts itself:
    [ 45267.376] (WW) NVIDIA(0): mode "720x576" is specified in the EDID; however, the
    [ 45267.376] (WW) NVIDIA(0): EDID's valid HorizSync range (27.000-81.000 kHz) would
    [ 45267.376] (WW) NVIDIA(0): exclude this mode's HorizSync (15.6 kHz); ignoring
    [ 45267.376] (WW) NVIDIA(0): HorizSync check for mode "720x576".
    [ 45267.402] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 45267.402] (==) NVIDIA(0):
    [ 45267.402] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 45267.402] (==) NVIDIA(0): will be used as the requested mode.
    [ 45267.402] (==) NVIDIA(0):
    [ 45267.402] (II) NVIDIA(0): Validated modes:
    [ 45267.402] (II) NVIDIA(0): "nvidia-auto-select"
    [ 45267.402] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 45267.426] (**) NVIDIA(0): DPI set to (60, 60); computed from "DPI" X config option
    [ 45267.426] (--) Depth 24 pixmap format is 32 bpp
    [ 45267.426] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 45267.430] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 45267.430] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 45267.430] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 45267.430] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 45267.430] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 45267.430] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 45267.430] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 45267.430] (II) NVIDIA(0): Config Options in the README.
    [ 45267.431] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 45267.472] (II) Loading extension NV-GLX
    [ 45267.508] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 45267.508] (==) NVIDIA(0): Backing store disabled
    [ 45267.508] (==) NVIDIA(0): Silken mouse enabled
    [ 45267.509] (**) NVIDIA(0): DPMS enabled
    [ 45267.509] (II) Loading extension NV-CONTROL
    [ 45267.510] (II) Loading extension XINERAMA
    [ 45267.510] (II) Loading sub module "dri2"
    [ 45267.510] (II) LoadModule: "dri2"
    [ 45267.510] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 45267.510] (II) Module dri2: vendor="X.Org Foundation"
    [ 45267.510] compiled for 1.10.1, module version = 1.2.0
    [ 45267.510] ABI class: X.Org Server Extension, version 5.0
    [ 45267.510] (II) NVIDIA(0): [DRI2] Setup complete
    [ 45267.510] (==) RandR enabled
    [ 45267.510] (II) Initializing built-in extension Generic Event Extension
    [ 45267.510] (II) Initializing built-in extension SHAPE
    [ 45267.510] (II) Initializing built-in extension MIT-SHM
    [ 45267.510] (II) Initializing built-in extension XInputExtension
    [ 45267.510] (II) Initializing built-in extension XTEST
    [ 45267.510] (II) Initializing built-in extension BIG-REQUESTS
    [ 45267.510] (II) Initializing built-in extension SYNC
    [ 45267.510] (II) Initializing built-in extension XKEYBOARD
    [ 45267.510] (II) Initializing built-in extension XC-MISC
    [ 45267.510] (II) Initializing built-in extension SECURITY
    [ 45267.510] (II) Initializing built-in extension XINERAMA
    [ 45267.510] (II) Initializing built-in extension XFIXES
    [ 45267.510] (II) Initializing built-in extension RENDER
    [ 45267.510] (II) Initializing built-in extension RANDR
    [ 45267.510] (II) Initializing built-in extension COMPOSITE
    [ 45267.510] (II) Initializing built-in extension DAMAGE
    [ 45267.512] (II) Initializing extension GLX
    [ 45267.586] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 45267.586] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 45267.586] (II) LoadModule: "evdev"
    [ 45267.586] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 45267.586] (II) Module evdev: vendor="X.Org Foundation"
    [ 45267.586] compiled for 1.10.0, module version = 2.6.0
    [ 45267.586] Module class: X.Org XInput Driver
    [ 45267.586] ABI class: X.Org XInput driver, version 12.2
    [ 45267.586] (II) Using input driver 'evdev' for 'Power Button'
    [ 45267.586] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 45267.586] (**) Power Button: always reports core events
    [ 45267.586] (**) Power Button: Device: "/dev/input/event3"
    [ 45267.605] (--) Power Button: Found keys
    [ 45267.605] (II) Power Button: Configuring as keyboard
    [ 45267.605] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 45267.605] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 45267.605] (**) Option "xkb_rules" "evdev"
    [ 45267.605] (**) Option "xkb_model" "evdev"
    [ 45267.605] (**) Option "xkb_layout" "se"
    [ 45267.636] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
    [ 45267.636] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 45267.636] (II) Using input driver 'evdev' for 'Video Bus'
    [ 45267.636] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 45267.636] (**) Video Bus: always reports core events
    [ 45267.636] (**) Video Bus: Device: "/dev/input/event1"
    [ 45267.648] (--) Video Bus: Found keys
    [ 45267.648] (II) Video Bus: Configuring as keyboard
    [ 45267.648] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:12/LNXVIDEO:00/input/input1/event1"
    [ 45267.648] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 45267.648] (**) Option "xkb_rules" "evdev"
    [ 45267.648] (**) Option "xkb_model" "evdev"
    [ 45267.648] (**) Option "xkb_layout" "se"
    [ 45267.650] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 45267.650] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 45267.650] (II) Using input driver 'evdev' for 'Power Button'
    [ 45267.650] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 45267.650] (**) Power Button: always reports core events
    [ 45267.650] (**) Power Button: Device: "/dev/input/event2"
    [ 45267.662] (--) Power Button: Found keys
    [ 45267.662] (II) Power Button: Configuring as keyboard
    [ 45267.662] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 45267.662] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 45267.662] (**) Option "xkb_rules" "evdev"
    [ 45267.662] (**) Option "xkb_model" "evdev"
    [ 45267.662] (**) Option "xkb_layout" "se"
    [ 45267.666] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
    [ 45267.666] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 45267.666] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 45267.666] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 45267.666] (**) Logitech USB Receiver: always reports core events
    [ 45267.666] (**) Logitech USB Receiver: Device: "/dev/input/event5"
    [ 45267.675] (--) Logitech USB Receiver: Found keys
    [ 45267.675] (II) Logitech USB Receiver: Configuring as keyboard
    [ 45267.675] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb4/4-3/4-3:1.0/input/input5/event5"
    [ 45267.675] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    [ 45267.675] (**) Option "xkb_rules" "evdev"
    [ 45267.675] (**) Option "xkb_model" "evdev"
    [ 45267.675] (**) Option "xkb_layout" "se"
    [ 45267.676] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event6)
    [ 45267.676] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 45267.676] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 45267.676] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 45267.676] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 45267.676] (**) Logitech USB Receiver: always reports core events
    [ 45267.676] (**) Logitech USB Receiver: Device: "/dev/input/event6"
    [ 45267.685] (--) Logitech USB Receiver: Found 12 mouse buttons
    [ 45267.685] (--) Logitech USB Receiver: Found scroll wheel(s)
    [ 45267.685] (--) Logitech USB Receiver: Found relative axes
    [ 45267.685] (--) Logitech USB Receiver: Found x and y relative axes
    [ 45267.685] (--) Logitech USB Receiver: Found absolute axes
    [ 45267.685] (--) Logitech USB Receiver: Found keys
    [ 45267.685] (II) Logitech USB Receiver: Configuring as mouse
    [ 45267.685] (II) Logitech USB Receiver: Configuring as keyboard
    [ 45267.685] (II) Logitech USB Receiver: Adding scrollwheel support
    [ 45267.685] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 45267.685] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 45267.685] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb4/4-3/4-3:1.1/input/input6/event6"
    [ 45267.685] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    [ 45267.685] (**) Option "xkb_rules" "evdev"
    [ 45267.685] (**) Option "xkb_model" "evdev"
    [ 45267.685] (**) Option "xkb_layout" "se"
    [ 45267.685] (II) Logitech USB Receiver: initialized for relative axes.
    [ 45267.685] (WW) Logitech USB Receiver: ignoring absolute axes.
    [ 45267.686] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 45267.686] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 45267.686] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 45267.686] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 45267.686] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 45267.686] (II) No input driver/identifier specified (ignoring)
    [ 45267.687] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
    [ 45267.687] (II) No input driver/identifier specified (ignoring)
    [ 45267.692] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
    [ 45267.692] (II) No input driver/identifier specified (ignoring)

    I seem to have been unclear in my original post. Setting it in Gnome 3 would all be fine and dandy, however although Gnome 3 was installed (upgraded from 2.x), I use fvwm. Gtk etc is still used but I don't see why upgrading a DE I don't use would impair another WM from using the X11 DPI settings. Also changing that setting in Gnome 3 does not affect neither the login screen (GDM) nor anything in fvwm.

  • Issues with Arch, xorg and Asus eee 4G 701

    Hello, this is my first post here
    I installed Arch 2009.02 on my Asus eee 701(4G), the installation went well and the system was up and running within minutes. I configured the wireless card (Atheros) which arch supported out-of-the-box and updated the system with pacman -Syu. Then, I installed the intel driver for the vga of the eee and attempted to configure X.
    The issues started at this point. "Xorg -configure" appeared to work, but when I did "X -config /root/xorg.conf.new" all I could see was the mouse cursor as an X and nothing more. The touchpad didn't respond and nothing worked.
    Then, I tried using "xorgcfg" but even though the screen worked great (I could see the stuff displayed), the system couldn't receive any input from the touchpad and thus the result was just a little bit better than with "Xorg -configure". I tried to reboot and use a USB mouse to see if the cursor responded but to no avail...
    As a last resort, I decided to use the xorg.conf found on the eee page of the archwiki. I downloaded it in my PC, saved it and used wget to move it from my ftp server to the eee. I moved it to /etc/X11/ as xorg.conf and attempted to run "X -config /etc/X11/xorg.conf" to see if it worked. Unfortunately, no result. xorg attempted to start and then quit with the error "Fatal server error:  no screens found".
    That's pretty much it... I have no idea what to do next or why the xorg.conf found in the Arch wiki doesn't work... Any suggestions would be really appreciated...
    Last edited by DreamAxe (2009-02-19 08:23:39)

    I did what you suggested above, but it still fails. Then I studied the log and I found this:
    Parse error on line 10 of section files in file /etc/X11/xorg.conf
    "RgbPath" is not a valid keyboard in this section
    Any suggestions on how to solve this?
    EDIT: OK, the discussion page on the Archwiki helped. All I had to do was remove the  'RgbPath "/usr/share/X11/rgb"' line and xorg worked flawlessly
    Last edited by DreamAxe (2009-02-20 05:03:26)

  • 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?

  • [solved]black screen with xorg 1.6 after resume (intel)

    after upgrading to xorg-server 1.6 no matter if i use s2ram or s2disk, first resume works fine, the second suspend and resume results in a black screen without any chance to swich to any tty.
    i have read about bug like this which was resolved with using intel legacy driver. however my problem still occures.
    maybe there is some module i should load/unload/reload on hibernate/wake-up?
    here is my xorg.conf, lspci, Xorg.0.log.old (the one i had to kill with black screen) and Xorg.0.log
    xorg.conf
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "DontZap" "false"
    EndSection
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Cursor" "SendCoreEvents"
    InputDevice "Stylus" "SendCoreEvents"
    InputDevice "Eraser" "SendCoreEvents"
    EndSection
    Section "InputDevice"
    Identifier "Cursor"
    Driver "wacom"
    Option "Device" "/dev/ttyS0"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4"
    Option "KeepShape" "on"
    Option "Mode" "Absolute"
    Option "BottomY" "18432"
    Option "BottomX" "24576"
    EndSection
    Section "InputDevice"
    Identifier "Stylus"
    Driver "wacom"
    Option "Device" "/dev/ttyS0"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"
    Option "KeepShape" "on"
    Option "TPCButton" "off"
    Option "BottomY" "18432"
    Option "BottomX" "24576"
    Option "Mode" "Absolute"
    EndSection
    Section "InputDevice"
    Identifier "Eraser"
    Driver "wacom"
    Option "Device" "/dev/ttyS0"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"
    Option "KeepShape" "on"
    Option "BottomY" "18432"
    Option "BottomX" "24576"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/local"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "xtrap"
    Load "dbe"
    Load "dri"
    Load "glx"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "base"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de, ru"
    Option "XkbVariant" "nodeadkeys, winkeys"
    Option "XkbOptions" "grp:caps_toggle"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    Option "FramebufferCompression" "on"
    Option "AccelMethod" "EXA"
    Option "Tiling" "on"
    Option "TrippleBuffer" "true"
    Option "MigrationHeuristic" "greedy"
    Option "RenderAccel" "true"
    Option "ExaNoComposite" "false"
    Option "EnablePageFlip" "true"
    Option "DRI" "on"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "dri"
    Mode 0666
    EndSection
    lspci
    00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
    00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
    00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
    00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
    00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
    02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)
    04:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)
    04:00.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 13)
    04:02.0 Ethernet controller: Atheros Communications Inc. AR5212 802.11abg NIC (rev 01)
    Xorg.0.log
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux thinky 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 10 April 2009 07:03:14PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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: Tue Apr 14 19:27:54 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Cursor"
    (**) |-->Input Device "Stylus"
    (**) |-->Input Device "Eraser"
    (**) Option "DontZap" "false"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/local,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xa0080000/524288, 0xc0000000/268435456, 0xa0000000/262144, I/O @ 0x00001800/8
    (--) PCI: (0@0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0x68000000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[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) "record" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "xtrap"
    (WW) Warning, couldn't open module xtrap
    (II) UnloadModule: "xtrap"
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "wacom"
    (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
    (II) Module wacom: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Wacom driver level: 47-0.8.3-2 $
    (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, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (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.6.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "AccelMethod" "EXA"
    (**) intel(0): Option "DRI" "on"
    (**) intel(0): Option "FramebufferCompression" "on"
    (**) intel(0): Option "Tiling" "on"
    (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 0xA0080000
    (II) intel(0): 2 display pipes available.
    (**) intel(0): Using EXA for acceleration
    (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 Monitor0
    (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.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (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
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x768
    (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): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(0): DPI set to (96, 96)
    (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.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.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 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x00000203
    (WW) intel(0): PIPEASTAT before: status:
    (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (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] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 363776 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1455100 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    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
    (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 mapped by ddx driver
    (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
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): [drm] Registers = 0xa0080000
    (II) intel(0): [drm] ring buffer = 0xc0000000
    (II) intel(0): [drm] mapped front buffer at 0xc0800000, handle = 0xc0800000
    (II) intel(0): [drm] mapped back buffer at 0xc1800000, handle = 0xc1800000
    (II) intel(0): [drm] mapped depth buffer at 0xc1c00000, handle = 0xc1c00000
    (II) intel(0): [drm] mapped classic textures at 0xc2000000, handle = 0xc2000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (**) intel(0): Option "MigrationHeuristic" "greedy"
    (**) intel(0): Option "EXANoComposite" "false"
    (II) EXA(0): Offscreen pixmap area of 12582912 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): [DRI] installation complete
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00800000 (pgoffset 2048)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c00000 (pgoffset 3072)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01800000 (pgoffset 6144)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01c00000 (pgoffset 7168)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x02000000 (pgoffset 8192)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000005f820000 physical
    (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000005fe20000 physical
    (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000005fe21000 physical
    (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
    (II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000005fe33000 physical
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x00800000-0x00bfffff: front buffer (4096 kB) X tiled
    (II) intel(0): 0x00c00000-0x017fffff: exa offscreen (12288 kB)
    (II) intel(0): 0x01800000-0x01bfffff: back buffer (4096 kB) X tiled
    (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (4096 kB) X tiled
    (II) intel(0): 0x02000000-0x03ffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled 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 none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TV is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (WW) intel(0): Option "TrippleBuffer" is not used
    (WW) intel(0): Option "RenderAccel" is not used
    (WW) intel(0): Option "EnablePageFlip" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (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 270 x 203
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/input/mice"
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse0: Buttons: 11
    (**) Mouse0: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) filter chain progression: 2.00
    (**) Mouse0: (accel) filter stage 0: 20.00 ms
    (**) Mouse0: (accel) set acceleration profile 0
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "base"
    (**) Keyboard0: XkbRules: "base"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "de, ru"
    (**) Keyboard0: XkbLayout: "de, ru"
    (**) Option "XkbVariant" "nodeadkeys, winkeys"
    (**) Keyboard0: XkbVariant: "nodeadkeys, winkeys"
    (**) Option "XkbOptions" "grp:caps_toggle"
    (**) Keyboard0: XkbOptions: "grp:caps_toggle"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (**) Option "SendCoreEvents"
    (**) Cursor: always reports core events
    (**) Cursor device is /dev/ttyS0
    (**) Cursor is in absolute mode
    (**) Cursor: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Cursor: keeps shape
    (**) Option "BottomX" "24576"
    (**) Cursor: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Cursor: bottom y = 18432
    (**) Option "BaudRate" "9600"
    (**) Cursor: serial speed 9600
    (II) XINPUT: Adding extended input device "Cursor" (type: Wacom Cursor)
    (**) Option "Device" "/dev/ttyS0"
    (**) Option "StopBits" "1"
    (**) Option "DataBits" "8"
    (**) Option "Parity" "None"
    (**) Option "Vmin" "1"
    (**) Option "Vtime" "10"
    (**) Option "FlowControl" "Xoff"
    usbDetect: can not ioctl version
    (==) Wacom using pressure threshold of 15 for button 1
    (==) Wacom General ISDV4 tablet speed=9600 (19200) maxX=24576 maxY=18432 maxZ=255 resX=2540 resY=2540 tilt=disabled
    (==) Wacom device "Cursor" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Stylus: always reports core events
    (**) Stylus device is /dev/ttyS0
    (**) Stylus is in absolute mode
    (**) Stylus: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Stylus: keeps shape
    (**) Option "BottomX" "24576"
    (**) Stylus: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Stylus: bottom y = 18432
    (**) Stylus: threshold = 15
    (**) Stylus: max x set to 24576 by xorg.conf
    (**) Stylus: max y set to 18432 by xorg.conf
    (**) Stylus: max z = 255
    (**) Option "TPCButton" "off"
    (**) Option "BaudRate" "9600"
    (**) Stylus: serial speed 9600
    (II) XINPUT: Adding extended input device "Stylus" (type: Wacom Stylus)
    (==) Wacom device "Stylus" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Eraser: always reports core events
    (**) Eraser device is /dev/ttyS0
    (**) Eraser is in absolute mode
    (**) Eraser: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Eraser: keeps shape
    (**) Option "BottomX" "24576"
    (**) Eraser: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Eraser: bottom y = 18432
    (**) Eraser: threshold = 15
    (**) Eraser: max x set to 24576 by xorg.conf
    (**) Eraser: max y set to 18432 by xorg.conf
    (**) Eraser: max z = 255
    (**) Option "BaudRate" "9600"
    (**) Eraser: serial speed 9600
    (II) XINPUT: Adding extended input device "Eraser" (type: Wacom Eraser)
    (==) Wacom device "Eraser" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (II) config/hal: Adding input device ThinkPad Extra Buttons
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Wacom Serial Tablet PC Pen Tablet/Digitizer
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device TPPS/2 IBM TrackPoint
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    Xorg.0.log.old
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux thinky 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 10 April 2009 07:03:14PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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: Tue Apr 14 19:27:40 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Cursor"
    (**) |-->Input Device "Stylus"
    (**) |-->Input Device "Eraser"
    (**) Option "DontZap" "false"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/local,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xa0080000/524288, 0xc0000000/268435456, 0xa0000000/262144, I/O @ 0x00001800/8
    (--) PCI: (0@0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0x68000000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[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) "record" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "xtrap"
    (WW) Warning, couldn't open module xtrap
    (II) UnloadModule: "xtrap"
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "wacom"
    (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
    (II) Module wacom: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Wacom driver level: 47-0.8.3-2 $
    (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, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (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.6.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "AccelMethod" "EXA"
    (**) intel(0): Option "DRI" "on"
    (**) intel(0): Option "FramebufferCompression" "on"
    (**) intel(0): Option "Tiling" "on"
    (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 0xA0080000
    (II) intel(0): 2 display pipes available.
    (**) intel(0): Using EXA for acceleration
    (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 Monitor0
    (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.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (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
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x768
    (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): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(0): DPI set to (96, 96)
    (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.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.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 0xd0000009
    (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 0x10000000 to 0x000c0c00
    (WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
    (WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
    (WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
    (WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
    (WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
    (WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
    (WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000
    (WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
    (WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
    (WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
    (WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
    (WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
    (WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
    (WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
    (WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
    (WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
    (WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
    (WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
    (WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088
    (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8
    (WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
    (WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
    (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x800010bb
    (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
    (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
    (WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
    (WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
    (WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
    (WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
    (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] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 363776 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1455100 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    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
    (II) [drm] loaded kernel module for "i915" driver.
    (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 mapped by ddx driver
    (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
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): [drm] Registers = 0xa0080000
    (II) intel(0): [drm] ring buffer = 0xc0000000
    (II) intel(0): [drm] mapped front buffer at 0xc0800000, handle = 0xc0800000
    (II) intel(0): [drm] mapped back buffer at 0xc1800000, handle = 0xc1800000
    (II) intel(0): [drm] mapped depth buffer at 0xc1c00000, handle = 0xc1c00000
    (II) intel(0): [drm] mapped classic textures at 0xc2000000, handle = 0xc2000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (**) intel(0): Option "MigrationHeuristic" "greedy"
    (**) intel(0): Option "EXANoComposite" "false"
    (II) EXA(0): Offscreen pixmap area of 12582912 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): [DRI] installation complete
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00800000 (pgoffset 2048)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c00000 (pgoffset 3072)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01800000 (pgoffset 6144)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01c00000 (pgoffset 7168)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x02000000 (pgoffset 8192)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000005f820000 physical
    (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000005fe20000 physical
    (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000005fe21000 physical
    (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
    (II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000005fe33000 physical
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x00800000-0x00bfffff: front buffer (4096 kB) X tiled
    (II) intel(0): 0x00c00000-0x017fffff: exa offscreen (12288 kB)
    (II) intel(0): 0x01800000-0x01bfffff: back buffer (4096 kB) X tiled
    (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (4096 kB) X tiled
    (II) intel(0): 0x02000000-0x03ffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled 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 none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TV is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (WW) intel(0): Option "TrippleBuffer" is not used
    (WW) intel(0): Option "RenderAccel" is not used
    (WW) intel(0): Option "EnablePageFlip" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (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 270 x 203
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/input/mice"
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse0: Buttons: 11
    (**) Mouse0: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) filter chain progression: 2.00
    (**) Mouse0: (accel) filter stage 0: 20.00 ms
    (**) Mouse0: (accel) set acceleration profile 0
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "base"
    (**) Keyboard0: XkbRules: "base"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "de, ru"
    (**) Keyboard0: XkbLayout: "de, ru"
    (**) Option "XkbVariant" "nodeadkeys, winkeys"
    (**) Keyboard0: XkbVariant: "nodeadkeys, winkeys"
    (**) Option "XkbOptions" "grp:caps_toggle"
    (**) Keyboard0: XkbOptions: "grp:caps_toggle"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (**) Option "SendCoreEvents"
    (**) Cursor: always reports core events
    (**) Cursor device is /dev/ttyS0
    (**) Cursor is in absolute mode
    (**) Cursor: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Cursor: keeps shape
    (**) Option "BottomX" "24576"
    (**) Cursor: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Cursor: bottom y = 18432
    (**) Option "BaudRate" "9600"
    (**) Cursor: serial speed 9600
    (II) XINPUT: Adding extended input device "Cursor" (type: Wacom Cursor)
    (**) Option "Device" "/dev/ttyS0"
    (**) Option "StopBits" "1"
    (**) Option "DataBits" "8"
    (**) Option "Parity" "None"
    (**) Option "Vmin" "1"
    (**) Option "Vtime" "10"
    (**) Option "FlowControl" "Xoff"
    usbDetect: can not ioctl version
    (==) Wacom using pressure threshold of 15 for button 1
    (==) Wacom General ISDV4 tablet speed=9600 (19200) maxX=24576 maxY=18432 maxZ=255 resX=2540 resY=2540 tilt=disabled
    (==) Wacom device "Cursor" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Stylus: always reports core events
    (**) Stylus device is /dev/ttyS0
    (**) Stylus is in absolute mode
    (**) Stylus: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Stylus: keeps shape
    (**) Option "BottomX" "24576"
    (**) Stylus: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Stylus: bottom y = 18432
    (**) Stylus: threshold = 15
    (**) Stylus: max x set to 24576 by xorg.conf
    (**) Stylus: max y set to 18432 by xorg.conf
    (**) Stylus: max z = 255
    (**) Option "TPCButton" "off"
    (**) Option "BaudRate" "9600"
    (**) Stylus: serial speed 9600
    (II) XINPUT: Adding extended input device "Stylus" (type: Wacom Stylus)
    (==) Wacom device "Stylus" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Eraser: always reports core events
    (**) Eraser device is /dev/ttyS0
    (**) Eraser is in absolute mode
    (**) Eraser: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Eraser: keeps shape
    (**) Option "BottomX" "24576"
    (**) Eraser: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Eraser: bottom y = 18432
    (**) Eraser: threshold = 15
    (**) Eraser: max x set to 24576 by xorg.conf
    (**) Eraser: max y set to 18432 by xorg.conf
    (**) Eraser: max z = 255
    (**) Option "BaudRate" "9600"
    (**) Eraser: serial speed 9600
    (II) XINPUT: Adding extended input device "Eraser" (type: Wacom Eraser)
    (==) Wacom device "Eraser" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (II) UnloadModule: "mouse"
    (II) UnloadModule: "kbd"
    (II) UnloadModule: "wacom"
    (II) UnloadModule: "wacom"
    (II) UnloadModule: "wacom"
    (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) intel(0): [drm] removed 1 reserved context for kernel
    (II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf8079000 at 0xb78f7000
    (II) intel(0): [drm] Closed DRM master.
    anyone clue?
    Last edited by lynucs (2009-05-09 18:38:01)

    took a look into everything.log.
    that line looks pretty suspicious:
    kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    it occures around the time i did the last resume.
    here is a relevant snippet from everything.log:
    Apr 14 18:35:57 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 18:35:58 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 18:36:00 thinky acpid: client connected from 9040[0:0]
    Apr 14 18:36:00 thinky acpid: 1 client rule loaded
    Apr 14 18:38:04 thinky ntpd[6265]: adjusting local clock by -87.862975s
    Apr 14 18:42:04 thinky ntpd[6265]: adjusting local clock by -87.769493s
    Apr 14 18:42:55 thinky acpid: client 6223[0:0] has disconnected
    Apr 14 18:42:55 thinky logger: ACPI group/action undefined: ibm/hotkey / HKEY
    Apr 14 18:42:57 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 18:43:07 thinky kernel: PM: Syncing filesystems ... done.
    Apr 14 18:43:07 thinky kernel: Freezing user space processes ... (elapsed 0.01 seconds) done.
    Apr 14 18:43:07 thinky kernel: Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
    Apr 14 18:43:07 thinky kernel: Suspending console(s) (use no_console_suspend to debug)
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: power state changed by ACPI to D3
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Stopping disk
    Apr 14 18:43:07 thinky kernel: serial 00:09: disabled
    Apr 14 18:43:07 thinky kernel: ath5k 0000:04:02.0: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: ACPI handle has no context!
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: PME# disabled
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: PCI INT B disabled
    Apr 14 18:43:07 thinky kernel: ACPI handle has no context!
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: PME# enabled
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PCI INT D disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PME# disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: power state changed by ACPI to D3
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: PCI INT D disabled
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: PCI INT C disabled
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: PCI INT B disabled
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: ACPI: Preparing to enter system sleep state S3
    Apr 14 18:43:07 thinky kernel: Disabling non-boot CPUs ...
    Apr 14 18:43:07 thinky kernel: Extended CMOS year: 2000
    Apr 14 18:43:07 thinky kernel: Intel machine check architecture supported.
    Apr 14 18:43:07 thinky kernel: Intel machine check reporting enabled on CPU#0.
    Apr 14 18:43:07 thinky kernel: Back to C!
    Apr 14 18:43:07 thinky kernel: Extended CMOS year: 2000
    Apr 14 18:43:07 thinky kernel: Force enabled HPET at resume
    Apr 14 18:43:07 thinky kernel: ------------[ cut here ]------------
    Apr 14 18:43:07 thinky kernel: WARNING: at kernel/hrtimer.c:625 hres_timers_resume+0x41/0x50()
    Apr 14 18:43:07 thinky kernel: Hardware name: 1866WBA
    Apr 14 18:43:07 thinky kernel: hres_timers_resume() called with IRQs enabled!Modules linked in: ipv6 aes_i586 aes_generic i915 drm i2c_algo_bit ext2 pcmcia psmouse thinkpad_acpi rfkill nvram i2c_i801 serio_raw iTCO_wdt iTCO_vendor_support i2c_core sg yenta_socket rsrc_nonstatic sdhci_pci sdhci pcmcia_core mmc_core video output uhci_hcd ehci_hcd usbcore intel_agp agpgart evdev thermal fan button battery ac fuse snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore ac97_bus ath_pci wlan ath_hal(P) arc4 ecb ath5k mac80211 led_class cfg80211 tg3 libphy cpufreq_powersave cpufreq_ondemand cpufreq_conservative acpi_cpufreq freq_table processor rtc_cmos rtc_core rtc_lib ext3 jbd mbcache sd_mod ata_piix ahci ata_generic pata_acpi libata scsi_mod
    Apr 14 18:43:07 thinky kernel: Pid: 9512, comm: s2ram Tainted: P 2.6.29-ARCH #1
    Apr 14 18:43:07 thinky kernel: Call Trace:
    Apr 14 18:43:07 thinky kernel: [<c012f9d7>] warn_slowpath+0x87/0xe0
    Apr 14 18:43:07 thinky kernel: [<c011ec25>] default_spin_lock_flags+0x5/0x10
    Apr 14 18:43:07 thinky kernel: [<c01164d0>] lapic_next_event+0x10/0x20
    Apr 14 18:43:07 thinky kernel: [<c01500e3>] clockevents_program_event+0xa3/0x170
    Apr 14 18:43:07 thinky kernel: [<c0151312>] tick_dev_program_event+0x32/0xb0
    Apr 14 18:43:07 thinky kernel: [<c0150447>] tick_notify+0x97/0x3c0
    Apr 14 18:43:07 thinky kernel: [<c01491a6>] notifier_call_chain+0x36/0x70
    Apr 14 18:43:07 thinky kernel: [<c0147ea1>] hres_timers_resume+0x41/0x50
    Apr 14 18:43:07 thinky kernel: [<c014cc3a>] timekeeping_resume+0x11a/0x140
    Apr 14 18:43:07 thinky kernel: [<c0299d91>] __sysdev_resume+0x11/0x50
    Apr 14 18:43:07 thinky kernel: [<c0299e0f>] sysdev_resume+0x3f/0x70
    Apr 14 18:43:07 thinky kernel: [<c015b410>] suspend_devices_and_enter+0x160/0x190
    Apr 14 18:43:07 thinky kernel: [<c015bb7f>] freeze_processes+0x4f/0xa0
    Apr 14 18:43:07 thinky kernel: [<c015b58a>] enter_state+0xfa/0x150
    Apr 14 18:43:07 thinky kernel: [<c015b674>] state_store+0x94/0xd0
    Apr 14 18:43:07 thinky kernel: [<c015b5e0>] state_store+0x0/0xd0
    Apr 14 18:43:07 thinky kernel: [<c0224a74>] kobj_attr_store+0x24/0x30
    Apr 14 18:43:07 thinky kernel: [<c01f3351>] sysfs_write_file+0xa1/0x100
    Apr 14 18:43:07 thinky kernel: [<c01f32b0>] sysfs_write_file+0x0/0x100
    Apr 14 18:43:07 thinky kernel: [<c01a8df0>] vfs_write+0xa0/0x160
    Apr 14 18:43:07 thinky kernel: [<c01a8f81>] sys_write+0x41/0x80
    Apr 14 18:43:07 thinky kernel: [<c0103ea3>] sysenter_do_call+0x12/0x2f
    Apr 14 18:43:07 thinky kernel: ---[ end trace 2b9e3dc85bad025f ]---
    Apr 14 18:43:07 thinky kernel: agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x900106, writing 0x20900106)
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.1: restoring config space at offset 0x4 (was 0x0, writing 0x68000000)
    Apr 14 18:43:07 thinky kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x7 (was 0xf0, writing 0x200000f0)
    Apr 14 18:43:07 thinky kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100107, writing 0x100507)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: restoring config space at offset 0x8 (was 0x1, writing 0x1821)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: restoring config space at offset 0xf (was 0x200, writing 0x20b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: restoring config space at offset 0x8 (was 0x1, writing 0x1841)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: restoring config space at offset 0xf (was 0x300, writing 0x30b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: restoring config space at offset 0x8 (was 0x1, writing 0x1861)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: restoring config space at offset 0xf (was 0x400, writing 0x40b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: restoring config space at offset 0x8 (was 0x1, writing 0x1881)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: restoring config space at offset 0xf (was 0x400, writing 0x40b)
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: restoring config space at offset 0x4 (was 0x0, writing 0xa0040000)
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900102)
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: restoring config space at offset 0x1 (was 0x2900007, writing 0x2900003)
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: restoring config space at offset 0xc (was 0x0, writing 0xac820000)
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: restoring config space at offset 0x1 (was 0x100102, writing 0x100106)
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: restoring config space at offset 0x4 (was 0x0, writing 0xa0211000)
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: restoring config space at offset 0x3 (was 0x800000, writing 0x804000)
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100106)
    Apr 14 18:43:07 thinky kernel: ath5k 0000:04:02.0: restoring config space at offset 0x3 (was 0x5008, writing 0xa808)
    Apr 14 18:43:07 thinky kernel: ACPI: Waking up from system sleep state S3
    Apr 14 18:43:07 thinky kernel: ACPI: EC: non-query interrupt received, switching to interrupt mode
    Apr 14 18:43:07 thinky kernel: agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x900106, writing 0x20900106)
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: PME# disabled
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.1: PME# disabled
    Apr 14 18:43:07 thinky kernel: pcieport-driver 0000:00:1c.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb2: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb3: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb4: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb5: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PME# disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PME# disabled
    Apr 14 18:43:07 thinky kernel: pci 0000:00:1e.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: restoring config space at offset 0xc (was 0x0, writing 0xac820000)
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: PME# disabled
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Apr 14 18:43:07 thinky kernel: ath5k 0000:04:02.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    Apr 14 18:43:07 thinky kernel: serial 00:09: activated
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Starting disk
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/03:45:00:00:00:a0 filtered out
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
    Apr 14 18:43:07 thinky kernel: ata1.00: configured for UDMA/100
    Apr 14 18:43:07 thinky kernel: ata1.00: configured for UDMA/100
    Apr 14 18:43:07 thinky kernel: ata1: EH complete
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors: (40.0 GB/37.2 GiB)
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write Protect is off
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors: (40.0 GB/37.2 GiB)
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write Protect is off
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Apr 14 18:43:07 thinky kernel: usb 4-2: reset full speed USB device using uhci_hcd and address 2
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: Restarting tasks ... done.
    Apr 14 18:43:07 thinky acpid: client 9040[0:0] has disconnected
    Apr 14 18:43:07 thinky logger: ACPI group/action undefined: processor / CPU
    Apr 14 18:43:07 thinky acpid: client connected from 9040[0:0]
    Apr 14 18:43:07 thinky acpid: 1 client rule loaded
    Apr 14 18:43:08 thinky dhcpcd[7651]: wlan0: carrier lost
    Apr 14 18:43:08 thinky kernel: wlan0: deauthenticating by local choice (reason=14)
    Apr 14 18:43:08 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 1
    Apr 14 18:43:09 thinky kernel: ath5k phy0: noise floor calibration timeout (2452MHz)
    Apr 14 18:43:13 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 1
    Apr 14 18:43:13 thinky kernel: wlan0 direct probe responded
    Apr 14 18:43:13 thinky kernel: wlan0: authenticate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:13 thinky kernel: wlan0: authenticated
    Apr 14 18:43:13 thinky kernel: wlan0: associate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:13 thinky kernel: wlan0: deauthenticated (Reason: 1)
    Apr 14 18:43:14 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 2
    Apr 14 18:43:14 thinky kernel: wlan0 direct probe responded
    Apr 14 18:43:14 thinky kernel: wlan0: authenticate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:14 thinky kernel: wlan0: authenticated
    Apr 14 18:43:14 thinky kernel: wlan0: associate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:14 thinky kernel: wlan0: deauthenticated (Reason: 1)
    Apr 14 18:43:15 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 3
    Apr 14 18:43:15 thinky kernel: wlan0 direct probe responded
    Apr 14 18:43:15 thinky kernel: wlan0: authenticate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:15 thinky kernel: wlan0: authenticated
    Apr 14 18:43:15 thinky kernel: wlan0: associate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:15 thinky kernel: wlan0: deauthenticated (Reason: 1)
    Apr 14 18:43:16 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b timed out
    Apr 14 18:43:19 thinky logger: ACPI group/action undefined: ibm/hotkey / HKEY
    Apr 14 18:43:19 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 19:27:27 thinky syslog-ng[5106]: syslog-ng starting up; version='3.0.1'
    Apr 14 19:27:27 thinky kernel: Linux version 2.6.29-ARCH (root@T-POWA-LX) (gcc version 4.3.3 (GCC) ) #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009
    Apr 14 19:27:27 thinky kernel: KERNEL supported cpus:
    Apr 14 19:27:27 thinky kernel: Intel GenuineIntel

  • Logitech Marble Mouse and Xorg 1.8

    With the update to xorg 1.8, fdi files in /etc/hal/fdi/policy are no longer being used.
    I created a workaround for my Marble Mouse by creating a file named /etc/X11/xorg.conf.d/10-marblemouse.conf
    Then I added the following cote to it:
    Section "InputClass"
    Identifier "Marble Mouse"
    MatchProduct "Logitech USB Trackball"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "ButtonMapping" "1 9 3 4 5 6 7 8 2"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "8"
    Option "ZAxisMapping" "4 5"
    Option "XAxisMapping" "6 7"
    Option "Emulate3Buttons" "false"
    EndSection
    I know the xorg.conf.d directory should be left for .conf snippets from the distro maintainers.  I hope the above helps someone get their Marble Mouse working. 
    Now that I have it working as a snippet I'm going to try making the change to xorg.conf and see if that works.

    Perhaps a bit off-topic though on the topic of trackballs... My Kensington Expert Mouse worked nicely in Xorg 1.8 without configuration. The only problem was that I prefer the two upper buttons reversed. Here is the xorg.conf section for configuring it:
    Section "InputClass"
    Identifier "Kensington Expert Mouse"
    Driver "evdev"
    MatchIsPointer "on"
    MatchProduct "Kensington Expert Mouse"
    MatchVendor "Kensington"
    MatchDevicePath "/dev/input/event*"
    Option "CorePointer"
    # Upper buttons: left=browser back, right=middle click
    Option "ButtonMapping" "1 8 3 4 5 6 7 2"
    EndSection
    Last edited by wulax (2010-06-22 09:33:17)

  • [SOLVED] intel 855GM, Xorg 1.6.1 and black screen

    Just installed Arch on my desktop and have the following problem:
    I have generated x.conf.new using X -configure and that resulted in two Device sections for
    cards - "0:2:0" and "0:2:1" Bus ID. With this configuration X refused to load with message
    "Can not set Bus ID", buy either removing section with "0:2:1" completely or by just removing
    "Bus ID" parameter I was able to start X, but it presents only black screen and hangs.
    I have seen several issues like mine on this boards but neither has a solution to fix my problem:
    1) I tried to switch to xf86-video-intel-legacy - same behavior
    2) Tried to use i810 driver instead of intel - "no devices found"
    3) Tried to start X without config file (only using hal) - just hangs badly, black screen and non responsive
    4) Tried disabling autoconfiguration - black screen
    5) Tried disabling DRI - black screen
    6) Tried switching to XAA - black screen
    7) Tried "ForceEnablePipeA "true" - black screen
    8) Tried ignoring one of the monitors using "monitor-VGA", "monitor-LVDS" in device section - black screen
    Anything else I can try? Video Adapter is Intel 82852/855GM at 00:02.0
    Xorg log file with "ModeDebug" true
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux darkzone-mobile 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 29 14:25:30 UTC 2009 i686
    Build Date: 15 April 2009 11:09:10AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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: Sat May 9 20:32:36 2009
    (++) Using config file: "xorg.conf.new"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Internal LCD"
    (**) | |-->Device "Card0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xf0000000/134217728, 0xfeb00000/524288, I/O @ 0x0000dc00/8
    (--) PCI: (0@0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe8000000/134217728, 0xfea80000/524288
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[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) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.6.3
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (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, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33,
    Mobile IntelВ® GM45 Express Chipset,
    Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (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.6.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "AccelMethod" "XAA"
    (**) intel(0): Option "DRI" "False"
    (**) intel(0): Option "ModeDebug" "True"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GM
    (--) intel(0): Chipset: "852GM/855GM"
    (--) intel(0): Linear framebuffer at 0xF0000000
    (--) intel(0): IO registers at addr 0xFEB00000
    (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
    (**) intel(0): Using XAA for acceleration
    (II) intel(0): Hardware state on X startup:
    (II) intel(0): DumpRegsBegin
    (II) intel(0): CHDECMISC: 0x00000000 (none, ch2 enh disabled, ch1 enh disabled, ch0 enh disabled, flex disabled, ep not present)
    (II) intel(0): C0DRB0: 0x00000000 (0x0000)
    (II) intel(0): C0DRB1: 0x00000000 (0x0000)
    (II) intel(0): C0DRB2: 0x00000000 (0x0000)
    (II) intel(0): C0DRB3: 0x00000000 (0x0000)
    (II) intel(0): C1DRB0: 0x00000000 (0x0000)
    (II) intel(0): C1DRB1: 0x00000000 (0x0000)
    (II) intel(0): C1DRB2: 0x00000000 (0x0000)
    (II) intel(0): C1DRB3: 0x00000000 (0x0000)
    (II) intel(0): C0DRA01: 0x00000000 (0x0000)
    (II) intel(0): C0DRA23: 0x00000000 (0x0000)
    (II) intel(0): C1DRA01: 0x00000000 (0x0000)
    (II) intel(0): C1DRA23: 0x00000000 (0x0000)
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
    (II) intel(0): VCLK_POST_DIV: 0x0000888b (vga0 p1 = 13, p2 = 4, vga1 p1 = 10, p2 = 4)
    (II) intel(0): DPLL_TEST: 0x00000000 (, DPLLA input buffer disabled, DPLLB input buffer disabled)
    (II) intel(0): CACHE_MODE_0: 0x00000000
    (II) intel(0): D_STATE: 0x0000030f
    (II) intel(0): DSPCLK_GATE_D: 0x00000000 (clock gates disabled:)
    (II) intel(0): RENCLK_GATE_D1: 0x00000000
    (II) intel(0): RENCLK_GATE_D2: 0x00000000
    (II) intel(0): SDVOB: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOC: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOUDI: 0x00000000
    (II) intel(0): DSPARB: 0x00015455
    (II) intel(0): DSPFW1: 0x00000000
    (II) intel(0): DSPFW2: 0x00000000
    (II) intel(0): DSPFW3: 0x00000000
    (II) intel(0): ADPA: 0x00001c18 (disabled, pipe A, +hsync, +vsync)
    (II) intel(0): LVDS: 0xc0000300 (enabled, pipe B, 18 bit, 1 channel)
    (II) intel(0): DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOB: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOC: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOA_SRCDIM: 0x00000000
    (II) intel(0): DVOB_SRCDIM: 0x00000000
    (II) intel(0): DVOC_SRCDIM: 0x00000000
    (II) intel(0): PP_CONTROL: 0x00000001 (power target: on)
    (II) intel(0): PP_STATUS: 0xc0000008 (on, ready, sequencing idle)
    (II) intel(0): PP_ON_DELAYS: 0x019007d0
    (II) intel(0): PP_OFF_DELAYS: 0x01f407d0
    (II) intel(0): PP_DIVISOR: 0x00270f04
    (II) intel(0): PFIT_CONTROL: 0x80000668
    (II) intel(0): PFIT_PGM_RATIOS: 0x00000000
    (II) intel(0): PORT_HOTPLUG_EN: 0x00000000
    (II) intel(0): PORT_HOTPLUG_STAT: 0x00000000
    (II) intel(0): DSPACNTR: 0x00000000 (disabled, pipe A)
    (II) intel(0): DSPASTRIDE: 0x00000000 (0 bytes)
    (II) intel(0): DSPAPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPASIZE: 0x00000000 (1, 1)
    (II) intel(0): DSPABASE: 0x00000000
    (II) intel(0): DSPASURF: 0x00000000
    (II) intel(0): DSPATILEOFF: 0x00000000
    (II) intel(0): PIPEACONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEASRC: 0x027f01df (640, 480)
    (II) intel(0): PIPEASTAT: 0x80000207 (status: FIFO_UNDERRUN VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
    (II) intel(0): FPA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_A: 0x808b0000 (enabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 13, p2 = 4)
    (II) intel(0): DPLL_A_MD: 0x00000000
    (II) intel(0): HTOTAL_A: 0x031f027f (640 active, 800 total)
    (II) intel(0): HBLANK_A: 0x03170287 (648 start, 792 end)
    (II) intel(0): HSYNC_A: 0x02ef028f (656 start, 752 end)
    (II) intel(0): VTOTAL_A: 0x020c01df (480 active, 525 total)
    (II) intel(0): VBLANK_A: 0x020401e7 (488 start, 517 end)
    (II) intel(0): VSYNC_A: 0x01eb01e9 (490 start, 492 end)
    (II) intel(0): BCLRPAT_A: 0x00000000
    (II) intel(0): VSYNCSHIFT_A: 0x00000000
    (II) intel(0): DSPBCNTR: 0x49000000 (disabled, pipe B)
    (II) intel(0): DSPBSTRIDE: 0x00000280 (640 bytes)
    (II) intel(0): DSPBPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPBSIZE: 0x01df027f (640, 480)
    (II) intel(0): DSPBBASE: 0x00000000
    (II) intel(0): DSPBSURF: 0x00000000
    (II) intel(0): DSPBTILEOFF: 0x00000000
    (II) intel(0): PIPEBCONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEBSRC: 0x027f018f (640, 400)
    (II) intel(0): PIPEBSTAT: 0x80000202 (status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS)
    (II) intel(0): FPB0: 0x00021406 (n = 2, m1 = 20, m2 = 6)
    (II) intel(0): FPB1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_B: 0x90020000 (enabled, non-dvo, default clock, LVDS mode, p1 = 2, p2 = 14)
    (II) intel(0): DPLL_B_MD: 0x00000000
    (II) intel(0): HTOTAL_B: 0x053f03ff (1024 active, 1344 total)
    (II) intel(0): HBLANK_B: 0x053f03ff (1024 start, 1344 end)
    (II) intel(0): HSYNC_B: 0x048c0407 (1032 start, 1165 end)
    (II) intel(0): VTOTAL_B: 0x02700257 (600 active, 625 total)
    (II) intel(0): VBLANK_B: 0x02700257 (600 start, 625 end)
    (II) intel(0): VSYNC_B: 0x0260025a (603 start, 609 end)
    (II) intel(0): BCLRPAT_B: 0x00000000
    (II) intel(0): VSYNCSHIFT_B: 0x00000000
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406
    (II) intel(0): VCLK_POST_DIV: 0x0000888b
    (II) intel(0): VGACNTRL: 0x2204008e (enabled)
    (II) intel(0): TV_CTL: 0x00000000
    (II) intel(0): TV_DAC: 0x00000000
    (II) intel(0): TV_CSC_Y: 0x00000000
    (II) intel(0): TV_CSC_Y2: 0x00000000
    (II) intel(0): TV_CSC_U: 0x00000000
    (II) intel(0): TV_CSC_U2: 0x00000000
    (II) intel(0): TV_CSC_V: 0x00000000
    (II) intel(0): TV_CSC_V2: 0x00000000
    (II) intel(0): TV_CLR_KNOBS: 0x00000000
    (II) intel(0): TV_CLR_LEVEL: 0x00000000
    (II) intel(0): TV_H_CTL_1: 0x00000000
    (II) intel(0): TV_H_CTL_2: 0x00000000
    (II) intel(0): TV_H_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_1: 0x00000000
    (II) intel(0): TV_V_CTL_2: 0x00000000
    (II) intel(0): TV_V_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_4: 0x00000000
    (II) intel(0): TV_V_CTL_5: 0x00000000
    (II) intel(0): TV_V_CTL_6: 0x00000000
    (II) intel(0): TV_V_CTL_7: 0x00000000
    (II) intel(0): TV_SC_CTL_1: 0x00000000
    (II) intel(0): TV_SC_CTL_2: 0x00000000
    (II) intel(0): TV_SC_CTL_3: 0x00000000
    (II) intel(0): TV_WIN_POS: 0x00000000
    (II) intel(0): TV_WIN_SIZE: 0x00000000
    (II) intel(0): TV_FILTER_CTL_1: 0x00000000
    (II) intel(0): TV_FILTER_CTL_2: 0x00000000
    (II) intel(0): TV_FILTER_CTL_3: 0x00000000
    (II) intel(0): TV_CC_CONTROL: 0x00000000
    (II) intel(0): TV_CC_DATA: 0x00000000
    (II) intel(0): TV_H_LUMA_0: 0x00000000
    (II) intel(0): TV_H_LUMA_59: 0x00000000
    (II) intel(0): TV_H_CHROMA_0: 0x00000000
    (II) intel(0): TV_H_CHROMA_59: 0x00000000
    (II) intel(0): FBC_CFB_BASE: 0x00000000
    (II) intel(0): FBC_LL_BASE: 0x00000000
    (II) intel(0): FBC_CONTROL: 0x00000000
    (II) intel(0): FBC_COMMAND: 0x00000000
    (II) intel(0): FBC_STATUS: 0x20000000
    (II) intel(0): FBC_CONTROL2: 0x00000000
    (II) intel(0): FBC_FENCE_OFF: 0x00000000
    (II) intel(0): FBC_MOD_NUM: 0x00000000
    (II) intel(0): MI_MODE: 0x00000000
    (II) intel(0): MI_ARB_STATE: 0x00000000
    (II) intel(0): MI_RDRET_STATE: 0x00000000
    (II) intel(0): ECOSKPD: 0x00000307
    (II) intel(0): DP_B: 0x00000000
    (II) intel(0): DPB_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_C: 0x00000000
    (II) intel(0): DPC_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_D: 0x00000000
    (II) intel(0): DPD_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000
    (II) intel(0): pipe A dot 25153 n 2 m1 18 m2 7 p1 13 p2 4
    (II) intel(0): pipe B dot 50571 n 2 m1 20 m2 6 p1 2 p2 14
    (II) intel(0): DumpRegsEnd
    (II) intel(0): 2 display pipes available.
    (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 External VGA
    (**) intel(0): Option "Ignore" "True"
    (II) intel(0): Output LVDS using monitor section Internal LCD
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): found backlight control method /sys/class/backlight/asus-laptop
    (II) intel(0): I2C bus "DVODDC_D" initialized.
    (II) Loading sub module "sil164"
    (II) LoadModule: "sil164"
    (II) Loading /usr/lib/xorg/modules/drivers//sil164.so
    (II) Module sil164: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): I2C bus "DVOI2C_E" initialized.
    (II) Loading sub module "ch7xxx"
    (II) LoadModule: "ch7xxx"
    (II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so
    (II) Module ch7xxx: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): I2C bus "DVOI2C_E" removed.
    (II) intel(0): I2C bus "DVOI2C_E" initialized.
    (II) Loading sub module "ivch"
    (II) LoadModule: "ivch"
    (II) Loading /usr/lib/xorg/modules/drivers//ivch.so
    (II) Module ivch: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): I2C bus "DVOI2C_E" removed.
    (II) intel(0): I2C bus "DVOI2C_B" initialized.
    (II) Loading sub module "tfp410"
    (II) LoadModule: "tfp410"
    (II) Loading /usr/lib/xorg/modules/drivers//tfp410.so
    (II) Module tfp410: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): I2C bus "DVOI2C_B" removed.
    (II) intel(0): I2C bus "DVOI2C_E" initialized.
    (II) Loading sub module "ch7017"
    (II) LoadModule: "ch7017"
    (II) Loading /usr/lib/xorg/modules/drivers//ch7017.so
    (II) Module ch7017: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): I2C bus "DVOI2C_E" removed.
    (II) intel(0): I2C bus "DVOI2C_E" initialized.
    (II) intel(0): I2C bus "DVOI2C_E" removed.
    (II) intel(0): I2C bus "DVODDC_D" removed.
    (II) intel(0): Resizable framebuffer: not available (0 2)
    (II) intel(0): EDID for output LVDS
    (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
    (II) intel(0): Printing probed modes for output LVDS
    (II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1032 1165 1344 600 603 609 625 (37.5 kHz)
    (II) intel(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
    (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz)
    (II) intel(0): Output LVDS connected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x600
    (II) intel(0): detected 128 kB GTT.
    (II) intel(0): detected 8060 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): DPI set to (96, 96)
    (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.6.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (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.6.1, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.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
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 50176 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 200700 kB available
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 131072 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (WW) intel(0): xf86AllocateGARTMemory: allocation of 1536 pages failed
    (Cannot allocate memory)
    (WW) intel(0): Allocation error, framebuffer compression disabled
    (WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed
    (Cannot allocate memory)
    (II) intel(0): Allocating 3072 scanlines for pixmap cache
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression
    (II) intel(0): Page Flipping disabled
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (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
    16 256x256 slots
    6 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 0x007df000 (pgoffset 2015)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x007e0000 (pgoffset 2016)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x007e4000 (pgoffset 2020)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x007e5000 (pgoffset 2021)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x007e9000 (pgoffset 2025)
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01000000 (pgoffset 4096)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x0011ffff: fake bufmgr (1024 kB)
    (II) intel(0): 0x00120000-0x0012ffff: xaa scratch (64 kB)
    (II) intel(0): 0x007df000: end of stolen memory
    (II) intel(0): 0x007df000-0x007dffff: Core cursor (4 kB, 0x000000000d6b8000 physical
    (II) intel(0): 0x007e0000-0x007e3fff: ARGB cursor (16 kB, 0x000000000b04c000 physical
    (II) intel(0): 0x007e4000-0x007e4fff: Core cursor (4 kB, 0x000000000b08d000 physical
    (II) intel(0): 0x007e5000-0x007e8fff: ARGB cursor (16 kB, 0x000000000b040000 physical
    (II) intel(0): 0x007e9000-0x007e9fff: overlay registers (4 kB, 0x000000000d7fa000 physical
    (II) intel(0): 0x01000000-0x01ffffff: front buffer (16384 kB)
    (II) intel(0): 0x08000000: end of aperture
    (WW) intel(0): Chosen PLL clock of 48.0 Mhz more than 2% away from desired 50.4 Mhz
    (II) intel(0): Mode for pipe B:
    (II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1032 1165 1344 600 603 609 625 (37.5 kHz)
    (II) intel(0): chosen: dotclock 48000 vco 1344000 ((m 140, m1 23, m2 13), n 3, (p 28, p1 2, p2 14))
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Mode for pipe A:
    (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    (II) intel(0): chosen: dotclock 31500 vco 1008000 ((m 126, m1 20, m2 14), n 4, (p 32, p1 8, p2 4))
    (II) intel(0): Hardware state at EnterVT:
    (II) intel(0): DumpRegsBegin
    (II) intel(0): CHDECMISC: 0x00000000 (none, ch2 enh disabled, ch1 enh disabled, ch0 enh disabled, flex disabled, ep not present)
    (II) intel(0): C0DRB0: 0x00000000 (0x0000)
    (II) intel(0): C0DRB1: 0x00000000 (0x0000)
    (II) intel(0): C0DRB2: 0x00000000 (0x0000)
    (II) intel(0): C0DRB3: 0x00000000 (0x0000)
    (II) intel(0): C1DRB0: 0x00000000 (0x0000)
    (II) intel(0): C1DRB1: 0x00000000 (0x0000)
    (II) intel(0): C1DRB2: 0x00000000 (0x0000)
    (II) intel(0): C1DRB3: 0x00000000 (0x0000)
    (II) intel(0): C0DRA01: 0x00000000 (0x0000)
    (II) intel(0): C0DRA23: 0x00000000 (0x0000)
    (II) intel(0): C1DRA01: 0x00000000 (0x0000)
    (II) intel(0): C1DRA23: 0x00000000 (0x0000)
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
    (II) intel(0): VCLK_POST_DIV: 0x0000888b (vga0 p1 = 13, p2 = 4, vga1 p1 = 10, p2 = 4)
    (II) intel(0): DPLL_TEST: 0x00000000 (, DPLLA input buffer disabled, DPLLB input buffer disabled)
    (II) intel(0): CACHE_MODE_0: 0x00000000
    (II) intel(0): D_STATE: 0x0000030f
    (II) intel(0): DSPCLK_GATE_D: 0x00000000 (clock gates disabled:)
    (II) intel(0): RENCLK_GATE_D1: 0x00000001
    (II) intel(0): RENCLK_GATE_D2: 0x00000000
    (II) intel(0): SDVOB: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOC: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOUDI: 0x00000000
    (II) intel(0): DSPARB: 0x0001feff
    (II) intel(0): DSPFW1: 0x00000000
    (II) intel(0): DSPFW2: 0x00000000
    (II) intel(0): DSPFW3: 0x00000000
    (II) intel(0): ADPA: 0x00001c18 (disabled, pipe A, +hsync, +vsync)
    (II) intel(0): LVDS: 0xc0000300 (enabled, pipe B, 18 bit, 1 channel)
    (II) intel(0): DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOB: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOC: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOA_SRCDIM: 0x00000000
    (II) intel(0): DVOB_SRCDIM: 0x00000000
    (II) intel(0): DVOC_SRCDIM: 0x00000000
    (II) intel(0): PP_CONTROL: 0x00000001 (power target: on)
    (II) intel(0): PP_STATUS: 0xd000000a (on, ready, sequencing on)
    (II) intel(0): PP_ON_DELAYS: 0x019007d0
    (II) intel(0): PP_OFF_DELAYS: 0x01f407d0
    (II) intel(0): PP_DIVISOR: 0x00270f04
    (II) intel(0): PFIT_CONTROL: 0x00000008
    (II) intel(0): PFIT_PGM_RATIOS: 0x00000000
    (II) intel(0): PORT_HOTPLUG_EN: 0x00000000
    (II) intel(0): PORT_HOTPLUG_STAT: 0x00000000
    (II) intel(0): DSPACNTR: 0xd9000000 (enabled, pipe B)
    (II) intel(0): DSPASTRIDE: 0x00001000 (4096 bytes)
    (II) intel(0): DSPAPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPASIZE: 0x025703ff (1024, 600)
    (II) intel(0): DSPABASE: 0x01000000
    (II) intel(0): DSPASURF: 0x00000000
    (II) intel(0): DSPATILEOFF: 0x00000000
    (II) intel(0): PIPEACONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEASRC: 0x027f01df (640, 480)
    (II) intel(0): PIPEASTAT: 0x80000207 (status: FIFO_UNDERRUN VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
    (II) intel(0): FPA0: 0x0004140e (n = 4, m1 = 20, m2 = 14)
    (II) intel(0): FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_A: 0x90860000 (enabled, non-dvo, default clock, DAC/serial mode, p1 = 8, p2 = 4)
    (II) intel(0): DPLL_A_MD: 0x00000000
    (II) intel(0): HTOTAL_A: 0x033f027f (640 active, 832 total)
    (II) intel(0): HBLANK_A: 0x033f027f (640 start, 832 end)
    (II) intel(0): HSYNC_A: 0x02bf0297 (664 start, 704 end)
    (II) intel(0): VTOTAL_A: 0x020701df (480 active, 520 total)
    (II) intel(0): VBLANK_A: 0x020701df (480 start, 520 end)
    (II) intel(0): VSYNC_A: 0x01ea01e8 (489 start, 491 end)
    (II) intel(0): BCLRPAT_A: 0x00000000
    (II) intel(0): VSYNCSHIFT_A: 0x00000000
    (II) intel(0): DSPBCNTR: 0x58000000 (disabled, pipe A)
    (II) intel(0): DSPBSTRIDE: 0x00001000 (4096 bytes)
    (II) intel(0): DSPBPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPBSIZE: 0x01df027f (640, 480)
    (II) intel(0): DSPBBASE: 0x01000000
    (II) intel(0): DSPBSURF: 0x00000000
    (II) intel(0): DSPBTILEOFF: 0x00000000
    (II) intel(0): PIPEBCONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEBSRC: 0x03ff0257 (1024, 600)
    (II) intel(0): PIPEBSTAT: 0x80000202 (status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS)
    (II) intel(0): FPB0: 0x0003170d (n = 3, m1 = 23, m2 = 13)
    (II) intel(0): FPB1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_B: 0x90020000 (enabled, non-dvo, default clock, LVDS mode, p1 = 2, p2 = 14)
    (II) intel(0): DPLL_B_MD: 0x00000000
    (II) intel(0): HTOTAL_B: 0x053f03ff (1024 active, 1344 total)
    (II) intel(0): HBLANK_B: 0x053f03ff (1024 start, 1344 end)
    (II) intel(0): HSYNC_B: 0x048c0407 (1032 start, 1165 end)
    (II) intel(0): VTOTAL_B: 0x02700257 (600 active, 625 total)
    (II) intel(0): VBLANK_B: 0x02700257 (600 start, 625 end)
    (II) intel(0): VSYNC_B: 0x0260025a (603 start, 609 end)
    (II) intel(0): BCLRPAT_B: 0x00000000
    (II) intel(0): VSYNCSHIFT_B: 0x00000000
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406
    (II) intel(0): VCLK_POST_DIV: 0x0000888b
    (II) intel(0): VGACNTRL: 0xa204008e (disabled)
    (II) intel(0): TV_CTL: 0x00000000
    (II) intel(0): TV_DAC: 0x00000000
    (II) intel(0): TV_CSC_Y: 0x00000000
    (II) intel(0): TV_CSC_Y2: 0x00000000
    (II) intel(0): TV_CSC_U: 0x00000000
    (II) intel(0): TV_CSC_U2: 0x00000000
    (II) intel(0): TV_CSC_V: 0x00000000
    (II) intel(0): TV_CSC_V2: 0x00000000
    (II) intel(0): TV_CLR_KNOBS: 0x00000000
    (II) intel(0): TV_CLR_LEVEL: 0x00000000
    (II) intel(0): TV_H_CTL_1: 0x00000000
    (II) intel(0): TV_H_CTL_2: 0x00000000
    (II) intel(0): TV_H_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_1: 0x00000000
    (II) intel(0): TV_V_CTL_2: 0x00000000
    (II) intel(0): TV_V_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_4: 0x00000000
    (II) intel(0): TV_V_CTL_5: 0x00000000
    (II) intel(0): TV_V_CTL_6: 0x00000000
    (II) intel(0): TV_V_CTL_7: 0x00000000
    (II) intel(0): TV_SC_CTL_1: 0x00000000
    (II) intel(0): TV_SC_CTL_2: 0x00000000
    (II) intel(0): TV_SC_CTL_3: 0x00000000
    (II) intel(0): TV_WIN_POS: 0x00000000
    (II) intel(0): TV_WIN_SIZE: 0x00000000
    (II) intel(0): TV_FILTER_CTL_1: 0x00000000
    (II) intel(0): TV_FILTER_CTL_2: 0x00000000
    (II) intel(0): TV_FILTER_CTL_3: 0x00000000
    (II) intel(0): TV_CC_CONTROL: 0x00000000
    (II) intel(0): TV_CC_DATA: 0x00000000
    (II) intel(0): TV_H_LUMA_0: 0x00000000
    (II) intel(0): TV_H_LUMA_59: 0x00000000
    (II) intel(0): TV_H_CHROMA_0: 0x00000000
    (II) intel(0): TV_H_CHROMA_59: 0x00000000
    (II) intel(0): FBC_CFB_BASE: 0x00000000
    (II) intel(0): FBC_LL_BASE: 0x00000000
    (II) intel(0): FBC_CONTROL: 0x00000000
    (II) intel(0): FBC_COMMAND: 0x00000000
    (II) intel(0): FBC_STATUS: 0x20000000
    (II) intel(0): FBC_CONTROL2: 0x00000000
    (II) intel(0): FBC_FENCE_OFF: 0x00000000
    (II) intel(0): FBC_MOD_NUM: 0x00000000
    (II) intel(0): MI_MODE: 0x00000000
    (II) intel(0): MI_ARB_STATE: 0x00000000
    (II) intel(0): MI_RDRET_STATE: 0x00000000
    (II) intel(0): ECOSKPD: 0x00000307
    (II) intel(0): DP_B: 0x00000000
    (II) intel(0): DPB_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_C: 0x00000000
    (II) intel(0): DPC_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_D: 0x00000000
    (II) intel(0): DPD_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000
    (II) intel(0): pipe A dot 31500 n 4 m1 20 m2 14 p1 8 p2 4
    (II) intel(0): pipe B dot 48000 n 3 m1 23 m2 13 p1 2 p2 14
    (II) intel(0): DumpRegsEnd
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane B is now disabled and connected to pipe A.
    (WW) intel(0): Hardware claims pipe A is on while software believes it is off
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane A is now enabled and connected to pipe B.
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Disabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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) AIGLX: Screen 0 is not DRI2 capable
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 158
    (II) config/hal: Adding input device TPPS/2 IBM TrackPoint
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) TPPS/2 IBM TrackPoint: always reports core events
    (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event8"
    (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    (II) TPPS/2 IBM TrackPoint: Found x and y relative axes
    (II) TPPS/2 IBM TrackPoint: Configuring as mouse
    (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
    (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    (**) TPPS/2 IBM TrackPoint: (accel) filter chain progression: 2.00
    (**) TPPS/2 IBM TrackPoint: (accel) filter stage 0: 20.00 ms
    (**) TPPS/2 IBM TrackPoint: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Asus Laptop extra buttons
    (**) Asus Laptop extra buttons: always reports core events
    (**) Asus Laptop extra buttons: Device: "/dev/input/event5"
    (II) Asus Laptop extra buttons: Found 1 mouse buttons
    (II) Asus Laptop extra buttons: Found keys
    (II) Asus Laptop extra buttons: Configuring as keyboard
    (**) Asus Laptop extra buttons: YAxisMapping: buttons 4 and 5
    (**) Asus Laptop extra buttons: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event6"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) TPPS/2 IBM TrackPoint: Close
    (II) UnloadModule: "evdev"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) Asus Laptop extra buttons: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    (II) intel(0): Comparing regs from server start up to After LeaveVT
    (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
    (II) intel(0): DumpRegsBegin
    (II) intel(0): CHDECMISC: 0x00000000 (none, ch2 enh disabled, ch1 enh disabled, ch0 enh disabled, flex disabled, ep not present)
    (II) intel(0): C0DRB0: 0x00000000 (0x0000)
    (II) intel(0): C0DRB1: 0x00000000 (0x0000)
    (II) intel(0): C0DRB2: 0x00000000 (0x0000)
    (II) intel(0): C0DRB3: 0x00000000 (0x0000)
    (II) intel(0): C1DRB0: 0x00000000 (0x0000)
    (II) intel(0): C1DRB1: 0x00000000 (0x0000)
    (II) intel(0): C1DRB2: 0x00000000 (0x0000)
    (II) intel(0): C1DRB3: 0x00000000 (0x0000)
    (II) intel(0): C0DRA01: 0x00000000 (0x0000)
    (II) intel(0): C0DRA23: 0x00000000 (0x0000)
    (II) intel(0): C1DRA01: 0x00000000 (0x0000)
    (II) intel(0): C1DRA23: 0x00000000 (0x0000)
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
    (II) intel(0): VCLK_POST_DIV: 0x0000888b (vga0 p1 = 13, p2 = 4, vga1 p1 = 10, p2 = 4)
    (II) intel(0): DPLL_TEST: 0x00000000 (, DPLLA input buffer disabled, DPLLB input buffer disabled)
    (II) intel(0): CACHE_MODE_0: 0x00000000
    (II) intel(0): D_STATE: 0x0000030f
    (II) intel(0): DSPCLK_GATE_D: 0x00000000 (clock gates disabled:)
    (II) intel(0): RENCLK_GATE_D1: 0x00000000
    (II) intel(0): RENCLK_GATE_D2: 0x00000000
    (II) intel(0): SDVOB: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOC: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOUDI: 0x00000000
    (II) intel(0): DSPARB: 0x00015455
    (II) intel(0): DSPFW1: 0x00000000
    (II) intel(0): DSPFW2: 0x00000000
    (II) intel(0): DSPFW3: 0x00000000
    (II) intel(0): ADPA: 0x00001c18 (disabled, pipe A, +hsync, +vsync)
    (II) intel(0): LVDS: 0xc0000300 (enabled, pipe B, 18 bit, 1 channel)
    (II) intel(0): DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOB: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOC: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOA_SRCDIM: 0x00000000
    (II) intel(0): DVOB_SRCDIM: 0x00000000
    (II) intel(0): DVOC_SRCDIM: 0x00000000
    (II) intel(0): PP_CONTROL: 0x00000001 (power target: on)
    (II) intel(0): PP_STATUS: 0xd000000a (on, ready, sequencing on)
    (II) intel(0): PP_ON_DELAYS: 0x019007d0
    (II) intel(0): PP_OFF_DELAYS: 0x01f407d0
    (II) intel(0): PP_DIVISOR: 0x00270f04
    (II) intel(0): PFIT_CONTROL: 0x80000668
    (II) intel(0): PFIT_PGM_RATIOS: 0x00000000
    (II) intel(0): PORT_HOTPLUG_EN: 0x00000000
    (II) intel(0): PORT_HOTPLUG_STAT: 0x00000000
    (II) intel(0): DSPACNTR: 0x00000000 (disabled, pipe A)
    (II) intel(0): DSPASTRIDE: 0x00000000 (0 bytes)
    (II) intel(0): DSPAPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPASIZE: 0x00000000 (1, 1)
    (II) intel(0): DSPABASE: 0x00000000
    (II) intel(0): DSPASURF: 0x00000000
    (II) intel(0): DSPATILEOFF: 0x00000000
    (II) intel(0): PIPEACONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEASRC: 0x027f01df (640, 480)
    (II) intel(0): PIPEASTAT: 0x80000207 (status: FIFO_UNDERRUN VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
    (II) intel(0): FPA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_A: 0x808b0000 (enabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 13, p2 = 4)
    (II) intel(0): DPLL_A_MD: 0x00000000
    (II) intel(0): HTOTAL_A: 0x031f027f (640 active, 800 total)
    (II) intel(0): HBLANK_A: 0x03170287 (648 start, 792 end)
    (II) intel(0): HSYNC_A: 0x02ef028f (656 start, 752 end)
    (II) intel(0): VTOTAL_A: 0x020c01df (480 active, 525 total)
    (II) intel(0): VBLANK_A: 0x020401e7 (488 start, 517 end)
    (II) intel(0): VSYNC_A: 0x01eb01e9 (490 start, 492 end)
    (II) intel(0): BCLRPAT_A: 0x00000000
    (II) intel(0): VSYNCSHIFT_A: 0x00000000
    (II) intel(0): DSPBCNTR: 0x49000000 (disabled, pipe B)
    (II) intel(0): DSPBSTRIDE: 0x00000280 (640 bytes)
    (II) intel(0): DSPBPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPBSIZE: 0x01df027f (640, 480)
    (II) intel(0): DSPBBASE: 0x00000000
    (II) intel(0): DSPBSURF: 0x00000000
    (II) intel(0): DSPBTILEOFF: 0x00000000
    (II) intel(0): PIPEBCONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEBSRC: 0x027f018f (640, 400)
    (II) intel(0): PIPEBSTAT: 0x80000202 (status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS)
    (II) intel(0): FPB0: 0x00021406 (n = 2, m1 = 20, m2 = 6)
    (II) intel(0): FPB1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_B: 0x90020000 (enabled, non-dvo, default clock, LVDS mode, p1 = 2, p2 = 14)
    (II) intel(0): DPLL_B_MD: 0x00000000
    (II) intel(0): HTOTAL_B: 0x053f03ff (1024 active, 1344 total)
    (II) intel(0): HBLANK_B: 0x053f03ff (1024 start, 1344 end)
    (II) intel(0): HSYNC_B: 0x048c0407 (1032 start, 1165 end)
    (II) intel(0): VTOTAL_B: 0x02700257 (600 active, 625 total)
    (II) intel(0): VBLANK_B: 0x02700257 (600 start, 625 end)
    (II) intel(0): VSYNC_B: 0x0260025a (603 start, 609 end)
    (II) intel(0): BCLRPAT_B: 0x00000000
    (II) intel(0): VSYNCSHIFT_B: 0x00000000
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406
    (II) intel(0): VCLK_POST_DIV: 0x0000888b
    (II) intel(0): VGACNTRL: 0x2204008e (enabled)
    (II) intel(0): TV_CTL: 0x00000000
    (II) intel(0): TV_DAC: 0x00000000
    (II) intel(0): TV_CSC_Y: 0x00000000
    (II) intel(0): TV_CSC_Y2: 0x00000000
    (II) intel(0): TV_CSC_U: 0x00000000
    (II) intel(0): TV_CSC_U2: 0x00000000
    (II) intel(0): TV_CSC_V: 0x00000000
    (II) intel(0): TV_CSC_V2: 0x00000000
    (II) intel(0): TV_CLR_KNOBS: 0x00000000
    (II) intel(0): TV_CLR_LEVEL: 0x00000000
    (II) intel(0): TV_H_CTL_1: 0x00000000
    (II) intel(0): TV_H_CTL_2: 0x00000000
    (II) intel(0): TV_H_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_1: 0x00000000
    (II) intel(0): TV_V_CTL_2: 0x00000000
    (II) intel(0): TV_V_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_4: 0x00000000
    (II) intel(0): TV_V_CTL_5: 0x00000000
    (II) intel(0): TV_V_CTL_6: 0x00000000
    (II) intel(0): TV_V_CTL_7: 0x00000000
    (II) intel(0): TV_SC_CTL_1: 0x00000000
    (II) intel(0): TV_SC_CTL_2: 0x00000000
    (II) intel(0): TV_SC_CTL_3: 0x00000000
    (II) intel(0): TV_WIN_POS: 0x00000000
    (II) intel(0): TV_WIN_SIZE: 0x00000000
    (II) intel(0): TV_FILTER_CTL_1: 0x00000000
    (II) intel(0): TV_FILTER_CTL_2: 0x00000000
    (II) intel(0): TV_FILTER_CTL_3: 0x00000000
    (II) intel(0): TV_CC_CONTROL: 0x00000000
    (II) intel(0): TV_CC_DATA: 0x00000000
    (II) intel(0): TV_H_LUMA_0: 0x00000000
    (II) intel(0): TV_H_LUMA_59: 0x00000000
    (II) intel(0): TV_H_CHROMA_0: 0x00000000
    (II) intel(0): TV_H_CHROMA_59: 0x00000000
    (II) intel(0): FBC_CFB_BASE: 0x00000000
    (II) intel(0): FBC_LL_BASE: 0x00000000
    (II) intel(0): FBC_CONTROL: 0x00000000
    (II) intel(0): FBC_COMMAND: 0x00000000
    (II) intel(0): FBC_STATUS: 0x20000000
    (II) intel(0): FBC_CONTROL2: 0x00000000
    (II) intel(0): FBC_FENCE_OFF: 0x00000000
    (II) intel(0): FBC_MOD_NUM: 0x00000000
    (II) intel(0): MI_MODE: 0x00000000
    (II) intel(0): MI_ARB_STATE: 0x00000000
    (II) intel(0): MI_RDRET_STATE: 0x00000000
    (II) intel(0): ECOSKPD: 0x00000307
    (II) intel(0): DP_B: 0x00000000
    (II) intel(0): DPB_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_C: 0x00000000
    (II) intel(0): DPC_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_D: 0x00000000
    (II) intel(0): DPD_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000
    (II) intel(0): pipe A dot 25153 n 2 m1 18 m2 7 p1 13 p2 4
    (II) intel(0): pipe B dot 50571 n 2 m1 20 m2 6 p1 2 p2 14
    (II) intel(0): DumpRegsEnd
    (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) intel(0): xf86UnbindGARTMemory: unbind key 5
    Latest configuration file which still is not working
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "record"
    # Load "dri2"
    # Load "dri"
    Load "dbe"
    EndSection
    Section "Monitor"
    Identifier "Internal LCD"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "External VGA"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    Option "Ignore" "True"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    Option "DRI" "False" # [<bool>]
    Option "AccelMethod" "XAA"
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    Option "monitor-VGA" "External VGA"
    Option "monitor-LVDS" "Internal LCD"
    Option "ModeDebug" "True"
    BoardName "82852/855GM Integrated Graphics Device"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Internal LCD"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card0"
    Monitor "External VGA"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Last edited by B0b (2009-05-10 21:07:56)

    firecat53 wrote:
    Try the xf86-intel-video-newest package from AUR.
    Scott
    Installed 2.7.0 from abs testing.. result is the same.. Unfortunately newest from AUR is not compiling complaining about some
    macro stuff
    Anything else?
    This is log file with 2.7.0 module:
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux darkzone-mobile 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 29 14:25:30 UTC 2009 i686
    Build Date: 15 April 2009 11:09:10AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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: Sat May 9 23:54:58 2009
    (++) Using config file: "/root/xorg.conf.new"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Internal LCD"
    (**) | |-->Device "Card0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xf0000000/134217728, 0xfeb00000/524288, I/O @ 0x0000dc00/8
    (--) PCI: (0@0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe8000000/134217728, 0xfea80000/524288
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[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) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.7.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (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, IGD_GM, IGD_G, 965G, G35,
    965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Mobile IntelВ® GM45 Express Chipset,
    Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (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.6.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "AccelMethod" "XAA"
    (**) intel(0): Option "DRI" "False"
    (**) intel(0): Option "ModeDebug" "True"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GM
    (--) intel(0): Chipset: "852GM/855GM"
    (--) intel(0): Linear framebuffer at 0xF0000000
    (--) intel(0): IO registers at addr 0xFEB00000
    (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
    (**) intel(0): Using XAA for acceleration
    (II) intel(0): Hardware state on X startup:
    (II) intel(0): DumpRegsBegin
    (II) intel(0): CHDECMISC: 0x00000000 (none, ch2 enh disabled, ch1 enh disabled, ch0 enh disabled, flex disabled, ep not present)
    (II) intel(0): C0DRB0: 0x00000000 (0x0000)
    (II) intel(0): C0DRB1: 0x00000000 (0x0000)
    (II) intel(0): C0DRB2: 0x00000000 (0x0000)
    (II) intel(0): C0DRB3: 0x00000000 (0x0000)
    (II) intel(0): C1DRB0: 0x00000000 (0x0000)
    (II) intel(0): C1DRB1: 0x00000000 (0x0000)
    (II) intel(0): C1DRB2: 0x00000000 (0x0000)
    (II) intel(0): C1DRB3: 0x00000000 (0x0000)
    (II) intel(0): C0DRA01: 0x00000000 (0x0000)
    (II) intel(0): C0DRA23: 0x00000000 (0x0000)
    (II) intel(0): C1DRA01: 0x00000000 (0x0000)
    (II) intel(0): C1DRA23: 0x00000000 (0x0000)
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
    (II) intel(0): VCLK_POST_DIV: 0x0000888b (vga0 p1 = 13, p2 = 4, vga1 p1 = 10, p2 = 4)
    (II) intel(0): DPLL_TEST: 0x00000000 (, DPLLA input buffer disabled, DPLLB input buffer disabled)
    (II) intel(0): CACHE_MODE_0: 0x00000000
    (II) intel(0): D_STATE: 0x0000030f
    (II) intel(0): DSPCLK_GATE_D: 0x00000000 (clock gates disabled:)
    (II) intel(0): RENCLK_GATE_D1: 0x00000000
    (II) intel(0): RENCLK_GATE_D2: 0x00000000
    (II) intel(0): SDVOB: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOC: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOUDI: 0x00000000
    (II) intel(0): DSPARB: 0x00015455
    (II) intel(0): DSPFW1: 0x00000000
    (II) intel(0): DSPFW2: 0x00000000
    (II) intel(0): DSPFW3: 0x00000000
    (II) intel(0): ADPA: 0x00001c18 (disabled, pipe A, +hsync, +vsync)
    (II) intel(0): LVDS: 0xc0000300 (enabled, pipe B, 18 bit, 1 channel)
    (II) intel(0): DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOB: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOC: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOA_SRCDIM: 0x00000000
    (II) intel(0): DVOB_SRCDIM: 0x00000000
    (II) intel(0): DVOC_SRCDIM: 0x00000000
    (II) intel(0): PP_CONTROL: 0x00000001 (power target: on)
    (II) intel(0): PP_STATUS: 0xc0000008 (on, ready, sequencing idle)
    (II) intel(0): PP_ON_DELAYS: 0x019007d0
    (II) intel(0): PP_OFF_DELAYS: 0x01f407d0
    (II) intel(0): PP_DIVISOR: 0x00270f04
    (II) intel(0): PFIT_CONTROL: 0x80000668
    (II) intel(0): PFIT_PGM_RATIOS: 0x00000000
    (II) intel(0): PORT_HOTPLUG_EN: 0x00000000
    (II) intel(0): PORT_HOTPLUG_STAT: 0x00000000
    (II) intel(0): DSPACNTR: 0x00000000 (disabled, pipe A)
    (II) intel(0): DSPASTRIDE: 0x00000000 (0 bytes)
    (II) intel(0): DSPAPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPASIZE: 0x00000000 (1, 1)
    (II) intel(0): DSPABASE: 0x00000000
    (II) intel(0): DSPASURF: 0x00000000
    (II) intel(0): DSPATILEOFF: 0x00000000
    (II) intel(0): PIPEACONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEASRC: 0x027f01df (640, 480)
    (II) intel(0): PIPEASTAT: 0x80000207 (status: FIFO_UNDERRUN VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
    (II) intel(0): FPA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_A: 0x808b0000 (enabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 13, p2 = 4)
    (II) intel(0): DPLL_A_MD: 0x00000000
    (II) intel(0): HTOTAL_A: 0x031f027f (640 active, 800 total)
    (II) intel(0): HBLANK_A: 0x03170287 (648 start, 792 end)
    (II) intel(0): HSYNC_A: 0x02ef028f (656 start, 752 end)
    (II) intel(0): VTOTAL_A: 0x020c01df (480 active, 525 total)
    (II) intel(0): VBLANK_A: 0x020401e7 (488 start, 517 end)
    (II) intel(0): VSYNC_A: 0x01eb01e9 (490 start, 492 end)
    (II) intel(0): BCLRPAT_A: 0x00000000
    (II) intel(0): VSYNCSHIFT_A: 0x00000000
    (II) intel(0): DSPBCNTR: 0x49000000 (disabled, pipe B)
    (II) intel(0): DSPBSTRIDE: 0x00000280 (640 bytes)
    (II) intel(0): DSPBPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPBSIZE: 0x01df027f (640, 480)
    (II) intel(0): DSPBBASE: 0x00000000
    (II) intel(0): DSPBSURF: 0x00000000
    (II) intel(0): DSPBTILEOFF: 0x00000000
    (II) intel(0): PIPEBCONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEBSRC: 0x027f018f (640, 400)
    (II) intel(0): PIPEBSTAT: 0x80000202 (status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS)
    (II) intel(0): FPB0: 0x00021406 (n = 2, m1 = 20, m2 = 6)
    (II) intel(0): FPB1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_B: 0x90020000 (enabled, non-dvo, default clock, LVDS mode, p1 = 2, p2 = 14)
    (II) intel(0): DPLL_B_MD: 0x00000000
    (II) intel(0): HTOTAL_B: 0x053f03ff (1024 active, 1344 total)
    (II) intel(0): HBLANK_B: 0x053f03ff (1024 start, 1344 end)
    (II) intel(0): HSYNC_B: 0x048c0407 (1032 start, 1165 end)
    (II) intel(0): VTOTAL_B: 0x02700257 (600 active, 625 total)
    (II) intel(0): VBLANK_B: 0x02700257 (600 start, 625 end)
    (II) intel(0): VSYNC_B: 0x0260025a (603 start, 609 end)
    (II) intel(0): BCLRPAT_B: 0x00000000
    (II) intel(0): VSYNCSHIFT_B: 0x00000000
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406
    (II) intel(0): VCLK_POST_DIV: 0x0000888b
    (II) intel(0): VGACNTRL: 0x2204008e (enabled)
    (II) intel(0): TV_CTL: 0x00000000
    (II) intel(0): TV_DAC: 0x00000000
    (II) intel(0): TV_CSC_Y: 0x00000000
    (II) intel(0): TV_CSC_Y2: 0x00000000
    (II) intel(0): TV_CSC_U: 0x00000000
    (II) intel(0): TV_CSC_U2: 0x00000000
    (II) intel(0): TV_CSC_V: 0x00000000
    (II) intel(0): TV_CSC_V2: 0x00000000
    (II) intel(0): TV_CLR_KNOBS: 0x00000000
    (II) intel(0): TV_CLR_LEVEL: 0x00000000
    (II) intel(0): TV_H_CTL_1: 0x00000000
    (II) intel(0): TV_H_CTL_2: 0x00000000
    (II) intel(0): TV_H_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_1: 0x00000000
    (II) intel(0): TV_V_CTL_2: 0x00000000
    (II) intel(0): TV_V_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_4: 0x00000000
    (II) intel(0): TV_V_CTL_5: 0x00000000
    (II) intel(0): TV_V_CTL_6: 0x00000000
    (II) intel(0): TV_V_CTL_7: 0x00000000
    (II) intel(0): TV_SC_CTL_1: 0x00000000
    (II) intel(0): TV_SC_CTL_2: 0x00000000
    (II) intel(0): TV_SC_CTL_3: 0x00000000
    (II) intel(0): TV_WIN_POS: 0x00000000
    (II) intel(0): TV_WIN_SIZE: 0x00000000
    (II) intel(0): TV_FILTER_CTL_1: 0x00000000
    (II) intel(0): TV_FILTER_CTL_2: 0x00000000
    (II) intel(0): TV_FILTER_CTL_3: 0x00000000
    (II) intel(0): TV_CC_CONTROL: 0x00000000
    (II) intel(0): TV_CC_DATA: 0x00000000
    (II) intel(0): TV_H_LUMA_0: 0x00000000
    (II) intel(0): TV_H_LUMA_59: 0x00000000
    (II) intel(0): TV_H_CHROMA_0: 0x00000000
    (II) intel(0): TV_H_CHROMA_59: 0x00000000
    (II) intel(0): FBC_CFB_BASE: 0x00000000
    (II) intel(0): FBC_LL_BASE: 0x00000000
    (II) intel(0): FBC_CONTROL: 0x00000000
    (II) intel(0): FBC_COMMAND: 0x00000000
    (II) intel(0): FBC_STATUS: 0x20000000
    (II) intel(0): FBC_CONTROL2: 0x00000000
    (II) intel(0): FBC_FENCE_OFF: 0x00000000
    (II) intel(0): FBC_MOD_NUM: 0x00000000
    (II) intel(0): MI_MODE: 0x00000000
    (II) intel(0): MI_ARB_STATE: 0x00000000
    (II) intel(0): MI_RDRET_STATE: 0x00000000
    (II) intel(0): ECOSKPD: 0x00000307
    (II) intel(0): DP_B: 0x00000000
    (II) intel(0): DPB_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_C: 0x00000000
    (II) intel(0): DPC_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_D: 0x00000000
    (II) intel(0): DPD_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000
    (II) intel(0): FENCE START 0: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 0: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 1: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 1: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 2: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 2: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 3: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 3: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 4: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 4: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 5: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 5: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 6: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 6: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 7: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 7: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 8: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 8: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 9: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 9: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 10: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 10: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 11: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 11: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 12: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 12: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 13: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 13: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 14: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 14: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 15: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 15: 0x00000000 ( 0x00000000 end)
    (II) intel(0): pipe A dot 25153 n 2 m1 18 m2 7 p1 13 p2 4
    (II) intel(0): pipe B dot 50571 n 2 m1 20 m2 6 p1 2 p2 14
    (II) intel(0): DumpRegsEnd
    (II) intel(0): 2 display pipes available.
    (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 External VGA
    (**) intel(0): Option "Ignore" "True"
    (II) intel(0): Output LVDS using monitor section Internal LCD
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): found backlight control method /sys/class/backlight/asus-laptop
    (II) intel(0): I2C bus "DVODDC_D" initialized.
    (II) Loading sub module "sil164"
    (II) LoadModule: "sil164"
    (II) Loading /usr/lib/xorg/modules/drivers//sil164.so
    (II) Module sil164: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): I2C bus "DVOI2C_E" initialized.
    (II) Loading sub module "ch7xxx"
    (II) LoadModule: "ch7xxx"
    (II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so
    (II) Module ch7xxx: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): I2C bus "DVOI2C_E" removed.
    (II) intel(0): I2C bus "DVOI2C_E" initialized.
    (II) Loading sub module "ivch"
    (II) LoadModule: "ivch"
    (II) Loading /usr/lib/xorg/modules/drivers//ivch.so
    (II) Module ivch: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): I2C bus "DVOI2C_E" removed.
    (II) intel(0): I2C bus "DVOI2C_B" initialized.
    (II) Loading sub module "tfp410"
    (II) LoadModule: "tfp410"
    (II) Loading /usr/lib/xorg/modules/drivers//tfp410.so
    (II) Module tfp410: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): I2C bus "DVOI2C_B" removed.
    (II) intel(0): I2C bus "DVOI2C_E" initialized.
    (II) Loading sub module "ch7017"
    (II) LoadModule: "ch7017"
    (II) Loading /usr/lib/xorg/modules/drivers//ch7017.so
    (II) Module ch7017: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): I2C bus "DVOI2C_E" removed.
    (II) intel(0): I2C bus "DVOI2C_E" initialized.
    (II) intel(0): I2C bus "DVOI2C_E" removed.
    (II) intel(0): I2C bus "DVODDC_D" removed.
    (II) intel(0): Resizable framebuffer: not available (0 2)
    (II) intel(0): EDID for output LVDS
    (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
    (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
    (II) intel(0): Printing probed modes for output LVDS
    (II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1032 1165 1344 600 603 609 625 (37.5 kHz)
    (II) intel(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
    (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz)
    (II) intel(0): Output LVDS connected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x600
    (II) intel(0): detected 128 kB GTT.
    (II) intel(0): detected 8060 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(0): DPI set to (96, 96)
    (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.6.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (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.6.1, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 50176 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 200700 kB available
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 131072 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (WW) intel(0): xf86AllocateGARTMemory: allocation of 1536 pages failed
    (Cannot allocate memory)
    (WW) intel(0): Allocation error, framebuffer compression disabled
    (WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed
    (Cannot allocate memory)
    (II) intel(0): Allocating 3072 scanlines for pixmap cache
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (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
    16 256x256 slots
    6 512x512 slots
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (WW) intel(0): drmDropMaster failed: Unknown error 4294967295
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007df000 (pgoffset 2015)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x007e0000 (pgoffset 2016)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x007e4000 (pgoffset 2020)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x007e5000 (pgoffset 2021)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x007e9000 (pgoffset 2025)
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x00fe9000 (pgoffset 4073)
    (II) intel(0): xf86BindGARTMemory: bind key 6 at 0x01000000 (pgoffset 4096)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x0002ffff: xaa scratch (64 kB)
    (II) intel(0): 0x007df000: end of stolen memory
    (II) intel(0): 0x007df000-0x007dffff: Core cursor (4 kB, 0x000000000b26d000 physical
    (II) intel(0): 0x007e0000-0x007e3fff: ARGB cursor (16 kB, 0x000000000e6c4000 physical
    (II) intel(0): 0x007e4000-0x007e4fff: Core cursor (4 kB, 0x000000000b157000 physical
    (II) intel(0): 0x007e5000-0x007e8fff: ARGB cursor (16 kB, 0x00000000099bc000 physical
    (II) intel(0): 0x007e9000-0x00fe8fff: fake bufmgr (8192 kB)
    (II) intel(0): 0x00fe9000-0x00fe9fff: overlay registers (4 kB, 0x0000000006c1a000 physical
    (II) intel(0): 0x01000000-0x01ffffff: front buffer (16384 kB) X tiled
    (II) intel(0): 0x08000000: end of aperture
    (WW) intel(0): Chosen PLL clock of 48.0 Mhz more than 2% away from desired 50.4 Mhz
    (II) intel(0): Mode for pipe B:
    (II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1032 1165 1344 600 603 609 625 (37.5 kHz)
    (II) intel(0): chosen: dotclock 48000 vco 1344000 ((m 140, m1 23, m2 13), n 3, (p 28, p1 2, p2 14))
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Mode for pipe A:
    (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    (II) intel(0): chosen: dotclock 31500 vco 1008000 ((m 126, m1 20, m2 14), n 4, (p 32, p1 8, p2 4))
    (II) intel(0): Hardware state at EnterVT:
    (II) intel(0): DumpRegsBegin
    (II) intel(0): CHDECMISC: 0x00000000 (none, ch2 enh disabled, ch1 enh disabled, ch0 enh disabled, flex disabled, ep not present)
    (II) intel(0): C0DRB0: 0x00000000 (0x0000)
    (II) intel(0): C0DRB1: 0x00000000 (0x0000)
    (II) intel(0): C0DRB2: 0x00000000 (0x0000)
    (II) intel(0): C0DRB3: 0x00000000 (0x0000)
    (II) intel(0): C1DRB0: 0x00000000 (0x0000)
    (II) intel(0): C1DRB1: 0x00000000 (0x0000)
    (II) intel(0): C1DRB2: 0x00000000 (0x0000)
    (II) intel(0): C1DRB3: 0x00000000 (0x0000)
    (II) intel(0): C0DRA01: 0x00000000 (0x0000)
    (II) intel(0): C0DRA23: 0x00000000 (0x0000)
    (II) intel(0): C1DRA01: 0x00000000 (0x0000)
    (II) intel(0): C1DRA23: 0x00000000 (0x0000)
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
    (II) intel(0): VCLK_POST_DIV: 0x0000888b (vga0 p1 = 13, p2 = 4, vga1 p1 = 10, p2 = 4)
    (II) intel(0): DPLL_TEST: 0x00000000 (, DPLLA input buffer disabled, DPLLB input buffer disabled)
    (II) intel(0): CACHE_MODE_0: 0x00000000
    (II) intel(0): D_STATE: 0x0000030f
    (II) intel(0): DSPCLK_GATE_D: 0x00000000 (clock gates disabled:)
    (II) intel(0): RENCLK_GATE_D1: 0x00000001
    (II) intel(0): RENCLK_GATE_D2: 0x00000000
    (II) intel(0): SDVOB: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOC: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOUDI: 0x00000000
    (II) intel(0): DSPARB: 0x0001feff
    (II) intel(0): DSPFW1: 0x00000000
    (II) intel(0): DSPFW2: 0x00000000
    (II) intel(0): DSPFW3: 0x00000000
    (II) intel(0): ADPA: 0x00001c18 (disabled, pipe A, +hsync, +vsync)
    (II) intel(0): LVDS: 0xc0000300 (enabled, pipe B, 18 bit, 1 channel)
    (II) intel(0): DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOB: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOC: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOA_SRCDIM: 0x00000000
    (II) intel(0): DVOB_SRCDIM: 0x00000000
    (II) intel(0): DVOC_SRCDIM: 0x00000000
    (II) intel(0): PP_CONTROL: 0x00000001 (power target: on)
    (II) intel(0): PP_STATUS: 0xd000000a (on, ready, sequencing on)
    (II) intel(0): PP_ON_DELAYS: 0x019007d0
    (II) intel(0): PP_OFF_DELAYS: 0x01f407d0
    (II) intel(0): PP_DIVISOR: 0x00270f04
    (II) intel(0): PFIT_CONTROL: 0x00000008
    (II) intel(0): PFIT_PGM_RATIOS: 0x00000000
    (II) intel(0): PORT_HOTPLUG_EN: 0x00000000
    (II) intel(0): PORT_HOTPLUG_STAT: 0x00000000
    (II) intel(0): DSPACNTR: 0xd9000000 (enabled, pipe B)
    (II) intel(0): DSPASTRIDE: 0x00001000 (4096 bytes)
    (II) intel(0): DSPAPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPASIZE: 0x025703ff (1024, 600)
    (II) intel(0): DSPABASE: 0x01000000
    (II) intel(0): DSPASURF: 0x00000000
    (II) intel(0): DSPATILEOFF: 0x00000000
    (II) intel(0): PIPEACONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEASRC: 0x027f01df (640, 480)
    (II) intel(0): PIPEASTAT: 0x80000207 (status: FIFO_UNDERRUN VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
    (II) intel(0): FPA0: 0x0004140e (n = 4, m1 = 20, m2 = 14)
    (II) intel(0): FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_A: 0x90860000 (enabled, non-dvo, default clock, DAC/serial mode, p1 = 8, p2 = 4)
    (II) intel(0): DPLL_A_MD: 0x00000000
    (II) intel(0): HTOTAL_A: 0x033f027f (640 active, 832 total)
    (II) intel(0): HBLANK_A: 0x033f027f (640 start, 832 end)
    (II) intel(0): HSYNC_A: 0x02bf0297 (664 start, 704 end)
    (II) intel(0): VTOTAL_A: 0x020701df (480 active, 520 total)
    (II) intel(0): VBLANK_A: 0x020701df (480 start, 520 end)
    (II) intel(0): VSYNC_A: 0x01ea01e8 (489 start, 491 end)
    (II) intel(0): BCLRPAT_A: 0x00000000
    (II) intel(0): VSYNCSHIFT_A: 0x00000000
    (II) intel(0): DSPBCNTR: 0x58000000 (disabled, pipe A)
    (II) intel(0): DSPBSTRIDE: 0x00001000 (4096 bytes)
    (II) intel(0): DSPBPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPBSIZE: 0x01df027f (640, 480)
    (II) intel(0): DSPBBASE: 0x01000000
    (II) intel(0): DSPBSURF: 0x00000000
    (II) intel(0): DSPBTILEOFF: 0x00000000
    (II) intel(0): PIPEBCONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEBSRC: 0x03ff0257 (1024, 600)
    (II) intel(0): PIPEBSTAT: 0x80000202 (status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS)
    (II) intel(0): FPB0: 0x0003170d (n = 3, m1 = 23, m2 = 13)
    (II) intel(0): FPB1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_B: 0x90020000 (enabled, non-dvo, default clock, LVDS mode, p1 = 2, p2 = 14)
    (II) intel(0): DPLL_B_MD: 0x00000000
    (II) intel(0): HTOTAL_B: 0x053f03ff (1024 active, 1344 total)
    (II) intel(0): HBLANK_B: 0x053f03ff (1024 start, 1344 end)
    (II) intel(0): HSYNC_B: 0x048c0407 (1032 start, 1165 end)
    (II) intel(0): VTOTAL_B: 0x02700257 (600 active, 625 total)
    (II) intel(0): VBLANK_B: 0x02700257 (600 start, 625 end)
    (II) intel(0): VSYNC_B: 0x0260025a (603 start, 609 end)
    (II) intel(0): BCLRPAT_B: 0x00000000
    (II) intel(0): VSYNCSHIFT_B: 0x00000000
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406
    (II) intel(0): VCLK_POST_DIV: 0x0000888b
    (II) intel(0): VGACNTRL: 0xa204008e (disabled)
    (II) intel(0): TV_CTL: 0x00000000
    (II) intel(0): TV_DAC: 0x00000000
    (II) intel(0): TV_CSC_Y: 0x00000000
    (II) intel(0): TV_CSC_Y2: 0x00000000
    (II) intel(0): TV_CSC_U: 0x00000000
    (II) intel(0): TV_CSC_U2: 0x00000000
    (II) intel(0): TV_CSC_V: 0x00000000
    (II) intel(0): TV_CSC_V2: 0x00000000
    (II) intel(0): TV_CLR_KNOBS: 0x00000000
    (II) intel(0): TV_CLR_LEVEL: 0x00000000
    (II) intel(0): TV_H_CTL_1: 0x00000000
    (II) intel(0): TV_H_CTL_2: 0x00000000
    (II) intel(0): TV_H_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_1: 0x00000000
    (II) intel(0): TV_V_CTL_2: 0x00000000
    (II) intel(0): TV_V_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_4: 0x00000000
    (II) intel(0): TV_V_CTL_5: 0x00000000
    (II) intel(0): TV_V_CTL_6: 0x00000000
    (II) intel(0): TV_V_CTL_7: 0x00000000
    (II) intel(0): TV_SC_CTL_1: 0x00000000
    (II) intel(0): TV_SC_CTL_2: 0x00000000
    (II) intel(0): TV_SC_CTL_3: 0x00000000
    (II) intel(0): TV_WIN_POS: 0x00000000
    (II) intel(0): TV_WIN_SIZE: 0x00000000
    (II) intel(0): TV_FILTER_CTL_1: 0x00000000
    (II) intel(0): TV_FILTER_CTL_2: 0x00000000
    (II) intel(0): TV_FILTER_CTL_3: 0x00000000
    (II) intel(0): TV_CC_CONTROL: 0x00000000
    (II) intel(0): TV_CC_DATA: 0x00000000
    (II) intel(0): TV_H_LUMA_0: 0x00000000
    (II) intel(0): TV_H_LUMA_59: 0x00000000
    (II) intel(0): TV_H_CHROMA_0: 0x00000000
    (II) intel(0): TV_H_CHROMA_59: 0x00000000
    (II) intel(0): FBC_CFB_BASE: 0x00000000
    (II) intel(0): FBC_LL_BASE: 0x00000000
    (II) intel(0): FBC_CONTROL: 0x00000000
    (II) intel(0): FBC_COMMAND: 0x00000000
    (II) intel(0): FBC_STATUS: 0x20000000
    (II) intel(0): FBC_CONTROL2: 0x00000000
    (II) intel(0): FBC_FENCE_OFF: 0x00000000
    (II) intel(0): FBC_MOD_NUM: 0x00000000
    (II) intel(0): MI_MODE: 0x00000000
    (II) intel(0): MI_ARB_STATE: 0x00000000
    (II) intel(0): MI_RDRET_STATE: 0x00000000
    (II) intel(0): ECOSKPD: 0x00000307
    (II) intel(0): DP_B: 0x00000000
    (II) intel(0): DPB_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_C: 0x00000000
    (II) intel(0): DPC_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_D: 0x00000000
    (II) intel(0): DPD_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000
    (II) intel(0): FENCE START 0: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 0: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 1: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 1: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 2: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 2: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 3: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 3: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 4: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 4: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 5: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 5: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 6: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 6: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 7: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 7: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 8: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 8: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 9: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 9: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 10: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 10: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 11: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 11: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 12: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 12: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 13: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 13: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 14: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 14: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 15: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 15: 0x00000000 ( 0x00000000 end)
    (II) intel(0): pipe A dot 31500 n 4 m1 20 m2 14 p1 8 p2 4
    (II) intel(0): pipe B dot 48000 n 3 m1 23 m2 13 p1 2 p2 14
    (II) intel(0): DumpRegsEnd
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane B is now disabled and connected to pipe A.
    (WW) intel(0): Hardware claims pipe A is on while software believes it is off
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane A is now enabled and connected to pipe B.
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Disabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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) AIGLX: Screen 0 is not DRI2 capable
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 158
    (II) config/hal: Adding input device TPPS/2 IBM TrackPoint
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) TPPS/2 IBM TrackPoint: always reports core events
    (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event8"
    (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    (II) TPPS/2 IBM TrackPoint: Found x and y relative axes
    (II) TPPS/2 IBM TrackPoint: Configuring as mouse
    (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
    (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    (**) TPPS/2 IBM TrackPoint: (accel) filter chain progression: 2.00
    (**) TPPS/2 IBM TrackPoint: (accel) filter stage 0: 20.00 ms
    (**) TPPS/2 IBM TrackPoint: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Asus Laptop extra buttons
    (**) Asus Laptop extra buttons: always reports core events
    (**) Asus Laptop extra buttons: Device: "/dev/input/event5"
    (II) Asus Laptop extra buttons: Found 1 mouse buttons
    (II) Asus Laptop extra buttons: Found keys
    (II) Asus Laptop extra buttons: Configuring as keyboard
    (**) Asus Laptop extra buttons: YAxisMapping: buttons 4 and 5
    (**) Asus Laptop extra buttons: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event6"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) TPPS/2 IBM TrackPoint: Close
    (II) UnloadModule: "evdev"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) Asus Laptop extra buttons: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    (II) intel(0): Comparing regs from server start up to After LeaveVT
    (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
    (II) intel(0): DumpRegsBegin
    (II) intel(0): CHDECMISC: 0x00000000 (none, ch2 enh disabled, ch1 enh disabled, ch0 enh disabled, flex disabled, ep not present)
    (II) intel(0): C0DRB0: 0x00000000 (0x0000)
    (II) intel(0): C0DRB1: 0x00000000 (0x0000)
    (II) intel(0): C0DRB2: 0x00000000 (0x0000)
    (II) intel(0): C0DRB3: 0x00000000 (0x0000)
    (II) intel(0): C1DRB0: 0x00000000 (0x0000)
    (II) intel(0): C1DRB1: 0x00000000 (0x0000)
    (II) intel(0): C1DRB2: 0x00000000 (0x0000)
    (II) intel(0): C1DRB3: 0x00000000 (0x0000)
    (II) intel(0): C0DRA01: 0x00000000 (0x0000)
    (II) intel(0): C0DRA23: 0x00000000 (0x0000)
    (II) intel(0): C1DRA01: 0x00000000 (0x0000)
    (II) intel(0): C1DRA23: 0x00000000 (0x0000)
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
    (II) intel(0): VCLK_POST_DIV: 0x0000888b (vga0 p1 = 13, p2 = 4, vga1 p1 = 10, p2 = 4)
    (II) intel(0): DPLL_TEST: 0x00000000 (, DPLLA input buffer disabled, DPLLB input buffer disabled)
    (II) intel(0): CACHE_MODE_0: 0x00000000
    (II) intel(0): D_STATE: 0x0000030f
    (II) intel(0): DSPCLK_GATE_D: 0x00000000 (clock gates disabled:)
    (II) intel(0): RENCLK_GATE_D1: 0x00000000
    (II) intel(0): RENCLK_GATE_D2: 0x00000000
    (II) intel(0): SDVOB: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOC: 0x00000000 (disabled, pipe A, stall disabled, not detected)
    (II) intel(0): SDVOUDI: 0x00000000
    (II) intel(0): DSPARB: 0x00015455
    (II) intel(0): DSPFW1: 0x00000000
    (II) intel(0): DSPFW2: 0x00000000
    (II) intel(0): DSPFW3: 0x00000000
    (II) intel(0): ADPA: 0x00001c18 (disabled, pipe A, +hsync, +vsync)
    (II) intel(0): LVDS: 0xc0000300 (enabled, pipe B, 18 bit, 1 channel)
    (II) intel(0): DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOB: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOC: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
    (II) intel(0): DVOA_SRCDIM: 0x00000000
    (II) intel(0): DVOB_SRCDIM: 0x00000000
    (II) intel(0): DVOC_SRCDIM: 0x00000000
    (II) intel(0): PP_CONTROL: 0x00000001 (power target: on)
    (II) intel(0): PP_STATUS: 0xd000000a (on, ready, sequencing on)
    (II) intel(0): PP_ON_DELAYS: 0x019007d0
    (II) intel(0): PP_OFF_DELAYS: 0x01f407d0
    (II) intel(0): PP_DIVISOR: 0x00270f04
    (II) intel(0): PFIT_CONTROL: 0x80000668
    (II) intel(0): PFIT_PGM_RATIOS: 0x00000000
    (II) intel(0): PORT_HOTPLUG_EN: 0x00000000
    (II) intel(0): PORT_HOTPLUG_STAT: 0x00000000
    (II) intel(0): DSPACNTR: 0x00000000 (disabled, pipe A)
    (II) intel(0): DSPASTRIDE: 0x00000000 (0 bytes)
    (II) intel(0): DSPAPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPASIZE: 0x00000000 (1, 1)
    (II) intel(0): DSPABASE: 0x00000000
    (II) intel(0): DSPASURF: 0x00000000
    (II) intel(0): DSPATILEOFF: 0x00000000
    (II) intel(0): PIPEACONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEASRC: 0x027f01df (640, 480)
    (II) intel(0): PIPEASTAT: 0x80000207 (status: FIFO_UNDERRUN VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
    (II) intel(0): FPA0: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_A: 0x808b0000 (enabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 13, p2 = 4)
    (II) intel(0): DPLL_A_MD: 0x00000000
    (II) intel(0): HTOTAL_A: 0x031f027f (640 active, 800 total)
    (II) intel(0): HBLANK_A: 0x03170287 (648 start, 792 end)
    (II) intel(0): HSYNC_A: 0x02ef028f (656 start, 752 end)
    (II) intel(0): VTOTAL_A: 0x020c01df (480 active, 525 total)
    (II) intel(0): VBLANK_A: 0x020401e7 (488 start, 517 end)
    (II) intel(0): VSYNC_A: 0x01eb01e9 (490 start, 492 end)
    (II) intel(0): BCLRPAT_A: 0x00000000
    (II) intel(0): VSYNCSHIFT_A: 0x00000000
    (II) intel(0): DSPBCNTR: 0x49000000 (disabled, pipe B)
    (II) intel(0): DSPBSTRIDE: 0x00000280 (640 bytes)
    (II) intel(0): DSPBPOS: 0x00000000 (0, 0)
    (II) intel(0): DSPBSIZE: 0x01df027f (640, 480)
    (II) intel(0): DSPBBASE: 0x00000000
    (II) intel(0): DSPBSURF: 0x00000000
    (II) intel(0): DSPBTILEOFF: 0x00000000
    (II) intel(0): PIPEBCONF: 0x80000000 (enabled, single-wide)
    (II) intel(0): PIPEBSRC: 0x027f018f (640, 400)
    (II) intel(0): PIPEBSTAT: 0x80000202 (status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS)
    (II) intel(0): FPB0: 0x00021406 (n = 2, m1 = 20, m2 = 6)
    (II) intel(0): FPB1: 0x00021207 (n = 2, m1 = 18, m2 = 7)
    (II) intel(0): DPLL_B: 0x90020000 (enabled, non-dvo, default clock, LVDS mode, p1 = 2, p2 = 14)
    (II) intel(0): DPLL_B_MD: 0x00000000
    (II) intel(0): HTOTAL_B: 0x053f03ff (1024 active, 1344 total)
    (II) intel(0): HBLANK_B: 0x053f03ff (1024 start, 1344 end)
    (II) intel(0): HSYNC_B: 0x048c0407 (1032 start, 1165 end)
    (II) intel(0): VTOTAL_B: 0x02700257 (600 active, 625 total)
    (II) intel(0): VBLANK_B: 0x02700257 (600 start, 625 end)
    (II) intel(0): VSYNC_B: 0x0260025a (603 start, 609 end)
    (II) intel(0): BCLRPAT_B: 0x00000000
    (II) intel(0): VSYNCSHIFT_B: 0x00000000
    (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207
    (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406
    (II) intel(0): VCLK_POST_DIV: 0x0000888b
    (II) intel(0): VGACNTRL: 0x2204008e (enabled)
    (II) intel(0): TV_CTL: 0x00000000
    (II) intel(0): TV_DAC: 0x00000000
    (II) intel(0): TV_CSC_Y: 0x00000000
    (II) intel(0): TV_CSC_Y2: 0x00000000
    (II) intel(0): TV_CSC_U: 0x00000000
    (II) intel(0): TV_CSC_U2: 0x00000000
    (II) intel(0): TV_CSC_V: 0x00000000
    (II) intel(0): TV_CSC_V2: 0x00000000
    (II) intel(0): TV_CLR_KNOBS: 0x00000000
    (II) intel(0): TV_CLR_LEVEL: 0x00000000
    (II) intel(0): TV_H_CTL_1: 0x00000000
    (II) intel(0): TV_H_CTL_2: 0x00000000
    (II) intel(0): TV_H_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_1: 0x00000000
    (II) intel(0): TV_V_CTL_2: 0x00000000
    (II) intel(0): TV_V_CTL_3: 0x00000000
    (II) intel(0): TV_V_CTL_4: 0x00000000
    (II) intel(0): TV_V_CTL_5: 0x00000000
    (II) intel(0): TV_V_CTL_6: 0x00000000
    (II) intel(0): TV_V_CTL_7: 0x00000000
    (II) intel(0): TV_SC_CTL_1: 0x00000000
    (II) intel(0): TV_SC_CTL_2: 0x00000000
    (II) intel(0): TV_SC_CTL_3: 0x00000000
    (II) intel(0): TV_WIN_POS: 0x00000000
    (II) intel(0): TV_WIN_SIZE: 0x00000000
    (II) intel(0): TV_FILTER_CTL_1: 0x00000000
    (II) intel(0): TV_FILTER_CTL_2: 0x00000000
    (II) intel(0): TV_FILTER_CTL_3: 0x00000000
    (II) intel(0): TV_CC_CONTROL: 0x00000000
    (II) intel(0): TV_CC_DATA: 0x00000000
    (II) intel(0): TV_H_LUMA_0: 0x00000000
    (II) intel(0): TV_H_LUMA_59: 0x00000000
    (II) intel(0): TV_H_CHROMA_0: 0x00000000
    (II) intel(0): TV_H_CHROMA_59: 0x00000000
    (II) intel(0): FBC_CFB_BASE: 0x00000000
    (II) intel(0): FBC_LL_BASE: 0x00000000
    (II) intel(0): FBC_CONTROL: 0x00000000
    (II) intel(0): FBC_COMMAND: 0x00000000
    (II) intel(0): FBC_STATUS: 0x20000000
    (II) intel(0): FBC_CONTROL2: 0x00000000
    (II) intel(0): FBC_FENCE_OFF: 0x00000000
    (II) intel(0): FBC_MOD_NUM: 0x00000000
    (II) intel(0): MI_MODE: 0x00000000
    (II) intel(0): MI_ARB_STATE: 0x00000000
    (II) intel(0): MI_RDRET_STATE: 0x00000000
    (II) intel(0): ECOSKPD: 0x00000307
    (II) intel(0): DP_B: 0x00000000
    (II) intel(0): DPB_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPB_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_C: 0x00000000
    (II) intel(0): DPC_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPC_AUX_CH_DATA5: 0x00000000
    (II) intel(0): DP_D: 0x00000000
    (II) intel(0): DPD_AUX_CH_CTL: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA1: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA2: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000
    (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000
    (II) intel(0): FENCE START 0: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 0: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 1: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 1: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 2: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 2: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 3: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 3: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 4: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 4: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 5: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 5: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 6: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 6: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 7: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 7: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 8: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 8: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 9: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 9: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 10: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 10: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 11: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 11: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 12: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 12: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 13: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 13: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 14: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 14: 0x00000000 ( 0x00000000 end)
    (II) intel(0): FENCE START 15: 0x00000000 (disabled, X tile walk, 0 pitch, 0x00000000 start)
    (II) intel(0): FENCE END 15: 0x00000000 ( 0x00000000 end)
    (II) intel(0): pipe A dot 25153 n 2 m1 18 m2 7 p1 13 p2 4
    (II) intel(0): pipe B dot 50571 n 2 m1 20 m2 6 p1 2 p2 14
    (II) intel(0): DumpRegsEnd
    (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) intel(0): xf86UnbindGARTMemory: unbind key 5
    (II) intel(0): xf86UnbindGARTMemory: unbind key 6
    (WW) intel(0): drmDropMaster failed: Unknown error 4294967295

  • [SOLVED] Xinerama crashing xorg 1.9

    After installing the latest xorg packages (1.9) I can no longer use xinerama when I have two monitors connected.
    I've tried this with several WMs, and none of them want to start with xinerama activa and an external monitor on VGA from my laptop.
    I'm using the latest nvidia binary drivers (not beta) and both monitros work if I disable xinerama, and I can run xinerama if I do not have anything connected to the VGA out.
    Anyone else noticed this and know what to do about it?
    Last edited by grine (2010-10-01 14:13:52)

    /etc/X11/xorg.conf.d/10-monitor.conf
    This and evdev are the only ones I've modified, evdev I just added the menu key on the keyboard as a compose button.
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    Option "NoLogo" "True"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    Option "NoLogo" "True"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "DualSreen"
    Screen 0 "Screen0"
    Screen 1 "Screen1" LeftOf "Screen0" #Screen1 at the left of Screen0
    Option "Xinerama" "1" #To move windows between screens
    EndSection
    Xorg.1.log (Xorg.0.log is for X without Xinerama)
    [ 12428.460]
    X.Org X Server 1.9.0
    Release Date: 2010-08-20
    [ 12428.460] X Protocol Version 11, Revision 0
    [ 12428.461] Build Operating System: Linux 2.6.34-ARCH i686
    [ 12428.461] Current Operating System: Linux myhost 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 07:17:20 UTC 2010 i686
    [ 12428.461] Kernel command line: root=/dev/disk/by-uuid/295976ce-2dec-40c7-a8ae-499184c1b9ef resume=/dev/disk/by-uuid/d9b14b1c-8246-4468-b8e7-06e1628119c7 ro
    [ 12428.461] Build Date: 24 August 2010 01:42:08PM
    [ 12428.461]
    [ 12428.461] Current version of pixman: 0.18.4
    [ 12428.461] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 12428.461] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 12428.461] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Sep 30 11:39:51 2010
    [ 12428.461] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 12428.461] (==) ServerLayout "DualSreen"
    [ 12428.461] (**) |-->Screen "Screen0" (0)
    [ 12428.461] (**) | |-->Monitor "Monitor0"
    [ 12428.461] (**) | |-->Device "Device0"
    [ 12428.461] (**) |-->Screen "Screen1" (1)
    [ 12428.461] (**) | |-->Monitor "Monitor1"
    [ 12428.461] (**) | |-->Device "Device1"
    [ 12428.461] (**) Option "Xinerama" "1"
    [ 12428.461] (==) Automatically adding devices
    [ 12428.461] (==) Automatically enabling devices
    [ 12428.461] (**) Xinerama: enabled
    [ 12428.462] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 12428.462] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 12428.462] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 12428.462] (II) Loader magic: 0x81f3200
    [ 12428.462] (II) Module ABI versions:
    [ 12428.462] X.Org ANSI C Emulation: 0.4
    [ 12428.462] X.Org Video Driver: 8.0
    [ 12428.462] X.Org XInput driver : 11.0
    [ 12428.462] X.Org Server Extension : 4.0
    [ 12428.463] (--) PCI:*(0:1:0:0) 10de:0427:1028:0227 rev 161, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
    [ 12428.464] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 12428.464] (II) LoadModule: "extmod"
    [ 12428.464] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 12428.464] (II) Module extmod: vendor="X.Org Foundation"
    [ 12428.464] compiled for 1.9.0, module version = 1.0.0
    [ 12428.464] Module class: X.Org Server Extension
    [ 12428.464] ABI class: X.Org Server Extension, version 4.0
    [ 12428.464] (II) Loading extension MIT-SCREEN-SAVER
    [ 12428.464] (II) Loading extension XFree86-VidModeExtension
    [ 12428.464] (II) Loading extension XFree86-DGA
    [ 12428.464] (II) Loading extension DPMS
    [ 12428.464] (II) Loading extension XVideo
    [ 12428.464] (II) Loading extension XVideo-MotionCompensation
    [ 12428.464] (II) Loading extension X-Resource
    [ 12428.464] (II) LoadModule: "dbe"
    [ 12428.464] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 12428.464] (II) Module dbe: vendor="X.Org Foundation"
    [ 12428.465] compiled for 1.9.0, module version = 1.0.0
    [ 12428.465] Module class: X.Org Server Extension
    [ 12428.465] ABI class: X.Org Server Extension, version 4.0
    [ 12428.465] (II) Loading extension DOUBLE-BUFFER
    [ 12428.465] (II) LoadModule: "glx"
    [ 12428.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 12428.498] (II) Module glx: vendor="NVIDIA Corporation"
    [ 12428.498] compiled for 4.0.2, module version = 1.0.0
    [ 12428.498] Module class: X.Org Server Extension
    [ 12428.498] (II) NVIDIA GLX Module 256.53 Fri Aug 27 21:28:41 PDT 2010
    [ 12428.498] (II) Loading extension GLX
    [ 12428.498] (II) LoadModule: "record"
    [ 12428.499] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 12428.499] (II) Module record: vendor="X.Org Foundation"
    [ 12428.499] compiled for 1.9.0, module version = 1.13.0
    [ 12428.499] Module class: X.Org Server Extension
    [ 12428.499] ABI class: X.Org Server Extension, version 4.0
    [ 12428.499] (II) Loading extension RECORD
    [ 12428.499] (II) LoadModule: "dri"
    [ 12428.499] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 12428.499] (II) Module dri: vendor="X.Org Foundation"
    [ 12428.499] compiled for 1.9.0, module version = 1.0.0
    [ 12428.499] ABI class: X.Org Server Extension, version 4.0
    [ 12428.499] (II) Loading extension XFree86-DRI
    [ 12428.499] (II) LoadModule: "dri2"
    [ 12428.499] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12428.499] (II) Module dri2: vendor="X.Org Foundation"
    [ 12428.499] compiled for 1.9.0, module version = 1.2.0
    [ 12428.499] ABI class: X.Org Server Extension, version 4.0
    [ 12428.499] (II) Loading extension DRI2
    [ 12428.499] (II) LoadModule: "nvidia"
    [ 12428.499] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 12428.500] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 12428.500] compiled for 4.0.2, module version = 1.0.0
    [ 12428.500] Module class: X.Org Video Driver
    [ 12428.500] (II) NVIDIA dlloader X Driver 256.53 Fri Aug 27 21:05:55 PDT 2010
    [ 12428.500] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 12428.500] (++) using VT number 8
    [ 12428.505] (II) Loading sub module "fb"
    [ 12428.505] (II) LoadModule: "fb"
    [ 12428.505] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12428.505] (II) Module fb: vendor="X.Org Foundation"
    [ 12428.505] compiled for 1.9.0, module version = 1.0.0
    [ 12428.505] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12428.505] (II) Loading sub module "wfb"
    [ 12428.505] (II) LoadModule: "wfb"
    [ 12428.505] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 12428.505] (II) Module wfb: vendor="X.Org Foundation"
    [ 12428.505] compiled for 1.9.0, module version = 1.0.0
    [ 12428.505] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12428.506] (II) Loading sub module "ramdac"
    [ 12428.506] (II) LoadModule: "ramdac"
    [ 12428.506] (II) Module "ramdac" already built-in
    [ 12428.506] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 12428.506] (==) NVIDIA(0): RGB weight 888
    [ 12428.506] (==) NVIDIA(0): Default visual is TrueColor
    [ 12428.506] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 12428.506] (**) NVIDIA(0): Option "NoLogo" "True"
    [ 12428.506] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 12428.506] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 12428.506] (II) NVIDIA(0): enabled.
    [ 12428.629] (II) NVIDIA(0): NVIDIA GPU GeForce 8400M GS (G86M) at PCI:1:0:0 (GPU-0)
    [ 12428.629] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 12428.629] (--) NVIDIA(0): VideoBIOS: 60.86.45.00.12
    [ 12428.630] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 12428.630] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 12428.630] (--) NVIDIA(0): Connected display device(s) on GeForce 8400M GS at PCI:1:0:0:
    [ 12428.630] (--) NVIDIA(0): LG Electronics W2261 (CRT-0)
    [ 12428.630] (--) NVIDIA(0): AUO (DFP-0)
    [ 12428.630] (--) NVIDIA(0): LG Electronics W2261 (CRT-0): 400.0 MHz maximum pixel clock
    [ 12428.630] (--) NVIDIA(0): AUO (DFP-0): 330.0 MHz maximum pixel clock
    [ 12428.630] (--) NVIDIA(0): AUO (DFP-0): Internal Dual Link LVDS
    [ 12428.699] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 12428.699] (==) NVIDIA(0):
    [ 12428.699] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 12428.699] (==) NVIDIA(0): will be used as the requested mode.
    [ 12428.699] (==) NVIDIA(0):
    [ 12428.699] (II) NVIDIA(0): Validated modes:
    [ 12428.699] (II) NVIDIA(0): "nvidia-auto-select"
    [ 12428.699] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    [ 12429.724] (++) NVIDIA(0): DPI set to (96, 96); computed from -dpi X commandline option
    [ 12429.724] (WW) NVIDIA(0): 32-bit ARGB GLX visuals are not currently supported with the
    [ 12429.724] (WW) NVIDIA(0): Xinerama extension.
    [ 12429.724] (WW) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
    [ 12429.724] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
    [ 12429.724] (==) NVIDIA(1): RGB weight 888
    [ 12429.724] (==) NVIDIA(1): Default visual is TrueColor
    [ 12429.724] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 12429.724] (**) NVIDIA(1): Option "NoLogo" "True"
    [ 12429.724] (**) NVIDIA(1): Enabling RENDER acceleration
    [ 12429.724] (II) NVIDIA(1): NVIDIA GPU GeForce 8400M GS (G86M) at PCI:1:0:0 (GPU-0)
    [ 12429.724] (--) NVIDIA(1): Memory: 262144 kBytes
    [ 12429.724] (--) NVIDIA(1): VideoBIOS: 60.86.45.00.12
    [ 12429.724] (II) NVIDIA(1): Detected PCI Express Link width: 16X
    [ 12429.724] (--) NVIDIA(1): Interlaced video modes are supported on this GPU
    [ 12429.724] (--) NVIDIA(1): Connected display device(s) on GeForce 8400M GS at PCI:1:0:0:
    [ 12429.724] (--) NVIDIA(1): LG Electronics W2261 (CRT-0)
    [ 12429.724] (--) NVIDIA(1): AUO (DFP-0)
    [ 12429.724] (--) NVIDIA(1): LG Electronics W2261 (CRT-0): 400.0 MHz maximum pixel clock
    [ 12429.724] (--) NVIDIA(1): AUO (DFP-0): 330.0 MHz maximum pixel clock
    [ 12429.724] (--) NVIDIA(1): AUO (DFP-0): Internal Dual Link LVDS
    [ 12429.810] (II) NVIDIA(1): Assigned Display Device: CRT-0
    [ 12429.810] (==) NVIDIA(1):
    [ 12429.810] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
    [ 12429.810] (==) NVIDIA(1): will be used as the requested mode.
    [ 12429.810] (==) NVIDIA(1):
    [ 12429.810] (II) NVIDIA(1): Validated modes:
    [ 12429.810] (II) NVIDIA(1): "nvidia-auto-select"
    [ 12429.810] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
    [ 12429.820] (++) NVIDIA(1): DPI set to (96, 96); computed from -dpi X commandline option
    [ 12429.820] (WW) NVIDIA(1): 32-bit ARGB GLX visuals are not currently supported with the
    [ 12429.820] (WW) NVIDIA(1): Xinerama extension.
    [ 12429.820] (WW) NVIDIA(1): Disabling 32-bit ARGB GLX visuals.
    [ 12429.820] (--) Depth 24 pixmap format is 32 bpp
    [ 12429.821] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 12429.822] (II) NVIDIA(0): Initialized GPU GART.
    [ 12429.834] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 12430.110] (II) Loading extension NV-GLX
    [ 12430.150] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 12430.178] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 12430.178] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 12430.178] (==) NVIDIA(0): Backing store disabled
    [ 12430.178] (==) NVIDIA(0): Silken mouse enabled
    [ 12430.188] (==) NVIDIA(0): DPMS enabled
    [ 12430.188] (II) Loading extension NV-CONTROL
    [ 12430.188] (II) Loading sub module "dri2"
    [ 12430.188] (II) LoadModule: "dri2"
    [ 12430.188] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12430.188] (II) NVIDIA(0): [DRI2] Setup complete
    [ 12430.188] (==) RandR enabled
    [ 12430.190] (II) NVIDIA(1): Initialized GPU GART.
    [ 12430.197] (II) NVIDIA(1): Setting mode "nvidia-auto-select"
    [ 12430.266] (II) NVIDIA(1): Initialized OpenGL Acceleration
    [ 12430.280] (==) NVIDIA(1): Disabling shared memory pixmaps
    [ 12430.280] (II) NVIDIA(1): Initialized X Rendering Acceleration
    [ 12430.280] (==) NVIDIA(1): Backing store disabled
    [ 12430.280] (==) NVIDIA(1): Silken mouse enabled
    [ 12430.288] (==) NVIDIA(1): DPMS enabled
    [ 12430.288] (II) Loading sub module "dri2"
    [ 12430.288] (II) LoadModule: "dri2"
    [ 12430.288] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12430.289] (II) NVIDIA(1): [DRI2] Setup complete
    [ 12430.289] (==) RandR enabled
    [ 12430.289] (II) Initializing built-in extension Generic Event Extension
    [ 12430.289] (II) Initializing built-in extension SHAPE
    [ 12430.289] (II) Initializing built-in extension MIT-SHM
    [ 12430.289] (II) Initializing built-in extension XInputExtension
    [ 12430.289] (II) Initializing built-in extension XTEST
    [ 12430.289] (II) Initializing built-in extension BIG-REQUESTS
    [ 12430.289] (II) Initializing built-in extension SYNC
    [ 12430.289] (II) Initializing built-in extension XKEYBOARD
    [ 12430.289] (II) Initializing built-in extension XC-MISC
    [ 12430.289] (II) Initializing built-in extension SECURITY
    [ 12430.289] (II) Initializing built-in extension XINERAMA
    [ 12430.289] (II) Initializing built-in extension XFIXES
    [ 12430.289] (II) Initializing built-in extension RENDER
    [ 12430.289] (II) Initializing built-in extension RANDR
    [ 12430.289] (II) Initializing built-in extension COMPOSITE
    [ 12430.289] (II) Initializing built-in extension DAMAGE
    [ 12430.292] (II) Initializing extension GLX
    [ 12430.842] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 12430.843] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 12430.843] (II) LoadModule: "evdev"
    [ 12430.843] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 12430.843] (II) Module evdev: vendor="X.Org Foundation"
    [ 12430.843] compiled for 1.9.0, module version = 2.5.0
    [ 12430.843] Module class: X.Org XInput Driver
    [ 12430.843] ABI class: X.Org XInput driver, version 11.0
    [ 12430.843] (**) Video Bus: always reports core events
    [ 12430.843] (**) Video Bus: Device: "/dev/input/event6"
    [ 12430.853] (--) Video Bus: Found keys
    [ 12430.853] (II) Video Bus: Configuring as keyboard
    [ 12430.853] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 12430.853] (**) Option "xkb_rules" "evdev"
    [ 12430.853] (**) Option "xkb_model" "evdev"
    [ 12430.853] (**) Option "xkb_layout" "se"
    [ 12430.853] (**) Option "xkb_options" "compose:menu"
    [ 12430.893] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 12430.893] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 12430.893] (**) Power Button: always reports core events
    [ 12430.893] (**) Power Button: Device: "/dev/input/event4"
    [ 12430.909] (--) Power Button: Found keys
    [ 12430.909] (II) Power Button: Configuring as keyboard
    [ 12430.909] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 12430.909] (**) Option "xkb_rules" "evdev"
    [ 12430.909] (**) Option "xkb_model" "evdev"
    [ 12430.909] (**) Option "xkb_layout" "se"
    [ 12430.909] (**) Option "xkb_options" "compose:menu"
    [ 12430.910] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 12430.910] (II) No input driver/identifier specified (ignoring)
    [ 12430.910] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 12430.910] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 12430.910] (**) Sleep Button: always reports core events
    [ 12430.910] (**) Sleep Button: Device: "/dev/input/event5"
    [ 12430.919] (--) Sleep Button: Found keys
    [ 12430.919] (II) Sleep Button: Configuring as keyboard
    [ 12430.919] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 12430.919] (**) Option "xkb_rules" "evdev"
    [ 12430.919] (**) Option "xkb_model" "evdev"
    [ 12430.919] (**) Option "xkb_layout" "se"
    [ 12430.919] (**) Option "xkb_options" "compose:menu"
    [ 12430.921] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event13)
    [ 12430.921] (**) Broadcom Corp: Applying InputClass "evdev keyboard catchall"
    [ 12430.921] (**) Broadcom Corp: always reports core events
    [ 12430.921] (**) Broadcom Corp: Device: "/dev/input/event13"
    [ 12430.932] (--) Broadcom Corp: Found keys
    [ 12430.933] (II) Broadcom Corp: Configuring as keyboard
    [ 12430.933] (II) XINPUT: Adding extended input device "Broadcom Corp" (type: KEYBOARD)
    [ 12430.933] (**) Option "xkb_rules" "evdev"
    [ 12430.933] (**) Option "xkb_model" "evdev"
    [ 12430.933] (**) Option "xkb_layout" "se"
    [ 12430.933] (**) Option "xkb_options" "compose:menu"
    [ 12430.933] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event14)
    [ 12430.933] (**) Broadcom Corp: Applying InputClass "evdev pointer catchall"
    [ 12430.933] (**) Broadcom Corp: always reports core events
    [ 12430.933] (**) Broadcom Corp: Device: "/dev/input/event14"
    [ 12430.946] (--) Broadcom Corp: Found 3 mouse buttons
    [ 12430.946] (--) Broadcom Corp: Found relative axes
    [ 12430.946] (--) Broadcom Corp: Found x and y relative axes
    [ 12430.946] (II) Broadcom Corp: Configuring as mouse
    [ 12430.946] (**) Broadcom Corp: YAxisMapping: buttons 4 and 5
    [ 12430.946] (**) Broadcom Corp: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 12430.946] (II) XINPUT: Adding extended input device "Broadcom Corp" (type: MOUSE)
    [ 12430.946] (**) Broadcom Corp: (accel) keeping acceleration scheme 1
    [ 12430.946] (**) Broadcom Corp: (accel) acceleration profile 0
    [ 12430.946] (**) Broadcom Corp: (accel) acceleration factor: 2.000
    [ 12430.946] (**) Broadcom Corp: (accel) acceleration threshold: 4
    [ 12430.946] (II) Broadcom Corp: initialized for relative axes.
    [ 12430.947] (II) config/udev: Adding input device Broadcom Corp (/dev/input/mouse2)
    [ 12430.947] (II) No input driver/identifier specified (ignoring)
    [ 12430.947] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 12430.947] (II) No input driver/identifier specified (ignoring)
    [ 12430.948] (II) config/udev: Adding input device HDA Intel Mic at Ext Front Jack (/dev/input/event10)
    [ 12430.948] (II) No input driver/identifier specified (ignoring)
    [ 12430.948] (II) config/udev: Adding input device HDA Intel HP Out at Ext Front Jack (/dev/input/event11)
    [ 12430.948] (II) No input driver/identifier specified (ignoring)
    [ 12430.948] (II) config/udev: Adding input device HDA Intel HP Out at Ext Front Jack (/dev/input/event12)
    [ 12430.948] (II) No input driver/identifier specified (ignoring)
    [ 12430.950] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event15)
    [ 12430.950] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall"
    [ 12430.950] (**) Logitech USB Laser Mouse: always reports core events
    [ 12430.950] (**) Logitech USB Laser Mouse: Device: "/dev/input/event15"
    [ 12430.959] (--) Logitech USB Laser Mouse: Found 12 mouse buttons
    [ 12430.959] (--) Logitech USB Laser Mouse: Found scroll wheel(s)
    [ 12430.959] (--) Logitech USB Laser Mouse: Found relative axes
    [ 12430.959] (--) Logitech USB Laser Mouse: Found x and y relative axes
    [ 12430.959] (II) Logitech USB Laser Mouse: Configuring as mouse
    [ 12430.959] (**) Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5
    [ 12430.959] (**) Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 12430.959] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE)
    [ 12430.959] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1
    [ 12430.959] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0
    [ 12430.959] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
    [ 12430.959] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
    [ 12430.959] (II) Logitech USB Laser Mouse: initialized for relative axes.
    [ 12430.960] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse3)
    [ 12430.960] (II) No input driver/identifier specified (ignoring)
    [ 12430.960] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event16)
    [ 12430.960] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 12430.960] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
    [ 12430.960] (**) LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event16"
    [ 12430.973] (--) LITEON Technology USB Multimedia Keyboard: Found keys
    [ 12430.973] (II) LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
    [ 12430.973] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD)
    [ 12430.973] (**) Option "xkb_rules" "evdev"
    [ 12430.973] (**) Option "xkb_model" "evdev"
    [ 12430.973] (**) Option "xkb_layout" "se"
    [ 12430.973] (**) Option "xkb_options" "compose:menu"
    [ 12430.976] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 12430.976] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 12430.976] (**) AT Translated Set 2 keyboard: always reports core events
    [ 12430.976] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 12430.986] (--) AT Translated Set 2 keyboard: Found keys
    [ 12430.986] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 12430.986] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 12430.986] (**) Option "xkb_rules" "evdev"
    [ 12430.986] (**) Option "xkb_model" "evdev"
    [ 12430.986] (**) Option "xkb_layout" "se"
    [ 12430.986] (**) Option "xkb_options" "compose:menu"
    [ 12430.986] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event7)
    [ 12430.987] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 12430.987] (**) PS/2 Mouse: always reports core events
    [ 12430.987] (**) PS/2 Mouse: Device: "/dev/input/event7"
    [ 12430.999] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 12430.999] (--) PS/2 Mouse: Found relative axes
    [ 12430.999] (--) PS/2 Mouse: Found x and y relative axes
    [ 12430.999] (II) PS/2 Mouse: Configuring as mouse
    [ 12430.999] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 12430.999] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 12430.999] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 12430.999] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 12430.999] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 12430.999] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 12430.999] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 12430.999] (II) PS/2 Mouse: initialized for relative axes.
    [ 12431.000] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 12431.000] (II) No input driver/identifier specified (ignoring)
    [ 12431.000] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event8)
    [ 12431.000] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 12431.000] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 12431.000] (II) LoadModule: "synaptics"
    [ 12431.000] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 12431.000] (II) Module synaptics: vendor="X.Org Foundation"
    [ 12431.000] compiled for 1.9.0, module version = 1.3.0
    [ 12431.000] Module class: X.Org XInput Driver
    [ 12431.000] ABI class: X.Org XInput driver, version 11.0
    [ 12431.000] (II) Synaptics touchpad driver version 1.3.0
    [ 12431.000] (**) Option "Device" "/dev/input/event8"
    [ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right scroll-buttons
    [ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 12431.042] (**) Option "TapButton1" "1"
    [ 12431.042] (**) Option "TapButton2" "2"
    [ 12431.042] (**) Option "TapButton3" "3"
    [ 12431.068] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 12431.068] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 12431.082] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 12431.112] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 12431.113] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 12431.113] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 12431.113] (II) Synaptics touchpad driver version 1.3.0
    [ 12432.003] (EE) AlpsPS/2 ALPS GlidePoint no synaptics event device found
    [ 12432.003] (**) Option "Device" "/dev/input/mouse1"
    [ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid x-axis range. defaulting to 1615 - 5685
    [ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid y-axis range. defaulting to 1729 - 4171
    [ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid pressure range. defaulting to 0 - 256
    [ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 12432.018] (**) Option "TapButton1" "1"
    [ 12432.018] (**) Option "TapButton2" "2"
    [ 12432.018] (**) Option "TapButton3" "3"
    [ 12432.039] (EE) Query no Synaptics: 6003C8
    [ 12432.039] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
    [ 12432.039] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
    [ 12432.056] (EE) PreInit failed for input device "AlpsPS/2 ALPS GlidePoint"
    [ 12432.056] (II) UnloadModule: "synaptics"
    [ 12432.056] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 12432.056] (II) No input driver/identifier specified (ignoring)
    [ 12432.057] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event2)
    [ 12432.057] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 12432.057] (**) Dell WMI hotkeys: always reports core events
    [ 12432.057] (**) Dell WMI hotkeys: Device: "/dev/input/event2"
    [ 12432.069] (--) Dell WMI hotkeys: Found keys
    [ 12432.069] (II) Dell WMI hotkeys: Configuring as keyboard
    [ 12432.069] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
    [ 12432.069] (**) Option "xkb_rules" "evdev"
    [ 12432.069] (**) Option "xkb_model" "evdev"
    [ 12432.069] (**) Option "xkb_layout" "se"
    [ 12432.069] (**) Option "xkb_options" "compose:menu"
    [ 12451.674]
    Backtrace:
    [ 12451.674] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e685b]
    [ 12451.674] 1: /usr/bin/X (0x8048000+0x64895) [0x80ac895]
    [ 12451.674] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb787940c]
    [ 12451.674] 3: /usr/bin/X (0x8048000+0x23e57) [0x806be57]
    [ 12451.674] 4: /usr/bin/X (0x8048000+0x1a135) [0x8062135]
    [ 12451.674] 5: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb75b6c76]
    [ 12451.674] 6: /usr/bin/X (0x8048000+0x19d11) [0x8061d11]
    [ 12451.674] Segmentation fault at address 0x4
    [ 12451.674]
    Fatal server error:
    [ 12451.674] Caught signal 11 (Segmentation fault). Server aborting
    [ 12451.674]
    [ 12451.674]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 12451.674] Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    [ 12451.674]
    [ 12451.683] (II) Video Bus: Close
    [ 12451.683] (II) UnloadModule: "evdev"
    [ 12451.696] (II) Power Button: Close
    [ 12451.696] (II) UnloadModule: "evdev"
    [ 12451.712] (II) Sleep Button: Close
    [ 12451.712] (II) UnloadModule: "evdev"
    [ 12451.725] (II) Broadcom Corp: Close
    [ 12451.725] (II) UnloadModule: "evdev"
    [ 12451.748] (II) Broadcom Corp: Close
    [ 12451.748] (II) UnloadModule: "evdev"
    [ 12451.768] (II) Logitech USB Laser Mouse: Close
    [ 12451.768] (II) UnloadModule: "evdev"
    [ 12451.782] (II) LITEON Technology USB Multimedia Keyboard: Close
    [ 12451.782] (II) UnloadModule: "evdev"
    [ 12451.795] (II) AT Translated Set 2 keyboard: Close
    [ 12451.795] (II) UnloadModule: "evdev"
    [ 12451.815] (II) PS/2 Mouse: Close
    [ 12451.815] (II) UnloadModule: "evdev"
    [ 12451.855] (II) UnloadModule: "synaptics"
    [ 12451.868] (II) Dell WMI hotkeys: Close
    [ 12451.868] (II) UnloadModule: "evdev"
    The WM loads and is fully usable for a short while (if it loads fast like Awesome, Xmonad/XFCE crashes before it becomes usable) before X segfaults.

  • Radeon 9600TX + Xorg 1.6.1.901: Disturbing Flicker

    Hi! I try to setup a Radeon 9600 TX (R300 Chip) with Xorg 1.6.1.901 and xf86-video-ati. I want to use 2D + 3D acceleration. This is a new system setup using XFCE. (I intend to add compiz later.)
    Acceleration for 3D is present + ok. Window resizing is rather choppy but acceptable. But I see a disturbing flicker when logged into X, as if waves were running down the screen horizontally. This is very inconvenient and hurts the eyes after a short time. Also the font in the VCs is not displayed in sharp edges but I do not know if this is interrelated (or erroneous).
    I would like to keep the xorg.conf minimal. Since the DDC/EDID data that shows up in the log is correct, I did not add any ModeLines or mode setup. The log shows that xorg makes all decisions right (how it seems to me).
    There are loads of posts about ati issues but I did not find anything that helped me solving my problem. Perhaps someone can help? Thanks in advance.
    xorg.conf
    # /etc/xorg.conf
    # for Xorg 1.6.1
    # For combination of C19-3 with Radeon 9600TX.
    # This is a mere addition to the built-in configuration. This file only
    # contains what cannot be autoconfigured or is to overwrite
    # autoconfigured options.
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "Monitor"
    Identifier "FUS C19-3"
    VendorName "FUS"
    ModelName "C19-3"
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Medion Radeon 9600 TX"
    VendorName "ATI Technologies Inc"
    BoardName "R300 NF [Radeon 9600 TX]"
    Driver "radeon"
    Option "AccelMethod" "EXA"
    Option "EXAVSync" "true"
    Option "DRI" "true"
    Option "EnablePageFlip" "true"
    EndSection
    Section "Screen"
    Identifier "Configured Default Screen"
    Device "Medion Radeon 9600 TX"
    Monitor "FUS C19-3"
    EndSection
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen "Configured Default Screen"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Xorg.0.log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.1.901 (1.6.2 RC 1)
    Release Date: 2009-5-8
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux gollum 2.6.29-ARCH #1 SMP PREEMPT Wed May 20 07:06:02 UTC 2009 i686
    Build Date: 28 May 2009 10:40:05PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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 Jun 14 11:51:10 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Configured Default Screen" (0)
    (**) | |-->Monitor "FUS C19-3"
    (**) | |-->Device "Medion Radeon 9600 TX"
    (**) Option "DontZap" "false"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@1:0:0) ATI Technologies Inc R300 NF [Radeon 9600 TX] rev 0, Mem @ 0xd8000000/134217728, 0xc7800000/65536, I/O @ 0x0000d800/256, BIOS @ 0x????????/131072
    (--) PCI: (0@1:0:1) ATI Technologies Inc RV350 NF [Radeon 9600] (Secondary) rev 0, Mem @ 0xc8000000/134217728, 0xc7000000/65536
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL),
    ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
    ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series,
    ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250,
    ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870,
    ATI Mobility RADEON M98, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
    ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610,
    ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
    ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610,
    ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    ATI Radeon HD Graphics, ATI Radeon Graphics,
    ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
    ATI Radeon Graphics
    (II) Primary Device is: PCI 01@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): TOTO SAYS 00000000c7800000
    (II) RADEON(0): MMIO registers at 0x00000000c7800000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (II) RADEON(0): Creating default Display subsection in Screen section
    "Configured Default Screen" for depth/fbbpp 24/32
    (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "EnablePageFlip" "true"
    (**) RADEON(0): Option "AccelMethod" "EXA"
    (**) RADEON(0): Option "DRI" "true"
    (**) RADEON(0): Option "EXAVSync" "true"
    (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.6.1.901, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon 9600TX NF (AGP)" (ChipID = 0x4e46)
    (--) RADEON(0): Linear framebuffer at 0x00000000d8000000
    (II) RADEON(0): AGP card detected
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): Legacy BIOS detected
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
    (**) RADEON(0): Page Flipping enabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Generation 1 PCI interface in multifunction mode, accessible memory limited to one aperture
    (II) RADEON(0): Detected total video RAM=131072K, accessible=131072K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1200
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (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) RADEON(0): ref_freq: 2700, min_out_pll: 20000, max_out_pll: 40000, min_in_pll: 40, max_in_pll: 3000, xclk: 27000, sclk: 297.000000, mclk: 270.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=27000
    (II) RADEON(0): Output VGA-1 using monitor section FUS C19-3
    (II) RADEON(0): I2C bus "VGA-1" initialized.
    (II) RADEON(0): Output VGA-0 has no monitor section
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output S-video has no monitor section
    (II) RADEON(0): Default TV standard: PAL
    (II) RADEON(0): TV standards supported by chip: NTSC PAL
    (II) RADEON(0): Port0:
    XRANDR name: VGA-1
    Connector: VGA
    CRT1: INTERNAL_DAC1
    DDC reg: 0x60
    (II) RADEON(0): Port1:
    XRANDR name: VGA-0
    Connector: VGA
    CRT2: INTERNAL_DAC2
    DDC reg: 0x64
    (II) RADEON(0): Port2:
    XRANDR name: S-video
    Connector: S-video
    TV1: INTERNAL_DAC2
    DDC reg: 0x0
    (II) RADEON(0): I2C device "VGA-1:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "VGA-1:ddc2" registered at address 0xA0.
    (II) RADEON(0): EDID vendor "FUS", prod id 1394
    (II) RADEON(0): Using EDID range info for horizontal sync
    (II) RADEON(0): Using EDID range info for vertical refresh
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Output: VGA-1, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-1 ----------------------
    (II) RADEON(0): Manufacturer: FUS Model: 572 Serial#: 15631
    (II) RADEON(0): Year: 2005 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    (II) RADEON(0): Sync: Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.07
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.629 redY: 0.354 greenX: 0.286 greenY: 0.598
    (II) RADEON(0): blueX: 0.145 blueY: 0.103 whiteX: 0.300 whiteY: 0.335
    (II) RADEON(0): Supported VESA Video Modes:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported Future Video Modes:
    (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 75 vid: 36737
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    (II) RADEON(0): #4: hsize: 800 vsize 600 refresh: 75 vid: 20293
    (II) RADEON(0): #5: hsize: 800 vsize 600 refresh: 60 vid: 16453
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Serial No: YEHN015631
    (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: C19-3
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff001ab372050f3d0000
    (II) RADEON(0): 0d0f010368261e6b2a241fa15a499925
    (II) RADEON(0): 1a4c55a54f00818f8180614f6140454f
    (II) RADEON(0): 454001010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000ff00594548
    (II) RADEON(0): 4e3031353633310a2020000000fd0037
    (II) RADEON(0): 4c1e530e000a202020202020000000fc
    (II) RADEON(0): 004331392d330a202020202020200005
    finished output detect: 0
    (II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    finished output detect: 1
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    finished output detect: 2
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): EDID vendor "FUS", prod id 1394
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Output: VGA-1, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-1 ----------------------
    (II) RADEON(0): Manufacturer: FUS Model: 572 Serial#: 15631
    (II) RADEON(0): Year: 2005 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    (II) RADEON(0): Sync: Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.07
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.629 redY: 0.354 greenX: 0.286 greenY: 0.598
    (II) RADEON(0): blueX: 0.145 blueY: 0.103 whiteX: 0.300 whiteY: 0.335
    (II) RADEON(0): Supported VESA Video Modes:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported Future Video Modes:
    (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 75 vid: 36737
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    (II) RADEON(0): #4: hsize: 800 vsize 600 refresh: 75 vid: 20293
    (II) RADEON(0): #5: hsize: 800 vsize 600 refresh: 60 vid: 16453
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Serial No: YEHN015631
    (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: C19-3
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff001ab372050f3d0000
    (II) RADEON(0): 0d0f010368261e6b2a241fa15a499925
    (II) RADEON(0): 1a4c55a54f00818f8180614f6140454f
    (II) RADEON(0): 454001010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000ff00594548
    (II) RADEON(0): 4e3031353633310a2020000000fd0037
    (II) RADEON(0): 4c1e530e000a202020202020000000fc
    (II) RADEON(0): 004331392d330a202020202020200005
    (II) RADEON(0): EDID vendor "FUS", prod id 1394
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    (II) RADEON(0): Output VGA-1 connected
    (II) RADEON(0): Output VGA-0 disconnected
    (II) RADEON(0): Output S-video disconnected
    (II) RADEON(0): Using exact sizes for initial modes
    (II) RADEON(0): Output VGA-1 using initial mode 1280x1024
    after xf86InitialConfiguration
    (**) RADEON(0): Display dimensions: (380, 300) mm
    (**) RADEON(0): DPI set to (85, 101)
    (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.6.1.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (**) RADEON(0): Using EXA acceleration architecture
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (==) RADEON(0): Assuming overlay scaler buffer width is 1920
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) RADEON(0): RADEONScreenInit d8000000 0 0
    Entering TV Save
    Save TV timing tables
    saveTimingTables: reading timing tables
    TV Save done
    disable primary dac
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x08000000
    (II) RADEON(0): MC_FB_LOCATION : 0xdfffd800
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Allocating from a screen of 131072 kb
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x005dc000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x005e0000
    (II) RADEON(0): Will use 6000 kb for front buffer at offset 0x00000000
    (II) RADEON(0): Will use 6000 kb for back buffer at offset 0x005e4000
    (II) RADEON(0): Will use 6000 kb for depth buffer at offset 0x00bc0000
    (II) RADEON(0): Will use 56320 kb for textures at offset 0x0119c000
    (II) RADEON(0): Will use 56720 kb for X Server offscreen at offset 0x0489c000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEON(0): [drm] framebuffer handle = 0xd8000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (==) RADEON(0): Using AGP 4x
    (II) RADEON(0): [agp] Mode 0x1f000207 [AGP 0x8086/0x2560; Card 0x1002/0x4e46 0x1787/0x8486]
    (II) RADEON(0): [agp] 32768 kB allocated with handle 0x00000001
    (II) RADEON(0): [agp] ring handle = 0xe0000000
    (II) RADEON(0): [agp] Ring mapped at 0xb7804000
    (II) RADEON(0): [agp] ring read ptr handle = 0xe0101000
    (II) RADEON(0): [agp] Ring read ptr mapped at 0xb7803000
    (II) RADEON(0): [agp] vertex/indirect buffers handle = 0xe0102000
    (II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xaf567000
    (II) RADEON(0): [agp] GART texture map handle = 0xe0302000
    (II) RADEON(0): [agp] GART Texture map mapped at 0xad8e7000
    (II) RADEON(0): [drm] register handle = 0x28f00000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xdfffd800 0x1fff0000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): [DRI] installation complete
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 16
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xdfffd800 is: 0xdfffd800
    (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xe1ffe000
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xdfffd800 0xdfffd800
    (II) RADEON(0): MC_AGP_LOCATION : 0xe1ffe000
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    (II) RADEON(0): Setting EXA maxPitchBytes
    (II) RADEON(0): EXA VSync enabled
    (II) RADEON(0): num quad-pipes is 2
    (II) EXA(0): Offscreen pixmap area of 58081280 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (II) UploadToScreen
    (II) RADEON(0): Acceleration enabled
    (**) Option "dpms"
    (**) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (II) RADEON(0): Set up overlay video
    (II) RADEON(0): Set up textured video
    disable primary dac
    disable TVDAC
    disable TV
    disable primary dac
    init memmap
    init common
    init crtc1
    init pll1
    freq: 108000000
    best_freq: 108000000
    best_feedback_div: 16
    best_ref_div: 2
    best_post_div: 2
    restore memmap
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xdfffd800 0xdfffd800
    (II) RADEON(0): MC_AGP_LOCATION : 0xe1ffe000
    restore common
    restore crtc1
    restore pll1
    finished PLL1
    set RMX
    set primary dac
    enable primary dac
    disable TVDAC
    disable TV
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 376 x 301
    (II) RADEON(0): Damage tracking initialized for page flipping
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Logitech USB-PS/2 Mouse M-BA47
    (**) Logitech USB-PS/2 Mouse M-BA47: always reports core events
    (**) Logitech USB-PS/2 Mouse M-BA47: Device: "/dev/input/event5"
    (II) Logitech USB-PS/2 Mouse M-BA47: Found 4 mouse buttons
    (II) Logitech USB-PS/2 Mouse M-BA47: Found x and y relative axes
    (II) Logitech USB-PS/2 Mouse M-BA47: Found scroll wheel(s)
    (II) Logitech USB-PS/2 Mouse M-BA47: Configuring as mouse
    (**) Logitech USB-PS/2 Mouse M-BA47: YAxisMapping: buttons 4 and 5
    (**) Logitech USB-PS/2 Mouse M-BA47: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Mouse M-BA47" (type: MOUSE)
    (**) Logitech USB-PS/2 Mouse M-BA47: (accel) keeping acceleration scheme 1
    (**) Logitech USB-PS/2 Mouse M-BA47: (accel) filter chain progression: 2.00
    (**) Logitech USB-PS/2 Mouse M-BA47: (accel) filter stage 0: 20.00 ms
    (**) Logitech USB-PS/2 Mouse M-BA47: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "de"
    (**) Option "xkb_variant" "nodeadkeys"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) RADEON(0): EDID vendor "FUS", prod id 1394
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Output: VGA-1, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-1 ----------------------
    (II) RADEON(0): Manufacturer: FUS Model: 572 Serial#: 15631
    (II) RADEON(0): Year: 2005 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    (II) RADEON(0): Sync: Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.07
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.629 redY: 0.354 greenX: 0.286 greenY: 0.598
    (II) RADEON(0): blueX: 0.145 blueY: 0.103 whiteX: 0.300 whiteY: 0.335
    (II) RADEON(0): Supported VESA Video Modes:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported Future Video Modes:
    (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 75 vid: 36737
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    (II) RADEON(0): #4: hsize: 800 vsize 600 refresh: 75 vid: 20293
    (II) RADEON(0): #5: hsize: 800 vsize 600 refresh: 60 vid: 16453
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Serial No: YEHN015631
    (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: C19-3
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff001ab372050f3d0000
    (II) RADEON(0): 0d0f010368261e6b2a241fa15a499925
    (II) RADEON(0): 1a4c55a54f00818f8180614f6140454f
    (II) RADEON(0): 454001010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000ff00594548
    (II) RADEON(0): 4e3031353633310a2020000000fd0037
    (II) RADEON(0): 4c1e530e000a202020202020000000fc
    (II) RADEON(0): 004331392d330a202020202020200005
    (II) RADEON(0): EDID vendor "FUS", prod id 1394
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "FUS", prod id 1394
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Output: VGA-1, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-1 ----------------------
    (II) RADEON(0): Manufacturer: FUS Model: 572 Serial#: 15631
    (II) RADEON(0): Year: 2005 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    (II) RADEON(0): Sync: Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.07
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.629 redY: 0.354 greenX: 0.286 greenY: 0.598
    (II) RADEON(0): blueX: 0.145 blueY: 0.103 whiteX: 0.300 whiteY: 0.335
    (II) RADEON(0): Supported VESA Video Modes:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported Future Video Modes:
    (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 75 vid: 36737
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    (II) RADEON(0): #4: hsize: 800 vsize 600 refresh: 75 vid: 20293
    (II) RADEON(0): #5: hsize: 800 vsize 600 refresh: 60 vid: 16453
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Serial No: YEHN015631
    (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: C19-3
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff001ab372050f3d0000
    (II) RADEON(0): 0d0f010368261e6b2a241fa15a499925
    (II) RADEON(0): 1a4c55a54f00818f8180614f6140454f
    (II) RADEON(0): 454001010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000ff00594548
    (II) RADEON(0): 4e3031353633310a2020000000fd0037
    (II) RADEON(0): 4c1e530e000a202020202020000000fc
    (II) RADEON(0): 004331392d330a202020202020200005
    (II) RADEON(0): EDID vendor "FUS", prod id 1394
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    (II) AIGLX: Suspending AIGLX clients for VT switch
    disable primary dac
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x1fff0000 0xdfffd800
    (II) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
    finished PLL2
    finished PLL1
    Entering Restore TV
    Restore TV PLL
    Restore TVHV
    Restore TV Restarts
    Restore Timing Tables
    Restore TV standard
    Leaving Restore TV
    Last edited by Tristero (2009-06-14 11:07:32)

    First I tried to force the monitor into 1280x1024@75 mode which does not show the flicker. In three horizontal areas in the screen, the display was very fuzzy. So I had to decide whether use 60Hz mode with the flicker problem or use 75 Hz mode with the fuzzyness problem.
    I tried the first alternative by ignoring the EDID data and force the display mode but I didn't succeed with solving the fuzzyness problem. So I decided to go back to 60 Hz mode and try to solve the flicker problem. (I already tried 'Option "Flicker"  "false" - no effect!) I have no more ideas.
    Last edited by Tristero (2009-06-15 08:37:23)

  • [Solved] Xorg 1.5 screwed up my NVIDIA

    Hi,
    Today I did a pacman -Syu and I got the newest NVIDIA driver installed and the newest Xorg. Everything broke. Well not exactly everything. But my settings are all screwed up. For a start my screen refuses to load at the normal resolution (1680x1050). I got a default 1024x860 (or whatever it is). Also my colour depth is 16. And regardless of any changes I make in NVIDIA settings manager the changes never stick. Also my compiz-fusion is totally screwed up. When it starts up my screen goes completely white. I have to blindly alt+F2 and run kwin to be able to do anything.
    Also my fonts are really small.
    Here is my xorg.conf:
    Section "ServerLayout"
        Identifier     "Xorg Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "PS/2 Mouse" "CorePointer"
    # Serial Mouse not detected
    # USB Mouse not detected
    EndSection
    Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"
    EndSection
    Section "Files"
    #    RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc:unscaled"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
        FontPath     "/usr/share/fonts/cyrillic"
    #    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
    #    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    #    FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/ttf/western"
        FontPath     "/usr/share/fonts/ttf/decoratives"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/latex-ttf-fonts"
        FontPath     "/usr/share/fonts/defoma/CID"
        FontPath     "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
            Load  "ddc"  # ddc probing of monitor
        Load  "dbe"
    #    Load  "dri"
        Load  "extmod"
        Load  "glx"
            Load  "bitmap" # bitmap-fonts
    #    Load  "type1"
        Load  "freetype"
    #    Load  "record"
        #   Load  "synaptics"
    EndSection
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
            Option      "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "sv-latin1"
        Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
    EndSection
    Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option          "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/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
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
        Identifier "Monitor0"
            Option "DPMS" "true"
    #    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
        HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
        VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
    #    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
        #  Default modes distilled from
        #      "VESA and Industry Standards and Guide for Computer Display Monitor
        #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
        #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
        # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
        ModeLine "640x350"    31.5  640  672  736  832    350  382  385  445 +hsync -vsync
        # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
        ModeLine "640x400"    31.5  640  672  736  832    400  401  404  445 -hsync +vsync
        # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
        ModeLine "720x400"    35.5  720  756  828  936    400  401  404  446 -hsync +vsync
        # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
        ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync
        # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
        ModeLine "640x480"    31.5  640  664  704  832    480  489  491  520 -hsync -vsync
        # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
        ModeLine "640x480"    31.5  640  656  720  840    480  481  484  500 -hsync -vsync
        # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
        ModeLine "640x480"    36.0  640  696  752  832    480  481  484  509 -hsync -vsync
        # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
        ModeLine "800x600"    36.0  800  824  896 1024    600  601  603  625 +hsync +vsync
        # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
        ModeLine "800x600"    40.0  800  840  968 1056    600  601  605  628 +hsync +vsync
        # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
        ModeLine "800x600"    50.0  800  856  976 1040    600  637  643  666 +hsync +vsync
        # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
        ModeLine "800x600"    49.5  800  816  896 1056    600  601  604  625 +hsync +vsync
        # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
        ModeLine "800x600"    56.3  800  832  896 1048    600  601  604  631 +hsync +vsync
        # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
        ModeLine "1024x768"   44.9 1024 1032 1208 1264    768  768  776  817 +hsync +vsync Interlace
        # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
        ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync
        # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
        ModeLine "1024x768"   75.0 1024 1048 1184 1328    768  771  777  806 -hsync -vsync
        # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
        ModeLine "1024x768"   78.8 1024 1040 1136 1312    768  769  772  800 +hsync +vsync
        # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
        ModeLine "1024x768"   94.5 1024 1072 1168 1376    768  769  772  808 +hsync +vsync
        # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
        ModeLine "1152x864"  108.0 1152 1216 1344 1600    864  865  868  900 +hsync +vsync
        # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
        ModeLine "1280x960"  108.0 1280 1376 1488 1800    960  961  964 1000 +hsync +vsync
        # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
        ModeLine "1280x960"  148.5 1280 1344 1504 1728    960  961  964 1011 +hsync +vsync
        # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
        ModeLine "1280x1024" 108.0 1280 1328 1440 1688   1024 1025 1028 1066 +hsync +vsync
        # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
        ModeLine "1280x1024" 135.0 1280 1296 1440 1688   1024 1025 1028 1066 +hsync +vsync
        # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
        ModeLine "1280x1024" 157.5 1280 1344 1504 1728   1024 1025 1028 1072 +hsync +vsync
        # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
        ModeLine "1600x1200" 162.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
        ModeLine "1600x1200" 175.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
        ModeLine "1600x1200" 189.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
        ModeLine "1600x1200" 202.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
        ModeLine "1600x1200" 229.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
        ModeLine "1792x1344" 204.8 1792 1920 2120 2448   1344 1345 1348 1394 -hsync +vsync
        # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
        ModeLine "1792x1344" 261.0 1792 1888 2104 2456   1344 1345 1348 1417 -hsync +vsync
        # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
        ModeLine "1856x1392" 218.3 1856 1952 2176 2528   1392 1393 1396 1439 -hsync +vsync
        # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
        ModeLine "1856x1392" 288.0 1856 1984 2208 2560   1392 1393 1396 1500 -hsync +vsync
        # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
        ModeLine "1920x1440" 234.0 1920 2048 2256 2600   1440 1441 1444 1500 -hsync +vsync
        # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
        ModeLine "1920x1440" 297.0 1920 2064 2288 2640   1440 1441 1444 1500 -hsync +vsync
        # Additional modelines
        ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
        ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
        # Extended modelines with GTF timings
        # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
        ModeLine "640x480"  43.16  640 680 744 848  480 481 484 509  -HSync +Vsync
        # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
        ModeLine "768x576"  34.96  768 792 872 976  576 577 580 597  -HSync +Vsync
        # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
        ModeLine "768x576"  42.93  768 800 880 992  576 577 580 601  -HSync +Vsync
        # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
        ModeLine "768x576"  45.51  768 808 888 1008  576 577 580 602  -HSync +Vsync
        # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
        ModeLine "768x576"  51.84  768 808 888 1008  576 577 580 605  -HSync +Vsync
        # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
        ModeLine "768x576"  62.57  768 816 896 1024  576 577 580 611  -HSync +Vsync
        # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
        ModeLine "800x600"  68.18  800 848 936 1072  600 601 604 636  -HSync +Vsync
        # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
        ModeLine "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
        # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
        ModeLine "1152x864"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
        # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
        ModeLine "1152x864"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync
        # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
        ModeLine "1152x864"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
        # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
        ModeLine "1280x960"  124.54  1280 1368 1504 1728  960 961 964 1001  -HSync +Vsync
        # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
        ModeLine "1280x960"  129.86  1280 1368 1504 1728  960 961 964 1002  -HSync +Vsync
        # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
        ModeLine "1280x960"  178.99  1280 1376 1520 1760  960 961 964 1017  -HSync +Vsync
        # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
        ModeLine "1280x1024"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
        # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
        ModeLine "1400x1050"  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync
        # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
        ModeLine "1400x1050"  149.34  1400 1496 1648 1896  1050 1051 1054 1094  -HSync +Vsync
        # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
        ModeLine "1400x1050"  155.85  1400 1496 1648 1896  1050 1051 1054 1096  -HSync +Vsync
        # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
        ModeLine "1400x1050"  179.26  1400 1504 1656 1912  1050 1051 1054 1103  -HSync +Vsync
        # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
        ModeLine "1400x1050"  214.39  1400 1512 1664 1928  1050 1051 1054 1112  -HSync +Vsync
        # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
        ModeLine "1600x1200"  280.64  1600 1728 1904 2208  1200 1201 1204 1271  -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "All"
        BoardName   "All"
    EndSection
    Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 32
        SubSection "Display"
            Depth     1
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     4
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     8
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     15
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     16
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     24
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     32
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    #Section "DRI"
    #    Mode 0666
    #EndSection
    Section "ServerFlags"
         Option "AutoAddDevices" "False"
       EndSection
    This is what my Xorg.0.log says:
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux myhost 2.6.27-ARCH #1 SMP PREEMPT Fri Nov 28 10:56:24 UTC 2008 i686
    Build Date: 09 November 2008  07:16:27PM
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    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: Mon Dec  1 21:55:19 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "PS/2 Mouse"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
        Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
        Entry deleted from font path.
    (==) 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:unscaled,
        /usr/share/fonts/misc,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/75dpi,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d66e0
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 4.1
        X.Org XInput driver : 2.1
        X.Org Server Extension : 1.1
        X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@1:0:0) nVidia Corporation GeForce 8800 GT rev 162, Mem @ 0xfa000000/0, 0xe0000000/0, 0xf8000000/0, I/O @ 0x0000ac00/0, BIOS @ 0x????????/131072
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [19] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [21] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [23] -1    0    0x00000000 - 0x00000000 (0x1) IX[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) "dri" will be loaded by default.
    (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.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
    (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="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Server Extension
    (II) NVIDIA GLX Module  177.82  Tue Nov  4 14:03:48 PST 2008
    (II) Loading extension GLX
    (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.5.3, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.1
        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.2, module version = 1.3.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) NVIDIA dlloader X Driver  177.82  Tue Nov  4 13:42:45 PST 2008
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (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.5.3, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [19] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [21] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [23] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
    (==) NVIDIA(0): RGB weight 565
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0):     enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce 8800 GT (G92) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 524288 kBytes
    (--) NVIDIA(0): VideoBIOS: 62.92.12.00.05
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 8800 GT at PCI:1:0:0:
    (--) NVIDIA(0):     Samsung SyncMaster (DFP-1)
    (--) NVIDIA(0): Samsung SyncMaster (DFP-1): 330.0 MHz maximum pixel clock
    (--) NVIDIA(0): Samsung SyncMaster (DFP-1): Internal Dual Link TMDS
    (II) NVIDIA(0): Assigned Display Device: DFP-1
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0):     "1024x768"
    (II) NVIDIA(0):     "800x600"
    (II) NVIDIA(0):     "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    (--) NVIDIA(0): DPI set to (55, 65); computed from "UseEdidDpi" X config
    (--) NVIDIA(0):     option
    (==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [19] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [21] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [23] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
    (II) NVIDIA(0):     be running or the "AcpidSocketPath" X configuration option
    (II) NVIDIA(0):     may not be set correctly.  When the ACPI daemon is
    (II) NVIDIA(0):     available, the NVIDIA X driver can use it to receive ACPI
    (II) NVIDIA(0):     events.  For details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0):     Config Options in the README.
    (II) NVIDIA(0): Setting mode "1024x768"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms" "true"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (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 SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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
    (II) Initializing extension GLX
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "sv-latin1"
    (**) Keyboard0: XkbLayout: "sv-latin1"
    (WW) Option "XkbVariant" requires an string value
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/psaux"
    (II) PS/2 Mouse: Setting mouse protocol to "ExplorerPS/2"
    (**) PS/2 Mouse: Device: "/dev/psaux"
    (**) PS/2 Mouse: Protocol: "auto"
    (**) Option "SendCoreEvents" "true"
    (**) Option "CorePointer"
    (**) PS/2 Mouse: always reports core events
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "true"
    (**) Option "Emulate3Timeout" "70"
    (**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
    (**) Option "ZAxisMapping" "4 5"
    (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
    (**) PS/2 Mouse: Buttons: 9
    (**) PS/2 Mouse: Sensitivity: 1
    (II) evaluating device (Keyboard0)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) evaluating device (PS/2 Mouse)
    (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    (II) PS/2 Mouse: Setting mouse protocol to "ExplorerPS/2"
    (II) PS/2 Mouse: ps2EnableDataReporting: succeeded
    (II) config/hal: Adding input device ImExPS/2 Logitech Explorer Mouse
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed
    (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select@1680x1050+0+0"
    Any help would be much appreciated!
    BFC
    Last edited by BlueFightingCat (2008-12-02 16:41:01)

    fLuXx wrote:Ok, so i tried, but it didn't work. All works but the fonts - they're messed up pretty bad. I can't even read what I'm typing right now. Here are some screenshots (just so you know - it gets even worse than that):
    http://img254.imageshack.us/my.php?image=fluki1qu4.png
    http://img254.imageshack.us/my.php?image=fluki2ax1.png
    hmmm, I have exactly the same problem and I also use the nvidia-96xx.
    I noticed that I only get the scrambled text for the lines beyond 20 lines...so if I rescale the height of my window to 20 lines I never get scrambled text and and when I change the height of the window larger then 20 lines, only the 20+ lines get scrambled.
    Last edited by Bob Day (2008-12-02 18:05:24)

  • [SOLVED]Xorg 1.8 doesn't work

    Hello, I've just upgraded to linux-firmware and the newest X.org, which doesn't work.
    Xorg.0.log tells me:
    [ 934.318]
    X.Org X Server 1.8.1
    Release Date: 2010-05-11
    [ 934.322] X Protocol Version 11, Revision 0
    [ 934.323] Build Operating System: Linux 2.6.33-ARCH x86_64
    [ 934.325] Current Operating System: Linux staerseus 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 00:07:49 CEST 2010 x86_64
    [ 934.326] Kernel command line: root=/dev/disk/by-uuid/727c4683-ee4c-4b32-8a59-370264cb7d9f ro i915.modeset=1 init=/sbin/bootchartd
    [ 934.327] Build Date: 26 May 2010 07:50:07PM
    [ 934.329]
    [ 934.330] Current version of pixman: 0.18.2
    [ 934.331] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 934.334] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 934.338] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 21 10:15:38 2010
    [ 934.340] (==) Using config file: "/etc/X11/xorg.conf"
    [ 934.341] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 934.343] (==) No Layout section. Using the first Screen section.
    [ 934.343] (==) No screen section available. Using defaults.
    [ 934.343] (**) |-->Screen "Default Screen Section" (0)
    [ 934.343] (**) | |-->Monitor "<default monitor>"
    [ 934.343] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 934.343] (==) Automatically adding devices
    [ 934.343] (==) Automatically enabling devices
    [ 934.343] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 934.343] Entry deleted from font path.
    [ 934.343] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 934.343] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 934.343] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 934.343] (II) Loader magic: 0x7ce880
    [ 934.343] (II) Module ABI versions:
    [ 934.343] X.Org ANSI C Emulation: 0.4
    [ 934.343] X.Org Video Driver: 7.0
    [ 934.343] X.Org XInput driver : 9.0
    [ 934.343] X.Org Server Extension : 3.0
    [ 934.352] (--) PCI:*(0:0:2:0) 8086:2a42:1734:113f Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf2400000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
    [ 934.352] (--) PCI: (0:0:2:1) 8086:2a43:1734:113f Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf2100000/1048576
    [ 934.352] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 934.352] (II) LoadModule: "extmod"
    [ 934.352] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 934.352] (II) Module extmod: vendor="X.Org Foundation"
    [ 934.352] compiled for 1.8.1, module version = 1.0.0
    [ 934.352] Module class: X.Org Server Extension
    [ 934.352] ABI class: X.Org Server Extension, version 3.0
    [ 934.352] (II) Loading extension MIT-SCREEN-SAVER
    [ 934.352] (II) Loading extension XFree86-VidModeExtension
    [ 934.352] (II) Loading extension XFree86-DGA
    [ 934.352] (II) Loading extension DPMS
    [ 934.352] (II) Loading extension XVideo
    [ 934.352] (II) Loading extension XVideo-MotionCompensation
    [ 934.352] (II) Loading extension X-Resource
    [ 934.352] (II) LoadModule: "dbe"
    [ 934.352] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 934.352] (II) Module dbe: vendor="X.Org Foundation"
    [ 934.353] compiled for 1.8.1, module version = 1.0.0
    [ 934.353] Module class: X.Org Server Extension
    [ 934.353] ABI class: X.Org Server Extension, version 3.0
    [ 934.353] (II) Loading extension DOUBLE-BUFFER
    [ 934.353] (II) LoadModule: "glx"
    [ 934.353] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 934.353] (II) Module glx: vendor="X.Org Foundation"
    [ 934.353] compiled for 1.8.1, module version = 1.0.0
    [ 934.353] ABI class: X.Org Server Extension, version 3.0
    [ 934.353] (==) AIGLX enabled
    [ 934.353] (II) Loading extension GLX
    [ 934.353] (II) LoadModule: "record"
    [ 934.353] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 934.353] (II) Module record: vendor="X.Org Foundation"
    [ 934.353] compiled for 1.8.1, module version = 1.13.0
    [ 934.353] Module class: X.Org Server Extension
    [ 934.353] ABI class: X.Org Server Extension, version 3.0
    [ 934.353] (II) Loading extension RECORD
    [ 934.353] (II) LoadModule: "dri"
    [ 934.353] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 934.353] (II) Module dri: vendor="X.Org Foundation"
    [ 934.353] compiled for 1.8.1, module version = 1.0.0
    [ 934.353] ABI class: X.Org Server Extension, version 3.0
    [ 934.353] (II) Loading extension XFree86-DRI
    [ 934.354] (II) LoadModule: "dri2"
    [ 934.354] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 934.354] (II) Module dri2: vendor="X.Org Foundation"
    [ 934.354] compiled for 1.8.1, module version = 1.2.0
    [ 934.354] ABI class: X.Org Server Extension, version 3.0
    [ 934.354] (II) Loading extension DRI2
    [ 934.354] (==) Matched intel as autoconfigured driver 0
    [ 934.354] (==) Matched vesa as autoconfigured driver 1
    [ 934.354] (==) Matched fbdev as autoconfigured driver 2
    [ 934.354] (==) Assigned the driver to the xf86ConfigLayout
    [ 934.354] (II) LoadModule: "intel"
    [ 934.354] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 934.354] (II) Module intel: vendor="X.Org Foundation"
    [ 934.354] compiled for 1.7.6, module version = 2.11.0
    [ 934.354] Module class: X.Org Video Driver
    [ 934.354] ABI class: X.Org Video Driver, version 6.0
    [ 934.354] (EE) module ABI major version (6) doesn't match the server's version (7)
    [ 934.356] (II) UnloadModule: "intel"
    [ 934.356] (II) Unloading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 934.356] (EE) Failed to load module "intel" (module requirement mismatch, 0)
    [ 934.357] (II) LoadModule: "vesa"
    [ 934.357] (WW) Warning, couldn't open module vesa
    [ 934.357] (II) UnloadModule: "vesa"
    [ 934.357] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 934.359] (II) LoadModule: "fbdev"
    [ 934.359] (WW) Warning, couldn't open module fbdev
    [ 934.359] (II) UnloadModule: "fbdev"
    [ 934.359] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 934.360] (EE) No drivers available.
    [ 934.362]
    Fatal server error:
    [ 934.364] no screens found
    [ 934.365]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 934.370] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 934.372]
    What does the problem with modules mean? Archlinux was warning me, that "in future releases /etc/modprobe.d/framebuffer_blacklist.conf.save will be ignored, but it is the same file as /etc/modprobe.d/framebuffer_blacklist.conf.
    I don't understand, why it cannot find any screens (I use a laptop screen)
    I tried to start with and without xorg.conf, which is:
    Section "Device"
    Identifier "Intel X4500MHD"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    Option "DRI" "true"
    Option "AccelMethod" "uxa"
    Option "MigrationHeuristic" "greedy"
    EndSection
    The graphic driver I use is xf86-video-intel-newest from archstuff, but it is the same version as xf86-video-intel.
    I am not sure if I provided all needed info, but I hope so. Thank you for your help.SOLVED
    Last edited by Staerseus (2010-06-21 09:18:03)

    Use the arch version.   It is actually built against the xorg version that you are using...  here is the relevant section of your log:
    [ 934.354] (EE) module ABI major version (6) doesn't match the server's version (7)

  • [Solved]Xorg 1.6 with nvidia 180.44 2D performance painfully slow

    Hi folks,
    Since the latest upgrade of Xorg and Nvidia all screen refreshes have become visibly very slow. Anything that has to redraw the whole screen takes a full second and my cpu usage jumps to 15%. The wierd thing is that glxgears is getting 200fps and looks perfectly smooth. Direct rendering is enabled and the client and server versions of the driver match. There are no errors in the Xorg.0.log apart from warnings about ACPI
    I am using an Nvidia 6200 in TwinView mode with 2 identical monitors.
    Here's my files/logs:
    xorg.conf:
    # nvidia-settings: version 1.0 (buildmeister@builder63) Tue Nov 4 14:08:09 PST 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    # Load "type1"
    # Load "freetype"
    Load "glx"
    EndSection
    Section "ServerFlags"
    # Removed Option "Xinerama" "1"
    Option "AutoAddDevices" "false"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "gb"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "TEU TL970"
    HorizSync 30.0 - 81.0
    VertRefresh 40.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "TEU TL970"
    HorizSync 30.0 - 81.0
    VertRefresh 40.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    Option "NoDRI"
    EndSection
    Section "Screen"
    # Removed Option "TwinView" "0"
    # Removed Option "TwinViewXineramaInfoOrder" "CRT-0"
    # Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "1"
    Option "TwinViewXineramaInfoOrder" "CRT-1"
    Option "metamodes" "CRT-0: nvidia-auto-select +1280+0, CRT-1: nvidia-auto-select +0+0"
    Option "NoLogo" "True"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    #Section "Extensions"
    # Option "Composite" "Enable"
    #EndSection
    Xorg.0.log
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux vostok 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 10 April 2009 07:03:14PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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: Tue Apr 14 11:11:42 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (**) Option "AutoAddDevices" "false"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI: (0@3:0:0) Matrox Graphics, Inc. MGA G200e [Pilot] ServerEngines (SEP1) rev 2, Mem @ 0xe0000000/16777216, 0xe3800000/16384, 0xe3000000/8388608, BIOS @ 0x????????/65536
    (--) PCI:*(0@10:0:0) nVidia Corporation NV44A [GeForce 6200] rev 161, Mem @ 0xe2000000/16777216, 0xd0000000/268435456, 0xe1000000/16777216, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[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) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (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="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 180.44 Mon Mar 23 15:29:02 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) NVIDIA dlloader X Driver 180.44 Mon Mar 23 15:05:32 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 0a@00:00:0
    (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.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "TwinView" "1"
    (**) NVIDIA(0): Option "MetaModes" "CRT-0: nvidia-auto-select +1280+0, CRT-1: nvidia-auto-select +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-1"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce 6200 (NV44) at PCI:10:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.44.a2.10.52
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:10:0:0:
    (--) NVIDIA(0): TEU TL970 (CRT-0)
    (--) NVIDIA(0): TEU TL970 (CRT-1)
    (--) NVIDIA(0): TEU TL970 (CRT-0): 400.0 MHz maximum pixel clock
    (--) NVIDIA(0): TEU TL970 (CRT-1): 400.0 MHz maximum pixel clock
    (**) NVIDIA(0): TwinView enabled
    (II) NVIDIA(0): Display Devices found referenced in MetaMode: CRT-0, CRT-1
    (II) NVIDIA(0): Assigned Display Devices: CRT-0, CRT-1
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0):
    (II) NVIDIA(0): "CRT-0:nvidia-auto-select+1280+0,CRT-1:nvidia-auto-select+0+0"
    (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1024
    (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) NVIDIA(0): configuration option may not be set correctly. When the
    (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): Setting mode
    (II) NVIDIA(0): "CRT-0:nvidia-auto-select+1280+0,CRT-1:nvidia-auto-select+0+0"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (WW) NVIDIA(0): Option "NoDRI" is not used
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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 extension GLX
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "gb"
    (**) Keyboard0: XkbLayout: "gb"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/psaux"
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (**) Mouse0: Device: "/dev/psaux"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "no"
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse0: ZAxisMapping: buttons 4 and 5
    (**) Mouse0: Buttons: 9
    (**) Mouse0: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) filter chain progression: 2.00
    (**) Mouse0: (accel) filter stage 0: 20.00 ms
    (**) Mouse0: (accel) set acceleration profile 0
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    Thanks for your kind attention.
    Last edited by sekenre (2009-04-14 16:48:38)

    Dheart wrote:glxinfo | grep direct ?
    Also try to run some game to see whether it will work.
    Already done:
    direct rendering: Yes
    And I'm at work, no games sorry
    I lowered the colour depth to 16bpp and it's a little bit faster on window refreshes. It's good enough to be usable but it's still annoying.

  • [Solved] Xorg 1.8 / Trackpoint configuration issues.

    After upgrading to X.Org X Server 1.8.1.902 (1.8.2 RC 2) on a T400, I've been having a strange issue with scrolling and middle-mouse-button pasting and the new configuration system.
    After the initial upgrade, I had no keyboard or trackpoint whatsoever (though the touchpad has always mysteriously worked perfectly) -- after some configuration work, mostly from these forums -- I got most things working:
    The problem I still have, though, is that EmulateWheelTimeout seems to have no effect (I think). It's loaded (by default, I believe) -- but all the same, the mouse moves when I scroll, and more annoyingly, on middle-mouse click, everything is pasted twice.
    Edit: I though I'd add another piece of oddness that would help people figure out what is going on. When I restart X, I get no keyboard whatsoever, until I send the first mouse click. Then everything works as described.
    Edit 2: Setting Option "EmulateWheelTimeout" "1" took care of the double-pasting issue, though the behavior is strange (mouse still moves while scrolling, though less...). I'd be curious what happens with other small values (5, 10, etc.). Anyhow, I'm going to mark this as solved, though I wouldn't say it is.
    I've tried a number of different permutations of the configs below, and what's there works well except for this issue:
    Here is my xorg.conf.d/20-trackpoint.conf
    Section "InputClass"
    Identifier "Trackpoint Wheel Emulation"
    MatchProduct "TPPS/2 IBM TrackPoint"
    MatchIsPointer "on"
    Driver "evdev"
    Option "Device" "/dev/input/by-path/platform-i8042-serio-2-event-mouse"http://www.google.com/firefox
    Option "GrabDevice" "False"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
    #Option "EmulateWheelTimeout" "200"
    Option "Emulate3Buttons" "false"
    Option "XAxisMapping" "6 7"
    Option "YAxisMapping" "4 5"
    EndSection
    Section "InputClass"
    Identifier "disabling synaptic second trackpoint found"
    MatchProduct "TPPS/2 IBM TrackPoint"
    MatchDevicePath "/dev/input/mouse1"
    Option "Ignore" "on"
    EndSection
    And here is my Xorg.0.log:
    [ 5421.714] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 5421.714] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
    [ 5421.714] (II) Synaptics touchpad driver version 1.2.2
    [ 5421.714] (**) Option "Device" "/dev/input/event10"
    [ 5421.753] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 5421.753] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 5421.753] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 5421.753] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 5421.753] (II) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 5421.753] (**) Option "SHMConfig" "on"
    [ 5421.753] (**) Option "EmulateTwoFingerMinZ" "0"
    [ 5421.753] (**) Option "VertEdgeScroll" "on"
    [ 5421.753] (**) Option "HorizEdgeScroll" "on"
    [ 5421.753] (**) Option "VertTwoFingerScroll" "on"
    [ 5421.753] (**) Option "HorizTwoFingerScroll" "on"
    [ 5421.753] (**) Option "TapButton1" "1"
    [ 5421.753] (**) Option "TapButton2" "2"
    [ 5421.753] (**) Option "TapButton3" "3"
    [ 5421.753] (**) Option "CircularScrolling" "on"
    [ 5421.753] (**) Option "CircScrollTrigger" "2"
    [ 5421.779] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 5421.780] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 5421.793] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 5421.793] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 5421.793] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 5421.793] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 5421.793] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 5421.819] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 5421.820] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 5421.820] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "disabling synaptic second mouse found"
    [ 5421.820] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event11)
    [ 5421.820] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    [ 5421.820] (II) LoadModule: "evdev"
    [ 5421.820] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 5421.820] (II) Module evdev: vendor="X.Org Foundation"
    [ 5421.820] compiled for 1.8.0, module version = 2.4.0
    [ 5421.820] Module class: X.Org XInput Driver
    [ 5421.820] ABI class: X.Org XInput driver, version 9.0
    [ 5421.820] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 5421.820] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/by-path/platform-i8042-serio-2-event-mouse"
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: Found relative axes
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 5421.833] (**) Option "Emulate3Buttons" "false"
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: Forcing middle mouse button emulation off.
    [ 5421.833] (**) Option "EmulateWheel" "true"
    [ 5421.833] (**) Option "EmulateWheelButton" "2"
    [ 5421.833] (**) Option "YAxisMapping" "4 5"
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 5421.833] (**) Option "XAxisMapping" "6 7"
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 5421.833] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 5421.833] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: Ignoring device from InputClass "disabling synaptic second trackpoint found"
    [ 5421.834] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
    [ 5421.834] (II) No input driver/identifier specified (ignoring)
    [ 5424.706] (II) 3rd Button detected: disabling emulate3Button
    Last edited by sammermpc (2010-07-16 05:17:53)

    Nothing ?
    Switchng off hal deamon and cleaning ~/.kde* has no effect...
    So, after searching on google again an again, still nothing found.... even among the Ubuntu specific issue where post are terminated
    with "wait next version of the package", the windows-style answer.
    I will continue my attempts to fix this... but my conclusion about this is that hal was more precise in his behavior than udev...

  • [SOLVED] Xorg 1.8 I'm stupid

    After the last upgrade I can't seem to find a way to start Xorg.
    I'm really really really pissed off with these changes and the lack of practical documentation. I tried all methods users posted on the forum and the methods found in the wiki, still no luck. Why does everything have to change so radically that users have to read tons of stuff to make anything work?
    I'm not going to post any logs, because now I'm on (sh***y) win7 posting this. I can't even go that far to posting files as I'm a bag full of anger! I hate changes!
    PS: this is my Xorg log. I can't see anything wrong with it:
    [ 413.530]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 413.538]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 413.541] X Protocol Version 11, Revision 0
    [ 413.542] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 413.543] Current Operating System: Linux ursache 2.6.34-ARCH #1 SMP PREEMPT Mon Jul 5 22:12:11 CEST 2010 x86_64
    [ 413.544] Kernel command line: root=/dev/disk/by-uuid/ee2ede81-8675-4a6a-be2d-2ba75fd1a3c3 ro silent
    [ 413.545] Build Date: 21 June 2010 12:01:49PM
    [ 413.546]
    [ 413.547] Current version of pixman: 0.18.2
    [ 413.548] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 413.551] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 413.554] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 8 00:24:54 2010
    [ 413.556] (==) Using config file: "/etc/X11/xorg.conf"
    [ 413.557] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 413.559] (==) ServerLayout "X.org Configured"
    [ 413.559] (**) |-->Screen "Screen0" (0)
    [ 413.559] (**) | |-->Monitor "Monitor0"
    [ 413.559] (**) | |-->Device "Card0"
    [ 413.559] (**) |-->Input Device "Keyboard0"
    [ 413.559] (==) Automatically adding devices
    [ 413.559] (==) Automatically enabling devices
    [ 413.559] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 413.559] Entry deleted from font path.
    [ 413.559] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 413.559] Entry deleted from font path.
    [ 413.559] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 413.559] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 413.559] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 413.559] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 413.559] (WW) Disabling Keyboard0
    [ 413.559] (II) Loader magic: 0x7ce880
    [ 413.559] (II) Module ABI versions:
    [ 413.559] X.Org ANSI C Emulation: 0.4
    [ 413.559] X.Org Video Driver: 7.0
    [ 413.559] X.Org XInput driver : 9.0
    [ 413.559] X.Org Server Extension : 3.0
    [ 413.569] (--) PCI:*(0:0:2:0) 8086:2a02:1028:026f Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 12, Mem @ 0xf8000000/1048576, 0xd0000000/268435456, I/O @ 0x00001800/8
    [ 413.569] (--) PCI: (0:0:2:1) 8086:2a03:1028:026f Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 12, Mem @ 0xf8100000/1048576
    [ 413.569] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 413.569] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 413.569] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 413.569] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 413.569] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 413.569] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 413.569] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 413.569] (II) LoadModule: "dri"
    [ 413.569] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 413.570] (II) Module dri: vendor="X.Org Foundation"
    [ 413.570] compiled for 1.8.1.902, module version = 1.0.0
    [ 413.570] ABI class: X.Org Server Extension, version 3.0
    [ 413.570] (II) Loading extension XFree86-DRI
    [ 413.570] (II) LoadModule: "record"
    [ 413.570] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 413.570] (II) Module record: vendor="X.Org Foundation"
    [ 413.570] compiled for 1.8.1.902, module version = 1.13.0
    [ 413.570] Module class: X.Org Server Extension
    [ 413.570] ABI class: X.Org Server Extension, version 3.0
    [ 413.570] (II) Loading extension RECORD
    [ 413.570] (II) LoadModule: "dri2"
    [ 413.570] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 413.570] (II) Module dri2: vendor="X.Org Foundation"
    [ 413.570] compiled for 1.8.1.902, module version = 1.2.0
    [ 413.570] ABI class: X.Org Server Extension, version 3.0
    [ 413.570] (II) Loading extension DRI2
    [ 413.570] (II) LoadModule: "glx"
    [ 413.571] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 413.571] (II) Module glx: vendor="X.Org Foundation"
    [ 413.571] compiled for 1.8.1.902, module version = 1.0.0
    [ 413.571] ABI class: X.Org Server Extension, version 3.0
    [ 413.571] (==) AIGLX enabled
    [ 413.571] (II) Loading extension GLX
    [ 413.571] (II) LoadModule: "extmod"
    [ 413.571] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 413.571] (II) Module extmod: vendor="X.Org Foundation"
    [ 413.571] compiled for 1.8.1.902, module version = 1.0.0
    [ 413.571] Module class: X.Org Server Extension
    [ 413.571] ABI class: X.Org Server Extension, version 3.0
    [ 413.571] (II) Loading extension MIT-SCREEN-SAVER
    [ 413.572] (II) Loading extension XFree86-VidModeExtension
    [ 413.572] (II) Loading extension XFree86-DGA
    [ 413.572] (II) Loading extension DPMS
    [ 413.572] (II) Loading extension XVideo
    [ 413.572] (II) Loading extension XVideo-MotionCompensation
    [ 413.572] (II) Loading extension X-Resource
    [ 413.572] (II) LoadModule: "dbe"
    [ 413.572] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 413.572] (II) Module dbe: vendor="X.Org Foundation"
    [ 413.572] compiled for 1.8.1.902, module version = 1.0.0
    [ 413.572] Module class: X.Org Server Extension
    [ 413.572] ABI class: X.Org Server Extension, version 3.0
    [ 413.572] (II) Loading extension DOUBLE-BUFFER
    [ 413.572] (II) LoadModule: "synaptics"
    [ 413.572] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 413.572] (II) Module synaptics: vendor="X.Org Foundation"
    [ 413.572] compiled for 1.8.0.902, module version = 1.2.2
    [ 413.572] Module class: X.Org XInput Driver
    [ 413.572] ABI class: X.Org XInput driver, version 9.0
    [ 413.572] (II) LoadModule: "intel"
    [ 413.573] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 413.573] (II) Module intel: vendor="X.Org Foundation"
    [ 413.573] compiled for 1.8.1, module version = 2.11.0
    [ 413.573] Module class: X.Org Video Driver
    [ 413.573] ABI class: X.Org Video Driver, version 7.0
    [ 413.573] (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
    [ 413.573] (--) using VT number 7
    [ 413.577] (II) Primary Device is: PCI 00@00:02:0
    [ 413.578] drmOpenDevice: node name is /dev/dri/card0
    [ 413.578] drmOpenDevice: open result is 8, (OK)
    [ 413.601] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 413.601] drmOpenDevice: node name is /dev/dri/card0
    [ 413.601] drmOpenDevice: open result is 8, (OK)
    [ 413.601] drmOpenByBusid: drmOpenMinor returns 8
    [ 413.601] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 413.601] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 413.601] (==) intel(0): RGB weight 888
    [ 413.601] (==) intel(0): Default visual is TrueColor
    [ 413.601] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
    [ 413.601] (--) intel(0): Chipset: "965GM"
    [ 413.601] (==) intel(0): video overlay key set to 0x101fe
    [ 413.620] (II) intel(0): Output VGA1 using monitor section Monitor0
    [ 413.722] (II) intel(0): Output LVDS1 has no monitor section
    [ 413.722] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 414.050] (II) intel(0): Output TV1 has no monitor section
    [ 414.070] (II) intel(0): EDID for output VGA1
    [ 414.172] (II) intel(0): EDID for output LVDS1
    [ 414.172] (II) intel(0): Manufacturer: LPL Model: 0 Serial#: 0
    [ 414.172] (II) intel(0): Year: 2008 Week: 0
    [ 414.172] (II) intel(0): EDID Version: 1.3
    [ 414.172] (II) intel(0): Digital Display Input
    [ 414.172] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 18
    [ 414.172] (II) intel(0): Gamma: 2.20
    [ 414.172] (II) intel(0): No DPMS capabilities specified
    [ 414.172] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 414.172] (II) intel(0): First detailed timing is preferred mode
    [ 414.172] (II) intel(0): redX: 0.590 redY: 0.343 greenX: 0.328 greenY: 0.540
    [ 414.172] (II) intel(0): blueX: 0.161 blueY: 0.148 whiteX: 0.313 whiteY: 0.329
    [ 414.172] (II) intel(0): Manufacturer's mask: 0
    [ 414.172] (II) intel(0): Supported detailed timing:
    [ 414.172] (II) intel(0): clock: 69.3 MHz Image Size: 286 x 1790 mm
    [ 414.172] (II) intel(0): h_active: 1280 h_sync: 1304 h_sync_end 1336 h_blank_end 1416 h_border: 0
    [ 414.172] (II) intel(0): v_active: 800 v_sync: 804 v_sync_end 810 v_blanking: 817 v_border: 0
    [ 414.172] (II) intel(0): Supported detailed timing:
    [ 414.172] (II) intel(0): clock: 69.3 MHz Image Size: 286 x 1790 mm
    [ 414.172] (II) intel(0): h_active: 1280 h_sync: 1304 h_sync_end 1336 h_blank_end 1416 h_border: 0
    [ 414.172] (II) intel(0): v_active: 800 v_sync: 804 v_sync_end 810 v_blanking: 817 v_border: 0
    [ 414.172] (II) intel(0): D684C€133WX1
    [ 414.172] (II) intel(0): Unknown vendor-specific block 0
    [ 414.172] (II) intel(0): EDID (in hex):
    [ 414.172] (II) intel(0): 00ffffffffffff00320c000000000000
    [ 414.172] (II) intel(0): 00120103901d12780a31459757548a29
    [ 414.172] (II) intel(0): 26505400000001010101010101010101
    [ 414.172] (II) intel(0): 010101010101121b0088502011301820
    [ 414.172] (II) intel(0): 46001eb31000001b121b008850201130
    [ 414.172] (II) intel(0): 182046001eb31000001b000000fe0044
    [ 414.172] (II) intel(0): 36383443803133335758310a00000000
    [ 414.172] (II) intel(0): 001f36424c6b8ab2ff01010a2020006f
    [ 414.173] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 414.173] (II) intel(0): Printing probed modes for output LVDS1
    [ 414.173] (II) intel(0): Modeline "1280x800"x59.9 69.30 1280 1304 1336 1416 800 804 810 817 +hsync -vsync (48.9 kHz)
    [ 414.173] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 414.173] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 414.173] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 414.173] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 414.500] (II) intel(0): EDID for output TV1
    [ 414.500] (II) intel(0): Output VGA1 disconnected
    [ 414.500] (II) intel(0): Output LVDS1 connected
    [ 414.500] (II) intel(0): Output TV1 disconnected
    [ 414.500] (II) intel(0): Using exact sizes for initial modes
    [ 414.500] (II) intel(0): Output LVDS1 using initial mode 1280x800
    [ 414.500] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 414.500] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [ 414.500] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
    [ 414.500] (==) intel(0): DPI set to (96, 96)
    [ 414.500] (II) Loading sub module "fb"
    [ 414.500] (II) LoadModule: "fb"
    [ 414.501] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 414.502] (II) Module fb: vendor="X.Org Foundation"
    [ 414.502] compiled for 1.8.1.902, module version = 1.0.0
    [ 414.502] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 414.502] (==) Depth 24 pixmap format is 32 bpp
    [ 414.502] (II) intel(0): [DRI2] Setup complete
    [ 414.502] (II) intel(0): [DRI2] DRI driver: i965
    [ 414.502] (**) intel(0): Tiling enabled
    [ 414.502] (**) intel(0): SwapBuffers wait enabled
    [ 414.502] (==) intel(0): VideoRam: 262144 KB
    [ 414.502] (II) intel(0): Attempting memory allocation with tiled buffers.
    [ 414.502] (II) intel(0): Tiled allocation successful.
    [ 414.516] (II) UXA(0): Driver registered support for the following operations:
    [ 414.516] (II) solid
    [ 414.516] (II) copy
    [ 414.516] (II) composite (RENDER acceleration)
    [ 414.516] (II) put_image
    [ 414.517] (==) intel(0): Backing store disabled
    [ 414.517] (==) intel(0): Silken mouse enabled
    [ 414.517] (II) intel(0): Initializing HW Cursor
    [ 414.543] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 414.549] (==) intel(0): DPMS enabled
    [ 414.549] (==) intel(0): Intel XvMC decoder enabled
    [ 414.549] (II) intel(0): Set up textured video
    [ 414.549] (II) intel(0): Set up overlay video
    [ 414.550] (II) intel(0): [XvMC] i965_xvmc driver initialized.
    [ 414.550] (II) intel(0): direct rendering: DRI2 Enabled
    [ 414.550] (--) RandR disabled
    [ 414.550] (II) Initializing built-in extension Generic Event Extension
    [ 414.550] (II) Initializing built-in extension SHAPE
    [ 414.550] (II) Initializing built-in extension MIT-SHM
    [ 414.550] (II) Initializing built-in extension XInputExtension
    [ 414.550] (II) Initializing built-in extension XTEST
    [ 414.550] (II) Initializing built-in extension BIG-REQUESTS
    [ 414.550] (II) Initializing built-in extension SYNC
    [ 414.550] (II) Initializing built-in extension XKEYBOARD
    [ 414.550] (II) Initializing built-in extension XC-MISC
    [ 414.550] (II) Initializing built-in extension SECURITY
    [ 414.550] (II) Initializing built-in extension XINERAMA
    [ 414.550] (II) Initializing built-in extension XFIXES
    [ 414.550] (II) Initializing built-in extension RENDER
    [ 414.550] (II) Initializing built-in extension RANDR
    [ 414.550] (II) Initializing built-in extension COMPOSITE
    [ 414.550] (II) Initializing built-in extension DAMAGE
    [ 414.567] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 414.567] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 414.567] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 414.567] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 414.567] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 414.567] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    [ 414.567] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 414.568] (II) intel(0): Setting screen physical size to 338 x 211
    [ 414.796] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 414.797] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 414.797] (II) LoadModule: "evdev"
    [ 414.797] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 414.797] (II) Module evdev: vendor="X.Org Foundation"
    [ 414.797] compiled for 1.8.0, module version = 2.4.0
    [ 414.797] Module class: X.Org XInput Driver
    [ 414.797] ABI class: X.Org XInput driver, version 9.0
    [ 414.797] (**) Power Button: always reports core events
    [ 414.797] (**) Power Button: Device: "/dev/input/event4"
    [ 414.806] (II) Power Button: Found keys
    [ 414.806] (II) Power Button: Configuring as keyboard
    [ 414.806] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 414.806] (**) Option "xkb_rules" "evdev"
    [ 414.806] (**) Option "xkb_model" "evdev"
    [ 414.806] (**) Option "xkb_layout" "us"
    [ 414.843] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 414.843] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 414.843] (**) Video Bus: always reports core events
    [ 414.843] (**) Video Bus: Device: "/dev/input/event9"
    [ 414.853] (II) Video Bus: Found keys
    [ 414.853] (II) Video Bus: Configuring as keyboard
    [ 414.853] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 414.853] (**) Option "xkb_rules" "evdev"
    [ 414.853] (**) Option "xkb_model" "evdev"
    [ 414.853] (**) Option "xkb_layout" "us"
    [ 414.859] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 414.859] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 414.859] (**) Power Button: always reports core events
    [ 414.859] (**) Power Button: Device: "/dev/input/event2"
    [ 414.866] (II) Power Button: Found keys
    [ 414.866] (II) Power Button: Configuring as keyboard
    [ 414.866] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 414.866] (**) Option "xkb_rules" "evdev"
    [ 414.867] (**) Option "xkb_model" "evdev"
    [ 414.867] (**) Option "xkb_layout" "us"
    [ 414.868] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 414.868] (II) No input driver/identifier specified (ignoring)
    [ 414.868] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 414.868] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 414.868] (**) Sleep Button: always reports core events
    [ 414.868] (**) Sleep Button: Device: "/dev/input/event3"
    [ 414.876] (II) Sleep Button: Found keys
    [ 414.876] (II) Sleep Button: Configuring as keyboard
    [ 414.876] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 414.877] (**) Option "xkb_rules" "evdev"
    [ 414.877] (**) Option "xkb_model" "evdev"
    [ 414.877] (**) Option "xkb_layout" "us"
    [ 414.881] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    [ 414.881] (II) No input driver/identifier specified (ignoring)
    [ 414.890] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 414.890] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 414.890] (**) AT Translated Set 2 keyboard: always reports core events
    [ 414.890] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 414.903] (II) AT Translated Set 2 keyboard: Found keys
    [ 414.903] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 414.903] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 414.903] (**) Option "xkb_rules" "evdev"
    [ 414.903] (**) Option "xkb_model" "evdev"
    [ 414.903] (**) Option "xkb_layout" "us"
    [ 414.904] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event7)
    [ 414.904] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 414.904] (**) PS/2 Mouse: always reports core events
    [ 414.904] (**) PS/2 Mouse: Device: "/dev/input/event7"
    [ 414.920] (II) PS/2 Mouse: Found 3 mouse buttons
    [ 414.920] (II) PS/2 Mouse: Found relative axes
    [ 414.920] (II) PS/2 Mouse: Found x and y relative axes
    [ 414.920] (II) PS/2 Mouse: Configuring as mouse
    [ 414.920] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 414.920] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 414.920] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 414.920] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 414.920] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 414.920] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 414.920] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 414.920] (II) PS/2 Mouse: initialized for relative axes.
    [ 414.921] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 414.921] (II) No input driver/identifier specified (ignoring)
    [ 414.922] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event8)
    [ 414.922] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 414.922] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad"
    [ 414.922] (II) Synaptics touchpad driver version 1.2.2
    [ 414.922] (**) Option "Device" "/dev/input/event8"
    [ 414.963] (II) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 414.963] (II) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 414.963] (II) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 414.963] (II) AlpsPS/2 ALPS GlidePoint: finger width range 0 - 0
    [ 414.963] (II) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 414.963] (**) Option "SHMConfig" "on"
    [ 414.963] (**) Option "EmulateTwoFingerMinZ" "0"
    [ 414.963] (**) Option "VertEdgeScroll" "on"
    [ 414.963] (**) Option "HorizEdgeScroll" "on"
    [ 414.963] (**) Option "VertTwoFingerScroll" "on"
    [ 414.963] (**) Option "HorizTwoFingerScroll" "on"
    [ 414.964] (**) Option "TapButton1" "1"
    [ 414.964] (**) Option "TapButton2" "2"
    [ 414.964] (**) Option "TapButton3" "3"
    [ 414.964] (**) Option "CircularScrolling" "on"
    [ 414.964] (**) Option "CircScrollTrigger" "2"
    [ 414.993] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 414.993] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 415.006] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 415.007] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 415.007] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 0
    [ 415.007] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 415.007] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 415.033] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 415.034] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 415.034] (II) No input driver/identifier specified (ignoring)
    [ 415.034] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 415.034] (II) No input driver/identifier specified (ignoring)
    [ 415.037] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
    [ 415.037] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 415.038] (**) Dell WMI hotkeys: always reports core events
    [ 415.038] (**) Dell WMI hotkeys: Device: "/dev/input/event6"
    [ 415.046] (II) Dell WMI hotkeys: Found keys
    [ 415.046] (II) Dell WMI hotkeys: Configuring as keyboard
    [ 415.046] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
    [ 415.047] (**) Option "xkb_rules" "evdev"
    [ 415.047] (**) Option "xkb_model" "evdev"
    [ 415.047] (**) Option "xkb_layout" "us"
    [ 415.100] (II) Power Button: Close
    [ 415.100] (II) UnloadModule: "evdev"
    [ 415.123] (II) Video Bus: Close
    [ 415.123] (II) UnloadModule: "evdev"
    [ 415.143] (II) Power Button: Close
    [ 415.143] (II) UnloadModule: "evdev"
    [ 415.163] (II) Sleep Button: Close
    [ 415.163] (II) UnloadModule: "evdev"
    [ 415.183] (II) AT Translated Set 2 keyboard: Close
    [ 415.183] (II) UnloadModule: "evdev"
    [ 415.203] (II) PS/2 Mouse: Close
    [ 415.203] (II) UnloadModule: "evdev"
    [ 415.236] (II) UnloadModule: "synaptics"
    [ 415.256] (II) Dell WMI hotkeys: Close
    [ 415.256] (II) UnloadModule: "evdev"
    Can someone PLEASE help???
    Last edited by RaisedFist (2010-07-08 05:40:31)

    It was funny that I had no errors in my Xorg log, but still I was getting dropped back to the console. Then I tried to start xfce using startxfce4 and it worked, that's when I realized there's something wrong with X not reading my .xinitrc .. I have no idea why X didn't read it, the permissions were fine and I'd been using the same config for more than one year...
    Anyway, I'm glad it works now.

Maybe you are looking for