Slow ¿GDM?

Hi, again.
I'm not sure when this started to happen but things are:
1. Recently I moved from Catalyst to xf86-video-ati (really don't know whether it's related or not, or even previous to the problem but...).
2. Boot up from GRUB to the login prompt in shell takes the same time as it did fresh installed ~20 seconds.
3. After the login prompt i get a blak screen for 20 seconds, then login prompt in shell again, then black screen one more time and after 5 seconds GDM is there.
4. GDM didn't take so long before.
5. Nothing in /var/log makes me suspect anything but I don't know what I'm looking for so if you need one of them just ask, please.
6. I have compiz-fusion started without fusion-icon, as said in the wiki.
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="es_ES.utf8"
HARDWARECLOCK="UTC"
USEDIRECTISA="no"
TIMEZONE="Europe/Madrid"
KEYMAP="es"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(acpi-cpufreq cpufreq_ondemand cpufreq_powersave i8k !snd_pcsp !pcspkr)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="pablerkas"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
eth0="dhcp"
wlan0="dhcp"
INTERFACES=(!eth0 !wlan0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.1.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
DAEMONS=(syslog-ng preload @hal @fam @wicd @crond @alsa @alunnd !network !dhcdbd !networkmanager !netfs)
# /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
Load "synaptics"
Load "glx"
Load "dri"
Load "drm"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "radeon"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
Option "ColorTiling" "on"
Option "AccelMethod" "EXA"
Option "EnablePageFlip" "on"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
# /etc/inittab
# Runlevels:
# 0 Halt
# 1(S) Single-user
# 2 Not used
# 3 Multi-user
# 4 Not used
# 5 X11
# 6 Reboot
## Only one of the following two lines can be uncommented!
# Boot to console
#id:3:initdefault:
# Boot to X11
id:5:initdefault:
rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p
# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 38400 vc/1 linux
c2:2345:respawn:/sbin/agetty -8 38400 vc/2 linux
c3:2345:respawn:/sbin/agetty -8 38400 vc/3 linux
c4:2345:respawn:/sbin/agetty -8 38400 vc/4 linux
c5:2345:respawn:/sbin/agetty -8 38400 vc/5 linux
c6:2345:respawn:/sbin/agetty -8 38400 vc/6 linux
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
# Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >& /dev/null
# End of file
#!/bin/sh
# ~/.xinitrc
# Executed by startx (run your window manager from here)
# exec xterm
exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
/usr/share/applications/compiz.desktop:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Compiz
Exec=compiz --sm-disable --ignore-desktop-hints ccp --indirect-rendering
NoDisplay=true
# name of loadable control center module
X-GNOME-WMSettingsModule=compiz
# name we put on the WM spec check window
X-GNOME-WMName=Compiz
Thank you veeery much.
Last edited by Slurp (2009-03-16 20:53:02)

Thanks for your answer.
I tried Slim and disabling compiz but nothing changed.
The xorg was a little hard to make the first time and I cannot make it again, so i just changed some things, but I don't know whether it is still "odd".
#/etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen0"
EndSection
Section "Module"
Load "synaptics"
Load "glx"
Load "dri"
Load "drm"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Device0"
Driver "radeon"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
Option "ColorTiling" "on"
Option "AccelMethod" "EXA"
Option "EnablePageFlip" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
About Catalyst ... ufff... I would have to make a new Xorg and ... ufff... Radeonhd doesn't work for my card.
And about another DE which one would be the less painful? I mean, last time I installed KDE just to see it I had lots of problems with file-program associations and to fix them is a pain in the ass...
And now I see on boot up a message that says something like "/etc/rc.d/functions not found" ... o_O
Last edited by Slurp (2009-03-18 11:26:13)

Similar Messages

  • Slow GDM - different issues than other posts

    Hi all,
    GDM is slow to start (compare to what it use to be) the issue is I can't pin point why, as I have made a lot of updates lately including moving to Grub2 and changing quite a few .pacnew today (I know I should do it right away...)
    I seems however to be an issue with the nvidia driver (see below xorg.0.log for more information)
    FYI I run dual screen with twinview
    Many thanks for your assistance,
    Regards,
    [ 11.851]
    X.Org X Server 1.12.3
    Release Date: 2012-07-09
    [ 11.851] X Protocol Version 11, Revision 0
    [ 11.851] Build Operating System: Linux 3.4.4-3-ARCH i686
    [ 11.851] Current Operating System: Linux (none) 3.4.6-1-ARCH #1 SMP PREEMPT Fri Jul 20 07:24:45 UTC 2012 i686
    [ 11.851] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f4a7ed0a-8a4a-4e43-8b57-4ccddec8f31e ro quiet
    [ 11.851] Build Date: 09 July 2012 04:03:16PM
    [ 11.851]
    [ 11.851] Current version of pixman: 0.26.2
    [ 11.851] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 11.851] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 11.851] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul 28 14:50:20 2012
    [ 11.908] (==) Using config file: "/etc/X11/xorg.conf"
    [ 11.908] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 11.940] (==) ServerLayout "Layout0"
    [ 11.940] (**) |-->Screen "Screen0" (0)
    [ 11.940] (**) | |-->Monitor "Monitor0"
    [ 11.959] (**) | |-->Device "Device0"
    [ 11.959] (**) |-->Input Device "Keyboard0"
    [ 11.959] (**) |-->Input Device "Mouse0"
    [ 11.959] (**) Option "BlankTime" "0"
    [ 11.959] (**) Option "StandbyTime" "0"
    [ 11.959] (**) Option "SuspendTime" "0"
    [ 11.959] (**) Option "OffTime" "0"
    [ 11.959] (**) Option "Xinerama" "0"
    [ 11.959] (==) Automatically adding devices
    [ 11.959] (==) Automatically enabling devices
    [ 12.050] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 12.050] Entry deleted from font path.
    [ 12.161] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 12.161] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 12.161] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 12.161] (WW) Disabling Mouse0
    [ 12.161] (II) Loader magic: 0x82235a0
    [ 12.161] (II) Module ABI versions:
    [ 12.161] X.Org ANSI C Emulation: 0.4
    [ 12.161] X.Org Video Driver: 12.0
    [ 12.161] X.Org XInput driver : 16.0
    [ 12.161] X.Org Server Extension : 6.0
    [ 12.162] (--) PCI:*(0:1:0:0) 10de:1245:196e:085a rev 161, Mem @ 0xfc000000/33554432, 0xd8000000/134217728, 0xd4000000/67108864, I/O @ 0x0000bc00/128, BIOS @ 0x????????/524288
    [ 12.162] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 12.162] (II) LoadModule: "extmod"
    [ 12.253] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 12.302] (II) Module extmod: vendor="X.Org Foundation"
    [ 12.302] compiled for 1.12.3, module version = 1.0.0
    [ 12.302] Module class: X.Org Server Extension
    [ 12.302] ABI class: X.Org Server Extension, version 6.0
    [ 12.302] (II) Loading extension MIT-SCREEN-SAVER
    [ 12.302] (II) Loading extension XFree86-VidModeExtension
    [ 12.302] (II) Loading extension XFree86-DGA
    [ 12.312] (II) Loading extension DPMS
    [ 12.312] (II) Loading extension XVideo
    [ 12.312] (II) Loading extension XVideo-MotionCompensation
    [ 12.312] (II) Loading extension X-Resource
    [ 12.312] (II) LoadModule: "dbe"
    [ 12.312] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 12.328] (II) Module dbe: vendor="X.Org Foundation"
    [ 12.329] compiled for 1.12.3, module version = 1.0.0
    [ 12.329] Module class: X.Org Server Extension
    [ 12.329] ABI class: X.Org Server Extension, version 6.0
    [ 12.329] (II) Loading extension DOUBLE-BUFFER
    [ 12.329] (II) LoadModule: "glx"
    [ 12.329] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 13.332] (II) Module glx: vendor="NVIDIA Corporation"
    [ 13.332] compiled for 4.0.2, module version = 1.0.0
    [ 13.332] Module class: X.Org Server Extension
    [ 13.332] (II) NVIDIA GLX Module 302.17 Tue Jun 12 18:58:55 PDT 2012
    [ 13.332] (II) Loading extension GLX
    [ 13.332] (II) LoadModule: "record"
    [ 13.332] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 13.347] (II) Module record: vendor="X.Org Foundation"
    [ 13.347] compiled for 1.12.3, module version = 1.13.0
    [ 13.347] Module class: X.Org Server Extension
    [ 13.347] ABI class: X.Org Server Extension, version 6.0
    [ 13.347] (II) Loading extension RECORD
    [ 13.347] (II) LoadModule: "dri"
    [ 13.347] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 13.364] (II) Module dri: vendor="X.Org Foundation"
    [ 13.364] compiled for 1.12.3, module version = 1.0.0
    [ 13.364] ABI class: X.Org Server Extension, version 6.0
    [ 13.364] (II) Loading extension XFree86-DRI
    [ 13.364] (II) LoadModule: "dri2"
    [ 13.364] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 13.364] (II) Module dri2: vendor="X.Org Foundation"
    [ 13.364] compiled for 1.12.3, module version = 1.2.0
    [ 13.364] ABI class: X.Org Server Extension, version 6.0
    [ 13.364] (II) Loading extension DRI2
    [ 13.364] (II) LoadModule: "nvidia"
    [ 13.383] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 13.456] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 13.456] compiled for 4.0.2, module version = 1.0.0
    [ 13.456] Module class: X.Org Video Driver
    [ 13.480] (II) LoadModule: "evdev"
    [ 13.480] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.501] (II) Module evdev: vendor="X.Org Foundation"
    [ 13.501] compiled for 1.12.3, module version = 2.7.1
    [ 13.501] Module class: X.Org XInput Driver
    [ 13.501] ABI class: X.Org XInput driver, version 16.0
    [ 13.508] (II) NVIDIA dlloader X Driver 302.17 Tue Jun 12 18:39:24 PDT 2012
    [ 13.508] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 13.509] (++) using VT number 7
    [ 13.529] (II) Loading sub module "fb"
    [ 13.529] (II) LoadModule: "fb"
    [ 13.529] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 13.548] (II) Module fb: vendor="X.Org Foundation"
    [ 13.548] compiled for 1.12.3, module version = 1.0.0
    [ 13.548] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 13.548] (II) Loading sub module "wfb"
    [ 13.548] (II) LoadModule: "wfb"
    [ 13.548] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 13.596] (II) Module wfb: vendor="X.Org Foundation"
    [ 13.596] compiled for 1.12.3, module version = 1.0.0
    [ 13.596] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 13.597] (II) Loading sub module "ramdac"
    [ 13.597] (II) LoadModule: "ramdac"
    [ 13.597] (II) Module "ramdac" already built-in
    [ 13.626] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 13.626] (==) NVIDIA(0): RGB weight 888
    [ 13.626] (==) NVIDIA(0): Default visual is TrueColor
    [ 13.626] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 13.626] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 13.626] (**) NVIDIA(0): Option "RenderAccel" "true"
    [ 13.626] (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-1"
    [ 13.627] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 13.627] (**) NVIDIA(0): Option "MetaModes" "CRT-0: nvidia-auto-select +1440+0, CRT-1: nvidia-auto-select +0+82"
    [ 13.627] (**) NVIDIA(0): Enabling 2D acceleration
    [ 14.712] (II) NVIDIA(GPU-0): Display (ViewSonic VA902 (CRT-0)) does not support NVIDIA 3D
    [ 14.712] (II) NVIDIA(GPU-0): Vision stereo.
    [ 14.718] (II) NVIDIA(GPU-0): Display (AOC N19W (CRT-1)) does not support NVIDIA 3D Vision
    [ 14.718] (II) NVIDIA(GPU-0): stereo.
    [ 14.720] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF116) at PCI:1:0:0 (GPU-0)
    [ 14.720] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 14.720] (--) NVIDIA(0): VideoBIOS: 70.26.3e.00.10
    [ 14.720] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 14.720] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 14.723] (--) NVIDIA(0): Valid display device(s) on GeForce GTS 450 at PCI:1:0:0
    [ 14.723] (--) NVIDIA(0): ViewSonic VA902 (CRT-0) (connected)
    [ 14.723] (--) NVIDIA(0): AOC N19W (CRT-1) (connected)
    [ 14.723] (--) NVIDIA(0): DFP-0
    [ 14.723] (--) NVIDIA(0): DFP-1
    [ 14.723] (--) NVIDIA(0): DFP-2
    [ 14.723] (--) NVIDIA(0): ViewSonic VA902 (CRT-0): 400.0 MHz maximum pixel clock
    [ 14.723] (--) NVIDIA(0): AOC N19W (CRT-1): 400.0 MHz maximum pixel clock
    [ 14.723] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
    [ 14.723] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 14.723] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [ 14.723] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 14.723] (--) NVIDIA(0): DFP-2: 330.0 MHz maximum pixel clock
    [ 14.723] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
    [ 14.723] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 14.723] (**) NVIDIA(0): device ViewSonic VA902 (CRT-0) (Using EDID frequencies has
    [ 14.723] (**) NVIDIA(0): been enabled on all display devices.)
    [ 14.732] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 14.733] (**) NVIDIA(0): device AOC N19W (CRT-1) (Using EDID frequencies has been
    [ 14.733] (**) NVIDIA(0): enabled on all display devices.)
    [ 14.740] (II) NVIDIA(0): Validated modes:
    [ 14.740] (II) NVIDIA(0):
    [ 14.740] (II) NVIDIA(0): "CRT-0:nvidia-auto-select+1440+0,CRT-1:nvidia-auto-select+0+82"
    [ 14.740] (II) NVIDIA(0): Virtual screen size determined to be 2720 x 1024
    [ 14.762] (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
    [ 14.762] (--) NVIDIA(0): option
    [ 14.763] (--) Depth 24 pixmap format is 32 bpp
    [ 14.763] (II) NVIDIA: Using 1024.00 MB of virtual memory for indirect memory
    [ 14.763] (II) NVIDIA: access.
    [ 14.766] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 14.766] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 14.766] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 14.766] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 14.766] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 14.766] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 14.766] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 14.766] (II) NVIDIA(0): Config Options in the README.
    [ 14.769] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select+1440+0,CRT-1:nvidia-auto-select+0+82"
    [ 14.841] (II) Loading extension NV-GLX
    [ 14.968] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 14.968] (==) NVIDIA(0): Backing store disabled
    [ 14.968] (==) NVIDIA(0): Silken mouse enabled
    [ 14.968] (**) NVIDIA(0): DPMS enabled
    [ 14.968] (II) Loading extension NV-CONTROL
    [ 14.968] (II) Loading extension XINERAMA
    [ 14.968] (WW) NVIDIA(0): Option "AGPFastWrite" is not used
    [ 14.968] (WW) NVIDIA(0): Option "EnablePageFlip" is not used
    [ 14.968] (WW) NVIDIA(0): Option "TwinView" is not used
    [ 14.968] (II) Loading sub module "dri2"
    [ 14.968] (II) LoadModule: "dri2"
    [ 14.968] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 14.968] (II) Module dri2: vendor="X.Org Foundation"
    [ 14.968] compiled for 1.12.3, module version = 1.2.0
    [ 14.968] ABI class: X.Org Server Extension, version 6.0
    [ 14.968] (II) NVIDIA(0): [DRI2] Setup complete
    [ 14.968] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 14.969] (--) RandR disabled
    [ 14.969] (II) Initializing built-in extension Generic Event Extension
    [ 14.969] (II) Initializing built-in extension SHAPE
    [ 14.969] (II) Initializing built-in extension MIT-SHM
    [ 14.969] (II) Initializing built-in extension XInputExtension
    [ 14.969] (II) Initializing built-in extension XTEST
    [ 14.969] (II) Initializing built-in extension BIG-REQUESTS
    [ 14.969] (II) Initializing built-in extension SYNC
    [ 14.969] (II) Initializing built-in extension XKEYBOARD
    [ 14.969] (II) Initializing built-in extension XC-MISC
    [ 14.969] (II) Initializing built-in extension SECURITY
    [ 14.969] (II) Initializing built-in extension XINERAMA
    [ 14.969] (II) Initializing built-in extension XFIXES
    [ 14.969] (II) Initializing built-in extension RENDER
    [ 14.969] (II) Initializing built-in extension RANDR
    [ 14.969] (II) Initializing built-in extension COMPOSITE
    [ 14.969] (II) Initializing built-in extension DAMAGE
    [ 14.971] (II) Initializing extension GLX
    [ 15.344] (II) Using input driver 'evdev' for 'Keyboard0'
    [ 15.344] (**) Option "CoreKeyboard"
    [ 15.344] (**) Keyboard0: always reports core events
    [ 15.344] (EE) evdev: Keyboard0: No device specified.
    [ 15.344] (EE) PreInit returned 2 for "Keyboard0"
    [ 15.344] (II) UnloadModule: "evdev"
    [ 15.346] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 15.346] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 15.346] (II) Using input driver 'evdev' for 'Power Button'
    [ 15.346] (**) Power Button: always reports core events
    [ 15.346] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 15.346] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 15.346] (--) evdev: Power Button: Found keys
    [ 15.346] (II) evdev: Power Button: Configuring as keyboard
    [ 15.346] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 15.346] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 15.346] (**) Option "xkb_rules" "evdev"
    [ 15.346] (**) Option "xkb_model" "evdev"
    [ 15.346] (**) Option "xkb_layout" "us"
    [ 15.366] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 15.366] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 15.366] (II) Using input driver 'evdev' for 'Power Button'
    [ 15.366] (**) Power Button: always reports core events
    [ 15.366] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 15.366] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 15.366] (--) evdev: Power Button: Found keys
    [ 15.366] (II) evdev: Power Button: Configuring as keyboard
    [ 15.366] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5/event5"
    [ 15.366] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 15.366] (**) Option "xkb_rules" "evdev"
    [ 15.366] (**) Option "xkb_model" "evdev"
    [ 15.366] (**) Option "xkb_layout" "us"
    [ 15.366] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
    [ 15.366] (II) No input driver specified, ignoring this device.
    [ 15.366] (II) This device may have been added with another device file.
    [ 15.367] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
    [ 15.367] (II) No input driver specified, ignoring this device.
    [ 15.367] (II) This device may have been added with another device file.
    [ 15.367] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
    [ 15.367] (II) No input driver specified, ignoring this device.
    [ 15.367] (II) This device may have been added with another device file.
    [ 15.367] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
    [ 15.367] (II) No input driver specified, ignoring this device.
    [ 15.367] (II) This device may have been added with another device file.
    [ 15.367] (II) config/udev: Adding input device UVC Camera (046d:0809) (/dev/input/event13)
    [ 15.367] (**) UVC Camera (046d:0809): Applying InputClass "evdev keyboard catchall"
    [ 15.367] (II) Using input driver 'evdev' for 'UVC Camera (046d:0809)'
    [ 15.367] (**) UVC Camera (046d:0809): always reports core events
    [ 15.367] (**) evdev: UVC Camera (046d:0809): Device: "/dev/input/event13"
    [ 15.367] (--) evdev: UVC Camera (046d:0809): Vendor 0x46d Product 0x809
    [ 15.367] (--) evdev: UVC Camera (046d:0809): Found keys
    [ 15.367] (II) evdev: UVC Camera (046d:0809): Configuring as keyboard
    [ 15.367] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5:1.0/input/input13/event13"
    [ 15.367] (II) XINPUT: Adding extended input device "UVC Camera (046d:0809)" (type: KEYBOARD, id 8)
    [ 15.367] (**) Option "xkb_rules" "evdev"
    [ 15.367] (**) Option "xkb_model" "evdev"
    [ 15.367] (**) Option "xkb_layout" "us"
    [ 15.368] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event10)
    [ 15.368] (II) No input driver specified, ignoring this device.
    [ 15.368] (II) This device may have been added with another device file.
    [ 15.368] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event11)
    [ 15.368] (II) No input driver specified, ignoring this device.
    [ 15.368] (II) This device may have been added with another device file.
    [ 15.368] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event12)
    [ 15.368] (II) No input driver specified, ignoring this device.
    [ 15.368] (II) This device may have been added with another device file.
    [ 15.368] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event7)
    [ 15.368] (II) No input driver specified, ignoring this device.
    [ 15.368] (II) This device may have been added with another device file.
    [ 15.369] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event8)
    [ 15.369] (II) No input driver specified, ignoring this device.
    [ 15.369] (II) This device may have been added with another device file.
    [ 15.369] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event9)
    [ 15.369] (II) No input driver specified, ignoring this device.
    [ 15.369] (II) This device may have been added with another device file.
    [ 15.369] (II) config/udev: Adding input device Logitech G500 (/dev/input/event0)
    [ 15.369] (**) Logitech G500: Applying InputClass "evdev pointer catchall"
    [ 15.369] (II) Using input driver 'evdev' for 'Logitech G500'
    [ 15.369] (**) Logitech G500: always reports core events
    [ 15.369] (**) evdev: Logitech G500: Device: "/dev/input/event0"
    [ 15.369] (--) evdev: Logitech G500: Vendor 0x46d Product 0xc068
    [ 15.369] (--) evdev: Logitech G500: Found 20 mouse buttons
    [ 15.369] (--) evdev: Logitech G500: Found scroll wheel(s)
    [ 15.369] (--) evdev: Logitech G500: Found relative axes
    [ 15.369] (--) evdev: Logitech G500: Found x and y relative axes
    [ 15.369] (II) evdev: Logitech G500: Configuring as mouse
    [ 15.369] (II) evdev: Logitech G500: Adding scrollwheel support
    [ 15.369] (**) evdev: Logitech G500: YAxisMapping: buttons 4 and 5
    [ 15.369] (**) evdev: Logitech G500: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 15.369] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/input/input0/event0"
    [ 15.369] (II) XINPUT: Adding extended input device "Logitech G500" (type: MOUSE, id 9)
    [ 15.369] (II) evdev: Logitech G500: initialized for relative axes.
    [ 15.369] (**) Logitech G500: (accel) keeping acceleration scheme 1
    [ 15.369] (**) Logitech G500: (accel) acceleration profile 0
    [ 15.370] (**) Logitech G500: (accel) acceleration factor: 2.000
    [ 15.370] (**) Logitech G500: (accel) acceleration threshold: 4
    [ 15.370] (II) config/udev: Adding input device Logitech G500 (/dev/input/mouse0)
    [ 15.370] (II) No input driver specified, ignoring this device.
    [ 15.370] (II) This device may have been added with another device file.
    [ 15.370] (II) config/udev: Adding input device Logitech G500 (/dev/input/event1)
    [ 15.370] (**) Logitech G500: Applying InputClass "evdev keyboard catchall"
    [ 15.370] (II) Using input driver 'evdev' for 'Logitech G500'
    [ 15.370] (**) Logitech G500: always reports core events
    [ 15.370] (**) evdev: Logitech G500: Device: "/dev/input/event1"
    [ 15.370] (--) evdev: Logitech G500: Vendor 0x46d Product 0xc068
    [ 15.370] (--) evdev: Logitech G500: Found 1 mouse buttons
    [ 15.370] (--) evdev: Logitech G500: Found scroll wheel(s)
    [ 15.370] (--) evdev: Logitech G500: Found relative axes
    [ 15.370] (II) evdev: Logitech G500: Forcing relative x/y axes to exist.
    [ 15.370] (--) evdev: Logitech G500: Found absolute axes
    [ 15.370] (II) evdev: Logitech G500: Forcing absolute x/y axes to exist.
    [ 15.370] (--) evdev: Logitech G500: Found keys
    [ 15.370] (II) evdev: Logitech G500: Configuring as mouse
    [ 15.370] (II) evdev: Logitech G500: Configuring as keyboard
    [ 15.370] (II) evdev: Logitech G500: Adding scrollwheel support
    [ 15.370] (**) evdev: Logitech G500: YAxisMapping: buttons 4 and 5
    [ 15.370] (**) evdev: Logitech G500: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 15.370] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.1/input/input1/event1"
    [ 15.370] (II) XINPUT: Adding extended input device "Logitech G500" (type: KEYBOARD, id 10)
    [ 15.370] (**) Option "xkb_rules" "evdev"
    [ 15.370] (**) Option "xkb_model" "evdev"
    [ 15.370] (**) Option "xkb_layout" "us"
    [ 15.370] (II) evdev: Logitech G500: initialized for relative axes.
    [ 15.370] (WW) evdev: Logitech G500: ignoring absolute axes.
    [ 15.371] (**) Logitech G500: (accel) keeping acceleration scheme 1
    [ 15.371] (**) Logitech G500: (accel) acceleration profile 0
    [ 15.371] (**) Logitech G500: (accel) acceleration factor: 2.000
    [ 15.371] (**) Logitech G500: (accel) acceleration threshold: 4
    [ 15.371] (II) config/udev: Adding input device Logitech USB Multimedia Keyboard (/dev/input/event2)
    [ 15.371] (**) Logitech USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 15.371] (II) Using input driver 'evdev' for 'Logitech USB Multimedia Keyboard'
    [ 15.371] (**) Logitech USB Multimedia Keyboard: always reports core events
    [ 15.371] (**) evdev: Logitech USB Multimedia Keyboard: Device: "/dev/input/event2"
    [ 15.371] (--) evdev: Logitech USB Multimedia Keyboard: Vendor 0x46d Product 0xc317
    [ 15.371] (--) evdev: Logitech USB Multimedia Keyboard: Found keys
    [ 15.371] (II) evdev: Logitech USB Multimedia Keyboard: Configuring as keyboard
    [ 15.371] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.0/input/input2/event2"
    [ 15.371] (II) XINPUT: Adding extended input device "Logitech USB Multimedia Keyboard" (type: KEYBOARD, id 11)
    [ 15.371] (**) Option "xkb_rules" "evdev"
    [ 15.371] (**) Option "xkb_model" "evdev"
    [ 15.371] (**) Option "xkb_layout" "us"
    [ 15.371] (II) config/udev: Adding input device Logitech USB Multimedia Keyboard (/dev/input/event3)
    [ 15.371] (**) Logitech USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 15.371] (II) Using input driver 'evdev' for 'Logitech USB Multimedia Keyboard'
    [ 15.372] (**) Logitech USB Multimedia Keyboard: always reports core events
    [ 15.372] (**) evdev: Logitech USB Multimedia Keyboard: Device: "/dev/input/event3"
    [ 15.372] (--) evdev: Logitech USB Multimedia Keyboard: Vendor 0x46d Product 0xc317
    [ 15.372] (--) evdev: Logitech USB Multimedia Keyboard: Found keys
    [ 15.372] (II) evdev: Logitech USB Multimedia Keyboard: Configuring as keyboard
    [ 15.372] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.1/input/input3/event3"
    [ 15.372] (II) XINPUT: Adding extended input device "Logitech USB Multimedia Keyboard" (type: KEYBOARD, id 12)
    [ 15.372] (**) Option "xkb_rules" "evdev"
    [ 15.372] (**) Option "xkb_model" "evdev"
    [ 15.372] (**) Option "xkb_layout" "us"
    [ 15.372] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 15.372] (II) No input driver specified, ignoring this device.
    [ 15.372] (II) This device may have been added with another device file.
    [ 15.462] (II) NVIDIA(GPU-0): Display (ViewSonic VA902 (CRT-0)) does not support NVIDIA 3D
    [ 15.462] (II) NVIDIA(GPU-0): Vision stereo.
    [ 15.462] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 15.462] (**) NVIDIA(0): device ViewSonic VA902 (CRT-0) (Using EDID frequencies has
    [ 15.462] (**) NVIDIA(0): been enabled on all display devices.)
    [ 15.477] (II) NVIDIA(GPU-0): Display (AOC N19W (CRT-1)) does not support NVIDIA 3D Vision
    [ 15.477] (II) NVIDIA(GPU-0): stereo.
    [ 15.477] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 15.477] (**) NVIDIA(0): device AOC N19W (CRT-1) (Using EDID frequencies has been
    [ 15.477] (**) NVIDIA(0): enabled on all display devices.)
    [ 27.188] (II) NVIDIA(GPU-0): Display (ViewSonic VA902 (CRT-0)) does not support NVIDIA 3D
    [ 27.188] (II) NVIDIA(GPU-0): Vision stereo.
    [ 27.188] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 27.188] (**) NVIDIA(0): device ViewSonic VA902 (CRT-0) (Using EDID frequencies has
    [ 27.188] (**) NVIDIA(0): been enabled on all display devices.)
    [ 27.203] (II) NVIDIA(GPU-0): Display (AOC N19W (CRT-1)) does not support NVIDIA 3D Vision
    [ 27.203] (II) NVIDIA(GPU-0): stereo.
    [ 27.203] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 27.203] (**) NVIDIA(0): device AOC N19W (CRT-1) (Using EDID frequencies has been
    [ 27.203] (**) NVIDIA(0): enabled on all display devices.)
    [ 50.273] (II) NVIDIA(GPU-0): Display (ViewSonic VA902 (CRT-0)) does not support NVIDIA 3D
    [ 50.273] (II) NVIDIA(GPU-0): Vision stereo.
    [ 50.273] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 50.273] (**) NVIDIA(0): device ViewSonic VA902 (CRT-0) (Using EDID frequencies has
    [ 50.273] (**) NVIDIA(0): been enabled on all display devices.)
    [ 50.289] (II) NVIDIA(GPU-0): Display (AOC N19W (CRT-1)) does not support NVIDIA 3D Vision
    [ 50.289] (II) NVIDIA(GPU-0): stereo.
    [ 50.289] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 50.289] (**) NVIDIA(0): device AOC N19W (CRT-1) (Using EDID frequencies has been
    [ 50.289] (**) NVIDIA(0): enabled on all display devices.)
    [ 57.536] (II) NVIDIA(GPU-0): Display (ViewSonic VA902 (CRT-0)) does not support NVIDIA 3D
    [ 57.536] (II) NVIDIA(GPU-0): Vision stereo.
    [ 57.536] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 57.536] (**) NVIDIA(0): device ViewSonic VA902 (CRT-0) (Using EDID frequencies has
    [ 57.536] (**) NVIDIA(0): been enabled on all display devices.)
    [ 57.552] (II) NVIDIA(GPU-0): Display (AOC N19W (CRT-1)) does not support NVIDIA 3D Vision
    [ 57.552] (II) NVIDIA(GPU-0): stereo.
    [ 57.552] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 57.552] (**) NVIDIA(0): device AOC N19W (CRT-1) (Using EDID frequencies has been
    [ 57.552] (**) NVIDIA(0): enabled on all display devices.)
    Last edited by sweetthdevil (2012-07-28 13:56:48)

    Right so the line in /etc/default/grub shouldn't like that?
    GRUB_GFXPAYLOAD_LINUX=keep
    and see below the dmesg output, I couldn't see anything wrong
    Many thanks for your assistance
    [ 0.208614] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.208617] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.208642] pnp 00:02: [dma 4]
    [ 0.208644] pnp 00:02: [io 0x0000-0x000f]
    [ 0.208645] pnp 00:02: [io 0x0081-0x0083]
    [ 0.208647] pnp 00:02: [io 0x0087]
    [ 0.208648] pnp 00:02: [io 0x0089-0x008b]
    [ 0.208649] pnp 00:02: [io 0x008f]
    [ 0.208651] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.208671] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.208679] pnp 00:03: [io 0x0070-0x0071]
    [ 0.208686] pnp 00:03: [irq 8]
    [ 0.208706] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.208712] pnp 00:04: [io 0x0061]
    [ 0.208733] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.208741] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.208746] pnp 00:05: [irq 13]
    [ 0.208766] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.208816] pnp 00:06: [io 0x0000-0xffffffff disabled]
    [ 0.208818] pnp 00:06: [io 0x0000-0xffffffff disabled]
    [ 0.208820] pnp 00:06: [io 0x0290-0x029f]
    [ 0.208856] system 00:06: [io 0x0290-0x029f] has been reserved
    [ 0.208858] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.208937] pnp 00:07: [io 0x0010-0x001f]
    [ 0.208939] pnp 00:07: [io 0x0022-0x003f]
    [ 0.208940] pnp 00:07: [io 0x0044-0x004d]
    [ 0.208942] pnp 00:07: [io 0x0050-0x005f]
    [ 0.208943] pnp 00:07: [io 0x0062-0x0063]
    [ 0.208945] pnp 00:07: [io 0x0065-0x006f]
    [ 0.208946] pnp 00:07: [io 0x0072-0x007f]
    [ 0.208948] pnp 00:07: [io 0x0080]
    [ 0.208949] pnp 00:07: [io 0x0084-0x0086]
    [ 0.208951] pnp 00:07: [io 0x0088]
    [ 0.208952] pnp 00:07: [io 0x008c-0x008e]
    [ 0.208954] pnp 00:07: [io 0x0090-0x009f]
    [ 0.208955] pnp 00:07: [io 0x00a2-0x00bf]
    [ 0.208957] pnp 00:07: [io 0x00e0-0x00ef]
    [ 0.208960] pnp 00:07: [io 0x04d0-0x04d1]
    [ 0.208961] pnp 00:07: [io 0x0800-0x087f]
    [ 0.208963] pnp 00:07: [io 0x0400-0x03ff disabled]
    [ 0.208964] pnp 00:07: [io 0x0500-0x057f]
    [ 0.208966] pnp 00:07: [mem 0xfed08000-0xfed08fff]
    [ 0.208968] pnp 00:07: [mem 0xfed1c000-0xfed1ffff]
    [ 0.208969] pnp 00:07: [mem 0xfed20000-0xfed3ffff]
    [ 0.208971] pnp 00:07: [mem 0xfed50000-0xfed8ffff]
    [ 0.209028] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.209030] system 00:07: [io 0x0800-0x087f] has been reserved
    [ 0.209032] system 00:07: [io 0x0500-0x057f] has been reserved
    [ 0.209034] system 00:07: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 0.209037] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.209039] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.209041] system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved
    [ 0.209043] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.209094] pnp 00:08: [mem 0xfed00000-0xfed003ff]
    [ 0.209116] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.209154] pnp 00:09: [mem 0xffb00000-0xffbfffff]
    [ 0.209156] pnp 00:09: [mem 0xfff00000-0xffffffff]
    [ 0.209179] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.209211] pnp 00:0a: [mem 0xffc00000-0xffefffff]
    [ 0.209247] system 00:0a: [mem 0xffc00000-0xffefffff] has been reserved
    [ 0.209250] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.209455] pnp 00:0b: [io 0x03f8-0x03ff]
    [ 0.209460] pnp 00:0b: [irq 4]
    [ 0.209462] pnp 00:0b: [dma 0 disabled]
    [ 0.209522] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.209605] pnp 00:0c: [io 0x0060]
    [ 0.209607] pnp 00:0c: [io 0x0064]
    [ 0.209609] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.209610] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.209649] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.209651] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.209654] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.209713] pnp 00:0d: [mem 0xe0000000-0xefffffff]
    [ 0.209750] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.209753] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.209887] pnp 00:0e: [mem 0x00000000-0x0009ffff]
    [ 0.209889] pnp 00:0e: [mem 0x000c0000-0x000cffff]
    [ 0.209891] pnp 00:0e: [mem 0x000e0000-0x000fffff]
    [ 0.209893] pnp 00:0e: [mem 0x00100000-0x7fffffff]
    [ 0.209894] pnp 00:0e: [mem 0xe0000000-0xffffffff]
    [ 0.209944] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.209947] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.209949] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.209951] system 00:0e: [mem 0x00100000-0x7fffffff] could not be reserved
    [ 0.209953] system 00:0e: [mem 0xe0000000-0xffffffff] could not be reserved
    [ 0.209956] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.210071] pnp: PnP ACPI: found 15 devices
    [ 0.210072] ACPI: ACPI bus type pnp unregistered
    [ 0.248477] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 05-05] add_size 1000
    [ 0.248480] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 05-05] add_size 400000
    [ 0.248488] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-04] add_size 200000
    [ 0.248495] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-03] add_size 200000
    [ 0.248502] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-02] add_size 200000
    [ 0.248512] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
    [ 0.248514] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.248517] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.248519] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.248521] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.248525] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x803fffff]
    [ 0.248527] pci 0000:00:1c.3: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.248530] pci 0000:00:1c.4: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.248533] pci 0000:00:1c.5: BAR 15: assigned [mem 0x80800000-0x809fffff 64bit pref]
    [ 0.248535] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.248538] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.248540] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.248543] pci 0000:00:01.0: bridge window [mem 0xfc000000-0xfe8fffff]
    [ 0.248546] pci 0000:00:01.0: bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
    [ 0.248549] pci 0000:00:1c.0: PCI bridge to [bus 05-05]
    [ 0.248552] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.248555] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x803fffff]
    [ 0.248559] pci 0000:00:1c.0: bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
    [ 0.248564] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
    [ 0.248566] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
    [ 0.248570] pci 0000:00:1c.3: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.248573] pci 0000:00:1c.3: bridge window [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.248578] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.248581] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.248585] pci 0000:00:1c.4: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.248588] pci 0000:00:1c.4: bridge window [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.248593] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.248595] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
    [ 0.248599] pci 0000:00:1c.5: bridge window [mem 0xfe900000-0xfe9fffff]
    [ 0.248602] pci 0000:00:1c.5: bridge window [mem 0x80800000-0x809fffff 64bit pref]
    [ 0.248607] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
    [ 0.248626] pci 0000:00:1c.0: enabling device (0106 -> 0107)
    [ 0.248648] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.248651] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.248653] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.248656] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.248658] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.248660] pci_bus 0000:00: resource 8 [mem 0x80000000-0xdfffffff]
    [ 0.248662] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
    [ 0.248664] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.248666] pci_bus 0000:01: resource 1 [mem 0xfc000000-0xfe8fffff]
    [ 0.248668] pci_bus 0000:01: resource 2 [mem 0xd4000000-0xdfffffff 64bit pref]
    [ 0.248670] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
    [ 0.248672] pci_bus 0000:05: resource 1 [mem 0x80000000-0x803fffff]
    [ 0.248674] pci_bus 0000:05: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
    [ 0.248676] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
    [ 0.248678] pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
    [ 0.248680] pci_bus 0000:04: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.248682] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.248683] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.248685] pci_bus 0000:03: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.248687] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.248689] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
    [ 0.248691] pci_bus 0000:02: resource 2 [mem 0x80800000-0x809fffff 64bit pref]
    [ 0.248693] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.248695] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.248697] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.248699] pci_bus 0000:06: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.248701] pci_bus 0000:06: resource 8 [mem 0x80000000-0xdfffffff]
    [ 0.248702] pci_bus 0000:06: resource 9 [mem 0xf0000000-0xffffffff]
    [ 0.248733] NET: Registered protocol family 2
    [ 0.248778] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.248881] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.249128] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.249262] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.249264] TCP: reno registered
    [ 0.249266] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.249271] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.249313] NET: Registered protocol family 1
    [ 0.249482] pci 0000:01:00.0: Boot video device
    [ 0.249501] PCI: CLS 32 bytes, default 64
    [ 0.249536] Unpacking initramfs...
    [ 0.300861] Freeing initrd memory: 2904k freed
    [ 0.301793] apm: BIOS not found.
    [ 0.301982] audit: initializing netlink socket (disabled)
    [ 0.301994] type=2000 audit(1343559626.299:1): initialized
    [ 0.302338] highmem bounce pool size: 64 pages
    [ 0.302341] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.303890] VFS: Disk quotas dquot_6.5.2
    [ 0.303933] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.304010] msgmni has been set to 1719
    [ 0.304303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.304360] io scheduler noop registered
    [ 0.304361] io scheduler deadline registered
    [ 0.304366] io scheduler cfq registered (default)
    [ 0.304470] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.304536] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.304610] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [ 0.304685] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    [ 0.304759] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    [ 0.304906] intel_idle: does not run on family 6 model 23
    [ 0.304923] GHES: HEST is not enabled!
    [ 0.304934] isapnp: Scanning for PnP cards...
    [ 0.660595] isapnp: No Plug & Play device found
    [ 0.660658] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.681141] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.702001] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.702338] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.704811] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.704826] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.704932] mousedev: PS/2 mouse device common for all mice
    [ 0.704977] rtc_cmos 00:03: RTC can wake from S4
    [ 0.705087] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.705108] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.705131] cpuidle: using governor ladder
    [ 0.705132] cpuidle: using governor menu
    [ 0.705273] TCP: cubic registered
    [ 0.705357] NET: Registered protocol family 10
    [ 0.705507] NET: Registered protocol family 17
    [ 0.705511] Registering the dns_resolver key type
    [ 0.705551] Using IPI No-Shortcut mode
    [ 0.705627] PM: Hibernation image not present or could not be loaded.
    [ 0.705635] registered taskstats version 1
    [ 0.706104] rtc_cmos 00:03: setting system clock to 2012-07-29 11:00:27 UTC (1343559627)
    [ 0.706139] Initializing network drop monitor service
    [ 0.706220] Freeing unused kernel memory: 524k freed
    [ 0.706378] Write protecting the kernel text: 3812k
    [ 0.706409] Write protecting the kernel read-only data: 1120k
    [ 0.712224] systemd-udevd[50]: starting version 187
    [ 0.734511] usbcore: registered new interface driver usbfs
    [ 0.734527] usbcore: registered new interface driver hub
    [ 0.734597] usbcore: registered new device driver usb
    [ 0.735077] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.735108] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 0.735111] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 0.735129] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.735148] ehci_hcd 0000:00:1a.7: debug port 1
    [ 0.739018] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
    [ 0.739034] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfbfffc00
    [ 0.739358] SCSI subsystem initialized
    [ 0.740431] libata version 3.00 loaded.
    [ 0.741226] ahci 0000:03:00.0: version 3.0
    [ 0.741265] ahci 0000:03:00.0: JMB361 has only one port
    [ 0.741273] ahci 0000:03:00.0: forcing port_map 0x3 -> 0x1
    [ 0.743297] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.746687] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.747281] hub 1-0:1.0: USB hub found
    [ 0.747286] hub 1-0:1.0: 6 ports detected
    [ 0.747416] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 0.747420] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 0.747428] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 0.747450] ehci_hcd 0000:00:1d.7: debug port 1
    [ 0.751348] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.751364] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfbfff800
    [ 0.753538] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
    [ 0.753541] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 0.754156] scsi0 : ahci
    [ 0.754412] scsi1 : ahci
    [ 0.754557] ata1: SATA max UDMA/133 abar m8192@0xfeafe000 port 0xfeafe100 irq 16
    [ 0.754559] ata2: DUMMY
    [ 0.760029] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.760173] hub 2-0:1.0: USB hub found
    [ 0.760176] hub 2-0:1.0: 6 ports detected
    [ 0.760287] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.760292] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.760303] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 0.760331] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000a800
    [ 0.760499] hub 3-0:1.0: USB hub found
    [ 0.760503] hub 3-0:1.0: 2 ports detected
    [ 0.760610] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 0.760612] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.760620] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 0.760650] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000a880
    [ 0.760807] hub 4-0:1.0: USB hub found
    [ 0.760810] hub 4-0:1.0: 2 ports detected
    [ 0.760900] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 0.760902] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 0.760908] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 0.760928] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000ac00
    [ 0.761054] hub 5-0:1.0: USB hub found
    [ 0.761057] hub 5-0:1.0: 2 ports detected
    [ 0.761136] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.761139] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.761145] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 0.761164] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000a080
    [ 0.761520] hub 6-0:1.0: USB hub found
    [ 0.761525] hub 6-0:1.0: 2 ports detected
    [ 0.761611] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.761614] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.761624] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 0.761652] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000a400
    [ 0.762016] hub 7-0:1.0: USB hub found
    [ 0.762024] hub 7-0:1.0: 2 ports detected
    [ 0.762119] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.762122] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.762128] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 0.762153] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a480
    [ 0.762343] hub 8-0:1.0: USB hub found
    [ 0.762346] hub 8-0:1.0: 2 ports detected
    [ 0.762450] ata_piix 0000:00:1f.2: version 2.13
    [ 0.762467] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 0.762507] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 0.763149] scsi2 : ata_piix
    [ 0.763255] scsi3 : ata_piix
    [ 0.764437] ata3: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 19
    [ 0.764441] ata4: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 19
    [ 0.764463] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 0.764495] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 0.764712] scsi4 : ata_piix
    [ 0.764793] scsi5 : ata_piix
    [ 0.765583] ata5: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 19
    [ 0.765587] ata6: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 19
    [ 0.765646] pata_acpi 0000:03:00.1: setting latency timer to 64
    [ 1.053355] usb 1-5: new high-speed USB device number 2 using ehci_hcd
    [ 1.073378] ata1: SATA link down (SStatus 0 SControl 300)
    [ 1.093981] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.104642] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.303351] Refined TSC clocksource calibration: 2833.011 MHz.
    [ 1.303356] Switching to clocksource tsc
    [ 1.556729] ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.556741] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.556931] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.556942] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.570764] ata3.00: ATA-7: WDC WD740ADFD-00NLR5, 21.07QR5, max UDMA/133
    [ 1.570768] ata3.00: 145226112 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.571780] ata3.01: ATA-7: Maxtor 6V300F0, VA111900, max UDMA/133
    [ 1.571783] ata3.01: 586114704 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.584089] ata3.00: configured for UDMA/133
    [ 1.586888] ata4.00: HPA detected: current 312579695, native 312581808
    [ 1.586893] ata4.00: ATA-7: WDC WD1600JS-00MHB0, 02.01C03, max UDMA/133
    [ 1.586896] ata4.00: 312579695 sectors, multi 16: LBA48
    [ 1.587075] ata4.01: ATA-7: Hitachi HDT725032VLA360, V54OA7EA, max UDMA/133
    [ 1.587079] ata4.01: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.593554] ata4.00: configured for UDMA/133
    [ 1.597791] ata3.01: configured for UDMA/133
    [ 1.597910] scsi 2:0:0:0: Direct-Access ATA WDC WD740ADFD-00 21.0 PQ: 0 ANSI: 5
    [ 1.598087] scsi 2:0:1:0: Direct-Access ATA Maxtor 6V300F0 VA11 PQ: 0 ANSI: 5
    [ 1.606947] ata4.01: configured for UDMA/133
    [ 1.607053] scsi 3:0:0:0: Direct-Access ATA WDC WD1600JS-00M 02.0 PQ: 0 ANSI: 5
    [ 1.607253] scsi 3:0:1:0: Direct-Access ATA Hitachi HDT72503 V54O PQ: 0 ANSI: 5
    [ 1.607628] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.607968] scsi6 : pata_jmicron
    [ 1.608246] scsi7 : pata_jmicron
    [ 1.608966] ata7: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
    [ 1.608969] ata8: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
    [ 1.612463] sd 2:0:0:0: [sda] 145226112 512-byte logical blocks: (74.3 GB/69.2 GiB)
    [ 1.612493] sd 2:0:1:0: [sdb] 586114704 512-byte logical blocks: (300 GB/279 GiB)
    [ 1.612514] sd 3:0:0:0: [sdc] 312579695 512-byte logical blocks: (160 GB/149 GiB)
    [ 1.612551] sd 2:0:0:0: [sda] Write Protect is off
    [ 1.612556] sd 3:0:1:0: [sdd] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.612559] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.612564] sd 2:0:1:0: [sdb] Write Protect is off
    [ 1.612567] sd 2:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.612596] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.612599] sd 3:0:0:0: [sdc] Write Protect is off
    [ 1.612603] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 1.612611] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.612624] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.612639] sd 3:0:1:0: [sdd] Write Protect is off
    [ 1.612641] sd 3:0:1:0: [sdd] Mode Sense: 00 3a 00 00
    [ 1.612660] sd 3:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.629729] sdb: sdb1
    [ 1.638871] sdd: sdd1
    [ 1.639013] sdc: sdc1 sdc2 sdc3
    [ 1.639240] sd 3:0:1:0: [sdd] Attached SCSI disk
    [ 1.639304] sd 3:0:0:0: [sdc] Attached SCSI disk
    [ 1.645336] sda: sda1 sda2
    [ 1.651080] sd 2:0:1:0: [sdb] Attached SCSI disk
    [ 1.651120] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 1.767173] ata7.00: ATAPI: HL-DT-ST DVDRAM GSA-4167B, DL13, max UDMA/33
    [ 1.780577] ata7.00: configured for UDMA/33
    [ 1.789452] scsi 6:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-4167B DL13 PQ: 0 ANSI: 5
    [ 1.823346] usb 7-1: new full-speed USB device number 2 using uhci_hcd
    [ 1.960093] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.960097] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.960396] sr 6:0:0:0: Attached scsi CD-ROM sr0
    [ 2.018103] input: Logitech G500 as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/input/input0
    [ 2.018180] generic-usb 0003:046D:C068.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G500] on usb-0000:00:1d.1-1/input0
    [ 2.026816] input: Logitech G500 as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.1/input/input1
    [ 2.026938] generic-usb 0003:046D:C068.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech G500] on usb-0000:00:1d.1-1/input1
    [ 2.026958] usbcore: registered new interface driver usbhid
    [ 2.026959] usbhid: USB HID core driver
    [ 2.236679] usb 7-2: new low-speed USB device number 3 using uhci_hcd
    [ 2.313441] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystem
    [ 2.318714] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.423066] input: Logitech USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.0/input/input2
    [ 2.423132] generic-usb 0003:046D:C317.0003: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Multimedia Keyboard] on usb-0000:00:1d.1-2/input0
    [ 2.461742] input: Logitech USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.1/input/input3
    [ 2.461800] generic-usb 0003:046D:C317.0004: input,hidraw3: USB HID v1.10 Device [Logitech USB Multimedia Keyboard] on usb-0000:00:1d.1-2/input1
    [ 3.650311] systemd-udevd[151]: starting version 187
    [ 4.287002] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 4.330449] Linux agpgart interface v0.103
    [ 4.391975] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
    [ 4.391981] ACPI: Power Button [PWRB]
    [ 4.392043] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    [ 4.392046] ACPI: Power Button [PWRF]
    [ 4.441963] iTCO_vendor_support: vendor-support=0
    [ 4.442648] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 4.442734] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0860)
    [ 4.442790] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 4.497221] ACPI Warning: 0x00000400-0x0000041f SystemIO conflicts with Region \SMRG 1 (20120320/utaddress-251)
    [ 4.497226] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 4.749531] microcode: CPU0 sig=0x1067a, pf=0x10, revision=0xa07
    [ 4.784993] microcode: CPU1 sig=0x1067a, pf=0x10, revision=0xa07
    [ 4.785420] microcode: CPU2 sig=0x1067a, pf=0x10, revision=0xa07
    [ 4.785803] microcode: CPU3 sig=0x1067a, pf=0x10, revision=0xa07
    [ 4.786231] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 5.219764] Linux media interface: v0.10
    [ 5.420067] firewire_ohci 0000:04:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 5.593979] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 5.594571] Linux video capture interface: v2.00
    [ 5.614093] nvidia: module license 'NVIDIA' taints kernel.
    [ 5.614097] Disabling lock debugging due to kernel taint
    [ 5.627654] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 5.627842] NVRM: loading NVIDIA UNIX x86 Kernel Module 302.17 Tue Jun 12 18:37:51 PDT 2012
    [ 5.642727] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0809)
    [ 5.657583] input: UVC Camera (046d:0809) as /devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5:1.0/input/input7
    [ 5.657664] usbcore: registered new interface driver uvcvideo
    [ 5.657665] USB Video Class driver (1.1.1)
    [ 5.743117] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 5.743314] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 5.743414] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 5.743496] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 5.743601] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 5.744250] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 5.748503] hda_intel: Disabling MSI
    [ 5.920090] firewire_core 0000:04:00.0: created device fw0: GUID 001e8c0001d58481, S400
    [ 6.078944] usbcore: registered new interface driver snd-usb-audio
    [ 6.260209] set resolution quirk: cval->res = 384
    [ 6.610117] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input14
    [ 6.610219] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input15
    [ 6.610282] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input16
    [ 6.610345] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input17
    [ 6.839612] EXT4-fs (sda2): re-mounted. Opts: (null)
    [ 6.997988] fuse init (API version 7.18)
    [ 7.318862] EXT4-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
    [ 7.319390] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.625490] Adding 8289504k swap on /dev/sdc1. Priority:-1 extents:1 across:8289504k
    [ 9.330544] ATL1E 0000:02:00.0: irq 46 for MSI/MSI-X
    [ 9.330673] ATL1E 0000:02:00.0: eth0: NIC Link is Up <100 Mbps Full Duplex>
    [ 9.330749] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 9.330881] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 20.190004] eth0: no IPv6 routers present
    [ 26.034112] EXT4-fs (sda2): re-mounted. Opts: commit=0
    [ 26.035771] EXT4-fs (sdb1): re-mounted. Opts: commit=0

  • Booting into empty grub prompt and slow GDM

    Hello,
    I haven't performed update for long time and I did last day. I had issues related to /sbin exists etc which I have resolved by following the instructions posted in the Arch linux website. However after a successful update, I have the following issues. 
    (1) - When I log in back, it puts me into an empty grub prompt. I figured out that pacman changed menu.lst to menu.lst.pacsave. So from the grub prompt, I did
    configfile /grub/menu.lst.pacsave
    and I got the arch linux boot screen.
    (2) - It started booting and loaded GDM with the login screen. Login and key strokes are very slow here. Even after login, I don't see GNOME shell. I don't see any errors while booting.
    Any help to fix these issues would be good.
    Cheers
    Navaneeth

    What exactly did you do when following the instructions? That is, following them is good, but it would be better if people could make sure there was no misunderstanding which might be causing issues.
    You need to go back further through the news as you have evidently ignored various changes to Arch.
    For example, legacy grub has not been in the official repos for some time. When you updated, grub2 (which is now called grub) replaced grub (legacy). Hence the pacsave. But you still have grub legacy installed as your boot loader. If you want to keep using it, install the AUR package which has been updated to work with the new filesystem package. Otherwise, configure and install grub (i.e. grub2) or install an alternative such as syslinux.
    You are likely to have other pacnew and pacsave files. You need to look through pacman's output (/var/log/pacman.log) and follow the instructions there to ensure that your system is properly configured in light of the updates.
    Arch is meant to be updated frequently. If that isn't an option, you would be better served by a different distro.

  • Compiz starting with GDM allowing multiple users

    When i start compiz after login I've got slow GDM when changing user and
    white screen after second login.
    So there's no way to launch compiz and support two different sessions?
    Or can I start compiz together with gdm and not individually for each user?

    RAGHAVENDRA HARI N wrote:
    Allowing multiple users to receive Ibot in OBIEE-11g with out specifying email addresses.
    How to use S A System subject area in OBIEE-11g
    How to specify condition in Ibot of OBIEE-11GYou can use the SA System subject area after you set it up by following the documentation link provided below. It could be used in OBIEE Delivers which enables contact information, such as e-mail addresses to be retrieved from a database and used as delivery devices in Delivers instead of having the user's manually setup their own delivery device.
    Here is the link to the documentation on how to setup SA system subject area in OBIEE 11g:
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10541/sa_system.htm
    You can set the condition in the condition tab which is the 3rd one I suppose.

  • Extremely slow boot time on fresh install (Cinnamon + GDM)

    Hi,
    I have a fresh installation of Arch with Cinnamon + GDM taking about 2 minutes and 30 seconds (observed manually) from Grub menu to loading of desktop in usable condition.
    It's installed on external USB drive. Although the hardware is old but rebooted within 15 seconds in VM on internal HD drive with same Cinnamon and SDDM.
    Details are:
    #1. Hardware info:
    AMD Athlon 64 X2 Dual Core Processor 4800+ x 2
    Memory 2.7 GB
    Hard drive 149.4 GB
    GPU : nVidia Corp; GT 218 [GeForce 210]
    USB wi-fi card
    Arch vanilla kernel: 3.17.2-1
    Problems:
    a) Delay during loading of kernel modules,
    b) Extreme delay in loading of display manager for login, and
    c) Delay in loading of desktop.
    I followed these guides:
    Maximizing performance
    Improve boot performance
    Did not find any relevant tip to fix problems.
    #2. systemd-analyze
    Startup finished in 16.354s (kernel) + 10.182s (userspace) = 26.536s
    It's wrong.
    #3.  systemd-analyze blame
    4.151s wpa_supplicant.service
    4.048s NetworkManager.service
    1.623s colord.service
    1.479s accounts-daemon.service
    912ms systemd-logind.service
    886ms gdm.service
    679ms polkit.service
    571ms [email protected]
    548ms dev-hugepages.mount
    547ms sys-kernel-debug.mount
    524ms tmp.mount
    512ms udisks2.service
    475ms sys-kernel-config.mount
    448ms dev-mqueue.mount
    435ms systemd-remount-fs.service
    423ms systemd-udev-trigger.service
    409ms systemd-vconsole-setup.service
    349ms [email protected]
    330ms systemd-sysctl.service
    258ms kmod-static-nodes.service
    254ms systemd-tmpfiles-setup-dev.service
    242ms upower.service
    240ms systemd-journal-flush.service
    218ms systemd-tmpfiles-setup.service
    200ms rtkit-daemon.service
    150ms systemd-random-seed.service
    129ms home.mount
    108ms systemd-user-sessions.service
    94ms dev-sdb3.swap
    88ms [email protected]
    64ms systemd-update-utmp.service
    60ms systemd-tmpfiles-clean.service
    39ms [email protected]
    27ms systemd-udevd.service
    4ms sys-fs-fuse-connections.mount
    Seems no problem.
    #4. dmesg
    Complete : http://pastebin.com/w7sXtuKh
    Extract : Based on what I think adds delay
    [ 22.277994] systemd-journald[138]: Received request to flush runtime journal from PID 1
    [ 26.674187] r8169 0000:02:0f.0 enp2s15: link down
    [ 26.674207] r8169 0000:02:0f.0 enp2s15: link down
    [ 26.674267] IPv6: ADDRCONF(NETDEV_UP): enp2s15: link is not ready
    [ 26.700183] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
    [ 26.729912] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
    [ 27.117488] IPv6: ADDRCONF(NETDEV_UP): wlp0s19f5u3: link is not ready
    [ 53.360188] nvidia 0000:01:00.0: irq 25 for MSI/MSI-X
    [ 53.951157] NVRM: Your system is not currently configured to drive a VGA console
    [ 53.951164] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    [ 53.951167] NVRM: requires the use of a text-mode VGA console. Use of other console
    [ 53.951170] NVRM: drivers including, but not limited to, vesafb, may result in
    [ 53.951172] NVRM: corruption and stability problems, and is not supported.
    [ 58.436865] wlp0s19f5u3: authenticate with 00:1f:fb:39:4c:24
    [ 58.467542] wlp0s19f5u3: send auth to 00:1f:fb:39:4c:24 (try 1/3)
    [ 58.469250] wlp0s19f5u3: authenticated
    [ 58.469512] rt2800usb 2-3:1.0 wlp0s19f5u3: disabling HT/VHT due to WEP/TKIP use
    [ 58.470040] wlp0s19f5u3: associate with 00:1f:fb:39:4c:24 (try 1/3)
    [ 58.478853] wlp0s19f5u3: RX AssocResp from 00:1f:fb:39:4c:24 (capab=0x411 status=0 aid=3)
    [ 58.485469] wlp0s19f5u3: associated
    [ 58.485510] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s19f5u3: link becomes ready
    [ 58.485555] cfg80211: Calling CRDA to update world regulatory domain
    [ 70.688882] fuse init (API version 7.23)
    [ 283.405686] cfg80211: Calling CRDA to update world regulatory domain
    #5. Important observation:
    hdparm -t reports 13.54 mb /sec reads for the external drive I am using for this installation. I don't face lag or slowness after boot including another distro installed on this drive had this problem.
    Please help in further analyzing and fixing this problem.
    Thanks!

    How fast does it boot to a tty? Disable gdm and boot to a tty. See if that is any faster than starting gdm. Gdm takes a while to start up if I run it on my computer and I have an SSD. But it will add several seconds to my boot time which from systemd-analyze is 9 seconds.
    So, boot to a tty and use startx to start the session and see if it's any faster. 13MB/s seems like a pretty tight bottleneck for starting big applications like gdm and a desktop environment. I run a pretty simple openbox setup as my environment and it only uses 150 MB of memory after I startx. But if I could only load 13 MB /s from memory it would add another 11 seconds to the time it took me to startx.
    So see how fast you can boot, and then see how fast you can load your desktop using startx. When I booted an install media of arch on an old computer with usb2 it took about 10 minutes to get everything going.

  • Slow login time from GDM to Gnome

    Hello everyone,
    for a long time now I have been experiencing very slow login procedures. It takes about 40 to 60 seconds after I entered my password to get to Gnome shell (almost feels like Windows).
    There have been discussions about similar problems (e.g https://bbs.archlinux.org/viewtopic.php?id=98901) and I have read a lot of them, but never found a solution.
    Isn't there some kind of log file where I can see what's taking so long?
    any help would be appreciated!
    debazthed

    Terminator wrote:GDM should have a log file..
    there is a folder in /var/log that holds a couple of files:
    $ sudo ls /var/log/gdm
    :0-greeter.log :0.log.3 :1-greeter.log.1 :1.log.4
    :0-greeter.log.1 :0.log.4 :1-greeter.log.2 :1-slave.log
    :0-greeter.log.2 :0-slave.log :1-greeter.log.3 :1-slave.log.1
    :0-greeter.log.3 :0-slave.log.1 :1-greeter.log.4 :1-slave.log.2
    :0-greeter.log.4 :0-slave.log.2 :1.log :1-slave.log.3
    :0.log :0-slave.log.3 :1.log.1 :1-slave.log.4
    :0.log.1 :0-slave.log.4 :1.log.2
    :0.log.2 :1-greeter.log :1.log.3
    I tried :0.log and :1.log, but I don't know how to read them.. they have no timestamps or anything...
    Any help?

  • GDM slow performance [SOLVED]

    GDM is incredibly slow, take over 15 seconds to display anything. after this long time, when i see something, the system work perfect (well, with any noob problem between chair and screen  :oops:  :oops: )
    is a bug, problem with gnome 2.12 or something else?

    elapointe wrote:
    Now my /etc/hosts is
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost
    and my /etc/rc.conf is
    HOSTNAME="Picollus"
    i have the same problem... gdm start and the mouse pointer is searching for 15-20 sec !!!
    Try this:
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 Picollus.localdomain Picollus

  • ConsoleKit takes 20seconds to time out on GDM load

    My GDM is really slow and I tracked it down to ConsoleKit. Anyone have any suggestion on how to fix it?
    Please take a look at my messages.log to get some idea of what's happening:
    Search for ConsoleKit to see that it's taking 20secs to timeout.
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Linux version 3.2.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20120120 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Jan 26 08:40:20 CET 2012
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Command line: root=/dev/sda2 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-provided physical RAM map:
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cd71e000 (usable)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cd71e000 - 00000000cd772000 (ACPI NVS)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cd772000 - 00000000cd77b000 (ACPI data)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cd77b000 - 00000000cdada000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdada000 - 00000000cdaeb000 (ACPI NVS)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdaeb000 - 00000000cdafe000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdafe000 - 00000000cdb00000 (ACPI NVS)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdb00000 - 00000000cdb09000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdb09000 - 00000000cdb0f000 (ACPI NVS)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdb0f000 - 00000000cdb71000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdb71000 - 00000000cdd74000 (ACPI NVS)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdd74000 - 00000000cdf00000 (usable)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fec20000 - 00000000fec21000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fed61000 - 00000000fed71000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fed80000 - 00000000fed90000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fef00000 - 0000000100000000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 0000000100001000 - 000000022f000000 (usable)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active
    Feb 1 20:31:48 localhost kernel: [ 0.000000] DMI 2.7 present.
    Feb 1 20:31:48 localhost kernel: [ 0.000000] No AGP bridge found
    Feb 1 20:31:48 localhost kernel: [ 0.000000] last_pfn = 0x22f000 max_arch_pfn = 0x400000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 1 20:31:48 localhost kernel: [ 0.000000] last_pfn = 0xcdf00 max_arch_pfn = 0x400000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Using GB pages for direct mapping
    Feb 1 20:31:48 localhost kernel: [ 0.000000] init_memory_mapping: 0000000000000000-00000000cdf00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] init_memory_mapping: 0000000100000000-000000022f000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] RAMDISK: 7fd5a000 - 7ffff000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: XSDT 00000000cd772068 00054 (v01 ALASKA A M I 01072009 AMI 00010013)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: FACP 00000000cd779340 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20110623/tbfadt-560)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: DSDT 00000000cd772150 071EC (v02 ALASKA A M I 00000000 INTL 20051117)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: FACS 00000000cdb09f80 00040
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: APIC 00000000cd779438 0009E (v03 ALASKA A M I 01072009 AMI 00010013)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: MCFG 00000000cd7794d8 0003C (v01 ALASKA A M I 01072009 MSFT 00010013)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: HPET 00000000cd779518 00038 (v01 ALASKA A M I 01072009 AMI 00000004)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: IVRS 00000000cd779550 000D8 (v01 AMD RD890S 00202031 AMD 00000000)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: SSDT 00000000cd779628 00D3C (v01 AMD POWERNOW 00000001 AMD 00000001)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] No NUMA configuration found
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Faking a node at 0000000000000000-000000022f000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Initmem setup node 0 0000000000000000-000000022f000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] NODE_DATA [000000022effb000 - 000000022effffff]
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Zone PFN ranges:
    Feb 1 20:31:48 localhost kernel: [ 0.000000] DMA 0x00000010 -> 0x00001000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] DMA32 0x00001000 -> 0x00100000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Normal 0x00100000 -> 0x0022f000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Movable zone start PFN for each node
    Feb 1 20:31:48 localhost kernel: [ 0.000000] early_node_map[4] active PFN ranges
    Feb 1 20:31:48 localhost kernel: [ 0.000000] 0: 0x00000010 -> 0x0000009d
    Feb 1 20:31:48 localhost kernel: [ 0.000000] 0: 0x00000100 -> 0x000cd71e
    Feb 1 20:31:48 localhost kernel: [ 0.000000] 0: 0x000cdd74 -> 0x000cdf00
    Feb 1 20:31:48 localhost kernel: [ 0.000000] 0: 0x00100001 -> 0x0022f000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x15] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x17] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec00000] gsi_base[0])
    Feb 1 20:31:48 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec20000] gsi_base[24])
    Feb 1 20:31:48 localhost kernel: [ 0.000000] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cd71e000 - 00000000cd772000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cd772000 - 00000000cd77b000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cd77b000 - 00000000cdada000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdada000 - 00000000cdaeb000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdaeb000 - 00000000cdafe000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdafe000 - 00000000cdb00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdb00000 - 00000000cdb09000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdb09000 - 00000000cdb0f000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdb0f000 - 00000000cdb71000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdb71000 - 00000000cdd74000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdf00000 - 00000000f8000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fec20000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec20000 - 00000000fec21000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec21000 - 00000000fed00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed61000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed61000 - 00000000fed71000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed71000 - 00000000fed80000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fef00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fef00000 - 0000000100000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100001000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Allocating PCI resources starting at cdf00000 (gap: cdf00000:2a100000)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware
    Feb 1 20:31:48 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88022ec00000 s82048 r8192 d24448 u262144
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2047089
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Policy zone: Normal
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Kernel command line: root=/dev/sda2 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Checking aperture...
    Feb 1 20:31:48 localhost kernel: [ 0.000000] No AGP bridge found
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Node 0: aperture @ f8000000 size 64 MB
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Memory: 8119580k/9158656k available (4281k kernel code, 827176k absent, 211900k reserved, 4599k data, 728k init)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Preemptible hierarchical RCU implementation.
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Verbose stalled-CPUs detection is disabled.
    Feb 1 20:31:48 localhost kernel: [ 0.000000] NR_IRQS:4352 nr_irqs:1288 16
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Extended CMOS year: 2000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Console: colour VGA+ 80x25
    Feb 1 20:31:48 localhost kernel: [ 0.000000] console [tty0] enabled
    Feb 1 20:31:48 localhost kernel: [ 0.000000] allocated 67108864 bytes of page_cgroup
    Feb 1 20:31:48 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Fast TSC calibration using PIT
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Detected 3110.742 MHz processor.
    Feb 1 20:31:48 localhost kernel: [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6223.71 BogoMIPS (lpj=10369140)
    Feb 1 20:31:48 localhost kernel: [ 0.003339] pid_max: default: 32768 minimum: 301
    Feb 1 20:31:48 localhost kernel: [ 0.003361] Security Framework initialized
    Feb 1 20:31:48 localhost kernel: [ 0.003365] AppArmor: AppArmor disabled by boot time parameter
    Feb 1 20:31:48 localhost kernel: [ 0.004126] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.007900] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.008745] Mount-cache hash table entries: 256
    Feb 1 20:31:48 localhost kernel: [ 0.008854] Initializing cgroup subsys cpuacct
    Feb 1 20:31:48 localhost kernel: [ 0.008859] Initializing cgroup subsys memory
    Feb 1 20:31:48 localhost kernel: [ 0.008866] Initializing cgroup subsys devices
    Feb 1 20:31:48 localhost kernel: [ 0.008868] Initializing cgroup subsys freezer
    Feb 1 20:31:48 localhost kernel: [ 0.008869] Initializing cgroup subsys net_cls
    Feb 1 20:31:48 localhost kernel: [ 0.008870] Initializing cgroup subsys blkio
    Feb 1 20:31:48 localhost kernel: [ 0.008896] CPU: Physical Processor ID: 0
    Feb 1 20:31:48 localhost kernel: [ 0.008897] CPU: Processor Core ID: 0
    Feb 1 20:31:48 localhost kernel: [ 0.008899] mce: CPU supports 7 MCE banks
    Feb 1 20:31:48 localhost kernel: [ 0.009566] ACPI: Core revision 20110623
    Feb 1 20:31:48 localhost kernel: [ 0.013346] ftrace: allocating 16779 entries in 66 pages
    Feb 1 20:31:48 localhost kernel: [ 0.020327] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 1 20:31:48 localhost kernel: [ 0.053341] CPU0: AMD FX(tm)-8120 Eight-Core Processor stepping 02
    Feb 1 20:31:48 localhost kernel: [ 0.056663] Performance Events: AMD Family 15h PMU driver.
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... version: 0
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... bit width: 48
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... generic registers: 6
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... value mask: 0000ffffffffffff
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... max period: 00007fffffffffff
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... fixed-purpose events: 0
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... event mask: 000000000000003f
    Feb 1 20:31:48 localhost kernel: [ 0.073374] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.100015] Booting Node 0, Processors #1
    Feb 1 20:31:48 localhost kernel: [ 0.196673] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.216689] #2
    Feb 1 20:31:48 localhost kernel: [ 0.313331] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.333338] #3
    Feb 1 20:31:48 localhost kernel: [ 0.429988] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.449998] #4
    Feb 1 20:31:48 localhost kernel: [ 0.546652] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.566662] #5
    Feb 1 20:31:48 localhost kernel: [ 0.663312] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.683316] #6
    Feb 1 20:31:48 localhost kernel: [ 0.779965] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.799971] #7 Ok.
    Feb 1 20:31:48 localhost kernel: [ 0.896625] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.903288] Brought up 8 CPUs
    Feb 1 20:31:48 localhost kernel: [ 0.903291] Total of 8 processors activated (49786.82 BogoMIPS).
    Feb 1 20:31:48 localhost kernel: [ 0.906788] devtmpfs: initialized
    Feb 1 20:31:48 localhost kernel: [ 0.908166] PM: Registering ACPI NVS region at cd71e000 (344064 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.908166] PM: Registering ACPI NVS region at cdada000 (69632 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.908166] PM: Registering ACPI NVS region at cdafe000 (8192 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.908166] PM: Registering ACPI NVS region at cdb09000 (24576 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.908166] PM: Registering ACPI NVS region at cdb71000 (2109440 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.910376] print_constraints: dummy:
    Feb 1 20:31:48 localhost kernel: [ 0.910415] NET: Registered protocol family 16
    Feb 1 20:31:48 localhost kernel: [ 0.910507] Extended Config Space enabled on 1 nodes
    Feb 1 20:31:48 localhost kernel: [ 0.910549] ACPI: bus type pci registered
    Feb 1 20:31:48 localhost kernel: [ 0.910607] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 1 20:31:48 localhost kernel: [ 0.910610] PCI: not using MMCONFIG
    Feb 1 20:31:48 localhost kernel: [ 0.910612] PCI: Using configuration type 1 for base access
    Feb 1 20:31:48 localhost kernel: [ 0.910613] PCI: Using configuration type 1 for extended access
    Feb 1 20:31:48 localhost kernel: [ 0.911157] bio: create slab <bio-0> at 0
    Feb 1 20:31:48 localhost kernel: [ 0.911157] ACPI: Added _OSI(Module Device)
    Feb 1 20:31:48 localhost kernel: [ 0.911157] ACPI: Added _OSI(Processor Device)
    Feb 1 20:31:48 localhost kernel: [ 0.911157] ACPI: Added _OSI(3.0 _SCP Extensions)
    Feb 1 20:31:48 localhost kernel: [ 0.911157] ACPI: Added _OSI(Processor Aggregator Device)
    Feb 1 20:31:48 localhost kernel: [ 0.913406] ACPI: Executed 2 blocks of module-level executable AML code
    Feb 1 20:31:48 localhost kernel: [ 0.923431] ACPI Error: [RAMB] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359)
    Feb 1 20:31:48 localhost kernel: [ 0.923438] ACPI Exception: AE_NOT_FOUND, Could not execute arguments for [RAMW] (Region) (20110623/nsinit-349)
    Feb 1 20:31:48 localhost kernel: [ 0.923740] ACPI: Interpreter enabled
    Feb 1 20:31:48 localhost kernel: [ 0.923743] ACPI: (supports S0 S1 S3 S4 S5)
    Feb 1 20:31:48 localhost kernel: [ 0.923766] ACPI: Using IOAPIC for interrupt routing
    Feb 1 20:31:48 localhost kernel: [ 0.923907] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 1 20:31:48 localhost kernel: [ 0.923945] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Feb 1 20:31:48 localhost kernel: [ 0.972366] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    Feb 1 20:31:48 localhost kernel: [ 0.972499] ACPI: No dock devices found.
    Feb 1 20:31:48 localhost kernel: [ 0.972500] HEST: Table not found.
    Feb 1 20:31:48 localhost kernel: [ 0.972503] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Feb 1 20:31:48 localhost kernel: [ 0.972680] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Feb 1 20:31:48 localhost kernel: [ 0.972959] pci_root PNP0A03:00: host bridge window [io 0x0000-0x03af]
    Feb 1 20:31:48 localhost kernel: [ 0.972962] pci_root PNP0A03:00: host bridge window [io 0x03e0-0x0cf7]
    Feb 1 20:31:48 localhost kernel: [ 0.972964] pci_root PNP0A03:00: host bridge window [io 0x03b0-0x03df]
    Feb 1 20:31:48 localhost kernel: [ 0.972966] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    Feb 1 20:31:48 localhost kernel: [ 0.972968] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    Feb 1 20:31:48 localhost kernel: [ 0.972970] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    Feb 1 20:31:48 localhost kernel: [ 0.972972] pci_root PNP0A03:00: host bridge window [mem 0xd0000000-0xffffffff]
    Feb 1 20:31:48 localhost kernel: [ 0.974557] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Feb 1 20:31:48 localhost kernel: [ 0.974564] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    Feb 1 20:31:48 localhost kernel: [ 0.979960] pci 0000:00:04.0: PCI bridge to [bus 02-02]
    Feb 1 20:31:48 localhost kernel: [ 0.986619] pci 0000:00:05.0: PCI bridge to [bus 03-03]
    Feb 1 20:31:48 localhost kernel: [ 0.993283] pci 0000:00:06.0: PCI bridge to [bus 04-04]
    Feb 1 20:31:48 localhost kernel: [ 0.999948] pci 0000:00:07.0: PCI bridge to [bus 05-05]
    Feb 1 20:31:48 localhost kernel: [ 1.006616] pci 0000:00:09.0: PCI bridge to [bus 06-06]
    Feb 1 20:31:48 localhost kernel: [ 1.006676] pci 0000:00:14.4: PCI bridge to [bus 07-07] (subtractive decode)
    Feb 1 20:31:48 localhost kernel: [ 1.007075] pci0000:00: Requesting ACPI _OSC control (0x1d)
    Feb 1 20:31:48 localhost kernel: [ 1.007078] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    Feb 1 20:31:48 localhost kernel: [ 1.007080] ACPI _OSC control for PCIe not granted, disabling ASPM
    Feb 1 20:31:48 localhost kernel: [ 1.013835] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.013895] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.013957] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014018] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014066] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014103] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014141] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014178] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014248] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Feb 1 20:31:48 localhost kernel: [ 1.014248] vgaarb: loaded
    Feb 1 20:31:48 localhost kernel: [ 1.014248] vgaarb: bridge control possible 0000:01:00.0
    Feb 1 20:31:48 localhost kernel: [ 1.014248] PCI: Using ACPI for IRQ routing
    Feb 1 20:31:48 localhost kernel: [ 1.020997] NetLabel: Initializing
    Feb 1 20:31:48 localhost kernel: [ 1.020999] NetLabel: domain hash size = 128
    Feb 1 20:31:48 localhost kernel: [ 1.021000] NetLabel: protocols = UNLABELED CIPSOv4
    Feb 1 20:31:48 localhost kernel: [ 1.021013] NetLabel: unlabeled traffic allowed by default
    Feb 1 20:31:48 localhost kernel: [ 1.021026] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Feb 1 20:31:48 localhost kernel: [ 1.021030] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    Feb 1 20:31:48 localhost kernel: [ 1.023074] Switching to clocksource hpet
    Feb 1 20:31:48 localhost kernel: [ 1.025725] pnp: PnP ACPI init
    Feb 1 20:31:48 localhost kernel: [ 1.025737] ACPI: bus type pnp registered
    Feb 1 20:31:48 localhost kernel: [ 1.026037] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026620] system 00:02: [io 0x040b] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026623] system 00:02: [io 0x04d6] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026625] system 00:02: [io 0x0c00-0x0c01] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026627] system 00:02: [io 0x0c14] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026629] system 00:02: [io 0x0c50-0x0c51] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026632] system 00:02: [io 0x0c52] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026634] system 00:02: [io 0x0c6c] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026636] system 00:02: [io 0x0c6f] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026638] system 00:02: [io 0x0cd0-0x0cd1] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026640] system 00:02: [io 0x0cd2-0x0cd3] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026642] system 00:02: [io 0x0cd4-0x0cd5] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026644] system 00:02: [io 0x0cd6-0x0cd7] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026646] system 00:02: [io 0x0cd8-0x0cdf] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026649] system 00:02: [io 0x0800-0x089f] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026651] system 00:02: [io 0x0b20-0x0b3f] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026653] system 00:02: [io 0x0900-0x090f] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026656] system 00:02: [io 0x0910-0x091f] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026658] system 00:02: [io 0xfe00-0xfefe] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026661] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026664] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026677] system 00:02: [mem 0xfed80000-0xfed8ffff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026680] system 00:02: [mem 0xfed61000-0xfed70fff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026682] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026685] system 00:02: [mem 0xfed00000-0xfed00fff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026688] system 00:02: [mem 0xffc00000-0xffffffff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026854] system 00:03: [io 0x0290-0x02af] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.027074] system 00:07: [io 0x04d0-0x04d1] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.027343] system 00:0a: [mem 0xfeb20000-0xfeb23fff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.027480] system 00:0b: [mem 0xfec20000-0xfec200ff] could not be reserved
    Feb 1 20:31:48 localhost kernel: [ 1.027648] pnp: PnP ACPI: found 13 devices
    Feb 1 20:31:48 localhost kernel: [ 1.027650] ACPI: ACPI bus type pnp unregistered
    Feb 1 20:31:48 localhost kernel: [ 1.034572] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    Feb 1 20:31:48 localhost kernel: [ 1.034575] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    Feb 1 20:31:48 localhost kernel: [ 1.034578] pci 0000:00:02.0: bridge window [mem 0xf4000000-0xf70fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034581] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Feb 1 20:31:48 localhost kernel: [ 1.034585] pci 0000:00:04.0: PCI bridge to [bus 02-02]
    Feb 1 20:31:48 localhost kernel: [ 1.034587] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
    Feb 1 20:31:48 localhost kernel: [ 1.034590] pci 0000:00:04.0: bridge window [mem 0xf7500000-0xf75fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034594] pci 0000:00:05.0: PCI bridge to [bus 03-03]
    Feb 1 20:31:48 localhost kernel: [ 1.034597] pci 0000:00:05.0: bridge window [io 0xc000-0xcfff]
    Feb 1 20:31:48 localhost kernel: [ 1.034599] pci 0000:00:05.0: bridge window [mem 0xf7400000-0xf74fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034604] pci 0000:00:06.0: PCI bridge to [bus 04-04]
    Feb 1 20:31:48 localhost kernel: [ 1.034606] pci 0000:00:06.0: bridge window [mem 0xf7300000-0xf73fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034611] pci 0000:00:07.0: PCI bridge to [bus 05-05]
    Feb 1 20:31:48 localhost kernel: [ 1.034613] pci 0000:00:07.0: bridge window [mem 0xf7200000-0xf72fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034617] pci 0000:00:09.0: PCI bridge to [bus 06-06]
    Feb 1 20:31:48 localhost kernel: [ 1.034620] pci 0000:00:09.0: bridge window [mem 0xf7100000-0xf71fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034624] pci 0000:00:14.4: PCI bridge to [bus 07-07]
    Feb 1 20:31:48 localhost kernel: [ 1.034641] pci 0000:00:02.0: PCI INT A -> GSI 52 (level, low) -> IRQ 52
    Feb 1 20:31:48 localhost kernel: [ 1.034649] pci 0000:00:04.0: PCI INT A -> GSI 52 (level, low) -> IRQ 52
    Feb 1 20:31:48 localhost kernel: [ 1.034656] pci 0000:00:05.0: PCI INT A -> GSI 52 (level, low) -> IRQ 52
    Feb 1 20:31:48 localhost kernel: [ 1.034666] pci 0000:00:06.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
    Feb 1 20:31:48 localhost kernel: [ 1.034673] pci 0000:00:07.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
    Feb 1 20:31:48 localhost kernel: [ 1.034679] pci 0000:00:09.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
    Feb 1 20:31:48 localhost kernel: [ 1.034759] NET: Registered protocol family 2
    Feb 1 20:31:48 localhost kernel: [ 1.035011] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Feb 1 20:31:48 localhost kernel: [ 1.036243] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    Feb 1 20:31:48 localhost kernel: [ 1.037985] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Feb 1 20:31:48 localhost kernel: [ 1.038182] TCP: Hash tables configured (established 524288 bind 65536)
    Feb 1 20:31:48 localhost kernel: [ 1.038184] TCP reno registered
    Feb 1 20:31:48 localhost kernel: [ 1.038200] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    Feb 1 20:31:48 localhost kernel: [ 1.038241] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    Feb 1 20:31:48 localhost kernel: [ 1.038330] NET: Registered protocol family 1
    Feb 1 20:31:48 localhost kernel: [ 2.103599] Unpacking initramfs...
    Feb 1 20:31:48 localhost kernel: [ 2.145316] Freeing initrd memory: 2708k freed
    Feb 1 20:31:48 localhost kernel: [ 2.145978] pci 0000:00:00.2: PCI INT A -> GSI 55 (level, low) -> IRQ 55
    Feb 1 20:31:48 localhost kernel: [ 2.146104] AMD-Vi: Enabling IOMMU at 0000:00:00.2 cap 0x40
    Feb 1 20:31:48 localhost kernel: [ 2.213957] AMD-Vi: Lazy IO/TLB flushing enabled
    Feb 1 20:31:48 localhost kernel: [ 2.213960] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Feb 1 20:31:48 localhost kernel: [ 2.213962] Placing 64MB software IO TLB between ffff8800c971e000 - ffff8800cd71e000
    Feb 1 20:31:48 localhost kernel: [ 2.213965] software IO TLB at phys 0xc971e000 - 0xcd71e000
    Feb 1 20:31:48 localhost kernel: [ 2.214583] perf: AMD IBS detected (0x000000ff)
    Feb 1 20:31:48 localhost kernel: [ 2.214717] audit: initializing netlink socket (disabled)
    Feb 1 20:31:48 localhost kernel: [ 2.214725] type=2000 audit(1328128291.213:1): initialized
    Feb 1 20:31:48 localhost kernel: [ 2.226263] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Feb 1 20:31:48 localhost kernel: [ 2.249701] VFS: Disk quotas dquot_6.5.2
    Feb 1 20:31:48 localhost kernel: [ 2.249754] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Feb 1 20:31:48 localhost kernel: [ 2.249833] msgmni has been set to 15863
    Feb 1 20:31:48 localhost kernel: [ 2.250009] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    Feb 1 20:31:48 localhost kernel: [ 2.250041] io scheduler noop registered
    Feb 1 20:31:48 localhost kernel: [ 2.250042] io scheduler deadline registered
    Feb 1 20:31:48 localhost kernel: [ 2.250071] io scheduler cfq registered (default)
    Feb 1 20:31:48 localhost kernel: [ 2.250407] ERST: Table is not found!
    Feb 1 20:31:48 localhost kernel: [ 2.250409] GHES: HEST is not enabled!
    Feb 1 20:31:48 localhost kernel: [ 2.250463] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Feb 1 20:31:48 localhost kernel: [ 2.463583] Linux agpgart interface v0.103
    Feb 1 20:31:48 localhost kernel: [ 2.463656] i8042: PNP: No PS/2 controller found. Probing ports directly.
    Feb 1 20:31:48 localhost kernel: [ 2.463999] serio: i8042 KBD port at 0x60,0x64 irq 1
    Feb 1 20:31:48 localhost kernel: [ 2.464021] serio: i8042 AUX port at 0x60,0x64 irq 12
    Feb 1 20:31:48 localhost kernel: [ 2.464164] mousedev: PS/2 mouse device common for all mice
    Feb 1 20:31:48 localhost kernel: [ 2.464197] rtc_cmos 00:05: RTC can wake from S4
    Feb 1 20:31:48 localhost kernel: [ 2.464319] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    Feb 1 20:31:48 localhost kernel: [ 2.464343] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Feb 1 20:31:48 localhost kernel: [ 2.464357] cpuidle: using governor ladder
    Feb 1 20:31:48 localhost kernel: [ 2.464359] cpuidle: using governor menu
    Feb 1 20:31:48 localhost kernel: [ 2.464584] TCP cubic registered
    Feb 1 20:31:48 localhost kernel: [ 2.464586] NET: Registered protocol family 17
    Feb 1 20:31:48 localhost kernel: [ 2.464591] Registering the dns_resolver key type
    Feb 1 20:31:48 localhost kernel: [ 2.464716] registered taskstats version 1
    Feb 1 20:31:48 localhost kernel: [ 2.476065] rtc_cmos 00:05: setting system clock to 2012-02-01 20:31:32 UTC (1328128292)
    Feb 1 20:31:48 localhost kernel: [ 2.476133] Initializing network drop monitor service
    Feb 1 20:31:48 localhost kernel: [ 2.478077] Freeing unused kernel memory: 728k freed
    Feb 1 20:31:48 localhost kernel: [ 2.478200] Write protecting the kernel read-only data: 8192k
    Feb 1 20:31:48 localhost kernel: [ 2.486030] Freeing unused kernel memory: 1844k freed
    Feb 1 20:31:48 localhost kernel: [ 2.489293] Freeing unused kernel memory: 692k freed
    Feb 1 20:31:48 localhost [ 2.496933] udevd[63]: starting version 179
    Feb 1 20:31:48 localhost kernel: [ 2.519274] SCSI subsystem initialized
    Feb 1 20:31:48 localhost kernel: [ 2.522067] usbcore: registered new interface driver usbfs
    Feb 1 20:31:48 localhost kernel: [ 2.522092] usbcore: registered new interface driver hub
    Feb 1 20:31:48 localhost kernel: [ 2.522136] usbcore: registered new device driver usb
    Feb 1 20:31:48 localhost kernel: [ 2.525268] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 51 (level, low) -> IRQ 51
    Feb 1 20:31:48 localhost kernel: [ 2.525310] xhci_hcd 0000:04:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.525333] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
    Feb 1 20:31:48 localhost kernel: [ 2.532052] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    Feb 1 20:31:48 localhost kernel: [ 2.532191] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
    Feb 1 20:31:48 localhost kernel: [ 2.532195] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    Feb 1 20:31:48 localhost kernel: [ 2.534149] scsi0 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.534430] scsi1 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.534950] scsi2 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.534973] xhci_hcd 0000:04:00.0: irq 51, io mem 0xf7300000
    Feb 1 20:31:48 localhost kernel: [ 2.535368] scsi3 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.535611] hub 1-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.535617] hub 1-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.535667] scsi4 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.535735] xhci_hcd 0000:04:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.535743] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
    Feb 1 20:31:48 localhost kernel: [ 2.535809] scsi5 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.535956] hub 2-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.535963] hub 2-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.536253] ata1: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b100 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536257] ata2: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b180 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536260] ata3: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b200 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536263] ata4: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b280 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536266] ata5: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b300 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536269] ata6: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b380 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536304] ahci 0000:02:00.0: PCI INT A -> GSI 44 (level, low) -> IRQ 44
    Feb 1 20:31:48 localhost kernel: [ 2.536361] ahci: SSS flag set, parallel bus scan disabled
    Feb 1 20:31:48 localhost kernel: [ 2.536390] ahci 0000:02:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    Feb 1 20:31:48 localhost kernel: [ 2.536393] ahci 0000:02:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
    Feb 1 20:31:48 localhost kernel: [ 2.537576] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Feb 1 20:31:48 localhost kernel: [ 2.537596] scsi6 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.537620] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Feb 1 20:31:48 localhost kernel: [ 2.537653] ehci_hcd 0000:00:12.2: EHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.537672] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 3
    Feb 1 20:31:48 localhost kernel: [ 2.537681] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Feb 1 20:31:48 localhost kernel: [ 2.537719] ehci_hcd 0000:00:12.2: debug port 1
    Feb 1 20:31:48 localhost kernel: [ 2.537734] scsi7 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.537740] ehci_hcd 0000:00:12.2: irq 17, io mem 0xf7609000
    Feb 1 20:31:48 localhost kernel: [ 2.537799] ata7: SATA max UDMA/133 abar m512@0xf7500000 port 0xf7500100 irq 81
    Feb 1 20:31:48 localhost kernel: [ 2.537803] ata8: SATA max UDMA/133 abar m512@0xf7500000 port 0xf7500180 irq 81
    Feb 1 20:31:48 localhost kernel: [ 2.550064] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    Feb 1 20:31:48 localhost kernel: [ 2.550194] hub 3-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.550198] hub 3-0:1.0: 5 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.550282] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    Feb 1 20:31:48 localhost kernel: [ 2.550313] ehci_hcd 0000:00:13.2: EHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.550320] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
    Feb 1 20:31:48 localhost kernel: [ 2.550326] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Feb 1 20:31:48 localhost kernel: [ 2.550345] ehci_hcd 0000:00:13.2: debug port 1
    Feb 1 20:31:48 localhost kernel: [ 2.550362] ehci_hcd 0000:00:13.2: irq 21, io mem 0xf7607000
    Feb 1 20:31:48 localhost kernel: [ 2.553402] xhci_hcd 0000:05:00.0: PCI INT A -> GSI 50 (level, low) -> IRQ 50
    Feb 1 20:31:48 localhost kernel: [ 2.553438] xhci_hcd 0000:05:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.553447] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 5
    Feb 1 20:31:48 localhost kernel: [ 2.555089] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Feb 1 20:31:48 localhost kernel: [ 2.560049] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    Feb 1 20:31:48 localhost kernel: [ 2.560188] hub 4-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.560191] hub 4-0:1.0: 5 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.560280] ehci_hcd 0000:00:16.2: PCI INT B -> GSI 23 (level, low) -> IRQ 23
    Feb 1 20:31:48 localhost kernel: [ 2.560314] ehci_hcd 0000:00:16.2: EHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.560321] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 6
    Feb 1 20:31:48 localhost kernel: [ 2.560329] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Feb 1 20:31:48 localhost kernel: [ 2.560349] ehci_hcd 0000:00:16.2: debug port 1
    Feb 1 20:31:48 localhost kernel: [ 2.560367] ehci_hcd 0000:00:16.2: irq 23, io mem 0xf7604000
    Feb 1 20:31:48 localhost kernel: [ 2.563065] xhci_hcd 0000:05:00.0: irq 50, io mem 0xf7200000
    Feb 1 20:31:48 localhost kernel: [ 2.563367] hub 5-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.563373] hub 5-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.563437] xhci_hcd 0000:05:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.563443] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 7
    Feb 1 20:31:48 localhost kernel: [ 2.563617] hub 7-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.563625] hub 7-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.573392] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
    Feb 1 20:31:48 localhost kernel: [ 2.573722] hub 6-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.573728] hub 6-0:1.0: 4 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.574021] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Feb 1 20:31:48 localhost kernel: [ 2.574050] ohci_hcd 0000:00:12.0: OHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.574059] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 8
    Feb 1 20:31:48 localhost kernel: [ 2.574083] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf760a000
    Feb 1 20:31:48 localhost kernel: [ 2.580067] xhci_hcd 0000:06:00.0: PCI INT A -> GSI 48 (level, low) -> IRQ 48
    Feb 1 20:31:48 localhost kernel: [ 2.580106] xhci_hcd 0000:06:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.580121] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 9
    Feb 1 20:31:48 localhost kernel: [ 2.589735] xhci_hcd 0000:06:00.0: irq 48, io mem 0xf7100000
    Feb 1 20:31:48 localhost kernel: [ 2.590047] hub 9-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.590052] hub 9-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.590111] xhci_hcd 0000:06:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.590116] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 10
    Feb 1 20:31:48 localhost kernel: [ 2.590227] hub 10-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.590232] hub 10-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.634184] hub 8-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.634190] hub 8-0:1.0: 5 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.634310] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    Feb 1 20:31:48 localhost kernel: [ 2.634324] ohci_hcd 0000:00:13.0: OHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.634331] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 11
    Feb 1 20:31:48 localhost kernel: [ 2.634353] ohci_hcd 0000:00:13.0: irq 20, io mem 0xf7608000
    Feb 1 20:31:48 localhost kernel: [ 2.690863] hub 11-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.690869] hub 11-0:1.0: 5 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.690964] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Feb 1 20:31:48 localhost kernel: [ 2.690977] ohci_hcd 0000:00:14.5: OHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.690984] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 12
    Feb 1 20:31:48 localhost kernel: [ 2.691000] ohci_hcd 0000:00:14.5: irq 18, io mem 0xf7606000
    Feb 1 20:31:48 localhost kernel: [ 2.747523] hub 12-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.747528] hub 12-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.747611] ohci_hcd 0000:00:16.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Feb 1 20:31:48 localhost kernel: [ 2.747623] ohci_hcd 0000:00:16.0: OHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.747631] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 13
    Feb 1 20:31:48 localhost kernel: [ 2.747651] ohci_hcd 0000:00:16.0: irq 22, io mem 0xf7605000
    Feb 1 20:31:48 localhost kernel: [ 2.804198] hub 13-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.804204] hub 13-0:1.0: 4 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.846739] ata5: SATA link down (SStatus 0 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 2.853415] ata6: SATA link down (SStatus 0 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 2.853422] ata7: SATA link down (SStatus 0 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 2.860071] usb 3-3: new high-speed USB device number 2 using ehci_hcd
    Feb 1 20:31:48 localhost kernel: [ 3.013403] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 3.013934] ata2.00: ATAPI: Optiarc DVD RW AD-7170S, 1.00, max UDMA/66
    Feb 1 20:31:48 localhost kernel: [ 3.014751] ata2.00: configured for UDMA/66
    Feb 1 20:31:48 localhost kernel: [ 3.020037] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 3.020063] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 3.020360] ata1.00: ATA-8: INTEL SSDSA2CW120G3, 4PC10362, max UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 3.020362] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Feb 1 20:31:48 localhost kernel: [ 3.020690] ata1.00: configured for UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 3.020813] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSA2CW12 4PC1 PQ: 0 ANSI: 5
    Feb 1 20:31:48 localhost kernel: [ 3.022190] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7170S 1.00 PQ: 0 ANSI: 5
    Feb 1 20:31:48 localhost kernel: [ 3.074092] ata3.00: ATA-7: ST3500641AS, 3.AGE, max UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 3.074095] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Feb 1 20:31:48 localhost kernel: [ 3.140722] ata3.00: configured for UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 3.140825] scsi 2:0:0:0: Direct-Access ATA ST3500641AS 3.AG PQ: 0 ANSI: 5
    Feb 1 20:31:48 localhost kernel: [ 3.216724] Refined TSC clocksource calibration: 3110.408 MHz.
    Feb 1 20:31:48 localhost kernel: [ 3.216733] Switching to clocksource tsc
    Feb 1 20:31:48 localhost kernel: [ 3.263391] usb 4-3: new high-speed USB device number 2 using ehci_hcd
    Feb 1 20:31:48 localhost kernel: [ 3.395804] hub 4-3:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 3.395894] hub 4-3:1.0: 3 ports detected
    Feb 1 20:31:48 localhost kernel: [ 3.553384] usb 4-5: new high-speed USB device number 4 using ehci_hcd
    Feb 1 20:31:48 localhost kernel: [ 4.046721] usb 11-4: new low-speed USB device number 2 using ohci_hcd
    Feb 1 20:31:48 localhost kernel: [ 4.273663] usb 4-3.2: new low-speed USB device number 5 using ehci_hcd
    Feb 1 20:31:48 localhost kernel: [ 4.420186] input: Western Digital My Book as /devices/pci0000:00/0000:00:12.2/usb3/3-3/3-3:1.1/input/input0
    Feb 1 20:31:48 localhost kernel: [ 4.420237] generic-usb 0003:1058:1102.0001: input,hidraw0: USB HID v1.11 Device [Western Digital My Book] on usb-0000:00:12.2-3/input1
    Feb 1 20:31:48 localhost kernel: [ 4.426121] input: Microsoft Microsoft Optical Mouse with Tilt Wheel as /devices/pci0000:00/0000:00:13.0/usb11/11-4/11-4:1.0/input/input1
    Feb 1 20:31:48 localhost kernel: [ 4.426201] generic-usb 0003:045E:00D1.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft Optical Mouse with Tilt Wheel] on usb-0000:00:13.0-4/input0
    Feb 1 20:31:48 localhost kernel: [ 4.426298] usbcore: registered new interface driver usbhid
    Feb 1 20:31:48 localhost kernel: [ 4.426300] usbhid: USB HID core driver
    Feb 1 20:31:48 localhost kernel: [ 4.430576] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:13.2/usb4/4-3/4-3.2/4-3.2:1.0/input/input2
    Feb 1 20:31:48 localhost kernel: [ 4.430693] apple 0003:05AC:0221.0003: input,hidraw2: USB HID v1.11 Keyboard [Apple, Inc Apple Keyboard] on usb-0000:00:13.2-3.2/input0
    Feb 1 20:31:48 localhost kernel: [ 4.433681] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:13.2/usb4/4-3/4-3.2/4-3.2:1.1/input/input3
    Feb 1 20:31:48 localhost kernel: [ 4.433739] apple 0003:05AC:0221.0004: input,hidraw3: USB HID v1.11 Device [Apple, Inc Apple Keyboard] on usb-0000:00:13.2-3.2/input1
    Feb 1 20:31:48 localhost kernel: [ 12.293392] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 12.309096] ata4.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 12.309099] ata4.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    Feb 1 20:31:48 localhost kernel: [ 12.312342] ata4.00: configured for UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 12.312441] scsi 3:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
    Feb 1 20:31:48 localhost kernel: [ 12.630028] ata8: SATA link down (SStatus 0 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 12.635871] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    Feb 1 20:31:48 localhost kernel: [ 12.635950] sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Feb 1 20:31:48 localhost kernel: [ 12.635957] sd 0:0:0:0: [sda] Write Protect is off
    Feb 1 20:31:48 localhost kernel: [ 12.635976] sd 3:0:0:0: [sdc] 586072368 512-byte logical blocks: (300 GB/279 GiB)
    Feb 1 20:31:48 localhost kernel: [ 12.635985] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 1 20:31:48 localhost kernel: [ 12.636034] sd 3:0:0:0: [sdc] Write Protect is off
    Feb 1 20:31:48 localhost kernel: [ 12.636045] sd 2:0:0:0: [sdb] Write Protect is off
    Feb 1 20:31:48 localhost kernel: [ 12.636066] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 1 20:31:48 localhost kernel: [ 12.636079] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 1 20:31:48 localhost kernel: [ 12.636749] sda: sda1 sda2 sda3 sda4
    Feb 1 20:31:48 localhost kernel: [ 12.637439] sd 0:0:0:0: [sda] Attached SCSI disk
    Feb 1 20:31:48 localhost kernel: [ 12.640917] sdc: sdc1
    Feb 1 20:31:48 localhost kernel: [ 12.641165] sd 3:0:0:0: [sdc] Attached SCSI disk
    Feb 1 20:31:48 localhost kernel: [ 12.651794] sdb: sdb1 sdb2
    Feb 1 20:31:48 localhost kernel: [ 12.652085] sd 2:0:0:0: [sdb] Attached SCSI disk
    Feb 1 20:31:48 localhost kernel: [ 12.655644] sr0: scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray
    Feb 1 20:31:48 localhost kernel: [ 12.655648] cdrom: Uniform CD-ROM driver Revision: 3.20
    Feb 1 20:31:48 localhost kernel: [ 13.048056] Btrfs loaded
    Feb 1 20:31:48 localhost kernel: [ 13.048506] device fsid 699d671b-7064-441d-95ec-c616049fe287 devid 1 transid 3976 /dev/sda2
    Feb 1 20:31:48 localhost kernel: [ 13.056208] Btrfs detected SSD devices, enabling SSD mode
    Feb 1 20:31:48 localhost [ 13.490114] udevd[216]: starting version 180
    Feb 1 20:31:48 localhost kernel: [ 13.539060] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
    Feb 1 20:31:48 localhost kernel: [ 13.539066] ACPI: Power Button [PWRB]
    Feb 1 20:31:48 localhost kernel: [ 13.539864] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    Feb 1 20:31:48 localhost kernel: [ 13.539869] ACPI: Power Button [PWRF]
    Feb 1 20:31:48 localhost kernel: [ 13.540851] wmi: Mapper loaded
    Feb 1 20:31:48 localhost kernel: [ 13.558916] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    Feb 1 20:31:48 localhost kernel: [ 13.560394] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
    Feb 1 20:31:48 localhost kernel: [ 13.560397] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
    Feb 1 20:31:48 localhost kernel: [ 13.560422] e1000e 0000:03:00.0: Disabling ASPM L0s
    Feb 1 20:31:48 localhost kernel: [ 13.560446] e1000e 0000:03:00.0: PCI INT A -> GSI 46 (level, low) -> IRQ 46
    Feb 1 20:31:48 localhost kernel: [ 13.561584] ACPI: resource piix4_smbus [io 0x0b00-0x0b07] conflicts with ACPI region SMRG [io 0xb00-0xb2f]
    Feb 1 20:31:48 localhost kernel: [ 13.561588] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Feb 1 20:31:48 localhost kernel: [ 13.566248] [drm] Initialized drm 1.1.0 20060810
    Feb 1 20:31:48 localhost kernel: [ 13.574620] input: PC Speaker as /devices/platform/pcspkr/input/input6
    Feb 1 20:31:48 localhost kernel: [ 13.578148] EDAC MC: Ver: 2.1.0
    Feb 1 20:31:48 localhost kernel: [ 13.580298] MCE: In-kernel MCE decoding enabled.
    Feb 1 20:31:48 localhost kernel: [ 13.584054] snd_hda_intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Feb 1 20:31:48 localhost kernel: [ 13.585205] AMD64 EDAC driver v3.4.0
    Feb 1 20:31:48 localhost kernel: [ 13.592440] MXM: GUID detected in BIOS
    Feb 1 20:31:48 localhost kernel: [ 13.592532] nouveau 0000:01:00.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24
    Feb 1 20:31:48 localhost kernel: [ 13.594790] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x450300a3)
    Feb 1 20:31:48 localhost kernel: [ 13.599879] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    Feb 1 20:31:48 localhost kernel: [ 13.617652] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Feb 1 20:31:48 localhost kernel: [ 13.618816] asus_wmi: ASUS WMI generic driver loaded
    Feb 1 20:31:48 localhost kernel: [ 13.619138] hda_codec: ALC889: BIOS auto-probing.
    Feb 1 20:31:48 localhost kernel: [ 13.620044] asus_wmi: Initialization: 0x0
    Feb 1 20:31:48 localhost kernel: [ 13.620072] asus_wmi: BIOS WMI version: 0.9
    Feb 1 20:31:48 localhost kernel: [ 13.620130] asus_wmi: SFUN value: 0x0
    Feb 1 20:31:48 localhost kernel: [ 13.620447] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input7
    Feb 1 20:31:48 localhost kernel: [ 13.622424] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input8
    Feb 1 20:31:48 localhost kernel: [ 13.631444] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    Feb 1 20:31:48 localhost kernel: [ 13.631636] EDAC amd64: DRAM ECC disabled.
    Feb 1 20:31:48 localhost kernel: [ 13.631648] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Feb 1 20:31:48 localhost kernel: [ 13.631650] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    Feb 1 20:31:48 localhost kernel: [ 13.631651] (Note that use of the override may cause unknown side effects.)
    Feb 1 20:31:48 localhost kernel: [ 13.663236] e1000e 0000:03:00.0: eth0: (PCI Express:2.5GT/s:Width x1) 14:da:e9:13:96:a9
    Feb 1 20:31:48 localhost kernel: [ 13.663239] e1000e 0000:03:00.0: eth0: Intel(R) PRO/1000 Network Connection
    Feb 1 20:31:48 localhost kernel: [ 13.663331] e1000e 0000:03:00.0: eth0: MAC: 4, PHY: 8, PBA No: FFFFFF-0FF
    Feb 1 20:31:48 localhost kernel: [ 13.672185] [drm] nouveau 0000:01:00.0: ... appears to be valid
    Feb 1 20:31:48 localhost kernel: [ 13.672188] [drm] nouveau 0000:01:00.0: BIT BIOS found
    Feb 1 20:31:48 localhost kernel: [ 13.672190] [drm] nouveau 0000:01:00.0: Bios version 60.80.18.00
    Feb 1 20:31:48 localhost kernel: [ 13.672193] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
    Feb 1 20:31:48 localhost kernel: [ 13.672195] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    Feb 1 20:31:48 localhost kernel: [ 13.672197] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 04000320 00000028
    Feb 1 20:31:48 localhost kernel: [ 13.672199] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000322 00000030
    Feb 1 20:31:48 localhost kernel: [ 13.672201] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02011310 00000028
    Feb 1 20:31:48 localhost kernel: [ 13.672203] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030
    Feb 1 20:31:48 localhost kernel: [ 13.672204] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c1c023
    Feb 1 20:31:48 localhost kernel: [ 13.672207] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 14 2
    Feb 1 20:31:48 localhost kernel: [ 13.672209] [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07
    Feb 1 20:31:48 localhost kernel: [ 13.672211] [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08
    Feb 1 20:31:48 localhost kernel: [ 13.672213] [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff
    Feb 1 20:31:48 localhost kernel: [ 13.672214] [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff
    Feb 1 20:31:48 localhost kernel: [ 13.672216] [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff
    Feb 1 20:31:48 localhost kernel: [ 13.672220] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xBFB4
    Feb 1 20:31:48 localhost kernel: [ 13.694453] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xC1BF
    Feb 1 20:31:48 localhost kernel: [ 13.711299] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xD37B
    Feb 1 20:31:48 localhost kernel: [ 13.711307] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xD46A
    Feb 1 20:31:48 localhost kernel: [ 13.712376] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xD621
    Feb 1 20:31:48 localhost kernel: [ 13.712378] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xD686
    Feb 1 20:31:48 localhost kernel: [ 13.732383] [drm] nouveau 0000:01:00.0: 0xD686: Condition still not met after 20ms, skipping following opcodes
    Feb 1 20:31:48 localhost kernel: [ 13.774080] adt7475 0-002e: ADT7473 device, revision 0
    Feb 1 20:31:48 localhost kernel: [ 13.774082] adt7475 0-002e: Optional features: fan4
    Feb 1 20:31:48 localhost kernel: [ 13.783928] [drm] nouveau 0000:01:00.0: Detected monitoring device: adt7473
    Feb 1 20:31:48 localhost kernel: [ 13.783931] [drm] nouveau 0000:01:00.0: 1 available performance level(s)
    Feb 1 20:31:48 localhost kernel: [ 13.783935] [drm] nouveau 0000:01:00.0: 0: core 513MHz shader 1188MHz memory 792MHz voltage 1300mV fanspeed 100%
    Feb 1 20:31:48 localhost kernel: [ 13.783950] [drm] nouveau 0000:01:00.0: c: core 198MHz shader 1188MHz memory 396MHz
    Feb 1 20:31:48 localhost kernel: [ 13.785323] [TTM] Zone kernel: Available graphics memory: 4062776 kiB.
    Feb 1 20:31:48 localhost kernel: [ 13.785325] [TTM] Zone dma32: Available graphics memory: 2097152 kiB.
    Feb 1 20:31:48 localhost kernel: [ 13.785327] [TTM] Initializing pool allocator.
    Feb 1 20:31:48 localhost kernel: [ 13.785341] [drm] nouveau 0000:01:00.0: Detected 320MiB VRAM
    Feb 1 20:31:48 localhost kernel: [ 13.799226] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    Feb 1 20:31:48 localhost kernel: [ 13.806974] [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
    Feb 1 20:31:48 localhost kernel: [ 13.806977] [drm] nouveau 0000:01:00.0: TV-1 has no encoders, removing
    Feb 1 20:31:48 localhost kernel: [ 13.817239] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Feb 1 20:31:48 localhost kernel: [ 13.817241] [drm] No driver support for vblank timestamp query.
    Feb 1 20:31:48 localhost kernel: [ 13.918245] usbcore: registered new interface driver uas
    Feb 1 20:31:48 localhost kernel: [ 13.919398] Linux media interface: v0.10
    Feb 1 20:31:48 localhost kernel: [ 13.921493] Initializing USB Mass Storage driver...
    Feb 1 20:31:48 localhost kernel: [ 13.921642] scsi8 : usb-storage 3-3:1.0
    Feb 1 20:31:48 localhost kernel: [ 13.922317] usbcore: registered new interface driver usb-storage
    Feb 1 20:31:48 localhost kernel: [ 13.922320] USB Mass Storage support registered.
    Feb 1 20:31:48 localhost kernel: [ 13.925326] Linux video capture interface: v2.00
    Feb 1 20:31:48 localhost kernel: [ 13.927942] uvcvideo: Found UVC 1.00 device <unnamed> (046d:080f)
    Feb 1 20:31:48 localhost kernel: [ 13.942174] input: UVC Camera (046d:080f) as /devices/pci0000:00/0000:00:13.2/usb4/4-5/4-5:1.0/input/input10
    Feb 1 20:31:48 localhost kernel: [ 13.942248] usbcore: registered new interface driver uvcvideo
    Feb 1 20:31:48 localhost kernel: [ 13.942251] USB Video Class driver (1.1.1)
    Feb 1 20:31:48 localhost kernel: [ 13.976590] [drm] nouveau 0000:01:00.0: allocated 1680x1050 fb: 0x310000, bo ffff88021ea78000
    Feb 1 20:31:48 localhost kernel: [ 13.976738] fbcon: nouveaufb (fb0) is primary device
    Feb 1 20:31:48 localhost kernel: [ 14.021548] Console: switching to colour frame buffer device 210x65
    Feb 1 20:31:48 localhost kernel: [ 14.025974] fb0: nouveaufb frame buffer device
    Feb 1 20:31:48 localhost kernel: [ 14.025976] drm: registered panic notifier
    Feb 1 20:31:48 localhost kernel: [ 14.025979] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    Feb 1 20:31:48 localhost kernel: [ 14.946307] scsi 8:0:0:0: Direct-Access WD My Book 1028 PQ: 0 ANSI: 4
    Feb 1 20:31:48 localhost kernel: [ 14.969040] sd 8:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Feb 1 20:31:48 localhost kernel: [ 14.982159] sd 8:0:0:0: [sdd] Write Protect is off
    Feb 1 20:31:48 localhost kernel: [ 14.996032] sd 8:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 1 20:31:48 localhost kernel: [ 15.619105] sdd: sdd1
    Feb 1 20:31:48 localhost kernel: [ 15.730813] sd 8:0:0:0: [sdd] Attached SCSI disk
    Feb 1 20:31:48 localhost kernel: [ 17.625282] device fsid 699d671b-7064-441d-95ec-c616049fe287 devid 1 transid 3976 /dev/sda2
    Feb 1 20:31:48 localhost kernel: [ 17.625855] device label home devid 1 transid 8074 /dev/sda3
    Feb 1 20:31:48 localhost kernel: [ 17.927687] btrfs: use ssd allocation scheme
    Feb 1 20:31:48 localhost kernel: [ 17.930204] device label home devid 1 transid 8074 /dev/sda3
    Feb 1 20:31:48 localhost kernel: [ 17.940362] Btrfs detected SSD devices, enabling SSD mode
    Feb 1 20:31:48 localhost kernel: [ 17.976566] kjournald starting. Commit interval 5 seconds
    Feb 1 20:31:48 localhost kernel: [ 17.976619] EXT3-fs (sdb2): warning: maximal mount count reached, running e2fsck is recommended
    Feb 1 20:31:48 localhost kernel: [ 17.976813] EXT3-fs (sdb2): using internal journal
    Feb 1 20:31:48 localhost kernel: [ 17.976816] EXT3-fs (sdb2): mounted filesystem with ordered data mode
    Feb 1 20:31:48 localhost kernel: [ 18.018513] kjournald starting. Commit interval 5 seconds
    Feb 1 20:31:48 localhost kernel: [

    User,
    Refer this
    http://oracleintelligence.blogspot.com/2008/08/obiee-time-to-expire-for-idle.html
    thanks,
    Saichand.v

  • GDM and Gnome graphical issues with Nvidia card

    Hi !
    I want to install archlinux with cinnamon as desktop environment on the computer of a friend, but I have some issue with it, and especially with (I think) the graphic card, it's a Nvidia GeForce FX 5200LE.
    I tried installing nvidia-173xx from the aur first. I installed gdm, but it's extremly slow, as a result that I can't log in (nevertheless the mouse is fluid..)  the cpu is not so much used yet, and it's the same thing in the cinnamon session or the gnome session (I tried installing lightdm to log in which works fine). Moreover, in the session I've got some strange graphical things, such as some missing white pixels, or a blue window when I launch nautilus, ... (here are some screenshots : http://i49.tinypic.com/2efhm6s.png and a with a window : http://i46.tinypic.com/116m05k.png)
    I tried to install the nouveau driver instead, and now gdm don't freeze, I can log in, but there is always these strange graphical issues.
    Is the graphic card too old for gnome ? Or did I forget something ?
    Thank you in advance for your help !! And sorry for my english ..
    Here are some log with the nouveau driver :
    - Xorg.log :
    [ 9.026]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 9.026] X Protocol Version 11, Revision 0
    [ 9.026] Build Operating System: Linux 3.4.8-1-ARCH i686
    [ 9.026] Current Operating System: Linux famille-workstation 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 08:15:06 UTC 2012 i686
    [ 9.026] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=83840f06-da6c-4558-a8ef-8ed779442ff3 ro quiet pci=nomsi
    [ 9.026] Build Date: 27 August 2012 08:08:29AM
    [ 9.026]
    [ 9.026] Current version of pixman: 0.26.2
    [ 9.026] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 9.026] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 9.027] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 5 13:26:01 2012
    [ 9.053] (==) Using config file: "/etc/X11/xorg.conf"
    [ 9.053] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 9.072] (==) No Layout section. Using the first Screen section.
    [ 9.072] (==) No screen section available. Using defaults.
    [ 9.072] (**) |-->Screen "Default Screen Section" (0)
    [ 9.072] (**) | |-->Monitor "<default monitor>"
    [ 9.074] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 9.074] (**) Option "AIGLX" "off"
    [ 9.074] (==) Automatically adding devices
    [ 9.074] (==) Automatically enabling devices
    [ 9.127] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 9.127] Entry deleted from font path.
    [ 9.128] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 9.128] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
    [ 9.128] Entry deleted from font path.
    [ 9.128] (Run 'mkfontdir' on "/usr/share/fonts/Type1/").
    [ 9.128] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 9.128] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 9.128] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 9.128] (II) Loader magic: 0x82225a0
    [ 9.128] (II) Module ABI versions:
    [ 9.128] X.Org ANSI C Emulation: 0.4
    [ 9.128] X.Org Video Driver: 12.1
    [ 9.128] X.Org XInput driver : 16.0
    [ 9.128] X.Org Server Extension : 6.0
    [ 9.129] (--) PCI:*(0:1:0:0) 10de:0323:107d:1334 rev 161, Mem @ 0xe0000000/16777216, 0xd8000000/134217728, BIOS @ 0x????????/131072
    [ 9.129] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 9.129] (II) LoadModule: "extmod"
    [ 9.145] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 9.156] (II) Module extmod: vendor="X.Org Foundation"
    [ 9.156] compiled for 1.12.4, module version = 1.0.0
    [ 9.156] Module class: X.Org Server Extension
    [ 9.156] ABI class: X.Org Server Extension, version 6.0
    [ 9.156] (II) Loading extension MIT-SCREEN-SAVER
    [ 9.156] (II) Loading extension XFree86-VidModeExtension
    [ 9.156] (II) Loading extension XFree86-DGA
    [ 9.156] (II) Loading extension DPMS
    [ 9.156] (II) Loading extension XVideo
    [ 9.156] (II) Loading extension XVideo-MotionCompensation
    [ 9.156] (II) Loading extension X-Resource
    [ 9.156] (II) LoadModule: "dbe"
    [ 9.157] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 9.157] (II) Module dbe: vendor="X.Org Foundation"
    [ 9.157] compiled for 1.12.4, module version = 1.0.0
    [ 9.157] Module class: X.Org Server Extension
    [ 9.157] ABI class: X.Org Server Extension, version 6.0
    [ 9.157] (II) Loading extension DOUBLE-BUFFER
    [ 9.157] (II) LoadModule: "glx"
    [ 9.157] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 9.164] (II) Module glx: vendor="X.Org Foundation"
    [ 9.164] compiled for 1.12.4, module version = 1.0.0
    [ 9.164] ABI class: X.Org Server Extension, version 6.0
    [ 9.164] (**) AIGLX disabled
    [ 9.165] (II) Loading extension GLX
    [ 9.165] (II) LoadModule: "record"
    [ 9.165] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 9.166] (II) Module record: vendor="X.Org Foundation"
    [ 9.166] compiled for 1.12.4, module version = 1.13.0
    [ 9.166] Module class: X.Org Server Extension
    [ 9.166] ABI class: X.Org Server Extension, version 6.0
    [ 9.166] (II) Loading extension RECORD
    [ 9.166] (II) LoadModule: "dri"
    [ 9.166] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 9.172] (II) Module dri: vendor="X.Org Foundation"
    [ 9.172] compiled for 1.12.4, module version = 1.0.0
    [ 9.172] ABI class: X.Org Server Extension, version 6.0
    [ 9.172] (II) Loading extension XFree86-DRI
    [ 9.172] (II) LoadModule: "dri2"
    [ 9.172] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 9.173] (II) Module dri2: vendor="X.Org Foundation"
    [ 9.173] compiled for 1.12.4, module version = 1.2.0
    [ 9.173] ABI class: X.Org Server Extension, version 6.0
    [ 9.173] (II) Loading extension DRI2
    [ 9.173] (==) Matched nouveau as autoconfigured driver 0
    [ 9.173] (==) Matched nvidia as autoconfigured driver 1
    [ 9.173] (==) Matched nv as autoconfigured driver 2
    [ 9.173] (==) Matched vesa as autoconfigured driver 3
    [ 9.173] (==) Matched fbdev as autoconfigured driver 4
    [ 9.173] (==) Assigned the driver to the xf86ConfigLayout
    [ 9.173] (II) LoadModule: "nouveau"
    [ 9.180] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 9.191] (II) Module nouveau: vendor="X.Org Foundation"
    [ 9.191] compiled for 1.12.2, module version = 1.0.1
    [ 9.191] Module class: X.Org Video Driver
    [ 9.191] ABI class: X.Org Video Driver, version 12.0
    [ 9.191] (II) LoadModule: "nvidia"
    [ 9.191] (WW) Warning, couldn't open module nvidia
    [ 9.191] (II) UnloadModule: "nvidia"
    [ 9.191] (II) Unloading nvidia
    [ 9.192] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 9.192] (II) LoadModule: "nv"
    [ 9.192] (WW) Warning, couldn't open module nv
    [ 9.192] (II) UnloadModule: "nv"
    [ 9.192] (II) Unloading nv
    [ 9.192] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 9.192] (II) LoadModule: "vesa"
    [ 9.192] (WW) Warning, couldn't open module vesa
    [ 9.192] (II) UnloadModule: "vesa"
    [ 9.192] (II) Unloading vesa
    [ 9.192] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 9.192] (II) LoadModule: "fbdev"
    [ 9.193] (WW) Warning, couldn't open module fbdev
    [ 9.193] (II) UnloadModule: "fbdev"
    [ 9.193] (II) Unloading fbdev
    [ 9.193] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 9.193] (II) NOUVEAU driver
    [ 9.193] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 9.193] RIVA TNT (NV04)
    [ 9.193] RIVA TNT2 (NV05)
    [ 9.193] GeForce 256 (NV10)
    [ 9.193] GeForce 2 (NV11, NV15)
    [ 9.193] GeForce 4MX (NV17, NV18)
    [ 9.193] GeForce 3 (NV20)
    [ 9.193] GeForce 4Ti (NV25, NV28)
    [ 9.193] GeForce FX (NV3x)
    [ 9.193] GeForce 6 (NV4x)
    [ 9.193] GeForce 7 (G7x)
    [ 9.193] GeForce 8 (G8x)
    [ 9.193] GeForce GTX 200 (NVA0)
    [ 9.193] GeForce GTX 400 (NVC0)
    [ 9.193] (++) using VT number 7
    [ 9.196] drmOpenDevice: node name is /dev/dri/card0
    [ 9.196] drmOpenDevice: open result is 7, (OK)
    [ 9.196] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 9.196] drmOpenDevice: node name is /dev/dri/card0
    [ 9.196] drmOpenDevice: open result is 7, (OK)
    [ 9.196] drmOpenByBusid: drmOpenMinor returns 7
    [ 9.196] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 9.196] (II) [drm] nouveau interface version: 1.0.0
    [ 9.196] (II) Loading sub module "dri"
    [ 9.196] (II) LoadModule: "dri"
    [ 9.197] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 9.197] (II) Module dri: vendor="X.Org Foundation"
    [ 9.197] compiled for 1.12.4, module version = 1.0.0
    [ 9.197] ABI class: X.Org Server Extension, version 6.0
    [ 9.197] (II) NOUVEAU(0): Loaded DRI module
    [ 9.197] drmOpenDevice: node name is /dev/dri/card0
    [ 9.197] drmOpenDevice: open result is 8, (OK)
    [ 9.197] drmOpenDevice: node name is /dev/dri/card0
    [ 9.197] drmOpenDevice: open result is 8, (OK)
    [ 9.197] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 9.197] drmOpenDevice: node name is /dev/dri/card0
    [ 9.197] drmOpenDevice: open result is 8, (OK)
    [ 9.197] drmOpenByBusid: drmOpenMinor returns 8
    [ 9.197] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 9.197] (II) [drm] DRM interface version 1.4
    [ 9.197] (II) [drm] DRM open master succeeded.
    [ 9.197] (--) NOUVEAU(0): Chipset: "NVIDIA NV34"
    [ 9.197] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 9.197] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 9.197] (==) NOUVEAU(0): RGB weight 888
    [ 9.197] (==) NOUVEAU(0): Default visual is TrueColor
    [ 9.197] (==) NOUVEAU(0): Using HW cursor
    [ 9.197] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 9.197] (==) NOUVEAU(0): Page flipping enabled
    [ 9.197] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 9.227] (II) NOUVEAU(0): Output VGA-1 has no monitor section
    [ 9.280] (II) NOUVEAU(0): Output TV-1 has no monitor section
    [ 9.309] (II) NOUVEAU(0): EDID for output VGA-1
    [ 9.309] (II) NOUVEAU(0): Manufacturer: SAM Model: 1b Serial#: 1195913527
    [ 9.309] (II) NOUVEAU(0): Year: 2003 Week: 16
    [ 9.309] (II) NOUVEAU(0): EDID Version: 1.3
    [ 9.309] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 9.309] (II) NOUVEAU(0): Sync: Separate Composite SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
    [ 9.309] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 34 vert.: 27
    [ 9.309] (II) NOUVEAU(0): Gamma: 2.40
    [ 9.309] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 9.309] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 9.309] (II) NOUVEAU(0): redX: 0.634 redY: 0.354 greenX: 0.304 greenY: 0.581
    [ 9.309] (II) NOUVEAU(0): blueX: 0.143 blueY: 0.102 whiteX: 0.318 whiteY: 0.339
    [ 9.309] (II) NOUVEAU(0): Supported established timings:
    [ 9.309] (II) NOUVEAU(0): 720x400@70Hz
    [ 9.309] (II) NOUVEAU(0): 640x480@60Hz
    [ 9.309] (II) NOUVEAU(0): 640x480@67Hz
    [ 9.309] (II) NOUVEAU(0): 640x480@72Hz
    [ 9.310] (II) NOUVEAU(0): 640x480@75Hz
    [ 9.310] (II) NOUVEAU(0): 800x600@56Hz
    [ 9.310] (II) NOUVEAU(0): 800x600@60Hz
    [ 9.310] (II) NOUVEAU(0): 800x600@72Hz
    [ 9.310] (II) NOUVEAU(0): 800x600@75Hz
    [ 9.310] (II) NOUVEAU(0): 832x624@75Hz
    [ 9.310] (II) NOUVEAU(0): 1024x768@60Hz
    [ 9.310] (II) NOUVEAU(0): 1024x768@70Hz
    [ 9.310] (II) NOUVEAU(0): 1024x768@75Hz
    [ 9.310] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 9.310] (II) NOUVEAU(0): 1152x864@75Hz
    [ 9.310] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 9.310] (II) NOUVEAU(0): Supported standard timings:
    [ 9.310] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 9.310] (II) NOUVEAU(0): #1: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    [ 9.310] (II) NOUVEAU(0): #2: hsize: 800 vsize 600 refresh: 60 vid: 16453
    [ 9.310] (II) NOUVEAU(0): #3: hsize: 640 vsize 480 refresh: 60 vid: 16433
    [ 9.310] (II) NOUVEAU(0): Supported detailed timing:
    [ 9.310] (II) NOUVEAU(0): clock: 108.0 MHz Image Size: 338 x 270 mm
    [ 9.310] (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 9.310] (II) NOUVEAU(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 9.310] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 9.310] (II) NOUVEAU(0): Monitor name: SyncMaster
    [ 9.310] (II) NOUVEAU(0): Serial No: HJGW403719
    [ 9.310] (II) NOUVEAU(0): EDID (in hex):
    [ 9.310] (II) NOUVEAU(0): 00ffffffffffff004c2d1b0037314847
    [ 9.310] (II) NOUVEAU(0): 100d01030f221b8cea6f8ba25a4d9424
    [ 9.310] (II) NOUVEAU(0): 1a5156bfef8081806140454031400101
    [ 9.310] (II) NOUVEAU(0): 010101010101302a009851002a403070
    [ 9.310] (II) NOUVEAU(0): 1300520e1100001e000000fd00384c1e
    [ 9.310] (II) NOUVEAU(0): 510e000a202020202020000000fc0053
    [ 9.310] (II) NOUVEAU(0): 796e634d61737465720a2020000000ff
    [ 9.310] (II) NOUVEAU(0): 00484a47573430333731390a20200057
    [ 9.310] (II) NOUVEAU(0): EDID vendor "SAM", prod id 27
    [ 9.310] (II) NOUVEAU(0): Using EDID range info for horizontal sync
    [ 9.310] (II) NOUVEAU(0): Using EDID range info for vertical refresh
    [ 9.310] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 9.310] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 9.310] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 9.310] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 9.310] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 9.310] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 9.310] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 9.310] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 9.311] (II) NOUVEAU(0): Printing probed modes for output VGA-1
    [ 9.311] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 9.311] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1280x768"x74.9 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "1024x576"x60.0 46.97 1024 1064 1168 1312 576 577 580 597 -hsync +vsync (35.8 kHz)
    [ 9.311] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
    [ 9.311] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 9.363] (II) NOUVEAU(0): EDID for output TV-1
    [ 9.363] (II) NOUVEAU(0): Output VGA-1 connected
    [ 9.363] (II) NOUVEAU(0): Output TV-1 disconnected
    [ 9.363] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 9.363] (II) NOUVEAU(0): Output VGA-1 using initial mode 1280x1024
    [ 9.363] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 9.363] (--) NOUVEAU(0): Virtual size is 1280x1024 (pitch 0)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 9.363] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 9.363] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
    [ 9.363] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1280x800": 106.5 MHz (scaled from 0.0 MHz), 62.8 kHz, 74.9 Hz
    [ 9.363] (II) NOUVEAU(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz
    [ 9.363] (II) NOUVEAU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 9.363] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1280x768": 102.2 MHz (scaled from 0.0 MHz), 60.3 kHz, 74.9 Hz
    [ 9.363] (II) NOUVEAU(0): Modeline "1280x768"x74.9 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz e)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1280x768": 79.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz
    [ 9.363] (II) NOUVEAU(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 9.363] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 9.363] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 9.363] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 9.364] (**) NOUVEAU(0): Mode "1024x576": 47.0 MHz (scaled from 0.0 MHz), 35.8 kHz, 60.0 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "1024x576"x60.0 46.97 1024 1064 1168 1312 576 577 580 597 -hsync +vsync (35.8 kHz)
    [ 9.364] (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
    [ 9.364] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 9.364] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 9.364] (**) NOUVEAU(0): Display dimensions: (340, 270) mm
    [ 9.364] (**) NOUVEAU(0): DPI set to (95, 96)
    [ 9.364] (II) Loading sub module "fb"
    [ 9.364] (II) LoadModule: "fb"
    [ 9.364] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 9.375] (II) Module fb: vendor="X.Org Foundation"
    [ 9.375] compiled for 1.12.4, module version = 1.0.0
    [ 9.375] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9.375] (II) Loading sub module "exa"
    [ 9.375] (II) LoadModule: "exa"
    [ 9.376] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 9.380] (II) Module exa: vendor="X.Org Foundation"
    [ 9.380] compiled for 1.12.4, module version = 2.5.0
    [ 9.380] ABI class: X.Org Video Driver, version 12.1
    [ 9.380] (II) Loading sub module "shadowfb"
    [ 9.380] (II) LoadModule: "shadowfb"
    [ 9.380] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 9.382] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 9.382] compiled for 1.12.4, module version = 1.0.0
    [ 9.382] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9.382] (--) Depth 24 pixmap format is 32 bpp
    [ 9.382] (II) NOUVEAU(0): Opened GPU channel 1
    [ 9.384] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 9.384] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 9.384] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 9.399] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 9.399] (II) EXA(0): Driver registered support for the following operations:
    [ 9.399] (II) Solid
    [ 9.399] (II) Copy
    [ 9.399] (II) Composite (RENDER acceleration)
    [ 9.399] (II) UploadToScreen
    [ 9.399] (II) DownloadFromScreen
    [ 9.399] (==) NOUVEAU(0): Backing store disabled
    [ 9.399] (==) NOUVEAU(0): Silken mouse enabled
    [ 9.399] (II) NOUVEAU(0): [XvMC] Associated with NV30 texture adapter.
    [ 9.399] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 9.399] (==) NOUVEAU(0): DPMS enabled
    [ 9.399] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 9.399] (--) RandR disabled
    [ 9.399] (II) Initializing built-in extension Generic Event Extension
    [ 9.399] (II) Initializing built-in extension SHAPE
    [ 9.399] (II) Initializing built-in extension MIT-SHM
    [ 9.400] (II) Initializing built-in extension XInputExtension
    [ 9.400] (II) Initializing built-in extension XTEST
    [ 9.400] (II) Initializing built-in extension BIG-REQUESTS
    [ 9.400] (II) Initializing built-in extension SYNC
    [ 9.400] (II) Initializing built-in extension XKEYBOARD
    [ 9.400] (II) Initializing built-in extension XC-MISC
    [ 9.400] (II) Initializing built-in extension SECURITY
    [ 9.400] (II) Initializing built-in extension XINERAMA
    [ 9.400] (II) Initializing built-in extension XFIXES
    [ 9.400] (II) Initializing built-in extension RENDER
    [ 9.400] (II) Initializing built-in extension RANDR
    [ 9.400] (II) Initializing built-in extension COMPOSITE
    [ 9.400] (II) Initializing built-in extension DAMAGE
    [ 9.800] (II) AIGLX: Loaded and initialized swrast
    [ 9.800] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 9.807] (II) NOUVEAU(0): NVEnterVT is called.
    [ 9.807] (II) NOUVEAU(0): Setting screen physical size to 338 x 270
    [ 9.807] resize called 1280 1024
    [ 10.066] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 10.066] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 10.066] (II) LoadModule: "evdev"
    [ 10.066] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 10.075] (II) Module evdev: vendor="X.Org Foundation"
    [ 10.075] compiled for 1.12.3.901, module version = 2.7.3
    [ 10.075] Module class: X.Org XInput Driver
    [ 10.075] ABI class: X.Org XInput driver, version 16.0
    [ 10.075] (II) Using input driver 'evdev' for 'Power Button'
    [ 10.076] (**) Power Button: always reports core events
    [ 10.076] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 10.076] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 10.076] (--) evdev: Power Button: Found keys
    [ 10.076] (II) evdev: Power Button: Configuring as keyboard
    [ 10.076] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 10.076] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 10.076] (**) Option "xkb_rules" "evdev"
    [ 10.076] (**) Option "xkb_model" "evdev"
    [ 10.076] (**) Option "xkb_layout" "us"
    [ 10.117] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 10.117] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 10.117] (II) Using input driver 'evdev' for 'Power Button'
    [ 10.117] (**) Power Button: always reports core events
    [ 10.117] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 10.118] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 10.118] (--) evdev: Power Button: Found keys
    [ 10.118] (II) evdev: Power Button: Configuring as keyboard
    [ 10.118] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 10.118] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 10.118] (**) Option "xkb_rules" "evdev"
    [ 10.118] (**) Option "xkb_model" "evdev"
    [ 10.118] (**) Option "xkb_layout" "us"
    [ 10.118] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 10.118] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 10.118] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 10.119] (**) AT Translated Set 2 keyboard: always reports core events
    [ 10.119] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 10.119] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 10.119] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 10.119] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 10.119] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 10.119] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
    [ 10.119] (**) Option "xkb_rules" "evdev"
    [ 10.119] (**) Option "xkb_model" "evdev"
    [ 10.119] (**) Option "xkb_layout" "us"
    [ 10.120] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event4)
    [ 10.120] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 10.120] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
    [ 10.120] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
    [ 10.120] (**) evdev: ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event4"
    [ 10.120] (--) evdev: ImPS/2 Logitech Wheel Mouse: Vendor 0x2 Product 0x5
    [ 10.120] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
    [ 10.120] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
    [ 10.120] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found relative axes
    [ 10.120] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
    [ 10.120] (II) evdev: ImPS/2 Logitech Wheel Mouse: Configuring as mouse
    [ 10.120] (II) evdev: ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
    [ 10.120] (**) evdev: ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 10.120] (**) evdev: ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 10.120] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
    [ 10.120] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 9)
    [ 10.120] (II) evdev: ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
    [ 10.120] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 10.120] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
    [ 10.120] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
    [ 10.120] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
    [ 10.121] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
    [ 10.121] (II) No input driver specified, ignoring this device.
    [ 10.121] (II) This device may have been added with another device file.
    [ 10.121] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 10.121] (II) No input driver specified, ignoring this device.
    [ 10.121] (II) This device may have been added with another device file.
    [ 10.174] (II) NOUVEAU(0): EDID vendor "SAM", prod id 27
    [ 10.174] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 10.174] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 10.174] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 10.174] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 10.174] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 10.174] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 14.960] (II) NOUVEAU(0): EDID vendor "SAM", prod id 27
    [ 14.960] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 14.960] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 14.960] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 14.960] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 14.961] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 14.961] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 84.256] (II) NOUVEAU(0): NVLeaveVT is called.
    [ 111.559] (II) NOUVEAU(0): NVEnterVT is called.
    [ 111.601] (II) NOUVEAU(0): EDID vendor "SAM", prod id 27
    [ 111.601] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 111.601] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 111.601] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 111.601] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 111.601] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 111.601] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 111.601] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 111.601] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 111.601] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 111.601] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 111.602] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 111.602] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 111.602] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 111.602] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 111.602] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 111.602] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 111.602] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 111.602] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 111.602] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 119.891] (II) NOUVEAU(0): EDID vendor "SAM", prod id 27
    [ 119.891] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 119.891] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 119.891] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 119.891] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 119.891] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 119.891] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 119.892] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 119.892] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 121.162] (II) NOUVEAU(0): EDID vendor "SAM", prod id 27
    [ 121.162] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 121.162] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 121.162] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 121.162] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 121.162] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 121.162] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 121.163] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 121.163] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 122.743] (II) NOUVEAU(0): EDID vendor "SAM", prod id 27
    [ 122.743] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 122.743] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 122.743] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 122.743] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 122.743] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 122.743] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 122.744] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 122.744] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 138.896] (II) NOUVEAU(0): NVLeaveVT is called.
    [ 167.669] (II) NOUVEAU(0): NVEnterVT is called.
    [ 167.720] (II) NOUVEAU(0): EDID vendor "SAM", prod id 27
    [ 167.720] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 167.720] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 167.720] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 167.720] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 167.720] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 167.720] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 186.390] (II) NOUVEAU(0): NVLeaveVT is called.
    - .xsession-errors in gnome session :
    GNOME_KEYRING_CONTROL=/home/olivier/.cache/keyring-D3uSoF
    GNOME_KEYRING_CONTROL=/home/olivier/.cache/keyring-D3uSoF
    GPG_AGENT_INFO=/home/olivier/.cache/keyring-D3uSoF/gpg:0:1
    GNOME_KEYRING_CONTROL=/home/olivier/.cache/keyring-D3uSoF
    GPG_AGENT_INFO=/home/olivier/.cache/keyring-D3uSoF/gpg:0:1
    SSH_AUTH_SOCK=/home/olivier/.cache/keyring-D3uSoF/ssh
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
    Failed to play sound: File or data not found
    ** Message: applet now removed from the notification area
    ** Message: applet now embedded in the notification area
    Avertissement du gestionnaire de fenêtres : CurrentTime used to choose focus window; focus window may not be correct.
    Avertissement du gestionnaire de fenêtres : Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
    (gnome-shell:700): folks-WARNING **: Failed to find primary PersonaStore with type ID 'eds' and ID 'system'.
    Individuals will not be linked properly and creating new links between Personas will not work.
    The configured primary PersonaStore's backend may not be installed. If you are unsure, check with your distribution.
    (gnome-shell:700): GLib-GIO-WARNING **: Dropping signal ActiveSessionChanged of type (s) since the type from the expected interface is (o)
    (gnome-settings-daemon:657): color-plugin-WARNING **: Done switch to new account, reload devices
    (gnome-shell:700): GLib-GIO-WARNING **: Dropping signal ActiveSessionChanged of type (s) since the type from the expected interface is (o)
    (gnome-shell:700): GLib-GIO-WARNING **: Dropping signal ActiveSessionChanged of type (s) since the type from the expected interface is (o)
    Last edited by Jejel59 (2012-09-06 11:34:53)

    I'm no expert on reading the xsession errors, but I had all sorts of problems running gnome3 with my machine of the same vintage.   Cinamon is based on gnome3.  I switched to Mate which is a re-packaging of the old gnome2 along with Compiz for the window manager and all works well.
    I strongly suspect that they are using the newer OpenGL 4 API.  The Nvidia FX5200 is stuck at OpenGL 2.1.

  • [SOLVED] Slow DNS lookup, I think

    Hi
    I have a really annoying problem. My DNS lookup in Arch is painfully slow. I know it's not a network problem, as I don't have any problems in my Ubuntu installation. I have tried to run two simple tests to show you what I mean. The first is a simple ping google.
    ########### Ubuntu ###########
    carsten@carsten-laptop:~$ time ping -c 3 www.google.com
    PING www.l.google.com (216.239.61.104) 56(84) bytes of data.
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=1 ttl=245 time=17.4 ms
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=2 ttl=245 time=20.6 ms
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=3 ttl=245 time=11.4 ms
    --- www.l.google.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 11.465/16.529/20.641/3.809 ms
    real 0m2.290s
    user 0m0.000s
    sys 0m0.004s
    ########### Arch ###########
    carsten ~/Desktop $ time ping -c 3 www.google.com
    PING www.l.google.com (216.239.61.104) 56(84) bytes of data.
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=1 ttl=245 time=12.3 ms
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=2 ttl=245 time=10.7 ms
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=3 ttl=245 time=12.4 ms
    --- www.l.google.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2007ms
    rtt min/avg/max/mdev = 10.776/11.867/12.476/0.778 ms
    real 0m15.305s
    user 0m0.013s
    sys 0m0.007s
    Ubuntu: 0m2.290s vs. Arch: 0m15.305s.
    In the second test I tried to fake a pacman update by downloading the .db files from my primary server. On both Ubuntu and Arch I used this simple script
    repos=( core extra community )
    time for repo in ${repos[@]}
    do
    wget http://archlinux.unixheads.org/$repo/os/i686/$repo.db.tar.gz
    done
    When I run it in, I get this result
    ########### Ubuntu ###########
    carsten@carsten-laptop:~/Desktop$ ./updatetest
    --2008-11-10 07:58:23-- http://archlinux.unixheads.org/core/os/i686/core.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 32515 (32K) [application/x-gzip]
    Saving to: `core.db.tar.gz'
    100%[=============================================================>] 32.515 --.-K/s in 0,1s
    2008-11-10 07:58:23 (331 KB/s) - `core.db.tar.gz' saved [32515/32515]
    --2008-11-10 07:58:23-- http://archlinux.unixheads.org/extra/os/i686/extra.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 422622 (413K) [application/x-gzip]
    Saving to: `extra.db.tar.gz'
    100%[=============================================================>] 422.622 242K/s in 1,7s
    2008-11-10 07:58:25 (242 KB/s) - `extra.db.tar.gz' saved [422622/422622]
    --2008-11-10 07:58:25-- http://archlinux.unixheads.org/community/os/i686/community.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 369845 (361K) [application/x-gzip]
    Saving to: `community.db.tar.gz'
    100%[=============================================================>] 369.845 206K/s in 1,8s
    2008-11-10 07:58:27 (206 KB/s) - `community.db.tar.gz' saved [369845/369845]
    real 0m3.837s
    user 0m0.016s
    sys 0m0.036s
    ########### Arch ###########
    carsten ~/Desktop $ ./updatetest
    --2008-11-10 08:01:33-- http://archlinux.unixheads.org/core/os/i686/core.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 32515 (32K) [application/x-gzip]
    Saving to: `core.db.tar.gz'
    100%[==============================================================================>] 32,515 --.-K/s in 0.1s
    2008-11-10 08:01:47 (303 KB/s) - `core.db.tar.gz' saved [32515/32515]
    --2008-11-10 08:01:47-- http://archlinux.unixheads.org/extra/os/i686/extra.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 422622 (413K) [application/x-gzip]
    Saving to: `extra.db.tar.gz'
    100%[==============================================================================>] 422,622 253K/s in 1.6s
    2008-11-10 08:02:02 (253 KB/s) - `extra.db.tar.gz' saved [422622/422622]
    --2008-11-10 08:02:02-- http://archlinux.unixheads.org/community/os/i686/community.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 369845 (361K) [application/x-gzip]
    Saving to: `community.db.tar.gz'
    100%[==============================================================================>] 369,845 262K/s in 1.4s
    2008-11-10 08:02:17 (262 KB/s) - `community.db.tar.gz' saved [369845/369845]
    real 0m44.153s
    user 0m0.047s
    sys 0m0.017s
    Ubuntu: 0m3.837s vs. Arch: 0m44.153s
    I get the same update time whenever I update pacman normally.
    I have googled a lot to figure out an answer, but nothing helps, so I was hoping somebody could help me figure this out, as it's very annoying. My hosts file looks like this
    hosts:
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost arch
    # End of file
    rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="Asia/Singapore"
    KEYMAP="dk"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(e100 mii iwl3945 fuse acpi-cpufreq cpufreq_ondemand cpufreq_conservative cpufreq_powersave loop !pcspkr !snd_pcsp)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="arch"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(!eth0 !wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng !network hal !netfs crond fam wicd cups laptop-mode oss gdm)
    SPLASH="splashy"
    Thanks in advance!
    Last edited by Sharpeee (2008-11-15 10:39:42)

    Just tried to remove the "search..." line from my /etc/resolv.conf file, but nothing! It's okay if I remove the line after it connects right? Wicd overwrites the file anyways if I reconnect.
    I don't really think changing to a different network-manager will help me. It works perfectly fine in Ubuntu with both network-manager and wicd, do don't think that's the problem. It must be a configuration file somewhere.
    #### EDIT ####
    I just tried to disable wicd and enable the wired network in /etc/rc.conf. After a reboot and it's still the same, even on the wired, so it's got be some other settings somewhere that's messing things up!
    Also, for some reason my theme, in Gnome, isn't loaded after I disabled wicd? I have to manually run "gnome-appearance-manager"??
    Last edited by Sharpeee (2008-11-11 05:01:46)

  • GDM crash when launchin LibreOffice [SOLVED]

    Hi,
    I have a problem whenever I launch any LibreOffice application, it appears that GDM or Xorg crashes. I end up back at the login screen.
    See below for my journal log of around the time of the crash.
    I've tried resetting the libreoffice profile as other forums have suggested. I've also re-installed libreoffice.
    Any help will be appreciated.
    Cheers.
    Apr 05 12:13:17 gearoid gnome-session[2614]: (process:3054): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
    Apr 05 12:13:18 gearoid dbus[365]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Apr 05 12:13:18 gearoid dbus[365]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Apr 05 12:13:18 gearoid gnome-session[2614]: 1428199998842 addons.manager ERROR Exception calling provider GMPProvider.getAddonsByTypes: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:533:34) JS Stack trace: [email protected]:533:35 < [email protected]:235:12 < [email protected]:2129:1 < [email protected]:311:7 < [email protected]:2134:11 < [email protected]jsm:389:5 < [email protected]:235:12 < [email protected]:2129:1 < [email protected]:311:7 < [email protected]:2134:11 < [email protected]:3829:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:180:7 < [email protected]:187:9 < [email protected]:134:5 < [email protected]:580:7 < this.AddonRepository.getCachedAddonByID</<@AddonRepository.jsm:586:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Apr 05 12:13:18 gearoid gnome-session[2614]: 1428199998929 addons.manager ERROR Exception calling provider GMPProvider.getAddonByID: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:518:8) JS Stack trace: [email protected]:518:9 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:362:7 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:3815:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:126:5 < this.XPIDatabase.getAddon/<@XPIProviderUtils.js:1069:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Apr 05 12:13:18 gearoid gnome-session[2614]: 1428199998930 addons.manager ERROR Exception calling provider GMPProvider.getAddonByID: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:518:8) JS Stack trace: [email protected]:518:9 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:362:7 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:3815:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:126:5 < this.XPIDatabase.getAddon/<@XPIProviderUtils.js:1069:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Apr 05 12:13:18 gearoid gnome-session[2614]: 1428199998931 addons.manager ERROR Exception calling provider GMPProvider.getAddonByID: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:518:8) JS Stack trace: [email protected]:518:9 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:362:7 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:3815:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:126:5 < this.XPIDatabase.getAddon/<@XPIProviderUtils.js:1069:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Apr 05 12:13:18 gearoid gnome-session[2614]: 1428199998932 addons.manager ERROR Exception calling provider GMPProvider.getAddonByID: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:518:8) JS Stack trace: [email protected]:518:9 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:362:7 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:3815:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:126:5 < this.XPIDatabase.getAddon/<@XPIProviderUtils.js:1069:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Backtrace:
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x119) [0x5949c9]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7fd2db41353f]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 2: /usr/lib/xorg/modules/libfb.so (fbBltOne+0x437) [0x7fd2d0042897]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 3: /usr/lib/xorg/modules/libfb.so (fbCopy1toN+0x25f) [0x7fd2d00433af]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 4: /usr/lib/xorg/modules/libglamoregl.so (glamor_name_from_pixmap+0x5a0) [0x7fd2d57e2cd0]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 5: /usr/lib/xorg-server/Xorg (miCopyRegion+0x1a7) [0x570c87]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 6: /usr/lib/xorg-server/Xorg (miDoCopy+0x44e) [0x57121e]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 7: /usr/lib/xorg/modules/libglamoregl.so (glamor_name_from_pixmap+0x19d0) [0x7fd2d57e5620]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 8: /usr/lib/xorg-server/Xorg (DamageRegionAppend+0x3061) [0x51efa1]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 9: /usr/lib/xorg-server/Xorg (SendGraphicsExpose+0x4e7) [0x434fa7]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 10: /usr/lib/xorg-server/Xorg (SendErrorToClient+0x2f7) [0x438a97]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 11: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x41b) [0x43cbcb]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 12: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7fd2db400800]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 13: /usr/lib/xorg-server/Xorg (_start+0x29) [0x427039]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 14: ? (?+0x29) [0x29]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Segmentation fault at address 0x0
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: Fatal server error:
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Caught signal 11 (Segmentation fault). Server aborting
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: Please consult the The X.Org Foundation support
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: at [url]http://wiki.x.org[/url]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: for help.
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Please also check the log file at "/dev/null" for additional information.
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (II) AIGLX: Suspending AIGLX clients for VT switch
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Server terminated with error (1). Closing log file.
    Apr 05 12:13:32 gearoid systemd-coredump[3154]: Process 378 (Xorg) of user 0 dumped core.
    Apr 05 12:13:33 gearoid org.a11y.atspi.Registry[2642]: XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
    Apr 05 12:13:33 gearoid org.a11y.atspi.Registry[2642]: after 51 requests (51 known processed) with 0 events remaining.
    Apr 05 12:13:33 gearoid gnome-keyring-daemon[2608]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: (gnome-settings-daemon:2655): Gdk-WARNING **: gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Apr 05 12:13:33 gearoid org.gnome.Caribou.Daemon[2633]: (caribou:2748): Gdk-WARNING **: caribou: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Apr 05 12:13:33 gearoid gdm[372]: Child process 378 was already dead.
    Apr 05 12:13:33 gearoid gdm-password][2599]: pam_unix(gdm-password:session): session closed for user greg
    Apr 05 12:13:33 gearoid org.gtk.vfs.Daemon[2633]: A connection to the bus can't be made
    Apr 05 12:13:33 gearoid org.gtk.vfs.Daemon[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid libreoffice-writer.desktop[3124]: X IO Error
    Apr 05 12:13:33 gearoid org.a11y.Bus[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: (gnome-shell:2704): Gdk-WARNING **: gnome-shell: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Apr 05 12:13:33 gearoid org.gnome.Shell.CalendarServer[2633]: gnome-shell-calendar-server[2721]: Lost (or failed to acquire) the name org.gnome.Shell.CalendarServer - exiting
    Apr 05 12:13:33 gearoid org.gnome.Shell.CalendarServer[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid org.gnome.evolution.dataserver.Sources3[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid org.gnome.OnlineAccounts[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid org.freedesktop.Telepathy.AccountManager[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Apr 05 12:13:33 gearoid org.gtk.Private.UDisks2VolumeMonitor[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid polkitd[383]: Unregistered Authentication Agent for unix-session:c2 (system bus name :1.50, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnected from bus)
    Apr 05 12:13:33 gearoid gnome-session[2614]: (nm-applet:2763): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Apr 05 12:13:33 gearoid gnome-session[2614]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: (tracker-miner-fs:2762): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume monitor org.gtk.Private.UDisks2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
    Apr 05 12:13:33 gearoid gnome-session[2614]: (tracker-extract:2772): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume monitor org.gtk.Private.UDisks2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
    Apr 05 12:13:33 gearoid gnome-session[2614]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: Received signal:15->'Terminated'
    Apr 05 12:13:33 gearoid gnome-session[2614]: OK
    Apr 05 12:13:33 gearoid gnome-session[2614]: ** (zeitgeist-datahub:2764): WARNING **: zeitgeist-datahub.vala:226: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
    Apr 05 12:13:33 gearoid gnome-session[2614]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid org.freedesktop.Tracker1[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid org.gnome.evolution.dataserver.Calendar4[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: Received signal:15->'Terminated'
    Apr 05 12:13:33 gearoid org.gnome.zeitgeist.Engine[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: Received signal:15->'Terminated'
    Apr 05 12:13:33 gearoid gnome-session[2614]: OK
    Apr 05 12:13:33 gearoid gdm[372]: GdmDisplay: display lasted 0.015464 seconds
    Apr 05 12:13:33 gearoid gnome-session[2614]: Received signal:15->'Terminated'
    Apr 05 12:13:33 gearoid gnome-session[2614]: (tracker-miner-fs:2762): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    Apr 05 12:13:33 gearoid gnome-session[2614]: (tracker-miner-fs:2762): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    Apr 05 12:13:33 gearoid gnome-session[2614]: (tracker-miner-fs:2762): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    Apr 05 12:13:33 gearoid gnome-session[2614]: OK
    Apr 05 12:13:33 gearoid org.freedesktop.Tracker1[2633]: Received signal:15->'Terminated'
    Apr 05 12:13:33 gearoid org.freedesktop.Tracker1[2633]: OK
    Apr 05 12:13:33 gearoid gdm[372]: gdm_display_finish: assertion 'GDM_IS_DISPLAY (display)' failed
    Apr 05 12:13:33 gearoid gdm-session-worker[2599]: <3>GLib: Source ID 40 was not found when attempting to remove it
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X.Org X Server 1.17.1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Release Date: 2015-02-10
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X Protocol Version 11, Revision 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Build Operating System: Linux 3.18.6-1-ARCH x86_64
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Current Operating System: Linux gearoid 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Build Date: 14 March 2015 06:45:50PM
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Current version of pixman: 0.32.6
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Before reporting problems, check [url]http://wiki.x.org[/url]
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: to make sure that you have the latest version.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Markers: (--) probed, (**) from config file, (==) default setting,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (++) from command line, (!!) notice, (II) informational,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (++) Log file: "/dev/null", Time: Sun Apr 5 12:13:33 2015
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) No Layout section. Using the first Screen section.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) No screen section available. Using defaults.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (**) |-->Screen "Default Screen Section" (0)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (**) | |-->Monitor "<default monitor>"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) No monitor specified for screen "Default Screen Section".
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Using a default monitor configuration.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Automatically adding devices
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Automatically enabling devices
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Automatically adding GPU devices
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Entry deleted from font path.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Entry deleted from font path.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Entry deleted from font path.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) FontPath set to:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: /usr/share/fonts/misc/,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: /usr/share/fonts/TTF/,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: /usr/share/fonts/Type1/
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) The server relies on udev to provide the list of input devices.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loader magic: 0x815d80
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module ABI versions:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X.Org ANSI C Emulation: 0.4
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X.Org Video Driver: 19.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X.Org XInput driver : 21.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X.Org Server Extension : 9.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (EE) systemd-logind: failed to get session: PID 3159 does not belong to any known session
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) xfree86: Adding drm device (/dev/dri/card1)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (--) PCI:*(0:1:0:0) 1002:683d:174b:e214 rev 0, Mem @ 0xc0000000/268435456, 0xfea00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (--) PCI: (0:7:0:0) 1002:683d:174b:e214 rev 0, Mem @ 0xb0000000/268435456, 0xfe500000/262144, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "glx"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module glx: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.1, module version = 1.0.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ABI class: X.Org Server Extension, version 9.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) AIGLX enabled
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched ati as autoconfigured driver 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched ati as autoconfigured driver 1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched ati as autoconfigured driver 2
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched modesetting as autoconfigured driver 3
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched fbdev as autoconfigured driver 4
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched vesa as autoconfigured driver 5
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Assigned the driver to the xf86ConfigLayout
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "ati"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module ati: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.0, module version = 7.5.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Module class: X.Org Video Driver
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ABI class: X.Org Video Driver, version 19.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "radeon"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module radeon: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.0, module version = 7.5.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Module class: X.Org Video Driver
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ABI class: X.Org Video Driver, version 19.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "modesetting"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module modesetting: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.1, module version = 1.17.1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Module class: X.Org Video Driver
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ABI class: X.Org Video Driver, version 19.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "fbdev"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) Warning, couldn't open module fbdev
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) UnloadModule: "fbdev"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Unloading fbdev
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (EE) Failed to load module "fbdev" (module does not exist, 0)
    Apr 05 12:13:33 gearoid org.gnome.zeitgeist.Engine[2633]: [02:13:33.098267 WARNING] zeitgeist-daemon.vala:449: The connection is closed
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "vesa"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) Warning, couldn't open module vesa
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) UnloadModule: "vesa"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Unloading vesa
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (EE) Failed to load module "vesa" (module does not exist, 0)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON: Driver for ATI Radeon chipsets:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X600 (RV380) 3E50 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon IGP330M/340M/350M (U2) 4337,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800PRO (R420) JI (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9800 (M18) JN (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility M7 LW (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL 7800 M7 LX (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL Mobility 9000 (M9) Ld (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9000 (M9) Lf (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9600 (M10) NQ (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9600 (M11) NR (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9600 (M10) NS (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL Mobility T2 (M10) NT (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800PRO (R423) UI (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800LE (R423) UJ (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800SE (R423) UK (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL unknown (R423) UR (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL unknown (R423) UT (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5000 (M26) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5000 (M26) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X700 XL (M26) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X700 (M26) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X700 (M26) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9100 IGP (U3) 5835,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200 5954 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200M 5975 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200 5A41 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200M 5A42 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200 5A61 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200M 5A62 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X300 (RV370) 5B60 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X600 (RV370) 5B62 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X550 (RV370) 5B63 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V3100 (RV370) 5B64 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X800 XT (M28) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5100 (M28) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X850 XT PE (R480) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X850 XT (R480) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800XT (R423) 5D57 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X700 PRO (RV410) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 3850 X2, ATI RV670,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V3600, ATI Radeon HD 2600 LE,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6300 Series Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Firestream 9350, ATI Radeon HD 5800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5000 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5000 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon Graphics, CEDAR,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (++) using VT number 1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) [KMS] Kernel modesetting enabled.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) [KMS] Kernel modesetting enabled.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) Falling back to old probe method for modesetting
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Creating default Display subsection in Screen section
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: "Default Screen Section" for depth/fbbpp 24/32
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) RADEON(0): Default visual is TrueColor
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) RADEON(0): RGB weight 888
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (--) RADEON(0): Chipset: "VERDE" (ChipID = 0x683d)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading sub module "dri2"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "dri2"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module "dri2" already built-in
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading sub module "glamoregl"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "glamoregl"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module glamoregl: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.1, module version = 1.0.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ABI class: X.Org ANSI C Emulation, version 0.4
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) glamor: OpenGL accelerated X.org driver based.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) glamor: EGL version 1.4 (DRI2):
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): glamor detected, initialising EGL layer.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): KMS Color Tiling: enabled
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): KMS Color Tiling 2D: enabled
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): KMS Pageflipping: enabled
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): SwapBuffers wait for vsync: enabled
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DisplayPort-0 has no monitor section
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DisplayPort-1 has no monitor section
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output HDMI-0 has no monitor section
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DVI-0 has no monitor section
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID for output DisplayPort-0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID for output DisplayPort-1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID for output HDMI-0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Manufacturer: GSM Model: 57c6 Serial#: 16843009
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Year: 2009 Week: 1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID Version: 1.3
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Digital Display Input
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Max Image Size [cm]: horiz.: 48 vert.: 27
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Gamma: 2.20
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): First detailed timing is preferred mode
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): redX: 0.631 redY: 0.349 greenX: 0.341 greenY: 0.622
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): blueX: 0.152 blueY: 0.058 whiteX: 0.313 whiteY: 0.329
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported established timings:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 640x480@60Hz
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 800x600@60Hz
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 1024x768@60Hz
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Manufacturer's mask: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported standard timings:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported detailed timing:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): clock: 148.5 MHz Image Size: 477 x 268 mm
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Monitor name: E2240
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Serial No: SerialNumber
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported detailed timing:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): clock: 148.5 MHz Image Size: 510 x 290 mm
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported detailed timing:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): clock: 74.2 MHz Image Size: 510 x 290 mm
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported detailed timing:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): clock: 74.2 MHz Image Size: 510 x 290 mm
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported detailed timing:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): clock: 27.0 MHz Image Size: 510 x 290 mm
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Number of EDID sections to follow: 1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID (in hex):
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 00ffffffffffff001e6dc65701010101
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 0113010380301b78ea9535a159579f27
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 0e5054210800714081808140b3000101
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 010101010101023a801871382d40582c
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 4500dd0c1100001e000000fd00383d1e
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 530f000a202020202020000000fc0045
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 323234300a20202020202020000000ff
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 0053657269616c4e756d6265720a01de
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 02031df14a900403011412051f101323
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 0907078301000065030c002000023a80
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 1871382d40582c4500fe221100001e01
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 1d8018711c1620582c2500fe22110000
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 9e011d007251d01e206e285500fe2211
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 00001e8c0ad08a20e02d10103e9600fe
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 22110000180000000000000000000000
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 000000000000000000000000000000d6
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Printing probed modes for output HDMI-0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1152x864"x60.0 81.58 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID for output DVI-0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DisplayPort-0 disconnected
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DisplayPort-1 disconnected
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output HDMI-0 connected
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DVI-0 disconnected
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Using exact sizes for initial modes
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): mem size init: gart size :3fbce000 vram size: s:40000000 visible:3f39d000
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) RADEON(0): DPI set to (96, 96)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading sub module "fb"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "fb"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/libfb.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module fb: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.1, module version = 1.0.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]

    ayekat wrote:
    Welcome to the Arch Forums!
    Please put your verbatim console output in  tags. It comes with the benefit of being easier to read and limiting the amount of space the logs take in this thread.
    I'm not using GNOME, but it appears to me that one of your GNOME plugins is causing trouble. However, as I don't use GNOME, I cannot quite see which one - it's just what I interpret from this line:
    1428199998932 addons.manager ERROR Exception calling provider GMPProvider.getAddonByID: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:518:8) JS Stack trace: [email protected]:518:9 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:362:7 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:3815:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:126:5 < this.XPIDatabase.getAddon/<@XPIProviderUtils.js:1069:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Have you tried disabling a few of them to see at what point the problem disappears?
    Also, and forgive me for being offtopic, but I chuckled hard at
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Please also check the log file at "/dev/null" for additional information.
    EDIT
    ugh - too slow
    Hey ayekat, I disabled all the gnome extensions from the gnome tweak tool and it appears it cleaned up them "addon" errors (well they haven't appeared again since replicating the crash). From what I can understand, libreoffice is crashing xserver. I'll try re-installing the graphics driver to see if it helps?

  • Black screen and slow movement with Gnome and ati driver

    Greetings, I use ati driver free.... and Gnome... and gnome  sometimes works very slow and shows black screens... other days works fine...ideas?... i try installed catalyst-utils, but gdm dont start.
    Greetings and thanks.

    try to flash bios & graphic card drivers from the link below.
    http://consumersupport.lenovo.com/uk/en/DriversDownloads/drivers_list.aspx?CategoryID=46

  • X REALLY slow when external monitor plugged in at boot

    Hello all, I am running Kernel 2.6.29.4 with xf86-video-intel 2.7.1-1, Xorg 1.6.1.901 and EXA acceleration (no KMS) on my thinkpad T61 with an Intel X3100. (I keep up-to-date stable.)
    Whenever I have the VGA monitor plugged in to my laptop at boot time, when I log in using GDM it takes FOREVER to start XFCE. Super slow motion.
    If I wait to plug in the monitor until after X starts, and then type 'xrandr --auto' there is no problem whatsoever.
    In both cases, X correctly sets the video mode with no problem. Any idea what is causing the slowdown? Thanks!

    No, but I haven't tried in a while since I don't use an external monitor currently. Is it slow all the time, or only if you connect the monitor before X boots? Do you have intel graphics?

  • [SOLVED] Remove completely Gnome and GDM (without messing MATE)

    Hi everybody,
    I wanted to try the new Gnome on my laptop and I installed it following the wiki with the command:
    sudo pacman -S gnome gnome-shell gnome-extra gdm
    I really like it (both the "standard" and the classic interfaces), but unfortunately it makes my laptop quite slow,
    therefore I would like to remove it leaving only MATE on my desktop.
    I noticed that Gnome partially conflicts with my MATE desktop (for example in a Gnome Classic session I would expect Nautilus
    to be the default file browser, instead caja is opened), therefore I would like to know if there is some safe way to remove
    all the installed packages without messing out with MATE.
    Thanks in advance!
    Solution here: https://bbs.archlinux.org/viewtopic.php?id=117144
    Last edited by lucacerone (2014-04-02 00:16:29)

    Ok I think I found out on my own (searching on google send me to an Arch forum thread https://bbs.archlinux.org/viewtopic.php?id=117144, but I was looking for it in the wrong section).
    Sorry for the pointless post.

  • GDM starts slooow

    Hi, my gdm takes like 30s just starting the greeter, does anybody know why it takes so long? (and btw, why is gdmsetup missing?).
    here it is my /opt/gnome/etc/gdm/custom.conf
    [daemon]
    Greeter=/opt/gnome/libexec/gdmgreeter
    [security]
    [xdmcp]
    [gui]
    [greeter]
    Browser=true
    GraphicalTheme=EarthLights
    [chooser]
    [debug]
    [servers]
    0:Standard
    and my /opt/gnome/etc/gdm/PreSession/Default:
    #!/bin/sh
    # Note that any setup should come before the sessreg command as
    # that must be 'exec'ed for the pid to be correct (sessreg uses the parent
    # pid)
    # Note that output goes into the .xsession-errors file for easy debugging
    PATH="/usr/bin:$PATH:/bin:/usr/bin"
    OLD_IFS=$IFS
    gdmwhich () {
    COMMAND="$1"
    OUTPUT=
    IFS=:
    for dir in $PATH
    do
    if test -x "$dir/$COMMAND" ; then
    if test "x$OUTPUT" = "x" ; then
    OUTPUT="$dir/$COMMAND"
    fi
    fi
    done
    IFS=$OLD_IFS
    echo "$OUTPUT"
    # Set background color
    XSETROOT=`gdmwhich xsetroot`
    if [ "x$XSETROOT" != "x" ] ; then
    CHECKBACKCOLOR="OK"
    if [ "x$GDM_GREETER_TYPE" = "xTHEMED" ]; then
    BACKCOLOR=`gdmflexiserver --command="GET_CONFIG greeter/GraphicalThemedColor"`
    CHECKBACKCOLOR=`echo $BACKCOLOR | sed 's/^([^ ]*) .*$/1/'`
    if [ "x$CHECKBACKCOLOR" = "xOK" ]; then
    BACKCOLOR=`echo $BACKCOLOR | sed 's/^.* (.*)$/1/'`
    else
    BACKCOLOR=""
    fi
    fi
    # If we tried to load the themed backgroundcolor, but failed, then try loading plain color
    if [ "x$CHECKBACKCOLOR" != "xOK" ] || [ "x$GDM_GREETER_TYPE" = "xPLAIN" ]; then
    # Background type can be 0=None, 1=Image & Color, 2=Color, or 3=Image
    BACKTYPE=`gdmflexiserver --command="GET_CONFIG greeter/BackgroundType"`
    # Skip if background type does not include a color
    if [ "x$BACKTYPE" = "xOK 1" ] || [ "x$BACKTYPE" = "xOK 2" ]; then
    BACKCOLOR=`gdmflexiserver --command="GET_CONFIG greeter/BackgroundColor"`
    CHECKBACKCOLOR=`echo $BACKCOLOR | sed 's/^([^ ]*) .*$/1/'`
    if [ "x$CHECKBACKCOLOR" = "xOK" ]; then
    BACKCOLOR=`echo $BACKCOLOR | sed 's/^.* (.*)$/1/'`
    else
    BACKCOLOR=""
    fi
    fi
    fi
    # Default value
    if [ "x$BACKCOLOR" = "x" ]; then
    BACKCOLOR="#76848F"
    fi
    "$XSETROOT" -cursor_name left_ptr -solid "$BACKCOLOR"
    fi
    SESSREG=`gdmwhich sessreg`
    if [ "x$SESSREG" != "x" ] ; then
    # some output for easy debugging
    echo "$0: Registering your session with wtmp and utmp"
    echo "$0: running: $SESSREG -a -w /var/log/wtmp -u /var/run/utmp -x "$X_SERVERS" -h "$REMOTE_HOST" -l "$DISPLAY" "$USER""
    exec "$SESSREG" -a -w /var/log/wtmp -u /var/run/utmp -x "$X_SERVERS" -h "$REMOTE_HOST" -l "$DISPLAY" "$USER"
    # this is not reached
    fi
    # some output for easy debugging
    echo "$0: could not find the sessreg utility, cannot update wtmp and utmp"
    exit 0

    Blaasvis wrote:make sure your hostname adres is in /etc/hosts/
    you mean something like what I have:
    127.0.0.1       localhost.localdomain   localhost
    or like this?:
    127.0.0.1    wintermute
    (wintermute is my hostname btw)
    Titus wrote:what is your /etc/rc.conf file??
    may be some modules  start slow from time to time can you paste it here?
    I'm using hwd for the modules, and I gdm is at the end of the whole thing as I believed it was because of other daemons starting in the background, however here it is (I erased the comments so they don't get in teh way):
    LOCALE=es_CL.utf8
    HARDWARECLOCK="localtime"
    TIMEZONE=America/Santiago
    KEYMAP=es
    CONSOLEFONT=default8x16.psfu.gz
    CONSOLEMAP=
    USECOLOR="yes"
    MOD_AUTOLOAD="yes"
    MOD_BLACKLIST=()
    MODULES=(fuse)
    USELVM="no"
    HOSTNAME="wintermute"
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    DAEMONS=(syslog-ng !hotplug hwd !pcmcia network ntpd netfs alsa portmap fam crond samba hal sensors sshd acpid gdm)

Maybe you are looking for