[solved] modify group xorg

hey all
it really is a small issue, but i recently did a fresh arch installation and i noticed that the group (pacman group) xorg doesn't include evdev.
why not remove xf86-input-keyboard and xf86-input-mouse and replace it with xf86-input-evdev?
if i understood correctly, this is the currently recommended way of installing xorg.
and following the kiss principle, a pacman -S xorg should install the xorg server the way one is supposed to install it
pacman -S xorg xf86-input-evdev and deselecting xf86-input-{keyboard,mouse} is not keeping it simple, imho
old (current) xorg group:
xf86-input-keyboard
xf86-input-mouse
xf86-video-vesa
xorg-fonts-100dpi
xorg-fonts-75dpi
xorg-res-utils
xorg-server
xorg-twm
xorg-xinit
xterm
new xorg group:
xf86-input-evdev
xf86-video-vesa
xorg-fonts-100dpi
xorg-fonts-75dpi
xorg-res-utils
xorg-server
xorg-twm
xorg-xinit
xterm
what do you thing? should or should we not change the group?
-- Dinh --
ps: this is just a succestion. if there was good reason for keeping it the way it is, i'm glad to hear it
Last edited by Dinh (2009-04-12 13:50:49)

Dinh wrote:Are you sure? I never install mouse and keyboard.
Though, that might explain why my laptop's touchpad doesn't work anymore
No, I wasn't. That's why I threw in words like guessing and believe. And it turns out that I was wrong anyway, evdev superseded both. So, your originating question is still valid one.

Similar Messages

  • [SOLVED] Trouble Building Xorg-Server 1.6.1-1 (Modified PKGBUILD)

    ever since the release of xorg-server 1.5.3, i've been using a modified
    PKGBUILD to build xorg-server sans hal and dbus.  (not gonna try
    justifying it again; that'd just lead to yet another flame war.)
    i've never had a problem until the 1.6.1-1 PKGBUILD, which adds the lines:
    libtoolize --force || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    after applying patches and before running the configure.  these added lines produce:
    libtoolize: putting auxiliary files in `.'.
    libtoolize: linking file `./ltmain.sh'
    libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
    libtoolize: rerunning libtoolize, to keep the correct libtool macros
    in-tree.
    libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
    hw/dmx/doc/Makefile.am:24: BUILD_LINUXDOC does not appear in AM_CONDITIONAL
    hw/dmx/doc/Makefile.am:27: BUILD_PDFDOC does not appear in AM_CONDITIONAL
    hw/xfree86/doc/sgml/Makefile.am:24: BUILD_LINUXDOC does not appear in
    AM_CONDITIONAL
    hw/xfree86/doc/sgml/Makefile.am:27: BUILD_PDFDOC does not appear in
    AM_CONDITIONAL
    ==> ERROR: Build Failed.
    Aborting...
    my modified PKGBUILD is build.  please note that i *have* tried
    reverting my changes (the commented patches), to no avail.
    as i'm pretty clueless vis-a-vis makefiles and the autoconf system,
    could somehow point me in the direction of a fix?
    many thanks,
    kludge
    # $Id: PKGBUILD 21903 2008-12-17 20:32:54Z jgc $
    # Maintainer: Alexander Baldeck <[email protected]>
    # Contributor: Jan de Groot <[email protected]>
    pkgname=xorg-server
    pkgver=1.6.1
    pkgrel=1
    pkgdesc="X.Org X servers"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('libgl' 'libxfont>=1.4.0' 'openssl>=0.9.8j' 'libpciaccess>=0.10.5' 'libxv>=1.0.4' 'pixman>=0.14.0' 'xcursor-themes' 'xkeyboard-config>=1.5' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 'diffutils')
    makedepends=('libx11>=1.2' 'mesa>=7.4' 'xf86driproto>=2.0.4' 'xtrans>=1.2.3' 'libxkbfile>=1.0.5' 'randrproto>=1.3.0' 'renderproto>=0.9.3' 'xcmiscproto>=1.1.2' 'bigreqsproto>=1.0.2' 'resourceproto>=1.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'scrnsaverproto>=1.1.0' 'libxinerama>=1.0.3' 'xf86dgaproto>=2.0.3' 'recordproto>=1.13.2' 'libgl>=7.4' 'glproto>=1.4.9')
    #optdepends=( 'xf86-input-evdev: to provide input device hotplugging'
    # 'hal>=0.5.11: to provide input devices for hotplugging' )
    options=('!libtool')
    provides=('x-server' ) # 'xorg-server')
    conflicts=('catalyst-utils<=9.2')
    groups=('xorg')
    install=xorg-server.install
    source=(${url}/releases/individual/xserver/${pkgname}-${pkgver}.tar.bz2
    xorg-redhat-die-ugly-pattern-die-die-die.patch
    hal-wait.patch)
    md5sums=('ed0878bf32a24d4948c3b8a122a39eff'
    '1a336eb22e27cbf443ec5a2ecddfa93c'
    'f16d2caef84e1a9c4075b6c5e145512d')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    # Get rid of the ugly pattern
    patch -Np3 -i "${srcdir}/xorg-redhat-die-ugly-pattern-die-die-die.patch" || return 1
    # Fix dbus config path - removed b/c no dbus config'd
    # sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    # Revert waiting for hal, assume hal won't show up when initial connect fails
    # commented out b/c no hal config'd
    # patch -R -Np1 -i "${srcdir}/hal-wait.patch" || return 1
    libtoolize --force || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    # --enable-config-{dbus,hal} switched to --disable
    # to disable hotplugging and dependencies
    ./configure --prefix=/usr \
    --enable-ipv6 \
    --enable-dri \
    --disable-dmx \
    --enable-xvfb \
    --enable-xnest \
    --enable-composite \
    --enable-xcsecurity \
    --enable-xorg \
    --enable-xephyr \
    --enable-glx-tls \
    --enable-kdrive \
    --enable-install-setuid \
    --disable-config-hal \
    --disable-config-dbus \
    --enable-record \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    --with-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf "${pkgdir}/var/log" || return 1
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    # Needed for non-mesa drivers, libgl will restore it
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    Last edited by kludge (2009-05-01 17:25:39)

    Not any help to your error but have you tried the one in aur with disabled dbus and hal?
    I've been using it for a week or so with no problems and it built fine.
    http://aur.archlinux.org/packages.php?ID=23750

  • [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.

  • [Solved] Problem with Xorg, unable to load the right keymap

    Hi, people,
    I recently installed arch on a desktop, but there is a problem installing X: for whatever reason, Xorg seems unable to load the correct keymap (fr-latin9) and instead, loads the default one.
    I can see what seems to be the problem in the Xorg logs, but I actually absolutely don't know how to solve it. Here my /var/log/Xorg.0.log
    root@kgentoo keikoz # cat /mnt/tmp/var/log/Xorg.0.log
    [ 9.900]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 9.900] X Protocol Version 11, Revision 0
    [ 9.900] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 9.900] Current Operating System: Linux kdesktop 3.4.9-1-ARCH #1 SMP PREEMPT Wed Aug 15 18:59:31 CEST 2012 x86_64
    [ 9.901] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7d2d3ed4-6903-4845-b70d-9462f52f4329 ro quiet
    [ 9.901] Build Date: 27 August 2012 08:04:39AM
    [ 9.901]
    [ 9.901] Current version of pixman: 0.26.2
    [ 9.901] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 9.901] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 9.901] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 26 16:32:35 2012
    [ 9.950] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 9.967] (==) No Layout section. Using the first Screen section.
    [ 9.967] (==) No screen section available. Using defaults.
    [ 9.967] (**) |-->Screen "Default Screen Section" (0)
    [ 9.967] (**) | |-->Monitor "<default monitor>"
    [ 9.969] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 9.969] (==) Automatically adding devices
    [ 9.969] (==) Automatically enabling devices
    [ 10.002] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 10.002] Entry deleted from font path.
    [ 10.006] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 10.007] Entry deleted from font path.
    [ 10.007] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 10.007] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 10.007] Entry deleted from font path.
    [ 10.007] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 10.007] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 10.007] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 10.007] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 10.007] (II) Loader magic: 0x7c8b00
    [ 10.007] (II) Module ABI versions:
    [ 10.007] X.Org ANSI C Emulation: 0.4
    [ 10.007] X.Org Video Driver: 12.1
    [ 10.007] X.Org XInput driver : 16.0
    [ 10.007] X.Org Server Extension : 6.0
    [ 10.008] (--) PCI:*(0:3:0:0) 10de:0141:107d:200d rev 162, Mem @ 0xcc000000/67108864, 0xd0000000/268435456, 0xcb000000/16777216, BIOS @ 0x????????/131072
    [ 10.008] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 10.008] (II) LoadModule: "extmod"
    [ 10.018] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 10.033] (II) Module extmod: vendor="X.Org Foundation"
    [ 10.033] compiled for 1.12.4, module version = 1.0.0
    [ 10.033] Module class: X.Org Server Extension
    [ 10.033] ABI class: X.Org Server Extension, version 6.0
    [ 10.033] (II) Loading extension MIT-SCREEN-SAVER
    [ 10.033] (II) Loading extension XFree86-VidModeExtension
    [ 10.033] (II) Loading extension XFree86-DGA
    [ 10.033] (II) Loading extension DPMS
    [ 10.033] (II) Loading extension XVideo
    [ 10.033] (II) Loading extension XVideo-MotionCompensation
    [ 10.033] (II) Loading extension X-Resource
    [ 10.033] (II) LoadModule: "dbe"
    [ 10.033] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 10.034] (II) Module dbe: vendor="X.Org Foundation"
    [ 10.034] compiled for 1.12.4, module version = 1.0.0
    [ 10.034] Module class: X.Org Server Extension
    [ 10.034] ABI class: X.Org Server Extension, version 6.0
    [ 10.034] (II) Loading extension DOUBLE-BUFFER
    [ 10.034] (II) LoadModule: "glx"
    [ 10.034] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 11.016] (II) Module glx: vendor="NVIDIA Corporation"
    [ 11.016] compiled for 4.0.2, module version = 1.0.0
    [ 11.016] Module class: X.Org Server Extension
    [ 11.016] (II) NVIDIA GLX Module 304.37 Wed Aug 8 20:16:03 PDT 2012
    [ 11.016] (II) Loading extension GLX
    [ 11.016] (II) LoadModule: "record"
    [ 11.016] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 11.026] (II) Module record: vendor="X.Org Foundation"
    [ 11.026] compiled for 1.12.4, module version = 1.13.0
    [ 11.026] Module class: X.Org Server Extension
    [ 11.026] ABI class: X.Org Server Extension, version 6.0
    [ 11.026] (II) Loading extension RECORD
    [ 11.026] (II) LoadModule: "dri"
    [ 11.026] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 11.049] (II) Module dri: vendor="X.Org Foundation"
    [ 11.049] compiled for 1.12.4, module version = 1.0.0
    [ 11.049] ABI class: X.Org Server Extension, version 6.0
    [ 11.049] (II) Loading extension XFree86-DRI
    [ 11.049] (II) LoadModule: "dri2"
    [ 11.050] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 11.050] (II) Module dri2: vendor="X.Org Foundation"
    [ 11.050] compiled for 1.12.4, module version = 1.2.0
    [ 11.050] ABI class: X.Org Server Extension, version 6.0
    [ 11.050] (II) Loading extension DRI2
    [ 11.051] (==) Matched nouveau as autoconfigured driver 0
    [ 11.051] (==) Matched nvidia as autoconfigured driver 1
    [ 11.051] (==) Matched nv as autoconfigured driver 2
    [ 11.051] (==) Matched vesa as autoconfigured driver 3
    [ 11.051] (==) Matched fbdev as autoconfigured driver 4
    [ 11.051] (==) Assigned the driver to the xf86ConfigLayout
    [ 11.051] (II) LoadModule: "nouveau"
    [ 11.059] (WW) Warning, couldn't open module nouveau
    [ 11.059] (II) UnloadModule: "nouveau"
    [ 11.059] (II) Unloading nouveau
    [ 11.059] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 11.059] (II) LoadModule: "nvidia"
    [ 11.060] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 11.274] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 11.274] compiled for 4.0.2, module version = 1.0.0
    [ 11.274] Module class: X.Org Video Driver
    [ 11.300] (II) LoadModule: "nv"
    [ 11.301] (WW) Warning, couldn't open module nv
    [ 11.301] (II) UnloadModule: "nv"
    [ 11.301] (II) Unloading nv
    [ 11.301] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 11.301] (II) LoadModule: "vesa"
    [ 11.301] (WW) Warning, couldn't open module vesa
    [ 11.301] (II) UnloadModule: "vesa"
    [ 11.301] (II) Unloading vesa
    [ 11.301] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 11.301] (II) LoadModule: "fbdev"
    [ 11.302] (WW) Warning, couldn't open module fbdev
    [ 11.302] (II) UnloadModule: "fbdev"
    [ 11.302] (II) Unloading fbdev
    [ 11.302] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 11.302] (II) NVIDIA dlloader X Driver 304.37 Wed Aug 8 19:54:47 PDT 2012
    [ 11.302] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 11.303] (++) using VT number 7
    [ 11.317] (II) Loading sub module "fb"
    [ 11.317] (II) LoadModule: "fb"
    [ 11.317] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 11.330] (II) Module fb: vendor="X.Org Foundation"
    [ 11.330] compiled for 1.12.4, module version = 1.0.0
    [ 11.330] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.330] (II) Loading sub module "wfb"
    [ 11.330] (II) LoadModule: "wfb"
    [ 11.331] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 11.347] (II) Module wfb: vendor="X.Org Foundation"
    [ 11.347] compiled for 1.12.4, module version = 1.0.0
    [ 11.347] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.347] (II) Loading sub module "ramdac"
    [ 11.347] (II) LoadModule: "ramdac"
    [ 11.347] (II) Module "ramdac" already built-in
    [ 11.366] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 11.366] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 11.366] (==) NVIDIA(0): RGB weight 888
    [ 11.366] (==) NVIDIA(0): Default visual is TrueColor
    [ 11.366] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 11.367] (**) NVIDIA(0): Enabling 2D acceleration
    [ 13.308] (II) NVIDIA(GPU-0): Display (BenQ FP93GX (DFP-0)) does not support NVIDIA 3D
    [ 13.308] (II) NVIDIA(GPU-0): Vision stereo.
    [ 13.311] (II) NVIDIA(0): NVIDIA GPU GeForce 6600 (NV43) at PCI:3:0:0 (GPU-0)
    [ 13.312] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 13.312] (--) NVIDIA(0): VideoBIOS: 05.43.02.64.68
    [ 13.312] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 13.312] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 13.312] (--) NVIDIA(0): Valid display device(s) on GeForce 6600 at PCI:3:0:0
    [ 13.312] (--) NVIDIA(0): CRT-0
    [ 13.312] (--) NVIDIA(0): CRT-1
    [ 13.312] (--) NVIDIA(0): TV-0
    [ 13.312] (--) NVIDIA(0): BenQ FP93GX (DFP-0) (connected)
    [ 13.312] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 13.312] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    [ 13.312] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
    [ 13.312] (--) NVIDIA(0): TV encoder: (null)
    [ 13.312] (--) NVIDIA(0): BenQ FP93GX (DFP-0): 155.0 MHz maximum pixel clock
    [ 13.312] (--) NVIDIA(0): BenQ FP93GX (DFP-0): Internal Single Link TMDS
    [ 13.312] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 13.312] (**) NVIDIA(0): device BenQ FP93GX (DFP-0) (Using EDID frequencies has
    [ 13.312] (**) NVIDIA(0): been enabled on all display devices.)
    [ 13.312] (==) NVIDIA(0):
    [ 13.312] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 13.312] (==) NVIDIA(0): will be used as the requested mode.
    [ 13.312] (==) NVIDIA(0):
    [ 13.312] (II) NVIDIA(0): Validated MetaModes:
    [ 13.313] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
    [ 13.313] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    [ 13.314] (WW) NVIDIA(0): Unable to support custom viewPortOut 1280 x 720 +0 +152
    [ 13.328] (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
    [ 13.328] (--) NVIDIA(0): option
    [ 13.328] (--) Depth 24 pixmap format is 32 bpp
    [ 13.338] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 13.338] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 13.338] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 13.338] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 13.338] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 13.338] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 13.338] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 13.338] (II) NVIDIA(0): Config Options in the README.
    [ 13.338] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
    [ 13.486] (II) Loading extension NV-GLX
    [ 13.541] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 13.541] (==) NVIDIA(0): Backing store disabled
    [ 13.541] (==) NVIDIA(0): Silken mouse enabled
    [ 13.541] (==) NVIDIA(0): DPMS enabled
    [ 13.542] (II) Loading extension NV-CONTROL
    [ 13.542] (II) Loading extension XINERAMA
    [ 13.542] (II) Loading sub module "dri2"
    [ 13.542] (II) LoadModule: "dri2"
    [ 13.542] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 13.542] (II) Module dri2: vendor="X.Org Foundation"
    [ 13.542] compiled for 1.12.4, module version = 1.2.0
    [ 13.542] ABI class: X.Org Server Extension, version 6.0
    [ 13.542] (II) NVIDIA(0): [DRI2] Setup complete
    [ 13.542] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 13.543] (--) RandR disabled
    [ 13.543] (II) Initializing built-in extension Generic Event Extension
    [ 13.543] (II) Initializing built-in extension SHAPE
    [ 13.543] (II) Initializing built-in extension MIT-SHM
    [ 13.543] (II) Initializing built-in extension XInputExtension
    [ 13.543] (II) Initializing built-in extension XTEST
    [ 13.543] (II) Initializing built-in extension BIG-REQUESTS
    [ 13.543] (II) Initializing built-in extension SYNC
    [ 13.543] (II) Initializing built-in extension XKEYBOARD
    [ 13.543] (II) Initializing built-in extension XC-MISC
    [ 13.543] (II) Initializing built-in extension SECURITY
    [ 13.543] (II) Initializing built-in extension XINERAMA
    [ 13.543] (II) Initializing built-in extension XFIXES
    [ 13.543] (II) Initializing built-in extension RENDER
    [ 13.543] (II) Initializing built-in extension RANDR
    [ 13.543] (II) Initializing built-in extension COMPOSITE
    [ 13.543] (II) Initializing built-in extension DAMAGE
    [ 13.547] (II) Initializing extension GLX
    [ 14.003] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 14.003] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 14.003] (II) LoadModule: "evdev"
    [ 14.004] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 14.022] (II) Module evdev: vendor="X.Org Foundation"
    [ 14.022] compiled for 1.12.3.901, module version = 2.7.3
    [ 14.022] Module class: X.Org XInput Driver
    [ 14.022] ABI class: X.Org XInput driver, version 16.0
    [ 14.023] (II) Using input driver 'evdev' for 'Power Button'
    [ 14.023] (**) Power Button: always reports core events
    [ 14.023] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 14.023] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 14.023] (--) evdev: Power Button: Found keys
    [ 14.023] (II) evdev: Power Button: Configuring as keyboard
    [ 14.023] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 14.023] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 14.023] (**) Option "xkb_rules" "evdev"
    [ 14.023] (**) Option "xkb_model" "evdev"
    [ 14.023] (**) Option "xkb_layout" "fr"
    [ 14.023] (**) Option "xkb_variant" "latin-9"
    [ 14.076] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
    [ 14.076] (EE) XKB: Failed to load keymap. Loading default keymap instead.
    [ 14.121] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 14.121] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 14.121] (II) Using input driver 'evdev' for 'Power Button'
    [ 14.121] (**) Power Button: always reports core events
    [ 14.121] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 14.121] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 14.121] (--) evdev: Power Button: Found keys
    [ 14.121] (II) evdev: Power Button: Configuring as keyboard
    [ 14.121] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 14.121] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 14.121] (**) Option "xkb_rules" "evdev"
    [ 14.121] (**) Option "xkb_model" "evdev"
    [ 14.121] (**) Option "xkb_layout" "fr"
    [ 14.121] (**) Option "xkb_variant" "latin-9"
    [ 14.122] (II) config/udev: Adding input device Genius Multimedia Keyboard (/dev/input/event0)
    [ 14.122] (**) Genius Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 14.122] (II) Using input driver 'evdev' for 'Genius Multimedia Keyboard'
    [ 14.122] (**) Genius Multimedia Keyboard: always reports core events
    [ 14.122] (**) evdev: Genius Multimedia Keyboard: Device: "/dev/input/event0"
    [ 14.122] (--) evdev: Genius Multimedia Keyboard: Vendor 0x458 Product 0x708
    [ 14.122] (--) evdev: Genius Multimedia Keyboard: Found keys
    [ 14.122] (II) evdev: Genius Multimedia Keyboard: Configuring as keyboard
    [ 14.122] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input0/event0"
    [ 14.122] (II) XINPUT: Adding extended input device "Genius Multimedia Keyboard" (type: KEYBOARD, id 8)
    [ 14.122] (**) Option "xkb_rules" "evdev"
    [ 14.122] (**) Option "xkb_model" "evdev"
    [ 14.122] (**) Option "xkb_layout" "fr"
    [ 14.122] (**) Option "xkb_variant" "latin-9"
    [ 14.123] (II) config/udev: Adding input device Genius Multimedia Keyboard (/dev/input/event1)
    [ 14.123] (**) Genius Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 14.123] (II) Using input driver 'evdev' for 'Genius Multimedia Keyboard'
    [ 14.123] (**) Genius Multimedia Keyboard: always reports core events
    [ 14.123] (**) evdev: Genius Multimedia Keyboard: Device: "/dev/input/event1"
    [ 14.123] (--) evdev: Genius Multimedia Keyboard: Vendor 0x458 Product 0x708
    [ 14.124] (--) evdev: Genius Multimedia Keyboard: Found keys
    [ 14.124] (II) evdev: Genius Multimedia Keyboard: Configuring as keyboard
    [ 14.124] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input1/event1"
    [ 14.124] (II) XINPUT: Adding extended input device "Genius Multimedia Keyboard" (type: KEYBOARD, id 9)
    [ 14.124] (**) Option "xkb_rules" "evdev"
    [ 14.124] (**) Option "xkb_model" "evdev"
    [ 14.124] (**) Option "xkb_layout" "fr"
    [ 14.124] (**) Option "xkb_variant" "latin-9"
    [ 14.125] (II) config/udev: Adding input device ImExPS/2 Logitech Explorer Mouse (/dev/input/event5)
    [ 14.125] (**) ImExPS/2 Logitech Explorer Mouse: Applying InputClass "evdev pointer catchall"
    [ 14.125] (II) Using input driver 'evdev' for 'ImExPS/2 Logitech Explorer Mouse'
    [ 14.125] (**) ImExPS/2 Logitech Explorer Mouse: always reports core events
    [ 14.125] (**) evdev: ImExPS/2 Logitech Explorer Mouse: Device: "/dev/input/event5"
    [ 14.125] (--) evdev: ImExPS/2 Logitech Explorer Mouse: Vendor 0x2 Product 0x6
    [ 14.125] (--) evdev: ImExPS/2 Logitech Explorer Mouse: Found 9 mouse buttons
    [ 14.125] (--) evdev: ImExPS/2 Logitech Explorer Mouse: Found scroll wheel(s)
    [ 14.125] (--) evdev: ImExPS/2 Logitech Explorer Mouse: Found relative axes
    [ 14.125] (--) evdev: ImExPS/2 Logitech Explorer Mouse: Found x and y relative axes
    [ 14.125] (II) evdev: ImExPS/2 Logitech Explorer Mouse: Configuring as mouse
    [ 14.125] (II) evdev: ImExPS/2 Logitech Explorer Mouse: Adding scrollwheel support
    [ 14.125] (**) evdev: ImExPS/2 Logitech Explorer Mouse: YAxisMapping: buttons 4 and 5
    [ 14.125] (**) evdev: ImExPS/2 Logitech Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 14.125] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
    [ 14.125] (II) XINPUT: Adding extended input device "ImExPS/2 Logitech Explorer Mouse" (type: MOUSE, id 10)
    [ 14.137] (II) evdev: ImExPS/2 Logitech Explorer Mouse: initialized for relative axes.
    [ 14.137] (**) ImExPS/2 Logitech Explorer Mouse: (accel) keeping acceleration scheme 1
    [ 14.137] (**) ImExPS/2 Logitech Explorer Mouse: (accel) acceleration profile 0
    [ 14.137] (**) ImExPS/2 Logitech Explorer Mouse: (accel) acceleration factor: 2.000
    [ 14.137] (**) ImExPS/2 Logitech Explorer Mouse: (accel) acceleration threshold: 4
    [ 14.138] (II) config/udev: Adding input device ImExPS/2 Logitech Explorer Mouse (/dev/input/mouse0)
    [ 14.138] (II) No input driver specified, ignoring this device.
    [ 14.138] (II) This device may have been added with another device file.
    [ 14.138] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 14.138] (II) No input driver specified, ignoring this device.
    [ 14.138] (II) This device may have been added with another device file.
    [ 14.305] (II) NVIDIA(GPU-0): Display (BenQ FP93GX (DFP-0)) does not support NVIDIA 3D
    [ 14.306] (II) NVIDIA(GPU-0): Vision stereo.
    [ 14.306] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 14.306] (**) NVIDIA(0): device BenQ FP93GX (DFP-0) (Using EDID frequencies has
    [ 14.306] (**) NVIDIA(0): been enabled on all display devices.)
    [ 19.774] (II) NVIDIA(GPU-0): Display (BenQ FP93GX (DFP-0)) does not support NVIDIA 3D
    [ 19.774] (II) NVIDIA(GPU-0): Vision stereo.
    [ 19.774] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 19.774] (**) NVIDIA(0): device BenQ FP93GX (DFP-0) (Using EDID frequencies has
    [ 19.774] (**) NVIDIA(0): been enabled on all display devices.)
    [ 41.273] (II) evdev: Power Button: Close
    [ 41.273] (II) UnloadModule: "evdev"
    [ 41.290] (II) evdev: Power Button: Close
    [ 41.290] (II) UnloadModule: "evdev"
    [ 41.293] (II) evdev: Genius Multimedia Keyboard: Close
    [ 41.293] (II) UnloadModule: "evdev"
    [ 41.300] (II) evdev: Genius Multimedia Keyboard: Close
    [ 41.300] (II) UnloadModule: "evdev"
    [ 41.303] (II) evdev: ImExPS/2 Logitech Explorer Mouse: Close
    [ 41.303] (II) UnloadModule: "evdev"
    [ 41.793] Server terminated successfully (0). Closing log file.
    The error appear to be where it says
    [ 14.076] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
    [ 14.076] (EE) XKB: Failed to load keymap. Loading default keymap instead.
    This file (server-0.xkm) actually does not exist on the system, BUT: it also does not exist on my others Arch installations and it works fine, without errors.
    By the way: here is the keyboard-entry in the /etc/X11/xorg.conf.d/10-evdev.conf
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "fr"
    Option "XkbVariant" "latin-9"
    EndSection
    Et voilà. Can somebody help ?
    Last edited by kero (2012-09-27 17:39:38)

    Probably because "latin-9" doesn't exist?
    # nano /usr/share/X11/xkb/symbols/fr
    xkb_symbols "latin9" {
    include "latin"
    include "nbsp(level3)"
    name[Group1]="French (legacy, alternative)";
    key <TLDE> { [ oe, OE, leftdoublequotemark, rightdoublequotemark ] };
    key <AE01> { [ ampersand, 1, dead_acute, periodcentered ] };
    key <AE02> { [ eacute, 2, asciitilde, Eacute ] };
    Try it without the dash (without the "-").
    And don't forget to mark it as solved (by editing the first post).

  • [SOLVED] Prev working xorg.conf won't work with new nvidia

    So I just upgraded to the latest nvidia driver.  Previously, my xfx 6600 and dell 2001fp could display 1600x1200 just fine, but now it's ratcheting X down to 1400x1050 (even though 1600x1200 is the only option I've specified in the xorg.conf).
    Any ideas? 
    Here's a relevant piece of the X log:
    (II) NVIDIA(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
    (II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
    (II) NVIDIA(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
    (II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) NVIDIA(0): Not using mode "1600x1200" (no mode of this name)
    (**) NVIDIA(0): Validated modes for display device DFP-0:
    (**) NVIDIA(0): Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
    Here's my xorg.conf (sorry for the length):
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5x) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    Load "type1"
    # Load "speedo"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    # Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    RgbPath "/usr/X11R6/lib/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/local/"
    # FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
    # FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
    # FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/X11R6/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    # Option "Protocol" "Xqueue"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "microsoft"
    Option "XkbLayout" "us"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    # Option "Protocol" "Xqueue"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Emulate3Buttons is an option for 2-button Microsoft mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "dell lcd"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 31-79
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-100
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "xfx"
    Driver "nvidia"
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "xfx"
    Monitor "dell lcd"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1600x1200"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    # Mode 0666
    # EndSection
    thanks

    http://www.nvnews.net/vbulletin/showthread.php?t=51431
    Here's the one I'm using:
    Modeline "1600x1200" 140.00 1600 1632 2024 2052 1200 1200 1208 1216

  • [SOLVED] xf86-intel+xorg-1.5.3 low performance

    Hello,
    Yesterday i've updated whole arch linux distribution (pacman -Su), unfortunately after update i've discovered that pereformence of glx has fallen significantly.
    On glxgears i can get max 170 fps, i can't event watch SD movies on mplayer -vo gl movie.avi, on mplayer i get this message:
               **** Your system is too SLOW to play this!  ****
    Possible reasons, problems, workarounds:
    - Most common: broken/buggy _audio_ driver
      - Try -ao sdl or use the OSS emulation of ALSA.
      - Experiment with different values for -autosync, 30 is a good start.
    - Slow video output
      - Try a different -vo driver (-vo help for a list) or try -framedrop!
    - Slow CPU
      - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts,
        e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.
    - Broken file
      - Try various combinations of -nobps -ni -forceidx -mc 0.
    - Slow media (NFS/SMB mounts, DVD, VCD etc)
      - Try -cache 8192.
    - Are you using -cache to play a non-interleaved AVI file?
      - Try -nocache.
    Read DOCS/HTML/en/video.html for tuning/speedup tips.
    If none of this helps you, read DOCS/HTML/en/bugreports.html.
    But it's not problem with my computer, before system update everything was ok. So it's a problem with new intel driver or new xorg.
    What are the possible solutions?
    Last edited by czester21 (2008-12-26 15:50:11)

    Yeah, I am looking forward to GEM. Hopefully that will solve all problems.
    UPDATE:
    It seems after I tried to compile Zen-Kernel 2.6.28-rc9 and added the following line in xorg.conf:
    Section "Device"
    Option "RenderAccel" "true"
    EndSection
    and
    Section "Extensions"
    Option "MIT-SHM" "Yes"
    EndSection
    And also change AccelMethod back to XAA instead of EXA as I ran before, performance went back to normal levels.
    It might aswell work for you too.
    Last edited by Cheesebaron (2008-12-25 15:38:23)

  • [SOLVED] ATI Catalyst / Xorg issue with Multihead (3monitor)

    i'm having problems for a long time, with different versions of the ATI Catalyst driver and Xorg,
    right now i'm using this versions,
    catalyst-hook 11.2-2
    catalyst-utils 11.2-1
    lib32-catalyst-utils 11.2-1
    xorg-server 1.9.4.901-1
    xorg-server-common 1.9.4.901-1
    xorg-server-utils 7.6-2
    the catalyst package are from the catalyst server recommended by the Arch Wiki
    http://catalyst.apocalypsus.net/repo/catalyst/x86_64
    the problem that i have is that when i try to pass from one monitor to another, when
    i pass to the 3rd one the X crashes, this happen always with the same monitor no matter what.
    here is the backtrace from the startx logs,
    Backtrace:
    0: /usr/bin/X (xorg_backtrace+0x28) [0x49f788]
    1: /usr/bin/X (0x400000+0x60349) [0x460349]
    2: /lib/libpthread.so.0 (0x7f28028b7000+0xf150) [0x7f28028c6150]
    3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f27fecf4000+0x86ffff) [0x7f27ff563fff]
    4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f27fecf4000+0x86fb5d) [0x7f27ff563b5d]
    5: /usr/bin/X (0x400000+0x13bce2) [0x53bce2]
    6: /usr/bin/X (0x400000+0x13be31) [0x53be31]
    7: /usr/bin/X (0x400000+0x13a880) [0x53a880]
    8: /usr/bin/X (miPointerUpdateSprite+0x18c) [0x45871c]
    9: /usr/bin/X (0x400000+0x5892d) [0x45892d]
    10: /usr/bin/X (0x400000+0x164266) [0x564266]
    11: /usr/bin/X (mieqProcessDeviceEvent+0x172) [0x49ef52]
    12: /usr/bin/X (mieqProcessInputEvents+0xcc) [0x49f08c]
    13: /usr/bin/X (ProcessInputEvents+0x9) [0x469969]
    14: /usr/bin/X (0x400000+0x2cf73) [0x42cf73]
    15: /usr/bin/X (0x400000+0x2131e) [0x42131e]
    16: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f2801837dcd]
    17: /usr/bin/X (0x400000+0x20ec9) [0x420ec9]
    Segmentation fault at address (nil)
    Fatal server error:
    Caught signal 11 (Segmentation fault). Server aborting
    i wanted to know if there is any official forum / bug tracker  of amd/ati where report this bug,
    or if one of you had this kind of problem before and can give me a hand to resolve this, i would be grateful.
    here is the ati report about the system info,
    http://pastebin.com/jU73mU4W
    http://ideone.com/mcISC
    thanks in advance.
    regards.
    Last edited by hord (2011-07-10 20:26:12)

    solved!
    since the cursor used through the proprietary catalyst driver have issues, use instead the SW cursor,
    Section "Device"
    Option "SWCursor" "true"
    EndSection
    [0] http://ati.cchtml.com/show_bug.cgi?id=86
    [1] http://ati.cchtml.com/show_bug.cgi?id=117
    [2] http://phoronix.com/forums/showthread.p … post209030
    Last edited by hord (2011-07-10 20:25:23)

  • [SOLVED] nvidia and xorg-server, slow start compared to nv

    I've seen many similar topics but none that have been solved, therefore the new topic.
    Starting xorg with nv driver takes just a few seconds to desktop, while using nvidia takes almost 10 seconds more to get to desktop. Although after reaching desktop everything works fine. I've used a minimal xorg.conf for each driver (replacing nvidia with nv):
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    EndSection
    The /var/log/Xorg.0.log when using nvidia:
    [ 22.779]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 22.779] X Protocol Version 11, Revision 0
    [ 22.779] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 22.779] Current Operating System: Linux yggdrasil 3.3.8-1-ARCH #1 SMP PREEMPT Tue Jun 5 15:20:32 CEST 2012 x86_64
    [ 22.779] Kernel command line: root=/dev/mapper/root cryptdevice=/dev/sda2:root ro vga=773 quiet
    [ 22.779] Build Date: 30 May 2012 07:24:13PM
    [ 22.779]
    [ 22.779] Current version of pixman: 0.26.0
    [ 22.779] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 22.779] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.779] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 9 21:37:16 2012
    [ 22.844] (==) Using config file: "/etc/X11/xorg.conf"
    [ 22.844] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 23.106] (==) No Layout section. Using the first Screen section.
    [ 23.106] (==) No screen section available. Using defaults.
    [ 23.106] (**) |-->Screen "Default Screen Section" (0)
    [ 23.106] (**) | |-->Monitor "<default monitor>"
    [ 23.106] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 23.106] (**) | |-->Device "Device0"
    [ 23.106] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 23.106] (==) Automatically adding devices
    [ 23.106] (==) Automatically enabling devices
    [ 23.219] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 23.219] Entry deleted from font path.
    [ 23.414] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 23.414] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 23.414] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 23.414] (II) Loader magic: 0x7c58e0
    [ 23.414] (II) Module ABI versions:
    [ 23.414] X.Org ANSI C Emulation: 0.4
    [ 23.414] X.Org Video Driver: 12.0
    [ 23.414] X.Org XInput driver : 16.0
    [ 23.414] X.Org Server Extension : 6.0
    [ 23.415] (--) PCI:*(0:2:0:0) 10de:0a70:144d:c079 rev 162, Mem @ 0xdc000000/16777216, 0xe0000000/268435456, 0xde000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
    [ 23.415] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 23.415] (II) LoadModule: "extmod"
    [ 23.453] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 23.487] (II) Module extmod: vendor="X.Org Foundation"
    [ 23.487] compiled for 1.12.2, module version = 1.0.0
    [ 23.487] Module class: X.Org Server Extension
    [ 23.487] ABI class: X.Org Server Extension, version 6.0
    [ 23.487] (II) Loading extension MIT-SCREEN-SAVER
    [ 23.487] (II) Loading extension XFree86-VidModeExtension
    [ 23.487] (II) Loading extension XFree86-DGA
    [ 23.487] (II) Loading extension DPMS
    [ 23.487] (II) Loading extension XVideo
    [ 23.487] (II) Loading extension XVideo-MotionCompensation
    [ 23.487] (II) Loading extension X-Resource
    [ 23.487] (II) LoadModule: "dbe"
    [ 23.487] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 23.512] (II) Module dbe: vendor="X.Org Foundation"
    [ 23.512] compiled for 1.12.2, module version = 1.0.0
    [ 23.512] Module class: X.Org Server Extension
    [ 23.512] ABI class: X.Org Server Extension, version 6.0
    [ 23.512] (II) Loading extension DOUBLE-BUFFER
    [ 23.512] (II) LoadModule: "glx"
    [ 23.512] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 26.824] (II) Module glx: vendor="NVIDIA Corporation"
    [ 26.868] compiled for 4.0.2, module version = 1.0.0
    [ 26.868] Module class: X.Org Server Extension
    [ 26.868] (II) NVIDIA GLX Module 295.53 Fri May 11 23:49:08 PDT 2012
    [ 26.869] (II) Loading extension GLX
    [ 26.869] (II) LoadModule: "record"
    [ 26.869] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 26.941] (II) Module record: vendor="X.Org Foundation"
    [ 26.941] compiled for 1.12.2, module version = 1.13.0
    [ 26.941] Module class: X.Org Server Extension
    [ 26.941] ABI class: X.Org Server Extension, version 6.0
    [ 26.941] (II) Loading extension RECORD
    [ 26.941] (II) LoadModule: "dri"
    [ 26.941] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 27.011] (II) Module dri: vendor="X.Org Foundation"
    [ 27.011] compiled for 1.12.2, module version = 1.0.0
    [ 27.011] ABI class: X.Org Server Extension, version 6.0
    [ 27.011] (II) Loading extension XFree86-DRI
    [ 27.011] (II) LoadModule: "dri2"
    [ 27.011] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 27.046] (II) Module dri2: vendor="X.Org Foundation"
    [ 27.047] compiled for 1.12.2, module version = 1.2.0
    [ 27.047] ABI class: X.Org Server Extension, version 6.0
    [ 27.047] (II) Loading extension DRI2
    [ 27.047] (II) LoadModule: "nvidia"
    [ 27.122] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 27.306] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 27.306] compiled for 4.0.2, module version = 1.0.0
    [ 27.306] Module class: X.Org Video Driver
    [ 27.608] (II) NVIDIA dlloader X Driver 295.53 Fri May 11 23:29:56 PDT 2012
    [ 27.608] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 27.617] (++) using VT number 7
    [ 27.678] (II) Loading sub module "fb"
    [ 27.678] (II) LoadModule: "fb"
    [ 27.850] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 27.870] (II) Module fb: vendor="X.Org Foundation"
    [ 27.870] compiled for 1.12.2, module version = 1.0.0
    [ 27.870] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 27.870] (II) Loading sub module "wfb"
    [ 27.870] (II) LoadModule: "wfb"
    [ 27.871] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 27.879] (II) Module wfb: vendor="X.Org Foundation"
    [ 27.879] compiled for 1.12.2, module version = 1.0.0
    [ 27.879] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 27.879] (II) Loading sub module "ramdac"
    [ 27.879] (II) LoadModule: "ramdac"
    [ 27.879] (II) Module "ramdac" already built-in
    [ 27.934] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 27.934] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 27.934] (==) NVIDIA(0): RGB weight 888
    [ 27.934] (==) NVIDIA(0): Default visual is TrueColor
    [ 27.934] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 27.935] (**) NVIDIA(0): Enabling 2D acceleration
    [ 29.873] (II) NVIDIA(GPU-0): Display (Chi Mei Optoelectronics corp. (DFP-0)) does not
    [ 29.873] (II) NVIDIA(GPU-0): support NVIDIA 3D Vision stereo.
    [ 30.786] (II) NVIDIA(0): NVIDIA GPU GeForce 310M (GT218) at PCI:2:0:0 (GPU-0)
    [ 30.786] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 30.786] (--) NVIDIA(0): VideoBIOS: 70.18.53.00.ff
    [ 30.786] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 30.786] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 30.789] (--) NVIDIA(0): Connected display device(s) on GeForce 310M at PCI:2:0:0
    [ 30.789] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0)
    [ 30.789] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0): 330.0 MHz maximum pixel
    [ 30.789] (--) NVIDIA(0): clock
    [ 30.789] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0): Internal Dual Link
    [ 30.789] (--) NVIDIA(0): LVDS
    [ 30.789] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 30.789] (**) NVIDIA(0): device Chi Mei Optoelectronics corp. (DFP-0) (Using EDID
    [ 30.789] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 30.836] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 30.836] (==) NVIDIA(0):
    [ 30.836] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 30.836] (==) NVIDIA(0): will be used as the requested mode.
    [ 30.836] (==) NVIDIA(0):
    [ 30.836] (II) NVIDIA(0): Validated modes:
    [ 30.836] (II) NVIDIA(0): "nvidia-auto-select"
    [ 30.836] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
    [ 31.892] (--) NVIDIA(0): DPI set to (99, 102); computed from "UseEdidDpi" X config
    [ 31.892] (--) NVIDIA(0): option
    [ 31.892] (--) Depth 24 pixmap format is 32 bpp
    [ 31.892] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 31.900] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 34.862] (II) Loading extension NV-GLX
    [ 37.299] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 37.299] (==) NVIDIA(0): Backing store disabled
    [ 37.299] (==) NVIDIA(0): Silken mouse enabled
    [ 37.300] (==) NVIDIA(0): DPMS enabled
    [ 37.300] (II) Loading extension NV-CONTROL
    [ 37.300] (II) Loading extension XINERAMA
    [ 37.300] (II) Loading sub module "dri2"
    [ 37.300] (II) LoadModule: "dri2"
    [ 37.300] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 37.300] (II) Module dri2: vendor="X.Org Foundation"
    [ 37.300] compiled for 1.12.2, module version = 1.2.0
    [ 37.300] ABI class: X.Org Server Extension, version 6.0
    [ 37.300] (II) NVIDIA(0): [DRI2] Setup complete
    [ 37.300] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 37.301] (==) RandR enabled
    [ 37.301] (II) Initializing built-in extension Generic Event Extension
    [ 37.301] (II) Initializing built-in extension SHAPE
    [ 37.301] (II) Initializing built-in extension MIT-SHM
    [ 37.301] (II) Initializing built-in extension XInputExtension
    [ 37.301] (II) Initializing built-in extension XTEST
    [ 37.301] (II) Initializing built-in extension BIG-REQUESTS
    [ 37.301] (II) Initializing built-in extension SYNC
    [ 37.301] (II) Initializing built-in extension XKEYBOARD
    [ 37.301] (II) Initializing built-in extension XC-MISC
    [ 37.301] (II) Initializing built-in extension SECURITY
    [ 37.301] (II) Initializing built-in extension XINERAMA
    [ 37.301] (II) Initializing built-in extension XFIXES
    [ 37.301] (II) Initializing built-in extension RENDER
    [ 37.301] (II) Initializing built-in extension RANDR
    [ 37.301] (II) Initializing built-in extension COMPOSITE
    [ 37.301] (II) Initializing built-in extension DAMAGE
    [ 37.302] (II) Initializing extension GLX
    [ 38.717] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 38.717] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 38.717] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 38.717] (II) LoadModule: "evdev"
    [ 38.717] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 38.769] (II) Module evdev: vendor="X.Org Foundation"
    [ 38.769] compiled for 1.12.0, module version = 2.7.0
    [ 38.769] Module class: X.Org XInput Driver
    [ 38.769] ABI class: X.Org XInput driver, version 16.0
    [ 38.769] (II) Using input driver 'evdev' for 'Power Button'
    [ 38.769] (**) Power Button: always reports core events
    [ 38.769] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 38.769] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 38.769] (--) evdev: Power Button: Found keys
    [ 38.769] (II) evdev: Power Button: Configuring as keyboard
    [ 38.769] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 38.769] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 38.769] (**) Option "xkb_rules" "evdev"
    [ 38.769] (**) Option "xkb_model" "evdev"
    [ 38.769] (**) Option "xkb_layout" "se"
    [ 38.835] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 38.835] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 38.835] (**) Video Bus: Applying InputClass "Keyboard Defaults"
    [ 38.835] (II) Using input driver 'evdev' for 'Video Bus'
    [ 38.835] (**) Video Bus: always reports core events
    [ 38.835] (**) evdev: Video Bus: Device: "/dev/input/event7"
    [ 38.835] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 38.835] (--) evdev: Video Bus: Found keys
    [ 38.835] (II) evdev: Video Bus: Configuring as keyboard
    [ 38.835] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7/event7"
    [ 38.835] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 38.836] (**) Option "xkb_rules" "evdev"
    [ 38.836] (**) Option "xkb_model" "evdev"
    [ 38.836] (**) Option "xkb_layout" "se"
    [ 38.837] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 38.837] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 38.837] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 38.837] (II) Using input driver 'evdev' for 'Power Button'
    [ 38.837] (**) Power Button: always reports core events
    [ 38.837] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 38.837] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 38.837] (--) evdev: Power Button: Found keys
    [ 38.837] (II) evdev: Power Button: Configuring as keyboard
    [ 38.837] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 38.837] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 38.837] (**) Option "xkb_rules" "evdev"
    [ 38.837] (**) Option "xkb_model" "evdev"
    [ 38.837] (**) Option "xkb_layout" "se"
    [ 38.838] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 38.838] (II) No input driver specified, ignoring this device.
    [ 38.838] (II) This device may have been added with another device file.
    [ 38.838] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 38.838] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 38.838] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
    [ 38.838] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 38.838] (**) Sleep Button: always reports core events
    [ 38.838] (**) evdev: Sleep Button: Device: "/dev/input/event5"
    [ 38.839] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 38.839] (--) evdev: Sleep Button: Found keys
    [ 38.839] (II) evdev: Sleep Button: Configuring as keyboard
    [ 38.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5"
    [ 38.839] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 38.839] (**) Option "xkb_rules" "evdev"
    [ 38.839] (**) Option "xkb_model" "evdev"
    [ 38.839] (**) Option "xkb_layout" "se"
    [ 38.840] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
    [ 38.840] (II) No input driver specified, ignoring this device.
    [ 38.840] (II) This device may have been added with another device file.
    [ 38.840] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
    [ 38.840] (II) No input driver specified, ignoring this device.
    [ 38.840] (II) This device may have been added with another device file.
    [ 38.841] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
    [ 38.841] (II) No input driver specified, ignoring this device.
    [ 38.841] (II) This device may have been added with another device file.
    [ 38.841] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
    [ 38.841] (II) No input driver specified, ignoring this device.
    [ 38.841] (II) This device may have been added with another device file.
    [ 38.842] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 38.842] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 38.842] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 38.842] (**) Logitech USB Receiver: always reports core events
    [ 38.842] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
    [ 38.842] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
    [ 38.842] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
    [ 38.842] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 38.842] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 38.842] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 38.842] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 38.842] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 38.842] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 38.842] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 38.842] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1/event1"
    [ 38.842] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
    [ 38.843] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 38.843] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 38.843] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 38.843] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 38.843] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 38.844] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 38.844] (II) No input driver specified, ignoring this device.
    [ 38.844] (II) This device may have been added with another device file.
    [ 38.844] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 38.844] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 38.844] (**) Logitech USB Receiver: Applying InputClass "Keyboard Defaults"
    [ 38.844] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 38.844] (**) Logitech USB Receiver: always reports core events
    [ 38.844] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
    [ 38.844] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
    [ 38.844] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
    [ 38.844] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 38.845] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 38.845] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
    [ 38.845] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 38.845] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 38.845] (--) evdev: Logitech USB Receiver: Found keys
    [ 38.845] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 38.845] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 38.845] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 38.845] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 38.845] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 38.845] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input2/event2"
    [ 38.845] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
    [ 38.845] (**) Option "xkb_rules" "evdev"
    [ 38.845] (**) Option "xkb_model" "evdev"
    [ 38.845] (**) Option "xkb_layout" "se"
    [ 38.845] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 38.845] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 38.846] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 38.846] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 38.846] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 38.846] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 38.846] (II) config/udev: Adding input device USB 2.0 PC Camera (/dev/input/event10)
    [ 38.846] (**) USB 2.0 PC Camera: Applying InputClass "evdev keyboard catchall"
    [ 38.846] (**) USB 2.0 PC Camera: Applying InputClass "Keyboard Defaults"
    [ 38.846] (II) Using input driver 'evdev' for 'USB 2.0 PC Camera'
    [ 38.846] (**) USB 2.0 PC Camera: always reports core events
    [ 38.846] (**) evdev: USB 2.0 PC Camera: Device: "/dev/input/event10"
    [ 38.846] (--) evdev: USB 2.0 PC Camera: Vendor 0x1210 Product 0x25f4
    [ 38.846] (--) evdev: USB 2.0 PC Camera: Found keys
    [ 38.846] (II) evdev: USB 2.0 PC Camera: Configuring as keyboard
    [ 38.846] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10/event10"
    [ 38.846] (II) XINPUT: Adding extended input device "USB 2.0 PC Camera" (type: KEYBOARD, id 12)
    [ 38.846] (**) Option "xkb_rules" "evdev"
    [ 38.846] (**) Option "xkb_model" "evdev"
    [ 38.847] (**) Option "xkb_layout" "se"
    [ 38.847] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
    [ 38.847] (II) No input driver specified, ignoring this device.
    [ 38.847] (II) This device may have been added with another device file.
    [ 38.847] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
    [ 38.847] (II) No input driver specified, ignoring this device.
    [ 38.847] (II) This device may have been added with another device file.
    [ 38.847] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 38.847] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 38.847] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 38.847] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 38.847] (**) AT Translated Set 2 keyboard: always reports core events
    [ 38.847] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 38.847] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 38.847] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 38.847] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 38.848] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 38.848] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [ 38.848] (**) Option "xkb_rules" "evdev"
    [ 38.848] (**) Option "xkb_model" "evdev"
    [ 38.848] (**) Option "xkb_layout" "se"
    [ 38.848] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 38.848] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 38.848] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 38.848] (II) LoadModule: "synaptics"
    [ 38.848] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 38.911] (II) Module synaptics: vendor="X.Org Foundation"
    [ 38.911] compiled for 1.12.1, module version = 1.6.1
    [ 38.911] Module class: X.Org XInput Driver
    [ 38.911] ABI class: X.Org XInput driver, version 16.0
    [ 38.911] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 38.911] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 38.911] (**) Option "Device" "/dev/input/event9"
    [ 38.911] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5672
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4910
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 38.911] (**) Option "TapButton1" "1"
    [ 38.911] (**) Option "TapButton2" "2"
    [ 38.911] (**) Option "TapButton3" "3"
    [ 38.912] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 38.912] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 38.912] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 38.912] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
    [ 38.912] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 38.912] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 38.912] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
    [ 38.912] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 38.912] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 38.912] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 38.912] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 38.912] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 38.913] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 38.913] (II) No input driver specified, ignoring this device.
    [ 38.913] (II) This device may have been added with another device file.
    [ 38.913] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
    [ 38.913] (II) No input driver specified, ignoring this device.
    [ 38.913] (II) This device may have been added with another device file.
    The /var/log/Xorg.0.log when using nv:
    [ 52.162]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 52.163] X Protocol Version 11, Revision 0
    [ 52.163] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 52.164] Current Operating System: Linux yggdrasil 3.3.8-1-ARCH #1 SMP PREEMPT Tue Jun 5 15:20:32 CEST 2012 x86_64
    [ 52.164] Kernel command line: root=/dev/mapper/root cryptdevice=/dev/sda2:root ro vga=773 quiet
    [ 52.165] Build Date: 30 May 2012 07:24:13PM
    [ 52.165]
    [ 52.165] Current version of pixman: 0.26.0
    [ 52.166] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 52.166] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 52.168] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 9 21:30:26 2012
    [ 52.168] (==) Using config file: "/etc/X11/xorg.conf"
    [ 52.168] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 52.168] (==) No Layout section. Using the first Screen section.
    [ 52.168] (==) No screen section available. Using defaults.
    [ 52.168] (**) |-->Screen "Default Screen Section" (0)
    [ 52.168] (**) | |-->Monitor "<default monitor>"
    [ 52.168] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 52.168] (**) | |-->Device "Device0"
    [ 52.168] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 52.169] (==) Automatically adding devices
    [ 52.169] (==) Automatically enabling devices
    [ 52.169] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 52.169] Entry deleted from font path.
    [ 52.169] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 52.169] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 52.169] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 52.169] (II) Loader magic: 0x7c58e0
    [ 52.169] (II) Module ABI versions:
    [ 52.169] X.Org ANSI C Emulation: 0.4
    [ 52.169] X.Org Video Driver: 12.0
    [ 52.169] X.Org XInput driver : 16.0
    [ 52.169] X.Org Server Extension : 6.0
    [ 52.169] (--) PCI:*(0:2:0:0) 10de:0a70:144d:c079 rev 162, Mem @ 0xdc000000/16777216, 0xe0000000/268435456, 0xde000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
    [ 52.170] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 52.170] (II) LoadModule: "extmod"
    [ 52.170] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 52.170] (II) Module extmod: vendor="X.Org Foundation"
    [ 52.170] compiled for 1.12.2, module version = 1.0.0
    [ 52.170] Module class: X.Org Server Extension
    [ 52.170] ABI class: X.Org Server Extension, version 6.0
    [ 52.170] (II) Loading extension MIT-SCREEN-SAVER
    [ 52.170] (II) Loading extension XFree86-VidModeExtension
    [ 52.170] (II) Loading extension XFree86-DGA
    [ 52.170] (II) Loading extension DPMS
    [ 52.170] (II) Loading extension XVideo
    [ 52.170] (II) Loading extension XVideo-MotionCompensation
    [ 52.170] (II) Loading extension X-Resource
    [ 52.170] (II) LoadModule: "dbe"
    [ 52.170] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 52.170] (II) Module dbe: vendor="X.Org Foundation"
    [ 52.170] compiled for 1.12.2, module version = 1.0.0
    [ 52.170] Module class: X.Org Server Extension
    [ 52.170] ABI class: X.Org Server Extension, version 6.0
    [ 52.170] (II) Loading extension DOUBLE-BUFFER
    [ 52.170] (II) LoadModule: "glx"
    [ 52.170] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 52.180] (II) Module glx: vendor="NVIDIA Corporation"
    [ 52.180] compiled for 4.0.2, module version = 1.0.0
    [ 52.180] Module class: X.Org Server Extension
    [ 52.180] (II) NVIDIA GLX Module 295.53 Fri May 11 23:49:08 PDT 2012
    [ 52.180] (II) Loading extension GLX
    [ 52.180] (II) LoadModule: "record"
    [ 52.180] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 52.180] (II) Module record: vendor="X.Org Foundation"
    [ 52.180] compiled for 1.12.2, module version = 1.13.0
    [ 52.180] Module class: X.Org Server Extension
    [ 52.180] ABI class: X.Org Server Extension, version 6.0
    [ 52.180] (II) Loading extension RECORD
    [ 52.180] (II) LoadModule: "dri"
    [ 52.180] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 52.180] (II) Module dri: vendor="X.Org Foundation"
    [ 52.180] compiled for 1.12.2, module version = 1.0.0
    [ 52.180] ABI class: X.Org Server Extension, version 6.0
    [ 52.180] (II) Loading extension XFree86-DRI
    [ 52.180] (II) LoadModule: "dri2"
    [ 52.180] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 52.181] (II) Module dri2: vendor="X.Org Foundation"
    [ 52.181] compiled for 1.12.2, module version = 1.2.0
    [ 52.181] ABI class: X.Org Server Extension, version 6.0
    [ 52.181] (II) Loading extension DRI2
    [ 52.181] (II) LoadModule: "nv"
    [ 52.181] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
    [ 52.181] (II) Module nv: vendor="X.Org Foundation"
    [ 52.181] compiled for 1.12.0.901, module version = 2.1.18
    [ 52.181] Module class: X.Org Video Driver
    [ 52.181] ABI class: X.Org Video Driver, version 12.0
    [ 52.181] (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
    Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
    Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
    GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
    GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
    Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
    GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
    GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
    GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
    GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
    GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
    GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
    Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
    GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
    GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
    GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
    Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
    GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
    Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
    GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
    GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
    GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
    GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
    GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
    GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
    Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
    GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
    GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
    GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
    GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
    GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
    Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
    GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
    GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
    GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
    GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
    Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
    GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
    GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
    GeForce Go 6600, GeForce Go 6600 GT, Quadro NVS 440, Quadro FX 550,
    Quadro FX 550, Quadro FX 540, GeForce 6200, GeForce 6500,
    GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
    GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
    GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS,
    GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT,
    GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
    GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
    GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7350 LE,
    GeForce 7300 LE, GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300,
    GeForce Go 7400, GeForce Go 7400 GS, Quadro NVS 110M,
    Quadro NVS 120M, Quadro FX 350M, GeForce 7500 LE, Quadro FX 350,
    GeForce 7300 GS, GeForce 7650 GS, GeForce 7600 GT, GeForce 7600 GS,
    GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, GeForce Go 7700,
    GeForce Go 7600, GeForce Go 7600 GT, Quadro NVS 300M,
    GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, GeForce 7900 GTX,
    GeForce 7900 GT, GeForce 7900 GS, GeForce 7950 GX2, GeForce 7950 GX2,
    GeForce 7950 GT, GeForce Go 7950 GTX, GeForce Go 7900 GS,
    GeForce Go 7900 GTX, Quadro FX 2500M, Quadro FX 1500M,
    Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, Quadro FX 4500 X2,
    GeForce 6150, GeForce 6150 LE, GeForce 6100, GeForce Go 6150,
    Quadro NVS 210S / NVIDIA GeForce 6150LE, GeForce Go 6100,
    GeForce 6150SE, GeForce 6100 nForce 405, GeForce 6100 nForce 400,
    GeForce 6100 nForce 420, GeForce 7150M / nForce 630M,
    GeForce 7000M / nForce 610M, GeForce 7050 PV / nForce 630a,
    GeForce 7050 PV / nForce 630a, GeForce 7025 / nForce 630a,
    GeForce 8800 GTX, GeForce 8800 GTS, GeForce 8800 Ultra,
    Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, GeForce 8600 GT,
    GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, GeForce 9500M GS,
    GeForce 8300 GS, GeForce 8600M GT, GeForce 9650M GS,
    GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M,
    Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce GT 330,
    GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS,
    GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT,
    GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M,
    Quadro NVS 135M, GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G,
    Quadro NVS 290, GeForce GTX 295, GeForce GTX 280, GeForce GTX 260,
    GeForce GTX 285, GeForce GTX 275, GeForce GTX 260, GeForce GTX 295,
    Quadroplex 2200 D2, Quadroplex 2200 S4, Quadro CX, Quadro FX 5800,
    Quadro FX 4800, Quadro FX 3800, GeForce 8800 GTS 512,
    GeForce 9800 GT, GeForce 8800 GT, GeForce GT 230, GeForce 9800 GX2,
    GeForce 9800 GT, GeForce 8800 GS, GeForce GTS 240, GeForce 9800M GTX,
    GeForce 8800M GTS, GeForce GTX 280M, GeForce 9800M GT,
    GeForce 8800M GTX, GeForce 8800 GS, GeForce GTX 285M,
    GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX/9800 GTX+,
    GeForce 9800 GTX+, GeForce 9800 GT, GeForce GTS 250,
    GeForce 9800M GTX, GeForce GTX 260M, Quadro FX 4700 X2,
    Quadro FX 3700, Quadro VX 200, Quadro FX 3600M, Quadro FX 2800M,
    Quadro FX 3700M, Quadro FX 3800M, GeForce 9600 GT, GeForce 9600 GS,
    GeForce 9600 GSO 512, GeForce GT 130, GeForce GT 140,
    GeForce 9800M GTS, GeForce 9700M GTS, GeForce 9800M GS,
    GeForce 9800M GTS, GeForce 9600 GT, GeForce 9600 GT,
    GeForce GTS 160M, GeForce GTS 150M, GeForce 9600 GSO,
    GeForce 9600 GT, Quadro FX 1800, Quadro FX 2700M, GeForce 9500 GT,
    GeForce 9400 GT, GeForce 9500 GT, GeForce 9500 GS, GeForce 9500 GS,
    GeForce GT 120, GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT,
    GeForce 9700M GT, GeForce 9500M G, GeForce 9650M GT, GeForce G 110M,
    GeForce GT 130M, GeForce GT 120M, GeForce GT 220M, GeForce 9650 S,
    Quadro FX 380, Quadro FX 580, Quadro FX 1700M, GeForce 9400 GT,
    Quadro FX 770M, GeForce 9300 GE, GeForce 9300 GS, GeForce 8400,
    GeForce 8400 SE, GeForce 8400 GS, GeForce 9300M GS, GeForce G100,
    GeForce 9300 SE, GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M,
    Quadro NVS 160M, GeForce G 105M, GeForce G 103M, GeForce G105M,
    Quadro NVS 420, Quadro FX 370 LP, Quadro NVS 450, Quadro FX 370M,
    Quadro NVS 295, GeForce 9100M G, GeForce 8200M G, GeForce 9200,
    GeForce 9100, GeForce 8300, GeForce 8200, nForce 730a, GeForce 9200,
    nForce 980a/780a SLI, nForce 750a SLI, GeForce 8100 / nForce 720a,
    GeForce 9400, GeForce 9400, GeForce 9400M G, GeForce 9400M,
    GeForce 9300, ION, GeForce 9400M G, GeForce 9400, nForce 760i SLI,
    GeForce 9400, GeForce 9300 / nForce 730i, GeForce 9200,
    GeForce 9100M G, GeForce 8200M G, GeForce 9400M, GeForce 9200,
    GeForce G102M, GeForce G102M, ION, ION, GeForce 9400, ION, ION LE,
    ION LE, GeForce GT 220, GeForce 315, GeForce 210, GeForce GT 230M,
    GeForce GT 330M, GeForce GT 230M, GeForce GT 330M, NVS 5100M,
    GeForce GT 320M, GeForce GT 240M, GeForce GT 325M, Quadro FX 880M,
    GeForce G210, GeForce 205, GeForce 310, ION, GeForce 210,
    GeForce 310, GeForce 315, GeForce G105M, GeForce G105M, NVS 2100M,
    NVS 3100M, GeForce 305M, ION, GeForce 310M, GeForce 305M,
    GeForce 310M, GeForce 305M, GeForce G210M, GeForce 310M,
    Quadro FX 380 LP, Quadro FX 380M, GeForce GT 330, GeForce GT 320,
    GeForce GT 240, GeForce GT 340, GeForce GT 330, GeForce GTS 260M,
    GeForce GTS 250M, GeForce 315, GeForce GT 335M, GeForce GTS 350M,
    GeForce GTS 360M, Quadro FX 1800M
    [ 52.183] (--) using VT number 7
    [ 52.211] (--) NV: Found NVIDIA GeForce 310M at 02@00:00:0
    [ 52.211] (II) Loading sub module "int10"
    [ 52.211] (II) LoadModule: "int10"
    [ 52.211] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 52.233] (II) Module int10: vendor="X.Org Foundation"
    [ 52.233] compiled for 1.12.2, module version = 1.0.0
    [ 52.233] ABI class: X.Org Video Driver, version 12.0
    [ 52.233] (II) NV(0): Initializing int10
    [ 52.234] (II) NV(0): Bad V_BIOS checksum
    [ 52.234] (II) NV(0): Primary V_BIOS segment is: 0xc000
    [ 52.234] (--) NV(0): Console is VGA mode 0x105
    [ 52.234] (II) NV(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 52.234] (==) NV(0): Depth 24, (--) framebuffer bpp 32
    [ 52.234] (==) NV(0): RGB weight 888
    [ 52.234] (==) NV(0): Default visual is TrueColor
    [ 52.235] (==) NV(0): Using hardware cursor
    [ 52.235] (==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 52.245] (II) NV(0): MMIO registers mapped at 0x7f5b4a0aa000
    [ 52.245] (--) NV(0): Total video RAM: 512.0 MB
    [ 52.245] (--) NV(0): BAR1 size: 256.0 MB
    [ 52.245] (--) NV(0): Mapped memory: 256.0 MB
    [ 52.317] (II) NV(0): Linear framebuffer mapped at 0x7f5b3a0aa000
    [ 52.317] (II) Loading sub module "i2c"
    [ 52.317] (II) LoadModule: "i2c"
    [ 52.317] (II) Module "i2c" already built-in
    [ 52.317] (II) Loading sub module "ddc"
    [ 52.317] (II) LoadModule: "ddc"
    [ 52.317] (II) Module "ddc" already built-in
    [ 52.317] (--) NV(0): Connector map:
    [ 52.317] (--) NV(0): Bus 3 -> SOR0 (LVDS)
    [ 52.317] (--) NV(0): Bus 0 -> DAC1
    [ 52.317] (--) NV(0): Bus 8 -> SOR3
    [ 52.317] (--) NV(0): Load detection: 340
    [ 52.317] (II) NV(0): I2C bus "I2C0" initialized.
    [ 52.317] (II) NV(0): Output VGA1 has no monitor section
    [ 52.317] (II) NV(0): I2C bus "I2C8" initialized.
    [ 52.317] (II) NV(0): Output DVI3 has no monitor section
    [ 52.317] (II) NV(0): LVDS native size 1366x768
    [ 52.317] (II) NV(0): Output LVDS has no monitor section
    [ 52.317] (II) NV(0): I2C bus "I2C3 (LVDS)" initialized.
    [ 52.317] (II) NV(0): Probing for EDID on I2C bus 0...
    [ 52.317] (II) NV(0): I2C device "I2C0:ddc2" registered at address 0xA0.
    [ 52.321] (II) NV(0): ... none found
    [ 52.321] (--) NV(0): Trying load detection on VGA1 ... nothing.
    [ 52.366] (II) NV(0): EDID for output VGA1
    [ 52.366] (II) NV(0): Probing for EDID on I2C bus 8...
    [ 52.366] (II) NV(0): I2C device "I2C8:ddc2" registered at address 0xA0.
    [ 52.370] (II) NV(0): ... none found
    [ 52.370] (II) NV(0): EDID for output DVI3
    [ 52.370] (II) NV(0): Probing for EDID on I2C bus 3...
    [ 52.370] (II) NV(0): I2C device "I2C3 (LVDS):ddc2" registered at address 0xA0.
    [ 52.422] (--) NV(0): DDC detected a DFP:
    [ 52.422] (II) NV(0): Manufacturer: CMO Model: 1680 Serial#: 0
    [ 52.422] (II) NV(0): Year: 2009 Week: 4
    [ 52.422] (II) NV(0): EDID Version: 1.3
    [ 52.422] (II) NV(0): Digital Display Input
    [ 52.422] (II) NV(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 52.422] (II) NV(0): Gamma: 2.20
    [ 52.422] (II) NV(0): No DPMS capabilities specified
    [ 52.422] (II) NV(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 52.422] (II) NV(0): First detailed timing is preferred mode
    [ 52.422] (II) NV(0): redX: 0.602 redY: 0.340 greenX: 0.306 greenY: 0.530
    [ 52.422] (II) NV(0): blueX: 0.151 blueY: 0.120 whiteX: 0.313 whiteY: 0.329
    [ 52.422] (II) NV(0): Manufacturer's mask: 0
    [ 52.422] (II) NV(0): Supported detailed timing:
    [ 52.422] (II) NV(0): clock: 75.5 MHz Image Size: 344 x 193 mm
    [ 52.422] (II) NV(0): h_active: 1366 h_sync: 1397 h_sync_end 1462 h_blank_end 1560 h_border: 0
    [ 52.422] (II) NV(0): v_active: 768 v_sync: 772 v_sync_end 784 v_blanking: 806 v_border: 0
    [ 52.422] (II) NV(0): N156B6-L06
    [ 52.422] (II) NV(0): CMO
    [ 52.422] (II) NV(0): N156B6-L06
    [ 52.422] (II) NV(0): EDID (in hex):
    [ 52.422] (II) NV(0): 00ffffffffffff000daf801600000000
    [ 52.422] (II) NV(0): 04130103802313780a07f59a574e8726
    [ 52.422] (II) NV(0): 1e505400000001010101010101010101
    [ 52.422] (II) NV(0): 0101010101017e1d56c2500026301f41
    [ 52.422] (II) NV(0): 4c0058c110000018000000fe004e3135
    [ 52.422] (II) NV(0): 3642362d4c30360a2020000000fe0043
    [ 52.422] (II) NV(0): 4d4f0a202020202020202020000000fe
    [ 52.422] (II) NV(0): 004e31353642362d4c30360a20200048
    [ 52.422] (II) NV(0): EDID for output LVDS
    [ 52.422] (II) NV(0): Manufacturer: CMO Model: 1680 Serial#: 0
    [ 52.422] (II) NV(0): Year: 2009 Week: 4
    [ 52.422] (II) NV(0): EDID Version: 1.3
    [ 52.422] (II) NV(0): Digital Display Input
    [ 52.422] (II) NV(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 52.422] (II) NV(0): Gamma: 2.20
    [ 52.422] (II) NV(0): No DPMS capabilities specified
    [ 52.422] (II) NV(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 52.422] (II) NV(0): First detailed timing is preferred mode
    [ 52.422] (II) NV(0): redX: 0.602 redY: 0.340 greenX: 0.306 greenY: 0.530
    [ 52.422] (II) NV(0): blueX: 0.151 blueY: 0.120 whiteX: 0.313 whiteY: 0.329
    [ 52.422] (II) NV(0): Manufacturer's mask: 0
    [ 52.422] (II) NV(0): Supported detailed timing:
    [ 52.422] (II) NV(0): clock: 75.5 MHz Image Size: 344 x 193 mm
    [ 52.422] (II) NV(0): h_active: 1366 h_sync: 1397 h_sync_end 1462 h_blank_end 1560 h_border: 0
    [ 52.422] (II) NV(0): v_active: 768 v_sync: 772 v_sync_end 784 v_blanking: 806 v_border: 0
    [ 52.422] (II) NV(0): N156B6-L06
    [ 52.422] (II) NV(0): CMO
    [ 52.422] (II) NV(0): N156B6-L06
    [ 52.422] (II) NV(0): EDID (in hex):
    [ 52.422] (II) NV(0): 00ffffffffffff000daf801600000000
    [ 52.422] (II) NV(0): 04130103802313780a07f59a574e8726
    [ 52.422] (II) NV(0): 1e505400000001010101010101010101
    [ 52.422] (II) NV(0): 0101010101017e1d56c2500026301f41
    [ 52.422] (II) NV(0): 4c0058c110000018000000fe004e3135
    [ 52.422] (II) NV(0): 3642362d4c30360a2020000000fe0043
    [ 52.422] (II) NV(0): 4d4f0a202020202020202020000000fe
    [ 52.422] (II) NV(0): 004e31353642362d4c30360a20200048
    [ 52.422] (II) NV(0): EDID vendor "CMO", prod id 5760
    [ 52.422] (II) NV(0): Printing probed modes for output LVDS
    [ 52.422] (II) NV(0): Modeline "1366x768"x60.0 75.50 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
    [ 52.422] (II) NV(0): Output VGA1 disconnected
    [ 52.422] (II) NV(0): Output DVI3 disconnected
    [ 52.422] (II) NV(0): Output LVDS connected
    [ 52.422] (II) NV(0): Using exact sizes for initial modes
    [ 52.422] (II) NV(0): Output LVDS using initial mode 1366x768
    [ 52.422] (II) NV(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 52.422] (--) NV(0): Virtual size is 1366x1366 (pitch 1536)
    [ 52.422] (**) NV(0): Driver mode "1366x768": 75.5 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 52.422] (II) NV(0): Modeline "1366x768"x60.0 75.50 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
    [ 52.422] (==) NV(0): DPI set to (96, 96)
    [ 52.422] (II) Loading sub module "fb"
    [ 52.422] (II) LoadModule: "fb"
    [ 52.433] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 52.447] (II) Module fb: vendor="X.Org Foundation"
    [ 52.447] compiled for 1.12.2, module version = 1.0.0
    [ 52.447] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 52.447] (II) Loading sub module "xaa"
    [ 52.447] (II) LoadModule: "xaa"
    [ 52.447] (II) Loading /usr/lib/xorg/modules/libxaa.so
    [ 52.458] (II) Module xaa: vendor="X.Org Foundation"
    [ 52.458] compiled for 1.12.2, module version = 1.2.1
    [ 52.458] ABI class: X.Org Video Driver, version 12.0
    [ 52.458] (II) Loading sub module "ramdac"
    [ 52.458] (II) LoadModule: "ramdac"
    [ 52.458] (II) Module "ramdac" already built-in
    [ 52.458] (--) Depth 24 pixmap format is 32 bpp
    [ 52.475] (--) NV(0): 183.99 MB available for offscreen pixmaps
    [ 52.507] (II) NV(0): Using XFree86 Acceleration Architecture (XAA)
    [ 52.507] Screen to screen bit blits
    [ 52.507] Solid filled rectangles
    [ 52.507] 8x8 mono pattern filled rectangles
    [ 52.507] Indirect CPU to Screen color expansion
    [ 52.507] Solid Lines
    [ 52.507] Scanline Image Writes
    [ 52.508] Setting up tile and stipple cache:
    [ 52.508] 32 128x128 slots
    [ 52.508] 32 256x256 slots
    [ 52.508] 16 512x512 slots
    [ 52.508] (==) NV(0): Backing store disabled
    [ 52.508] (==) NV(0): Silken mouse enabled
    [ 52.508] (II) NV(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 52.508] (==) NV(0): DPMS enabled
    [ 55.081] (--) RandR disabled
    [ 55.081] (II) Initializing built-in extension Generic Event Extension
    [ 55.081] (II) Initializing built-in extension SHAPE
    [ 55.081] (II) Initializing built-in extension MIT-SHM
    [ 55.081] (II) Initializing built-in extension XInputExtension
    [ 55.081] (II) Initializing built-in extension XTEST
    [ 55.081] (II) Initializing built-in extension BIG-REQUESTS
    [ 55.081] (II) Initializing built-in extension SYNC
    [ 55.081] (II) Initializing built-in extension XKEYBOARD
    [ 55.081] (II) Initializing built-in extension XC-MISC
    [ 55.081] (II) Initializing built-in extension SECURITY
    [ 55.081] (II) Initializing built-in extension XINERAMA
    [ 55.081] (II) Initializing built-in extension XFIXES
    [ 55.081] (II) Initializing built-in extension RENDER
    [ 55.081] (II) Initializing built-in extension RANDR
    [ 55.081] (II) Initializing built-in extension COMPOSITE
    [ 55.081] (II) Initializing built-in extension DAMAGE
    [ 55.103] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    [ 55.132] (II) NV(0): Setting screen physical size to 361 x 203
    [ 55.715] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 55.715] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 55.715] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 55.715] (II) LoadModule: "evdev"
    [ 55.715] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 55.725] (II) Module evdev: vendor="X.Org Foundation"
    [ 55.725] compiled for 1.12.0, module version = 2.7.0
    [ 55.725] Module class: X.Org XInput Driver
    [ 55.725] ABI class: X.Org XInput driver, version 16.0
    [ 55.725] (II) Using input driver 'evdev' for 'Power Button'
    [ 55.725] (**) Power Button: always reports core events
    [ 55.725] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 55.725] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 55.725] (--) evdev: Power Button: Found keys
    [ 55.725] (II) evdev: Power Button: Configuring as keyboard
    [ 55.725] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 55.725] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 55.725] (**) Option "xkb_rules" "evdev"
    [ 55.725] (**) Option "xkb_model" "evdev"
    [ 55.725] (**) Option "xkb_layout" "se"
    [ 55.918] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 55.918] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 55.918] (**) Video Bus: Applying InputClass "Keyboard Defaults"
    [ 55.918] (II) Using input driver 'evdev' for 'Video Bus'
    [ 55.918] (**) Video Bus: always reports core events
    [ 55.918] (**) evdev: Video Bus: Device: "/dev/input/event7"
    [ 55.918] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 55.918] (--) evdev: Video Bus: Found keys
    [ 55.918] (II) evdev: Video Bus: Configuring as keyboard
    [ 55.918] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7/event7"
    [ 55.918] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 55.918] (**) Option "xkb_rules" "evdev"
    [ 55.918] (**) Option "xkb_model" "evdev"
    [ 55.918] (**) Option "xkb_layout" "se"
    [ 55.919] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 55.919] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 55.919] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 55.919] (II) Using input driver 'evdev' for 'Power Button'
    [ 55.919] (**) Power Button: always reports core events
    [ 55.919] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 55.919] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 55.919] (--) evdev: Power Button: Found keys
    [ 55.919] (II) evdev: Power Button: Configuring as keyboard
    [ 55.919] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 55.919] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 55.919] (**) Option "xkb_rules" "evdev"
    [ 55.919] (**) Option "xkb_model" "evdev"
    [ 55.919] (**) Option "xkb_layout" "se"
    [ 55.920] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 55.920] (II) No input driver specified, ignoring this device.
    [ 55.920] (II) This device may have been added with another device file.
    [ 55.921] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 55.921] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 55.921] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
    [ 55.921] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 55.921] (**) Sleep Button: always reports core events
    [ 55.921] (**) evdev: Sleep Button: Device: "/dev/input/event5"
    [ 55.921] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 55.921] (--) evdev: Sleep Button: Found keys
    [ 55.921] (II) evdev: Sleep Button: Configuring as keyboard
    [ 55.921] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5"
    [ 55.921] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 55.921] (**) Option "xkb_rules" "evdev"
    [ 55.921] (**) Option "xkb_model" "evdev"
    [ 55.921] (**) Option "xkb_layout" "se"
    [ 55.922] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
    [ 55.922] (II) No input driver specified, ignoring this device.
    [ 55.922] (II) This device may have been added with another device file.
    [ 55.923] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
    [ 55.923] (II) No input driver specified, ignoring this device.
    [ 55.923] (II) This device may have been added with another device file.
    [ 55.923] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
    [ 55.923] (II) No input driver specified, ignoring this device.
    [ 55.923] (II) This device may have been added with another device file.
    [ 55.924] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
    [ 55.924] (II) No input driver specified, ignoring this device.
    [ 55.924] (II) This device may have been added with another device file.
    [ 55.924] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 55.924] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 55.924] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 55.924] (**) Logitech USB Receiver: always reports core events
    [ 55.924] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
    [ 55.925] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
    [ 55.925] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
    [ 55.925] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 55.925] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 55.925] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 55.925] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 55.925] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 55.925] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 55.925] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 55.925] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1/event1"
    [ 55.925] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
    [ 55.925] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 55.925] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 55.925] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 55.925] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 55.925] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 55.926] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 55.926] (II) No input driver specified, ignoring this device.
    [ 55.926] (II) This device may have been added with another device file.
    [ 55.926] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 55.927] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 55.927] (**) Logitech USB Receiver: Applying InputClass "Keyboard Defaults"
    [ 55.927] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 55.927] (**) Logitech USB Receiver: always reports core events
    [ 55.927] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
    [ 55.927] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
    [ 55.927] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
    [ 55.927] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 55.927] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 55.927] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
    [ 55.927] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 55.927] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 55.927] (--) evdev: Logitech USB Receiver: Found keys
    [ 55.927] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 55.927] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 55.927] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 55.927] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 55.927] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 55.927] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input2/event2"
    [ 55.927] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
    [ 55.927] (**) Option "xkb_rules" "evdev"
    [ 55.927] (**) Option "xkb_model" "evdev"
    [ 55.927] (**) Option "xkb_layout" "se"
    [ 55.927] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 55.927] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 55.927] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 55.927] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 55.927] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 55.927] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 55.927] (II) config/udev: Adding input device USB 2.0 PC Camera (/dev/input/event10)
    [ 55.927] (**) USB 2.0 PC Camera: Applying InputClass "evdev keyboard catchall"
    [ 55.927] (**) USB 2.0 PC Camera: Applying InputClass "Keyboard Defaults"
    [ 55.927] (II) Using input driver 'evdev' for 'USB 2.0 PC Camera'
    [ 55.927] (**) USB 2.0 PC Camera: always reports core events
    [ 55.927] (**) evdev: USB 2.0 PC Camera: Device: "/dev/input/event10"
    [ 55.927] (--) evdev: USB 2.0 PC Camera: Vendor 0x1210 Product 0x25f4
    [ 55.927] (--) evdev: USB 2.0 PC Camera: Found keys
    [ 55.927] (II) evdev: USB 2.0 PC Camera: Configuring as keyboard
    [ 55.927] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10/event10"
    [ 55.927] (II) XINPUT: Adding extended input device "USB 2.0 PC Camera" (type: KEYBOARD, id 12)
    [ 55.927] (**) Option "xkb_rules" "evdev"
    [ 55.927] (**) Option "xkb_model" "evdev"
    [ 55.927] (**) Option "xkb_layout" "se"
    [ 55.928] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
    [ 55.928] (II) No input driver specified, ignoring this device.
    [ 55.928] (II) This device may have been added with another device file.
    [ 55.928] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
    [ 55.928] (II) No input driver specified, ignoring this device.
    [ 55.928] (II) This device may have been added with another device file.
    [ 55.928] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 55.928] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 55.928] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 55.928] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 55.928] (**) AT Translated Set 2 keyboard: always reports core events
    [ 55.928] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 55.928] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 55.928] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 55.928] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 55.929] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 55.929] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [ 55.929] (**) Option "xkb_rules" "evdev"
    [ 55.929] (**) Option "xkb_model" "evdev"
    [ 55.929] (**) Option "xkb_layout" "se"
    [ 55.929] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 55.929] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 55.929] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 55.929] (II) LoadModule: "synaptics"
    [ 55.929] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 55.967] (II) Module synaptics: vendor="X.Org Foundation"
    [ 55.967] compiled for 1.12.1, module version = 1.6.1
    [ 55.967] Module class: X.Org XInput Driver
    [ 55.967] ABI class: X.Org XInput driver, version 16.0
    [ 55.967] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 55.967] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 55.967] (**) Option "Device" "/dev/input/event9"
    [ 55.967] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 55.967] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5672
    [ 55.967] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4910
    [ 55.967] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 55.967] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 55.968] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 55.968] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 55.968] (**) Option "TapButton1" "1"
    [ 55.968] (**) Option "TapButton2" "2"
    [ 55.968] (**) Option "TapButton3" "3"
    [ 55.968] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 55.968] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 55.968] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 55.968] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
    [ 55.968] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 55.968] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 55.968] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
    [ 55.969] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 55.969] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 55.969] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 55.969] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 55.969] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 55.969] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 55.969] (II) No input driver specified, ignoring this device.
    [ 55.969] (II) This device may have been added with another device file.
    [ 55.970] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
    [ 55.970] (II) No input driver specified, ignoring this device.
    [ 55.970] (II) This device may have been added with another device file.
    From what I can tell it is something with the nvidia driver that doesn't play well with xorg.  Perhaps some kind of autodetection that takes long time to finish. Anyone got any ideas how to solve this?
    Last edited by Larsson (2012-06-13 18:59:43)

    Didn't see they where timestamps . Yes it seems that glx is one cause of the delay. I've tried some different xorg.conf, and it's always ligglx.so or  NV-GLX that slows it down. Any suggestions on how I can speed this up?
    ps. The computer is ok. Although the garddrive is a SATA 3.0Gb/s, 5400 RPM.  But I don't think this is the problem?

  • [Solved] mga crashes xorg

    Hi all.
    I have a Matrox Millennium II and every time i use mga (xf86-video-mga) on the Screen section of xorg.conf, the Xorg crashes. I have tried to use the xorg.conf generated by Xubuntu 7.10 (which runs great on that distro) on Arch, but no success.
    Here's the xorg.conf (generated by Xubuntu):
    # xorg.conf (xorg X Window System server configuration file)
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg
    Section "Files"
    EndSection
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "pt"
    EndSection
    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection
    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection
    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection
    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection
    Section "Device"
    Identifier "Matrox Graphics, Inc. MGA 2164W [Millennium II]"
    Driver "mga"
    BusID "PCI:1:7:0"
    Option "OldDmaInit" "True"
    EndSection
    Section "Monitor"
    Identifier "Monitor Genérico"
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Matrox Graphics, Inc. MGA 2164W [Millennium II]"
    Monitor "Monitor Genérico"
    DefaultDepth 24
    SubSection "Display"
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    # Uncomment if you have a wacom tablet
    # InputDevice "stylus" "SendCoreEvents"
    # InputDevice "cursor" "SendCoreEvents"
    # InputDevice "eraser" "SendCoreEvents"
    EndSection
    Here's the /var/log/Xorg.0.log (sorry, it's long):
    X.Org X Server 1.4.0.90
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-ARCH i686
    Current Operating System: Linux localhost 2.6.24-ARCH #1 SMP PREEMPT Sun Feb 10 15:21:33 UTC 2008 i686
    Build Date: 03 February 2008 02:54:48PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 1 19:50:21 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Monitor Genérico"
    (**) | |-->Device "Matrox Graphics, Inc. MGA 2164W [Millennium II]"
    (**) |-->Input Device "Generic Keyboard"
    (**) |-->Input Device "Configured Mouse"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d65c0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 4
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,02f4 card 10de,02f4 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:1: chip 10de,02fa card 10de,02fa rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:2: chip 10de,02fe card 10de,02fe rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:3: chip 10de,02f8 card 10de,02f8 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:4: chip 10de,02f9 card 10de,02f9 rev a2 class 05,00,00 hdr 00
    (II) PCI: 00:00:5: chip 10de,02ff card 10de,02ff rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:6: chip 10de,027f card 10de,027f rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:7: chip 10de,027e card 10de,027e rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:08:0: chip 10de,0369 card 1043,cb84 rev a1 class 05,00,00 hdr 00
    (II) PCI: 00:09:0: chip 10de,0360 card 1043,cb84 rev a2 class 06,01,00 hdr 80
    (II) PCI: 00:09:1: chip 10de,0368 card 1043,cb84 rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:09:2: chip 10de,036a card 1043,cb84 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:0a:0: chip 10de,036c card 1043,cb84 rev a1 class 0c,03,10 hdr 80
    (II) PCI: 00:0a:1: chip 10de,036d card 1043,cb84 rev a2 class 0c,03,20 hdr 80
    (II) PCI: 00:0c:0: chip 10de,036e card 1043,cb84 rev a1 class 01,01,8a hdr 00
    (II) PCI: 00:0d:0: chip 10de,037f card 1043,cb84 rev a2 class 01,01,85 hdr 80
    (II) PCI: 00:0d:1: chip 10de,037f card 1043,cb84 rev a2 class 01,01,85 hdr 80
    (II) PCI: 00:0d:2: chip 10de,037f card 1043,cb84 rev a2 class 01,01,85 hdr 80
    (II) PCI: 00:0e:0: chip 10de,0370 card 0000,0000 rev a2 class 06,04,01 hdr 81
    (II) PCI: 00:0e:1: chip 10de,0371 card 1043,81f6 rev a2 class 04,03,00 hdr 80
    (II) PCI: 00:10:0: chip 10de,0373 card 1043,cb84 rev a2 class 06,80,00 hdr 00
    (II) PCI: 00:11:0: chip 10de,0373 card 1043,cb84 rev a2 class 06,80,00 hdr 00
    (II) PCI: 00:16:0: chip 10de,0375 card 0000,0000 rev a2 class 06,04,00 hdr 01
    (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 01:07:0: chip 102b,051b card 102b,0100 rev 00 class 03,00,00 hdr 00
    (II) PCI: 01:0b:0: chip 104c,8023 card 1043,815b rev 00 class 0c,00,10 hdr 00
    (II) PCI: 02:00:0: chip 1095,3132 card 1043,819f rev 01 class 01,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:9:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x0a0c (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfc800000 - 0xfd7fffff (0x1000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:22:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[b]
    [2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xfdf00000 - 0xfdffffff (0x100000) MX[b]
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:24:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (--) PCI:*(1:7:0) Matrox Graphics, Inc. MGA 2164W [Millennium II] rev 0, Mem @ 0xfb000000/24, 0xfd7f8000/14, 0xfc800000/23, BIOS @ 0xfd7e0000/16
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
    [1] -1 0 0xfdfff000 - 0xfdfff07f (0x80) MX[b]
    [2] -1 0 0xfd7f4000 - 0xfd7f7fff (0x4000) MX[b]
    [3] -1 0 0xfd7ff000 - 0xfd7ff7ff (0x800) MX[b]
    [4] -1 0 0xfe025000 - 0xfe02500f (0x10) MX[b]
    [5] -1 0 0xfe026000 - 0xfe0260ff (0x100) MX[b]
    [6] -1 0 0xfe027000 - 0xfe027fff (0x1000) MX[b]
    [7] -1 0 0xfe028000 - 0xfe02800f (0x10) MX[b]
    [8] -1 0 0xfe029000 - 0xfe0290ff (0x100) MX[b]
    [9] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [10] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [11] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [12] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [13] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [14] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
    [15] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [16] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[b](B)
    [17] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[b](B)
    [18] -1 0 0xfd7f8000 - 0xfd7fbfff (0x4000) MX[b](B)
    [19] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [20] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [21] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b]
    [22] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [23] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [24] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [25] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [26] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [27] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [28] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [29] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [30] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [31] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [32] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [33] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [34] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [35] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [36] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [37] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [38] -1 0 0x0000f400 - 0x0000f40f (0x10) IX[b]
    [39] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
    [40] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
    [1] -1 0 0xfdfff000 - 0xfdfff07f (0x80) MX[b]
    [2] -1 0 0xfd7f4000 - 0xfd7f7fff (0x4000) MX[b]
    [3] -1 0 0xfd7ff000 - 0xfd7ff7ff (0x800) MX[b]
    [4] -1 0 0xfe025000 - 0xfe02500f (0x10) MX[b]
    [5] -1 0 0xfe026000 - 0xfe0260ff (0x100) MX[b]
    [6] -1 0 0xfe027000 - 0xfe027fff (0x1000) MX[b]
    [7] -1 0 0xfe028000 - 0xfe02800f (0x10) MX[b]
    [8] -1 0 0xfe029000 - 0xfe0290ff (0x100) MX[b]
    [9] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [10] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [11] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [12] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [13] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [14] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
    [15] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [16] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[b](B)
    [17] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[b](B)
    [18] -1 0 0xfd7f8000 - 0xfd7fbfff (0x4000) MX[b](B)
    [19] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [20] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [21] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b]
    [22] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [23] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [24] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [25] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [26] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [27] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [28] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [29] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [30] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [31] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [32] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [33] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [34] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [35] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [36] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [37] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [38] -1 0 0x0000f400 - 0x0000f40f (0x10) IX[b]
    [39] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
    [40] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
    [5] -1 0 0xfdfff000 - 0xfdfff07f (0x80) MX[b]
    [6] -1 0 0xfd7f4000 - 0xfd7f7fff (0x4000) MX[b]
    [7] -1 0 0xfd7ff000 - 0xfd7ff7ff (0x800) MX[b]
    [8] -1 0 0xfe025000 - 0xfe02500f (0x10) MX[b]
    [9] -1 0 0xfe026000 - 0xfe0260ff (0x100) MX[b]
    [10] -1 0 0xfe027000 - 0xfe027fff (0x1000) MX[b]
    [11] -1 0 0xfe028000 - 0xfe02800f (0x10) MX[b]
    [12] -1 0 0xfe029000 - 0xfe0290ff (0x100) MX[b]
    [13] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [14] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [15] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [16] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [17] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [18] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
    [19] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [20] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[b](B)
    [21] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[b](B)
    [22] -1 0 0xfd7f8000 - 0xfd7fbfff (0x4000) MX[b](B)
    [23] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [26] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [27] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b]
    [28] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [29] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [30] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [31] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [32] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [33] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [34] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [35] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [36] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [37] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [38] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [39] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [40] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [41] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [42] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [43] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [44] -1 0 0x0000f400 - 0x0000f40f (0x10) IX[b]
    [45] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
    [46] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "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
    ABI class: X.Org Server Extension, version 0.1
    (II) NVIDIA GLX Module 169.09 Fri Jan 11 15:31:25 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.4.0.90, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "mga"
    (II) Loading /usr/lib/xorg/modules/drivers//mga_drv.so
    (II) Module mga: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.9.100
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
    mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI,
    mgag200 SE A PCI, mgag200 SE B PCI, mgag400, mgag550
    (II) Primary Device is: PCI 01:07:0
    (--) Chipset mga2164w found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
    [5] -1 0 0xfdfff000 - 0xfdfff07f (0x80) MX[b]
    [6] -1 0 0xfd7f4000 - 0xfd7f7fff (0x4000) MX[b]
    [7] -1 0 0xfd7ff000 - 0xfd7ff7ff (0x800) MX[b]
    [8] -1 0 0xfe025000 - 0xfe02500f (0x10) MX[b]
    [9] -1 0 0xfe026000 - 0xfe0260ff (0x100) MX[b]
    [10] -1 0 0xfe027000 - 0xfe027fff (0x1000) MX[b]
    [11] -1 0 0xfe028000 - 0xfe02800f (0x10) MX[b]
    [12] -1 0 0xfe029000 - 0xfe0290ff (0x100) MX[b]
    [13] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [14] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [15] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [16] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [17] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [18] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
    [19] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [20] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[b](B)
    [21] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[b](B)
    [22] -1 0 0xfd7f8000 - 0xfd7fbfff (0x4000) MX[b](B)
    [23] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [26] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [27] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b]
    [28] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [29] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [30] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [31] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [32] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [33] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [34] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [35] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [36] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [37] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [38] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [39] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [40] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [41] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [42] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [43] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [44] -1 0 0x0000f400 - 0x0000f40f (0x10) IX[b]
    [45] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
    [46] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfdff8000 - 0xfdffbfff (0x4000) MX[b]
    [5] -1 0 0xfdfff000 - 0xfdfff07f (0x80) MX[b]
    [6] -1 0 0xfd7f4000 - 0xfd7f7fff (0x4000) MX[b]
    [7] -1 0 0xfd7ff000 - 0xfd7ff7ff (0x800) MX[b]
    [8] -1 0 0xfe025000 - 0xfe02500f (0x10) MX[b]
    [9] -1 0 0xfe026000 - 0xfe0260ff (0x100) MX[b]
    [10] -1 0 0xfe027000 - 0xfe027fff (0x1000) MX[b]
    [11] -1 0 0xfe028000 - 0xfe02800f (0x10) MX[b]
    [12] -1 0 0xfe029000 - 0xfe0290ff (0x100) MX[b]
    [13] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[b]
    [14] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [15] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[b]
    [16] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[b]
    [17] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
    [18] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
    [19] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
    [20] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[b](B)
    [21] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[b](B)
    [22] -1 0 0xfd7f8000 - 0xfd7fbfff (0x4000) MX[b](B)
    [23] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [24] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [28] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [29] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [30] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b]
    [31] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [32] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[b]
    [33] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [34] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [35] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [36] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [37] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[b]
    [38] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [39] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [40] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [41] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [42] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [43] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [44] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [45] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [46] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [47] -1 0 0x0000f400 - 0x0000f40f (0x10) IX[b]
    [48] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
    [49] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
    [50] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [51] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 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.4.0.90, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
    (--) MGA(0): Chipset: "mga2164w"
    (**) MGA(0): Depth 24, (--) framebuffer bpp 32
    (==) MGA(0): RGB weight 888
    (**) MGA(0): Option "OldDmaInit" "True"
    (==) MGA(0): Using AGP 1x mode
    (==) MGA(0): Using XAA acceleration
    (--) MGA(0): Linear framebuffer at 0xFB000000
    (==) MGA(0): MMIO registers at 0xFD7F8000
    (--) MGA(0): Pseudo-DMA transfer window at 0xFC800000
    (--) MGA(0): BIOS at 0xFD7E0000
    (II) Attempted to read BIOS 128KB from /sys/bus/pci/devices/0000:01:07.0/rom: got 32KB
    (--) MGA(0): Video BIOS info block at offset 0x07DC0
    (WW) MGA(0): Unable to probe memory amount due to hardware bug. Assuming 4096 KB
    (--) MGA(0): VideoRAM: 4096 kByte
    (II) MGA(0): I2C bus "DDC" initialized.
    (II) MGA(0): Output VGA using monitor section Monitor Genérico
    (==) MGA(0): Write-combining range (0xfb000000,0x400000)
    (II) MGA(0): I2C device "DDC:ddc2" registered at address 0xA0.
    (II) MGA(0): EDID vendor "SAM", prod id 4183
    (II) MGA(0): Using EDID range info for horizontal sync
    (II) MGA(0): Using EDID range info for vertical refresh
    (II) MGA(0): Printing DDC gathered Modelines:
    (II) MGA(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    (II) MGA(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    (II) MGA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) MGA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) MGA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) MGA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    (II) MGA(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) MGA(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) MGA(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
    (II) MGA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) MGA(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    (II) MGA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) MGA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) MGA(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
    (II) MGA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) MGA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) MGA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) MGA(0): Modeline "640x480"x84.6 35.00 640 664 728 816 480 483 487 507 -hsync +vsync (42.9 kHz)
    (II) MGA(0): Modeline "800x600"x84.9 56.75 800 848 928 1056 600 603 607 633 -hsync +vsync (53.7 kHz)
    (II) MGA(0): Modeline "1024x768"x84.9 94.50 1024 1096 1200 1376 768 771 775 809 -hsync +vsync (68.7 kHz)
    (II) MGA(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    (II) MGA(0): EDID vendor "SAM", prod id 4183
    (II) MGA(0): Output VGA connected
    (II) MGA(0): Output VGA using initial mode 1024x768
    (==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) MGA(0): Min pixel clock is 17 MHz
    (--) MGA(0): Max pixel clock is 250 MHz
    (--) MGA(0): MCLK used is 50.0 MHz
    (--) MGA(0): Has SDRAM
    (--) MGA(0): Virtual size is 1280x1024 (pitch 0)
    (**) MGA(0): Driver mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz
    (II) MGA(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    (**) MGA(0): Driver mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 84.9 Hz
    (II) MGA(0): Modeline "1024x768"x84.9 94.50 1024 1096 1200 1376 768 771 775 809 -hsync +vsync (68.7 kHz)
    (**) MGA(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    (II) MGA(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    (**) MGA(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    (II) MGA(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (**) MGA(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) MGA(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (**) MGA(0): Driver mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 87.0 Hz (I)
    (II) MGA(0): Modeline "1024x768"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
    (**) MGA(0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    (II) MGA(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (**) MGA(0): Driver mode "800x600": 56.8 MHz (scaled from 0.0 MHz), 53.7 kHz, 84.9 Hz
    (II) MGA(0): Modeline "800x600"x84.9 56.75 800 848 928 1056 600 603 607 633 -hsync +vsync (53.7 kHz)
    (**) MGA(0): Driver mode "800x600": 56.2 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz
    (II) MGA(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    (**) MGA(0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    (II) MGA(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (**) MGA(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) MGA(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (**) MGA(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    (II) MGA(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (**) MGA(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    (II) MGA(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (**) MGA(0): Driver mode "640x480": 35.0 MHz (scaled from 0.0 MHz), 42.9 kHz, 84.6 Hz
    (II) MGA(0): Modeline "640x480"x84.6 35.00 640 664 728 816 480 483 487 507 -hsync +vsync (42.9 kHz)
    (**) MGA(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) MGA(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (**) MGA(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    (II) MGA(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    (**) MGA(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    (II) MGA(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (**) MGA(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) MGA(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (**) MGA(0): Driver mode "720x400": 35.5 MHz (scaled from 0.0 MHz), 39.4 kHz, 87.8 Hz
    (II) MGA(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
    (**) MGA(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    (II) MGA(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (**) MGA(0): Driver mode "1280x1024": 109.0 MHz (scaled from 0.0 MHz), 63.7 kHz, 59.9 Hz
    (II) MGA(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    (**) MGA(0): Display dimensions: (320, 240) mm
    (**) MGA(0): DPI set to (101, 108)
    Backtrace:
    0: /usr/bin/X(xf86SigHandler+0x7e) [0x80baf4e]
    1: [0xb7fc0420]
    2: /usr/bin/X(InitOutput+0xa10) [0x80a81a0]
    3: /usr/bin/X(main+0x296) [0x8073d46]
    4: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7d8d390]
    5: /usr/bin/X(FontFileCompleteXLFD+0x209) [0x80732b1]
    Fatal server error:
    Caught signal 8. Server aborting
    The error that i get on the screen is:
    Backtrace:
    0: /usr/bin/X(xf86SigHandler+0x7e) [0x80baf4e]
    1: [0xb7fc0420]
    2: /usr/bin/X(InitOutput+0xa10) [0x80a81a0]
    3: /usr/bin/X(main+0x296) [0x8073d46]
    4: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7d8d390]
    5: /usr/bin/X(FontFileCompleteXLFD+0x209) [0x80732b1]
    Fatal server error:
    Caught signal 8. Server aborting
    Please, can someone help me with this?
    I'm now using the vesa driver, but that's not a good solution...
    thanks in advance.
    Last edited by eldarion (2008-03-03 22:54:05)

    @eldarion,
    Have you had a look at the unofficial matrox drivers at:
    http://forum.tuxx-home.at/viewtopic.php?t=153 ?
    Don't know about your card, but this is the mga driver I am using with my Millennium G400 and G450 cards.
    Now, the .run installer might complain about "different X server versions ... because ABI incompatible", so add the following to the [X-:*-Core] section in /opt/kde/share/config/kdm/kdmrc :
    ServerArgsLocal=-ignoreABI
    Also, set in the xorg.conf Device section:
    Option "HWCursor" "false"
    (In fact, you can just copy the files mga_drv.so and mga_hal_drv.so to /usr/lib/xorg/modules/drivers/ if necessary.)
    glxinfo and glxgears should check out okay with this mga driver.

  • [SOLVED]Updated to Xorg 1.6.1 and the problems started...

    Hi all, I upgraded whole system and xorg 1.6.1 got installed...now it wont let me configure it!!! which is so lame
    I mean I am not sure if everything changed in the way we used to configure X - by modifying /etc/X11/xorg.conf
    but now there is no such file! my ctrl+alt+bkspace wont work, I cant switch between virtual consoles...:o
    The 'xorgconfig' command does not work for me anymore...I tried searching forums and done googling..but got no solutions so far
    Any help guyz...or a pointer atleast...really bummed out for the fact that I cant switch consoles and that xorg.conf file gone missing..
    Last edited by kapz (2009-05-09 19:36:09)

    kapz wrote:
    @ rusty99 and joe90 --- I appreciate the help u guyz. But its nott worrkinggg!   Help!
    I did everything right from modifying xorg.conf(the dontzap and dontvt switch thing) to modifying the /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi file and adding code to .xinitrc file...but its just that I suspect my keyboard is not being detected properly! but its not just in X....I disabled X(from inittab) and did a console login, but the same thing-It wont switch terminals!   I checked almost all the keystrokes and found them to be perfect except the alt key, the alt key works sometimes and it doesnt most of the times, like for eg. I checked in firefox by doing alt+left arrow(go back one page) which does not work! BUT alt+home key works in 2nd go(always!) ...rest ALL the keys work fine, including the Fn keys.....I also did a test in KCalc, I tried to change the shortcut key, so when it asked me for the replacement key I pressed alt(both) and It would not take it! I pressed ctrl key and it recognized it immediately! and I checked all the keys to be working fine there.....What can I do here for the alt keys?
    My keyboard is of US layout and it has 111 keys, it has the 2 win-logo keys and a ms-menu key in addition to the normal keys.
    Cant believe the problem is with the keyboard ALT keys----( And I checked that the alt key works fine with kubuntu)
    Does the ALT key work at the console, and can you switch virtual consoles outside of X?
    If not, do you have your KEYMAP set up correctly in /etc/rc.conf? (think for you should be KEYMAP="us")
    Other than that have reached the end of my knowledge
    Last edited by Joe90 (2009-04-20 08:11:40)

  • Distribution Group manager can't modify group

    Setup
    MS Exchange 2010 version 14.3 (Build 123.4)
    Distribution Group is a Mail Universal Distribution which has less than 20 members total
    There are three managers in the "Managed By" listing.  Of these two can modify the list, the third cannot.  When the third manager tries to modify the list they get the following error:
    The Public Group cannot be displayed.  The connection to Microsoft Exchange is unavailable.  Outlook must be online or connected to complete this action.
    Note: The user is connected to the Exchange environment as evidenced by the "Connected to Microsoft Exchange" in the lower right portion of his Outlook 2010 window.  He is also hardwired into the network,
    ie no wireless connection.  He tried the going in through OWA and got the same error as above.  
    Any ideas on what I can check to see why this manager cannot modify the list whereas the other two can? 
    nc

    Hi ncouch55,
    If there are multiple GCs in organization, We could refer to the following link to choose the closest GC for the specific user:
    1). Click Start, and then click Run.
    2). In the Open box, type regedit.exe, and then click OK.
    3). Locate and then click the following key in the registry:
    HKEY_CURRENT_USER\Software\Microsoft\Exchange\Exchange Provider
    Note You may have to create the registry path.
    4). On the Edit menu, click Add Value, and then add the following registry value:
    Value name: GC Server
    Data type: REG_SZ (string)
    Value data: the FQDN of the closest GC server
    5). Quit Registry Editor.
    If the issue persist, we could clear manager on distribution group and re-grant permission to three manager.
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim

  • Impact modify group account number

    Hi Gurus,
    Do anyone know impact of modify OOTB group account number for Oracle BI Applications 7.9.6.3. Impact on Informatica mapping, RPD and OBIEE answer.
    Thanks
    Joni

    Group account numbers are what map your natural GL accounts from your chart of accounts to the OOTB group account numbers. This is needed for calculation of your balance sheet, income statement, etc. In other words, you MUST edit the OOTB file if you want to reflect your source system accounts. You need to follow the setup in the OBIA config guide (I assume this is for EBS source system). Any time you update the group account csv files, there is a chance you need to rerun the GL Reconciliation process (see the config guide for this).

  • [SOLVED] "sys group(s)" error with hplip

    Hello everyone, I'm trying to install my printer: it is a HP Photosmart 2575 AIO. Ubuntu was installed it automatically,
    I installed hplip, cups and all its dependencies. I gave hp-setup from the terminal and after selecting my printer, which is then recognized, and after having been sent for adding,hplip gives me this error:
    error: Printer queue setup failed. Please add user to "sys" group(s)
    These are the groups to which is added to the user:
    sys lp wheel games video audio optical storage power users
    If I try the Cups interface, it gives me error in the address search http://localhost:631/admin
    Where am I doing wrong? Thank you all!
    Last edited by mario.torme (2011-02-13 13:37:56)

    solved adding cups in deamons

  • [Solved] Synaptics + New Xorg

    Hi!
    I'm having problems with my synaptics touchpad configuration. I've read some of the topics on the bbs, but none really helped. I'm now stuck with enabling the driver for Xorg (I think), because it seems that while it's configured properly - at least for HAL:
    25: udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input'
    input.x11_options.MaxSpeed = '0.70' (string)
    input.x11_options.AccelFactor = '0.00150' (string)
    input.x11_options.SHMConfig = 'on' (string)
    input.x11_options.VertTwoFingerScroll = '1' (string)
    input.device = '/dev/input/event5' (string)
    input.x11_options.HorizTwoFingerScroll = '1' (string)
    input.product = 'SynPS/2 Synaptics TouchPad' (string)
    input.x11_options.VertEdgeScroll = '1' (string)
    linux.hotplug_type = 2 (0x2) (int)
    info.subsystem = 'input' (string)
    input.x11_options.HorizEdgeScroll = '1' (string)
    linux.subsystem = 'input' (string)
    info.product = 'SynPS/2 Synaptics TouchPad' (string)
    input.x11_options.TapButton1 = '1' (string)
    info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input' (string)
    input.x11_options.TapButton2 = '2' (string)
    input.x11_options.TapButton3 = '3' (string)
    info.capabilities = { 'input', 'input.touchpad' } (string list)
    input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port' (string)
    info.category = 'input' (string)
    input.x11_driver = 'synaptics' (string)
    input.x11_options.Device = '/dev/input/psaux' (string)
    input.x11_options.LeftEdge = '1700' (string)
    linux.sysfs_path = '/sys/class/input/input5/event5' (string)
    input.x11_options.RightEdge = '5300' (string)
    info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port' (string)
    input.x11_options.TopEdge = '1700' (string)
    linux.device_file = '/dev/input/event5' (string)
    input.x11_options.BottomEdge = '4200' (string)
    input.x11_options.FingerLow = '25' (string)
    input.x11_options.FingerHigh = '30' (string)
    input.x11_options.MaxTapTime = '180' (string)
    input.x11_options.MaxTapMove = '220' (string)
    input.x11_options.VertScrollDelta = '100' (string)
    input.x11_options.MinSpeed = '0.10' (string)
    ... It doesn't work in KDE (eg. no tapping, scrolling, and so on). I have some old entries in xorg.conf regarding the touchpad, but I don't think it makes any difference.
    Section "InputDevice"
    Driver "synaptics"
    Identifier "TouchPad"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.09"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
    EndSection
    And the /etc/hal/fdi/policy/11-x11-synaptics.fdi
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <match key="info.product" contains="Synaptics TouchPad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.Device" type="string">/dev/input/psaux</merge>
    <merge key="input.x11_options.LeftEdge" type="string">120</merge>
    <merge key="input.x11_options.LeftEdge" type="string">1700</merge>
    <merge key="input.x11_options.RightEdge" type="string">5300</merge>
    <merge key="input.x11_options.TopEdge" type="string">1700</merge>
    <merge key="input.x11_options.BottomEdge" type="string">4200</merge>
    <merge key="input.x11_options.FingerLow" type="string">25</merge>
    <merge key="input.x11_options.FingerHigh" type="string">30</merge>
    <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
    <merge key="input.x11_options.MaxTapMove" type="string">220</merge>
    <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.MinSpeed" type="string">0.10</merge>
    <merge key="input.x11_options.MaxSpeed" type="string">0.70</merge>
    <merge key="input.x11_options.AccelFactor" type="string">0.00150</merge>
    <merge key="input.x11_options.SHMConfig" type="string">on</merge>
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.VertEdgeScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizEdgeScroll" type="string">1</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    </match>
    <match key="info.product" contains="AlpsPS/2 ALPS">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="appletouch">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="bcm5974">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    </match>
    </device>
    </deviceinfo>
    I don't have any entries in xorg.conf like disabling AutoAddDevices, keyboard is now working as a "evdev-configured keybord", but the touchpad refuses to cooperate with new xorg
    Last edited by lateralus (2008-12-05 18:26:50)

    stephelton wrote:Explain to me how this is solved. By removing all the configuration options, you lose your configuration. So if the goal of this post is to preserve configuration, and that clearly doesn't happen, this cannot possibly be "solved."
    To each their own...there's no need to justify contentedness.
    stephelton wrote:More to the point -- how does one go about restoring functionality? Is there some documentation I might find helpful? Why isn't this on the front page? Even after turning off the new HAL based hardware detection it didn't work as it used to.
    Hmm, perhaps you would find the Synaptics ArchWiki article helpful.  All this Hal nonsense aside, the core synaptics drivers has changed and some settings need to be adjusted accordingly--the wiki has those details.

  • [SOLVED]XFCE requires xorg.conf

    Hi all,
    I was using Zenwalk Linux since 4 years, and made my mind to install Arch Linux. I installed it using the help of Installation Guide. Thanks to the Arch Linux team for providing such a nice descriptive and useful forum through which any newbie can migrate to Arch Linux easily.
    I thought of installing XFCE as my Desktop environment as I was using the same previously. I installed LXDM login manager, and the X session I edited to start up with XFCE.
    With the login to init 5, I got the error as "Frequency Out of Range" and the screen went blank. Then somehow, I had the xorg.conf and xorg.conf-vesa file of my older Zenwalk System. I copied it to /etc/X11 directory and rebooted to solve the problem.
    I dont know whether xorg.conf is needed or not. 'lspci' noted my video driver as
    01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]
    I have installed savage-dri and xf86-video-savage from Arch Repo.
    I thought of sharing the same so that it might be helpful to someone (or else, if someone can give a better solution, it will be helpful for me too).
    Thanks in advance.
    With regards,
    Ajay Kumar G
    Last edited by ajaykumar (2012-09-18 02:02:18)

    I'm not surprised that an old card would require an xorg.conf file to work correctly. Do you mean that another desktop environment from the Arch repos can work on your system without an xorg.conf? And only XFCE results in an error? Then that would be weird.

Maybe you are looking for