Dual-Monitor wacom setup with nvidia proprietary driver

Hello dear ArchLinux community. I'm new to this forum and very happy to join this great community.
I'll cut right to the chase.
I want to buy a Wacom Cintiq (tablet with integrated monitor) in the near future, and am therefore looking into issues I might have with the setup.
The desired configuration would have the tablet as well as a 24" screen hooked up to my geforce gtx275 in dualhead mode, with the input from the tablet mapped to the screen area of the tablet.
I've done a bit of testing for that matter with my old Wacom Bamboo and a second monitor.
Mapping a tablets input to a screen is very simple IN THEORY.
With the linuxwacom drivers you can map the tablet to one X screen (as displayed by xrandr).
The problem is that nvidia uses Twinview for dualheaded systems, which presents X with only one big screen, rather that two individual ones.
(mind you, this all worked like a charm with fglrx/intel)
I tried switching to nouveau, but this doesn't work for two reasons:
1.: Nouveau presents two individual screens to X when dualheaded, so I can use linuxwacom's MapToOuput.
What happens then is that, as soon as I use the stylus, the mapping starts to shift rapidly between one screen and the whole area. I haven't figured out, what exactly does that, but it makes it impossible to do anything with the tablet
2.: Nouveau, even with mesa, just has no 3d acceleration for my card. Since I do a lot of 3d work it just doesn't work for me.
Three other possibilities would be
1.: To try and disable Twinview/use something else. I have no idea if or how this works, though.
2.: To restrict the mapping area of the tablet in some other way. Again, no idea how to do this.
3.: To use two X sessions - one for either monitor. As far as I know this robs me of the ability to drag windows from one screen to another. Also, I don't know how Gnome3 would react to it AND I don't know how to properly configure it. PLEASE ADVISE
A last resort would be to buy an ATI card along with the Tablet (after all, if I'm going to shell out $2000 for a tablet I might as well add $150 to make sure it works).
With this I run into another problem, though, because Gnome3 and fglrx WON'T COOPERATE (please correct me if I'm wrong. I would LOVE to see a solution to these graphical glitches)
The actual question to you, fellow Arch users, is which of these solutions - if any - I should go for, and how to best execute it.
Any other suggestions would be great, too.
Thank you very much in advance.
Sincerely,
Gabriel [liveag].

You may not be SOL with TwinView. Do either of these links help?
Linuxwacom HOWTO - (ctrl-f 'TwinView')
HOWTO: Multimonitor

Similar Messages

  • Resolution and 3D issues with NVIDIA proprietary driver

    I bought a new PC recently and I installed Arch x86_64 on it. The hardware is the following:
    Intel Core i5 - Ivy Bridge, Quad Core, has integrated GPU
    EVGA GTX 660 Superclocked
    Asrock z77 Extreme 4 - Has UEFI
    2x4 GB Corsair DDR3
    I installed mesa, the nvidia driver and xorg. For window manager I installed awesome. The xorg.conf was generated using the nvidia-settings utility.
    The first problem is that in the nvidia-settings utility I don't have the option to select a resolution higher than 1024x768 even though I am using a widescreen. Editing the xorg.conf to edit the modes line to Modes "1440x900_60.00" - does nothing. In fact when I auto generate xorg.conf with the nvidia xorg generator, I end up in 640x280 permanently.
    The second problem is that the games that I have seem to be loading the driver of the intel integrated gpu instead of the dedicated video card. Xonotic, native, works at 60 FPS with uncapped frames and maximum detail settings. Portal 2 through a 32bit wine prefix does not load at all: instead libgl throws an error that it cannot load swrast_dri.so. I don't know why the nvidia driver is not being loaded.
    Thirdly, I had to add "nomodeset" to the kernel parameters because without it the system boots to a black screen. The system works underneath - blindly logging in and shutting down works - but I can't get away from the blacks screen without booting to the install medium, mounting the root and efi partitions and adding nomodeset to the line of kernel parameters.
    I tried the beta drivers from AUR, uninstalling mesa, same result.
    lspci output
    Xorg.conf
    Thanks in advance!
    Last edited by kirilz (2012-11-19 01:11:03)

    I tried all the suggestion in this topic:
    nvidia and xrandr resolutions missing
    to no avail. The only thing that I managed regarding the resolution is that when I have this line in my xorg.conf's screen section:
    Option "metamodes" "CRT-0: nvidia-auto-select {ViewPortIn=1440x900}
    The screen resolution sort of changes, it basically shrinks the 1024x768 desktop and plasters it in a muddily stretched 1440x900.

  • HT4293 i am trying to use dual monitors when editing with FCPX. I have a macbook pro and an apple cinema display monitor. I have connected them and opened Fcpx but the option to use second monitor is not active! what do i do ? please help going bonkers!

    i am trying to use dual monitors when editing with FCPX. I have a macbook pro and an apple cinema display monitor. I have connected them and opened Fcpx but the option to use second monitor is not active! what do i do ? please help going bonkers!

    <http://support.apple.com/kb/HT5891>
    You can use USB for the Apple trackpad.
    <http://www.mobeetechnology.com/the-power-bar.html>

  • How do I setup a dual monitor (ATI fglrx with KDE)?

    Hi, I'm trying to setup a dual monitor.. I connected with DVI to DVI and after restarting X the second monitor becomes a mirror/clone of the first (original laptop screen). However, I don't want it to be mirrored. I only want to have windows I drag over to it on the second monitor. How do I do that? In Control Center>Display, I can only choose settings for screen 1, I don't know why it can't find my 2. screen (even though X does).
    Here's xorg.conf (I would appreciate if I could stick to only configuring it in Control Center though):
    # xorg.conf (xorg X Window System server configuration file)
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg
    Section "Files"
    EndSection
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "no"
    EndSection
    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection
    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizEdgeScroll" "0"
    EndSection
    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection
    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection
    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection
    Section "Device"
    Identifier "Generic Video Card"
    Driver "fglrx"
    Busid "PCI:1:0:0"
    Option "XAANoOffscreenPixmaps" "on"
    Option "VideoOverlay" "on"
    Option "TexturedVideo" "on"
    Option "Textured2D" "on"
    Option "TexturedXrender" "on"
    Option "UseFastTLS" "1"
    Option "BackingStore" "on"
    Option "MaxGARTSize" "128"
    EndSection
    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    Horizsync 30-70
    Vertrefresh 50-160
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Generic Video Card"
    Monitor "Generic Monitor"
    Defaultdepth 24
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    screen "Default Screen"
    Inputdevice "Generic Keyboard"
    Inputdevice "Configured Mouse"
    Option "AIGLX" "on"
    # Uncomment if you have a wacom tablet
    # InputDevice "stylus" "SendCoreEvents"
    # InputDevice "cursor" "SendCoreEvents"
    # InputDevice "eraser" "SendCoreEvents"
    Inputdevice "Synaptics Touchpad"
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
    Option "DAMAGE" "Enable"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection

    Try using amdcccle (from the command-line) if you want to avoid configuring in Xorg.conf
    Otherwise, you can try Option "DesktopSetup" "horizontal" in your fglrx device section

  • Dual boot setup with two hard drives

    Hi all, I've searched through the forums but haven't been able to find an answer to what I figure is a couple pretty easy questions.
    My wife has an older G4(circa 2000) with OS 9.2.x on it now. What I would like to do is put a new, larger HD in the box and install Tiger on it. I've found write-ups talking about installing Tiger and OS 9.x.x on different drives or on the same drive in different partitions. My problem is I still am not sure how you switch between Tiger/OS9 with two different drives. Is Tiger able to recognize the OS9 on a different drive and allow you to easily switch back and forth like it does when they are installed on the same drive?
    My second question is hopefully even easier. Can I head on over to my local computer supply store and pick up any old ATA HD like I would for a *Nix/Windows box or am I forced to get one directly from apple like I had to with a bad power supply?
    Thanks in advance for the help all.

    OK, here's mine for comparison:
    ibook:~ michaelc$ bless --info /Volumes/*
    finderinfo[0]: 3040 => Blessed System Folder is /Volumes/OS9.2/System Folder
    finderinfo[1]: 0 => No Startup App folder (ignored anyway)
    finderinfo[2]: 0 => Open-folder linked list empty
    finderinfo[3]: 3040 => OS 9 blessed folder is /Volumes/OS9.2/System Folder
    finderinfo[4]: 0 => Unused field unset
    finderinfo[5]: 0 => No OS 9 + X blessed X folder
    64-bit VSDB volume id: 0x233F23EAA912CD05So it would appear this might be the problem, since you don't have a "OS 9 blessed folder".
    Now, I have never had to do this, but have seen it work for others. The bless command has a lot of options, many of which we don't want here. But let's give this a try. Remember, copy and paste this command into a text editor (TextEdit will do). Then edit the command to put your volume name in it (in place of <yourvolumename>, without the angle brackets), and copy and paste again into Terminal.
    You will need to be logged in to an 'admin' account:
    sudo bless -folder9 /Volumes/<yourvolumename>/System\ Folder/Press return and you will be prompted for your password. This is not echoed for security reasons: just type it and press return.
    Then, if you get no complaints, I would issue a
    rebootcommand. Your OS 9 System Folder should now be available to you in your Classic preferences screen.
    Let us know how this goes!

  • X.conf setup with NVidia GF8400m

    When I'm running glxgears with fluxbox WM on my Dell M1330(2.5Ghz Core Due, 4GB ram), and I can't get more than 2.4k fps.
    I've installed the nvidia drivers and I ran "nvidia-xconfigure".
    Here's my xorg.conf file:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Thu Jul 17 18:39:00 PDT 2008
    Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
        RgbPath         "/usr/share/X11/rgb"
        ModulePath      "/usr/lib/xorg/modules"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/100dpi:unscaled"
        FontPath        "/usr/share/fonts/75dpi:unscaled"
        FontPath        "/usr/share/fonts/TTF"
        FontPath        "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
        Load           "dbe"
        Load           "record"
        Load           "extmod"
        Load           "xtrap"
        Load           "glx"
        Load           "freetype"
    EndSection
    Section "InputDevice"
        Identifier     "Keyboard0"
        Driver         "kbd"
        Option         "XkbLayout" "no"
    EndSection
    Section "InputDevice"
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/input/mice"
        Option         "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Monitor Vendor"
        ModelName      "Monitor Model"
    EndSection
    Section "Device"
        Identifier     "Card0"
        Driver         "nvidia"
        VendorName     "nVidia Corporation"
        BoardName      "GeForce 8400M GS"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Card0"
        Monitor        "Monitor0"
        SubSection     "Display"
            Viewport    0 0
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       4
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       8
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       15
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       16
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       24
        EndSubSection
    EndSection

    Hello,
    I am running Arch64 with Fluxbox on a computer that I built.
    It has:
    NVidia GeForce 8600GTS video card
    2 dual core AMD Athlon 64 FX 3.0GHz CPUs
    8GB ram.
    Anyhow, I don't know much about video cards or how they should perform but I tried running 'glxgears' and got:
    20636 frames in 5.0 seconds = 4115.735 FPS
    24560 frames in 5.0 seconds = 4894.549 FPS
    24881 frames in 5.0 seconds = 4964.314 FPS
    24717 frames in 5.0 seconds = 4933.829 FPS
    24079 frames in 5.0 seconds = 4815.762 FPS
    23847 frames in 5.0 seconds = 4760.489 FPS
    24314 frames in 5.0 seconds = 4861.521 FPS
    24948 frames in 5.0 seconds = 4981.309 FPS
    24784 frames in 5.0 seconds = 4934.951 FPS
    25261 frames in 5.0 seconds = 5050.037 FPS
    I also tried running it while running 'xcompmgr':
    9209 frames in 5.0 seconds = 1841.672 FPS
    9374 frames in 5.0 seconds = 1874.775 FPS
    8553 frames in 5.0 seconds = 1701.186 FPS
    10022 frames in 5.0 seconds = 2004.260 FPS
    9995 frames in 5.0 seconds = 1998.896 FPS
    10184 frames in 5.0 seconds = 2036.705 FPS
    9854 frames in 5.0 seconds = 1970.798 FPS
    9911 frames in 5.0 seconds = 1982.178 FPS
    9802 frames in 5.0 seconds = 1960.259 FPS
    9928 frames in 5.0 seconds = 1985.523 FPS
    Here is my /etc/X11/xorg.conf, also generated with nvidia-xconfig, but edited as well:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder58) Thu Jul 17 18:39:42 PDT 2008
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Jul 17 18:39:00 PDT 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    RgbPath "/usr/lib/X11/rgb"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    # Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "keyboard"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Samsung SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "TV-0"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8600 GTS"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Videocard1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8600 GTS"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "RenderAccel" "True"
    Option "NoRenderExtension" "False"
    Option "AllowGLXWithComposite" "True"
    Option "XvmcUsesTextures" "True"
    Option "LoadKernelModule" "True"
    Option "DamageEvents" "True"
    Option "LogoPath" "/home/theavataroftime/Pictures"
    Option "TwinView" "0"
    Option "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Videocard1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "TV: nvidia-auto-select +0+0"
    Option "TVStandard" "NTSC-M"
    Option "TVOutFormat" "SVIDEO"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
    EndSection
    It should be noted that I have a TV setup as a dual monitor on there. I hope perhaps that helps. You might look into the 'RenderAccel' option under 'Screen'. I'm not entirely sure that mine is configured properly either though, I have never been very happy with the performance it gives when trying to use KDE's desktop effects. Hence the reason I use Fluxbox. Well, that, and the fact the Fluxbox is just better.
    There is some decent info about some other settings on the Gentoo wiki as well. I don't have the address handy at the moment, but if you need it ask. It was on a page about using xcompmgr if I remember right.
    Anyhow, good luck and let me know how it goes.

  • Xorg fails to restart with nvidia propertiary driver

    Hi!
    Dear fellow archers, I've got this little problem which is driving me crazy: after first successful start of xorg while booting  ("kdm" is in the DAEMONS list in rc.conf), i can't get to start it once again (for example with "/etc/rc.d/kdm restart"). When I try to do this screen goes blank (+ single underscore in top-left corner) for ~10 seconds, then nvidia logo shows up for half a second, and finally it failbacks to terminal.
    I use thinkpad T61 with nvidia quadro nvs 140m and nvidia driver version 190.42 (from extra repo).
    Thanks in advance for all suggestions.
    Xorg.0.log after I try to restart
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.3.901 (1.7.4 RC 1)
    Release Date: 2009-12-11
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH i686
    Current Operating System: Linux hal9000 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009 i686
    Kernel command line: root=/dev/sda2 ro vga=869
    Build Date: 12 December 2009 12:59:40PM
    Current version of pixman: 0.16.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 13 16:10:30 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:0429:17aa:20d8 nVidia Corporation Quadro NVS 140M rev 161, Mem @ 0xd6000000/16777216, 0xe0000000/268435456, 0xd4000000/33554432, I/O @ 0x00002000/128
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) "extmod" will be loaded by default.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 190.42 Tue Oct 20 20:55:08 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.2.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 190.42 Tue Oct 20 20:26:00 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "Coolbits" "1"
    (**) NVIDIA(0): Option "DPI" "96 x 96"
    (**) NVIDIA(0): Option "DamageEvents" "True"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) Dec 13 16:10:30 NVIDIA(0): Enabling RENDER acceleration
    (II) Dec 13 16:10:30 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Dec 13 16:10:30 NVIDIA(0): enabled.
    (II) Dec 13 16:10:43 NVIDIA(0): NVIDIA GPU Quadro NVS 140M (G86) at PCI:1:0:0 (GPU-0)
    (--) Dec 13 16:10:43 NVIDIA(0): Memory: 524288 kBytes
    (--) Dec 13 16:10:43 NVIDIA(0): VideoBIOS: 60.86.3e.00.00
    (II) Dec 13 16:10:43 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Dec 13 16:10:43 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Dec 13 16:10:43 NVIDIA(0): Connected display device(s) on Quadro NVS 140M at PCI:1:0:0:
    (--) Dec 13 16:10:43 NVIDIA(0): BenQ FP91GP (CRT-0)
    (--) Dec 13 16:10:43 NVIDIA(0): LEN (DFP-0)
    (--) Dec 13 16:10:43 NVIDIA(0): BenQ FP91GP (CRT-0): 400.0 MHz maximum pixel clock
    (--) Dec 13 16:10:43 NVIDIA(0): LEN (DFP-0): 330.0 MHz maximum pixel clock
    (--) Dec 13 16:10:43 NVIDIA(0): LEN (DFP-0): Internal Dual Link LVDS
    (WW) Dec 13 16:10:43 NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1440x900"
    (WW) Dec 13 16:10:43 NVIDIA(0): is specified in the EDID; however, the EDID's valid
    (WW) Dec 13 16:10:43 NVIDIA(0): HorizSync range (46.301-55.556 kHz) would exclude this
    (WW) Dec 13 16:10:43 NVIDIA(0): mode's HorizSync (37.0 kHz); ignoring HorizSync check for
    (WW) Dec 13 16:10:43 NVIDIA(0): mode "1440x900".
    (WW) Dec 13 16:10:43 NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1440x900"
    (WW) Dec 13 16:10:43 NVIDIA(0): is specified in the EDID; however, the EDID's valid
    (WW) Dec 13 16:10:43 NVIDIA(0): HorizSync range (46.301-55.556 kHz) would exclude this
    (WW) Dec 13 16:10:43 NVIDIA(0): mode's HorizSync (37.0 kHz); ignoring HorizSync check for
    (WW) Dec 13 16:10:43 NVIDIA(0): mode "1440x900".
    (II) Dec 13 16:10:43 NVIDIA(0): Assigned Display Device: DFP-0
    (II) Dec 13 16:10:43 NVIDIA(0): Validated modes:
    (II) Dec 13 16:10:43 NVIDIA(0): "1440x900"
    (II) Dec 13 16:10:43 NVIDIA(0): "1024x768"
    (II) Dec 13 16:10:43 NVIDIA(0): "800x600"
    (II) Dec 13 16:10:43 NVIDIA(0): "640x480"
    (II) Dec 13 16:10:43 NVIDIA(0): Virtual screen size determined to be 1440 x 900
    (**) Dec 13 16:10:44 NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
    (==) Dec 13 16:10:44 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Dec 13 16:10:44 NVIDIA(0): Initialized GPU GART.
    (II) Dec 13 16:10:44 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Dec 13 16:10:44 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (II) Dec 13 16:10:44 NVIDIA(0): Setting mode "1440x900"
    (II) Loading extension NV-GLX
    (II) Dec 13 16:10:45 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Dec 13 16:10:45 NVIDIA(0): Initialized X Rendering Acceleration
    (**) NVIDIA(0): Option "BackingStore" "True"
    (**) NVIDIA(0): Backing store enabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    #InputDevice "Ultranav" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    #Section "ServerFlags"
    # Option "AutoAddDevices" "False"
    #EndSection
    #Section "Files"
    # RgbPath "/usr/share/X11/rgb"
    # ModulePath "/usr/lib/xorg/modules"
    # FontPath "/usr/share/fonts/misc"
    # FontPath "/usr/share/fonts/100dpi:unscaled"
    # FontPath "/usr/share/fonts/75dpi:unscaled"
    # FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    #EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    # Load "vbe"
    # Load "ddc"
    # Load "int10"
    # Load "dbe"
    # Load "extmod"
    #Load "record"
    # Load "freetype"
    #Load "type1"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "thinkpad60"
    Option "XkbLayout" "pl"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "Auto"
    # Option "XAxisMapping" "6 7"
    # Option "YAxisMapping" "4 5"
    Option "ZAxisMapping" "4 5 6 7"
    # przewijanie srodkowym przyciskiem
    # Option "EmulateWheel" "On"
    # Option "Emulate3Buttons" "On"
    # Option "EmulateWheelButton" "2"
    ## Option "EmulateWheelTimeout" "200"
    EndSection
    #Section "InputDevice"
    # Identifier "Mouse0"
    # Driver "mouse"
    # Option "SHMConfig" "on"
    # Option "Protocol" "auto"
    # Option "Device" "/dev/input/mice"
    # Option "ZAxisMapping" "4 5 6 7"
    #EndSection
    Section "InputDevice"
    Identifier "Ultranav"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    # Option "Repeater" "/dev/ps2mouse"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Lenovo"
    ModelName "Lenovo T61 Flat Panel 1440x900"
    Option "DPMS"
    # DisplaySize 487 304 # 75 DPI @ 1440x900
    # DisplaySize 381 238 # 96 DPI @ 1440x900
    # HorizSync 28.0 - 61.0
    # VertRefresh 43.0 - 75.0
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "Quadro NVS 140M"
    Option "DPI" "96 x 96"
    Option "BackingStore" "True"
    Option "DamageEvents" "True"
    Option "DPMS" "True"
    Option "OnDemandVBlankInterrupts" "True"
    Option "Coolbits" "1"
    # Option "IgnoreDisplayDevices" "DFP, CRT, TV"
    # BusID "PCI:1:0:0"
    # Option "UseEdidDpi" "FALSE"
    # Option "AddARGBGLXVisuals" "True"
    # Option "AllowGLXWithComposite" "True"
    # Option "TripleBuffer" "True"
    # Option "DamageEvents" "True"
    # Option "BackingStore" "True"
    # Option "InitialPixmapPlacement" "3"
    # Option "GlyphCache" "1"
    # Option "PixmapCacheSize" "200000"
    # on battery - max power saving, on AC - adaptive strategy
    # Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2233; PowerMizerDefault=0x3"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 1
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    #Section "Extensions"
    # Option "Composite" "Enable"
    #EndSection
    #Section "DRI"
    #Mode 0666
    #EndSection
    Last edited by tarantoga (2009-12-13 15:36:59)

    tarantoga wrote:
    falconindy wrote:
    I don't think the 190 driver is intended for the quadro M series. As per the nvidia site, the 100 or 169 drivers support your video card.
    edit: You might also try the nouveau driver.
    Well, this quadro is almost identical to geforce 8400GS, so I don't think nvidia site is up to date in this respect. Besides, other than this issue everything works just fine. It is just annoying to be forced to reboot everytime I have to restart X. And I need nvidia propertiary driver, because I use opencl.
    Thats odd then. I have an 8400gs and am using the beta driver without any issues. Give the legacy driver a try once.
    Exit the gui (ctrl+alt+f1)
    Remove the current driver
    pacman -Rd nvidia nvidia-utils
    (replace with nvidia-beta nvidia-utils-beta if you switched to the beta driver)
    Now install the legacy driver
    pacman -S nvidia-173xx nvidia-173xx-utils
    Reboot
    Hope this helps.

  • X11 won't start (sets monitor to standby) with nVidia card

    Hello everyone!
    I'm having some trouble getting my computer to work properly. Yesterday it was working perfectly, but today it would't start again. After some troubleshooting I've determined that the problem lies with X11 and the graphics driver. The bootloader, grub, and arch itself, boots perfectly in runlevel 3, but the moment you run "startx" it would appear to be loading for a while and finally the screen goes to standby mode and there is no way out of that other than reseting the computer using the reset button. I've tried uninstalling the nvidia drivers and installing nouveau drivers, but it still won't start X, this time arround, it would just hang up with a white screen.
    I've also tried removing xorg.conf and also using nvidia utility to generate a new one, but neither seems to work.
    /var/log/Xorg.0.log doesn't report any errors, it just gives different info from the configuration and the graphics card and just ends there.
    I've tried booting with a debian live USB but it would't boot either (the computer would just restart). I've also tried a Kubuntu live USB, this time arround, it would start to boot but the graphics appeared to be corrupted (strange colored noise all over the screen) and eventually it would just hang up. Using nomodeset Kubuntu finally booted (using vesa I guess?), but the same didn't work in Arch (I'm guessing because I have the nvidia drivers installed instead of nouveau).
    In conclussion, something appears to be wrong with the graphics card, I dont't know if it's a software problem or a hardware problem, as it started from one day to the other, without any upgrades in between, and it just doesn't work in any of the 3 distributions I've tested.
    Any suggestions in what to do to troubleshoot this?
    Thanks in advance,
    Santiago.-

    Xorg.0.log
    [ 35.560]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 35.560] X Protocol Version 11, Revision 0
    [ 35.560] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 35.561] Current Operating System: Linux arch 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64
    [ 35.561] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=17d019be-e01f-4c1c-ac50-69e1f3dc0592 rw quiet 3
    [ 35.562] Build Date: 01 November 2013 05:10:48PM
    [ 35.562]
    [ 35.562] Current version of pixman: 0.30.2
    [ 35.562] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 35.562] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 35.564] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 4 21:35:07 2013
    [ 35.576] (==) Using config file: "/etc/X11/xorg.conf"
    [ 35.576] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 35.577] (==) ServerLayout "Layout0"
    [ 35.577] (**) |-->Screen "Screen0" (0)
    [ 35.577] (**) | |-->Monitor "Monitor0"
    [ 35.577] (**) | |-->Device "Device0"
    [ 35.577] (**) |-->Input Device "Keyboard0"
    [ 35.577] (**) |-->Input Device "Mouse0"
    [ 35.577] (==) Automatically adding devices
    [ 35.577] (==) Automatically enabling devices
    [ 35.577] (==) Automatically adding GPU devices
    [ 35.603] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 35.603] Entry deleted from font path.
    [ 35.603] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 35.603] Entry deleted from font path.
    [ 35.603] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 35.603] Entry deleted from font path.
    [ 35.603] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 35.604] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 35.604] Entry deleted from font path.
    [ 35.604] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 35.604] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 35.604] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 35.604] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 35.604] (WW) Disabling Keyboard0
    [ 35.604] (WW) Disabling Mouse0
    [ 35.604] (II) Loader magic: 0x7fdc20
    [ 35.604] (II) Module ABI versions:
    [ 35.604] X.Org ANSI C Emulation: 0.4
    [ 35.604] X.Org Video Driver: 14.1
    [ 35.604] X.Org XInput driver : 19.1
    [ 35.604] X.Org Server Extension : 7.0
    [ 35.604] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 35.605] (--) PCI:*(0:1:0:0) 10de:0421:1682:2353 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
    [ 35.606] Initializing built-in extension Generic Event Extension
    [ 35.606] Initializing built-in extension SHAPE
    [ 35.606] Initializing built-in extension MIT-SHM
    [ 35.606] Initializing built-in extension XInputExtension
    [ 35.606] Initializing built-in extension XTEST
    [ 35.607] Initializing built-in extension BIG-REQUESTS
    [ 35.607] Initializing built-in extension SYNC
    [ 35.607] Initializing built-in extension XKEYBOARD
    [ 35.607] Initializing built-in extension XC-MISC
    [ 35.608] Initializing built-in extension SECURITY
    [ 35.608] Initializing built-in extension XINERAMA
    [ 35.608] Initializing built-in extension XFIXES
    [ 35.608] Initializing built-in extension RENDER
    [ 35.608] Initializing built-in extension RANDR
    [ 35.609] Initializing built-in extension COMPOSITE
    [ 35.609] Initializing built-in extension DAMAGE
    [ 35.609] Initializing built-in extension MIT-SCREEN-SAVER
    [ 35.609] Initializing built-in extension DOUBLE-BUFFER
    [ 35.619] Initializing built-in extension RECORD
    [ 35.629] Initializing built-in extension DPMS
    [ 35.638] Initializing built-in extension X-Resource
    [ 35.647] Initializing built-in extension XVideo
    [ 35.656] Initializing built-in extension XVideo-MotionCompensation
    [ 35.665] Initializing built-in extension XFree86-VidModeExtension
    [ 35.673] Initializing built-in extension XFree86-DGA
    [ 35.682] Initializing built-in extension XFree86-DRI
    [ 35.690] Initializing built-in extension DRI2
    [ 35.690] (II) LoadModule: "glx"
    [ 35.757] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 36.111] (II) Module glx: vendor="NVIDIA Corporation"
    [ 36.111] compiled for 4.0.2, module version = 1.0.0
    [ 36.111] Module class: X.Org Server Extension
    [ 36.111] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 36.126] Loading extension GLX
    [ 36.126] (II) LoadModule: "nvidia"
    [ 36.136] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 36.195] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 36.195] compiled for 4.0.2, module version = 1.0.0
    [ 36.195] Module class: X.Org Video Driver
    [ 36.197] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 36.197] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 36.197] (--) using VT number 2
    [ 36.248] (II) Loading sub module "fb"
    [ 36.248] (II) LoadModule: "fb"
    [ 36.259] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 36.270] (II) Module fb: vendor="X.Org Foundation"
    [ 36.270] compiled for 1.14.4, module version = 1.0.0
    [ 36.270] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 36.270] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 36.270] (II) Loading sub module "wfb"
    [ 36.270] (II) LoadModule: "wfb"
    [ 36.270] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 36.271] (II) Module wfb: vendor="X.Org Foundation"
    [ 36.271] compiled for 1.14.4, module version = 1.0.0
    [ 36.271] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 36.271] (II) Loading sub module "shadow"
    [ 36.271] (II) LoadModule: "shadow"
    [ 36.271] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 36.272] (II) Module shadow: vendor="X.Org Foundation"
    [ 36.272] compiled for 1.14.4, module version = 1.1.0
    [ 36.272] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 36.272] (II) Loading sub module "ramdac"
    [ 36.272] (II) LoadModule: "ramdac"
    [ 36.272] (II) Module "ramdac" already built-in
    [ 36.274] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 36.274] (==) NVIDIA(0): RGB weight 888
    [ 36.274] (==) NVIDIA(0): Default visual is TrueColor
    [ 36.274] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 36.274] (**) NVIDIA(0): Option "UseEdidDpi" "False"
    [ 36.274] (**) NVIDIA(0): Option "DPI" "96 x 96"
    [ 36.274] (**) NVIDIA(0): Enabling 2D acceleration
    [ 50.151] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 50.256] (II) NVIDIA(GPU-0): Display (Samsung SMB2330H (CRT-0)) does not support NVIDIA 3D
    [ 50.256] (II) NVIDIA(GPU-0): Vision stereo.
    [ 50.256] (II) NVIDIA(0): NVIDIA GPU GeForce 8500 GT (G86) at PCI:1:0:0 (GPU-0)
    [ 50.256] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 50.256] (--) NVIDIA(0): VideoBIOS: 60.86.41.00.85
    [ 50.256] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    journalctl -xb
    -- Logs begin at Sat 2013-08-17 21:55:41 ART, end at Mon 2013-11-04 22:01:35 ART. --
    Nov 04 21:59:09 arch systemd-journal[120]: Runtime journal is using 364.0K (max 100.1M, leaving 150.2M of free 1001.3M, current limit 100.1M).
    Nov 04 21:59:09 arch systemd-journal[120]: Runtime journal is using 368.0K (max 100.1M, leaving 150.2M of free 1001.3M, current limit 100.1M).
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys cpuset
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys cpu
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys cpuacct
    Nov 04 21:59:09 arch kernel: Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013
    Nov 04 21:59:09 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=17d019be-e01f-4c1c-ac50-69e1f3dc0592 rw quiet 3
    Nov 04 21:59:09 arch kernel: e820: BIOS-provided physical RAM map:
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007fbb4fff] usable
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fbb5000-0x000000007fbf7fff] ACPI NVS
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fbf8000-0x000000007fd4bfff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd4c000-0x000000007fd51fff] ACPI data
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd52000-0x000000007fd52fff] ACPI NVS
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd53000-0x000000007fd54fff] ACPI data
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd55000-0x000000007fd56fff] ACPI NVS
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd57000-0x000000007fd57fff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd58000-0x000000007fd5bfff] ACPI NVS
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd5c000-0x000000007fd6afff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd6b000-0x000000007fefffff] usable
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffbfffff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    Nov 04 21:59:09 arch kernel: NX (Execute Disable) protection: active
    Nov 04 21:59:09 arch kernel: SMBIOS 2.4 present.
    Nov 04 21:59:09 arch kernel: DMI: /DG31PR, BIOS PRG3110H.86A.0071.2010.0318.1704 03/18/2010
    Nov 04 21:59:09 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Nov 04 21:59:09 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Nov 04 21:59:09 arch kernel: No AGP bridge found
    Nov 04 21:59:09 arch kernel: e820: last_pfn = 0x7ff00 max_arch_pfn = 0x400000000
    Nov 04 21:59:09 arch kernel: MTRR default type: uncachable
    Nov 04 21:59:09 arch kernel: MTRR fixed ranges enabled:
    Nov 04 21:59:09 arch kernel: 00000-9FFFF write-back
    Nov 04 21:59:09 arch kernel: A0000-E7FFF uncachable
    Nov 04 21:59:09 arch kernel: E8000-FFFFF write-protect
    Nov 04 21:59:09 arch kernel: MTRR variable ranges enabled:
    Nov 04 21:59:09 arch kernel: 0 base 000000000 mask F80000000 write-back
    Nov 04 21:59:09 arch kernel: 1 base 07FF00000 mask FFFF00000 uncachable
    Nov 04 21:59:09 arch kernel: 2 disabled
    Nov 04 21:59:09 arch kernel: 3 disabled
    Nov 04 21:59:09 arch kernel: 4 disabled
    Nov 04 21:59:09 arch kernel: 5 disabled
    Nov 04 21:59:09 arch kernel: 6 disabled
    Nov 04 21:59:09 arch kernel: 7 disabled
    Nov 04 21:59:09 arch kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Nov 04 21:59:09 arch kernel: found SMP MP-table at [mem 0x000fc620-0x000fc62f] mapped at [ffff8800000fc620]
    Nov 04 21:59:09 arch kernel: Scanning 1 areas for low memory corruption
    Nov 04 21:59:09 arch kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Nov 04 21:59:09 arch kernel: [mem 0x00000000-0x000fffff] page 4k
    Nov 04 21:59:09 arch kernel: BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    Nov 04 21:59:09 arch kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
    Nov 04 21:59:09 arch kernel: BRK [0x01b31000, 0x01b31fff] PGTABLE
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x7f800000-0x7f9fffff]
    Nov 04 21:59:09 arch kernel: [mem 0x7f800000-0x7f9fffff] page 2M
    Nov 04 21:59:09 arch kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x7c000000-0x7f7fffff]
    Nov 04 21:59:09 arch kernel: [mem 0x7c000000-0x7f7fffff] page 2M
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x00100000-0x7bffffff]
    Nov 04 21:59:09 arch kernel: [mem 0x00100000-0x001fffff] page 4k
    Nov 04 21:59:09 arch kernel: [mem 0x00200000-0x7bffffff] page 2M
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x7fa00000-0x7fbb4fff]
    Nov 04 21:59:09 arch kernel: [mem 0x7fa00000-0x7fbb4fff] page 4k
    Nov 04 21:59:09 arch kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x7fd6b000-0x7fefffff]
    Nov 04 21:59:09 arch kernel: [mem 0x7fd6b000-0x7fefffff] page 4k
    Nov 04 21:59:09 arch kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    Nov 04 21:59:09 arch kernel: RAMDISK: [mem 0x37a14000-0x37d01fff]
    Nov 04 21:59:09 arch kernel: ACPI: RSDP 00000000000f03f0 00024 (v02 INTEL)
    Nov 04 21:59:09 arch kernel: ACPI: XSDT 000000007fd53f10 00044 (v01 INTEL DG31PR 06222004 MSFT 00010013)
    Nov 04 21:59:09 arch kernel: ACPI: FACP 000000007fd51d90 000F4 (v04 INTEL DG31PR 06222004 MSFT 00010013)
    Nov 04 21:59:09 arch kernel: ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20130517/tbfadt-395)
    Nov 04 21:59:09 arch kernel: ACPI BIOS Warning (bug): 32/64X FACS address mismatch in FADT - 0x7FD56F40/0x000000007FD52F40, using 32 (20130517/tbfadt-522)
    Nov 04 21:59:09 arch kernel: ACPI: DSDT 000000007fd4c010 04BE9 (v01 INTEL DG31PR 00000000 INTL 20051117)
    Nov 04 21:59:09 arch kernel: ACPI: FACS 000000007fd56f40 00040
    Nov 04 21:59:09 arch kernel: ACPI: APIC 000000007fd51f10 0006C (v02 INTEL DG31PR 06222004 MSFT 00010013)
    Nov 04 21:59:09 arch kernel: ACPI: HPET 000000007fd5ad10 00038 (v01 INTEL ICH7HPET 06222004 AMI. 00000001)
    Nov 04 21:59:09 arch kernel: ACPI: MCFG 000000007fd5ac10 0003C (v01 INTEL DG31PR 06222004 MSFT 00000097)
    Nov 04 21:59:09 arch kernel: ACPI: Local APIC address 0xfee00000
    Nov 04 21:59:09 arch kernel: No NUMA configuration found
    Nov 04 21:59:09 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000007fefffff]
    Nov 04 21:59:09 arch kernel: Initmem setup node 0 [mem 0x00000000-0x7fefffff]
    Nov 04 21:59:09 arch kernel: NODE_DATA [mem 0x7fefb000-0x7fefffff]
    Nov 04 21:59:09 arch kernel: [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d200000-ffff88007f1fffff] on node 0
    Nov 04 21:59:09 arch kernel: Zone ranges:
    Nov 04 21:59:09 arch kernel: DMA [mem 0x00001000-0x00ffffff]
    Nov 04 21:59:09 arch kernel: DMA32 [mem 0x01000000-0xffffffff]
    Nov 04 21:59:09 arch kernel: Normal empty
    Nov 04 21:59:09 arch kernel: Movable zone start for each node
    Nov 04 21:59:09 arch kernel: Early memory node ranges
    Nov 04 21:59:09 arch kernel: node 0: [mem 0x00001000-0x0009efff]
    Nov 04 21:59:09 arch kernel: node 0: [mem 0x00100000-0x7fbb4fff]
    Nov 04 21:59:09 arch kernel: node 0: [mem 0x7fd6b000-0x7fefffff]
    Nov 04 21:59:09 arch kernel: On node 0 totalpages: 523496
    Nov 04 21:59:09 arch kernel: DMA zone: 64 pages used for memmap
    Nov 04 21:59:09 arch kernel: DMA zone: 21 pages reserved
    Nov 04 21:59:09 arch kernel: DMA zone: 3998 pages, LIFO batch:0
    Nov 04 21:59:09 arch kernel: DMA32 zone: 8124 pages used for memmap
    Nov 04 21:59:09 arch kernel: DMA32 zone: 519498 pages, LIFO batch:31
    Nov 04 21:59:09 arch kernel: ACPI: PM-Timer IO Port: 0x408
    Nov 04 21:59:09 arch kernel: ACPI: Local APIC address 0xfee00000
    Nov 04 21:59:09 arch kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Nov 04 21:59:09 arch kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Nov 04 21:59:09 arch kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    Nov 04 21:59:09 arch kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Nov 04 21:59:09 arch kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    Nov 04 21:59:09 arch kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    Nov 04 21:59:09 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Nov 04 21:59:09 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Nov 04 21:59:09 arch kernel: ACPI: IRQ0 used by override.
    Nov 04 21:59:09 arch kernel: ACPI: IRQ2 used by override.
    Nov 04 21:59:09 arch kernel: ACPI: IRQ9 used by override.
    Nov 04 21:59:09 arch kernel: Using ACPI (MADT) for SMP configuration information
    Nov 04 21:59:09 arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Nov 04 21:59:09 arch kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    Nov 04 21:59:09 arch kernel: nr_irqs_gsi: 40
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fbb5000-0x7fbf7fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fbf8000-0x7fd4bfff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd4c000-0x7fd51fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd52000-0x7fd52fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd53000-0x7fd54fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd55000-0x7fd56fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd57000-0x7fd57fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd58000-0x7fd5bfff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd5c000-0x7fd6afff]
    Nov 04 21:59:09 arch kernel: e820: [mem 0x7ff00000-0xfed1bfff] available for PCI devices
    Nov 04 21:59:09 arch kernel: Booting paravirtualized kernel on bare hardware
    Nov 04 21:59:09 arch kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Nov 04 21:59:09 arch kernel: PERCPU: Embedded 29 pages/cpu @ffff88007f800000 s86528 r8192 d24064 u524288
    Nov 04 21:59:09 arch kernel: pcpu-alloc: s86528 r8192 d24064 u524288 alloc=1*2097152
    Nov 04 21:59:09 arch kernel: pcpu-alloc: [0] 0 1 2 3
    Nov 04 21:59:09 arch kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 515287
    Nov 04 21:59:09 arch kernel: Policy zone: DMA32
    Nov 04 21:59:09 arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=17d019be-e01f-4c1c-ac50-69e1f3dc0592 rw quiet 3
    Nov 04 21:59:09 arch kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Nov 04 21:59:09 arch kernel: Checking aperture...
    Nov 04 21:59:09 arch kernel: No AGP bridge found
    Nov 04 21:59:09 arch kernel: Calgary: detecting Calgary via BIOS EBDA area
    Nov 04 21:59:09 arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Nov 04 21:59:09 arch kernel: Memory: 2045916K/2093984K available (5050K kernel code, 799K rwdata, 1696K rodata, 1140K init, 1288K bss, 48068K reserved)
    Nov 04 21:59:09 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Nov 04 21:59:09 arch kernel: Preemptible hierarchical RCU implementation.
    Nov 04 21:59:09 arch kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Nov 04 21:59:09 arch kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Nov 04 21:59:09 arch kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    Nov 04 21:59:09 arch kernel: NR_IRQS:8448 nr_irqs:712 16
    Nov 04 21:59:09 arch kernel: Console: colour dummy device 80x25
    Nov 04 21:59:09 arch kernel: console [tty0] enabled
    Nov 04 21:59:09 arch kernel: allocated 8388608 bytes of page_cgroup
    Nov 04 21:59:09 arch kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Nov 04 21:59:09 arch kernel: hpet clockevent registered
    Nov 04 21:59:09 arch kernel: tsc: Fast TSC calibration using PIT
    Nov 04 21:59:09 arch kernel: tsc: Detected 2399.803 MHz processor
    Nov 04 21:59:09 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.58 BogoMIPS (lpj=7999343)
    Nov 04 21:59:09 arch kernel: pid_max: default: 32768 minimum: 301
    Nov 04 21:59:09 arch kernel: Security Framework initialized
    Nov 04 21:59:09 arch kernel: AppArmor: AppArmor disabled by boot time parameter
    Nov 04 21:59:09 arch kernel: Yama: becoming mindful.
    Nov 04 21:59:09 arch kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Nov 04 21:59:09 arch kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Nov 04 21:59:09 arch kernel: Mount-cache hash table entries: 256
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys memory
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys devices
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys freezer
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys net_cls
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys blkio
    Nov 04 21:59:09 arch kernel: CPU: Physical Processor ID: 0
    Nov 04 21:59:09 arch kernel: CPU: Processor Core ID: 0
    Nov 04 21:59:09 arch kernel: mce: CPU supports 6 MCE banks
    Nov 04 21:59:09 arch kernel: CPU0: Thermal monitoring enabled (TM2)
    Nov 04 21:59:09 arch kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    Nov 04 21:59:09 arch kernel: Freeing SMP alternatives memory: 20K (ffffffff819e6000 - ffffffff819eb000)
    Nov 04 21:59:09 arch kernel: ACPI: Core revision 20130517
    Nov 04 21:59:09 arch kernel: ACPI: All ACPI Tables successfully acquired
    Nov 04 21:59:09 arch kernel: ftrace: allocating 20100 entries in 79 pages
    Nov 04 21:59:09 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Nov 04 21:59:09 arch kernel: smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (fam: 06, model: 0f, stepping: 0b)
    Nov 04 21:59:09 arch kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Nov 04 21:59:09 arch kernel: perf_event_intel: PEBS disabled due to CPU errata
    Nov 04 21:59:09 arch kernel: ... version: 2
    Nov 04 21:59:09 arch kernel: ... bit width: 40
    Nov 04 21:59:09 arch kernel: ... generic registers: 2
    Nov 04 21:59:09 arch kernel: ... value mask: 000000ffffffffff
    Nov 04 21:59:09 arch kernel: ... max period: 000000007fffffff
    Nov 04 21:59:09 arch kernel: ... fixed-purpose events: 3
    Nov 04 21:59:09 arch kernel: ... event mask: 0000000700000003
    Nov 04 21:59:09 arch kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Nov 04 21:59:09 arch kernel: smpboot: Booting Node 0, Processors #1 #2 #3 OK
    Nov 04 21:59:09 arch kernel: Brought up 4 CPUs
    Nov 04 21:59:09 arch kernel: smpboot: Total of 4 processors activated (19206.35 BogoMIPS)
    Nov 04 21:59:09 arch kernel: devtmpfs: initialized
    Nov 04 21:59:09 arch kernel: PM: Registering ACPI NVS region [mem 0x7fbb5000-0x7fbf7fff] (274432 bytes)
    Nov 04 21:59:09 arch kernel: PM: Registering ACPI NVS region [mem 0x7fd52000-0x7fd52fff] (4096 bytes)
    Nov 04 21:59:09 arch kernel: PM: Registering ACPI NVS region [mem 0x7fd55000-0x7fd56fff] (8192 bytes)
    Nov 04 21:59:09 arch kernel: PM: Registering ACPI NVS region [mem 0x7fd58000-0x7fd5bfff] (16384 bytes)
    Nov 04 21:59:09 arch kernel: RTC time: 0:59:05, date: 11/05/13
    Nov 04 21:59:09 arch kernel: NET: Registered protocol family 16
    Nov 04 21:59:09 arch kernel: ACPI: bus type PCI registered
    Nov 04 21:59:09 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Nov 04 21:59:09 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-40] at [mem 0xe0000000-0xe40fffff] (base 0xe0000000)
    Nov 04 21:59:09 arch kernel: PCI: not using MMCONFIG
    Nov 04 21:59:09 arch kernel: PCI: Using configuration type 1 for base access
    Nov 04 21:59:09 arch kernel: mtrr: your CPUs had inconsistent fixed MTRR settings
    Nov 04 21:59:09 arch kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    Nov 04 21:59:09 arch kernel: mtrr: probably your BIOS does not setup all CPUs.
    Nov 04 21:59:09 arch kernel: mtrr: corrected configuration.
    Nov 04 21:59:09 arch kernel: bio: create slab <bio-0> at 0
    Nov 04 21:59:09 arch kernel: ACPI: Added _OSI(Module Device)
    Nov 04 21:59:09 arch kernel: ACPI: Added _OSI(Processor Device)
    Nov 04 21:59:09 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Nov 04 21:59:09 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Nov 04 21:59:09 arch kernel: ACPI: EC: Look up EC in DSDT
    Nov 04 21:59:09 arch kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Nov 04 21:59:09 arch kernel: ACPI: SSDT 000000007fd56c10 002CC (v01 AMI IST 00000001 MSFT 03000001)
    Nov 04 21:59:09 arch kernel: ACPI: Dynamic OEM Table Load:
    Nov 04 21:59:09 arch kernel: ACPI: SSDT (null) 002CC (v01 AMI IST 00000001 MSFT 03000001)
    Nov 04 21:59:09 arch kernel: ACPI: Interpreter enabled
    Nov 04 21:59:09 arch kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    Nov 04 21:59:09 arch kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Nov 04 21:59:09 arch kernel: ACPI: Using IOAPIC for interrupt routing
    Nov 04 21:59:09 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-40] at [mem 0xe0000000-0xe40fffff] (base 0xe0000000)
    Nov 04 21:59:09 arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe40fffff] reserved in ACPI motherboard resources
    Nov 04 21:59:09 arch kernel: PCI: MMCONFIG for 0000 [bus00-1f] at [mem 0xe0000000-0xe1ffffff] (base 0xe0000000) (size reduced!)
    Nov 04 21:59:09 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Nov 04 21:59:09 arch kernel: ACPI: No dock devices found.
    Nov 04 21:59:09 arch kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Nov 04 21:59:09 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Nov 04 21:59:09 arch kernel: acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Nov 04 21:59:09 arch kernel: acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
    Nov 04 21:59:09 arch kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-1f] only partially covers this bridge
    Nov 04 21:59:09 arch kernel: PCI host bridge to bus 0000:00
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xffffffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: [8086:29c1] type 01 class 0x060400
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    Nov 04 21:59:09 arch kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfb200000-0xfb203fff 64bit]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.0: reg 0x20: [io 0xf080-0xf09f]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.1: reg 0x20: [io 0xf060-0xf07f]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.2: reg 0x20: [io 0xf040-0xf05f]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.3: reg 0x20: [io 0xf020-0xf03f]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.3: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfb204000-0xfb2043ff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.0: address space collision: [io 0x0400-0x047f] conflicts with ACPI CPU throttle [??? 0x00000410-0x00000415 flags 0x80000000]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0290 (mask 00ff)
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: reg 0x10: [io 0xf130-0xf137]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: reg 0x14: [io 0xf120-0xf123]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: reg 0x18: [io 0xf110-0xf117]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: reg 0x1c: [io 0xf100-0xf103]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: reg 0x20: [io 0xf0f0-0xf0ff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf0e0-0xf0e7]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf0d0-0xf0d3]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf0c0-0xf0c7]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf0b0-0xf0b3]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf0a0-0xf0af]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: [10de:0421] type 00 class 0x030000
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit]
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfb000000-0xfb01ffff pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfb0fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff]
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: reg 0x18: [mem 0xfb120000-0xfb120fff 64bit]
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: reg 0x30: [mem 0xfb100000-0xfb11ffff pref]
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: supports D1 D2
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [mem 0xfb100000-0xfb1fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: bridge window [mem 0x80000000-0xffffffff] (subtractive decode)
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Nov 04 21:59:09 arch kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
    Nov 04 21:59:09 arch kernel: ACPI: \_SB_.PCI0: notify handler is installed
    Nov 04 21:59:09 arch kernel: Found 1 acpi root devices
    Nov 04 21:59:09 arch kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Nov 04 21:59:09 arch kernel: vgaarb: loaded
    Nov 04 21:59:09 arch kernel: vgaarb: bridge control possible 0000:01:00.0
    Nov 04 21:59:09 arch kernel: PCI: Using ACPI for IRQ routing
    Nov 04 21:59:09 arch kernel: PCI: pci_cache_line_size set to 64 bytes
    Nov 04 21:59:09 arch kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Nov 04 21:59:09 arch kernel: e820: reserve RAM buffer [mem 0x7fbb5000-0x7fffffff]
    Nov 04 21:59:09 arch kernel: e820: reserve RAM buffer [mem 0x7ff00000-0x7fffffff]
    Nov 04 21:59:09 arch kernel: NetLabel: Initializing
    Nov 04 21:59:09 arch kernel: NetLabel: domain hash size = 128
    Nov 04 21:59:09 arch kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Nov 04 21:59:09 arch kernel: NetLabel: unlabeled traffic allowed by default
    Nov 04 21:59:09 arch kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Nov 04 21:59:09 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Nov 04 21:59:09 arch kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Nov 04 21:59:09 arch kernel: Switched to clocksource hpet
    Nov 04 21:59:09 arch kernel: pnp: PnP ACPI init
    Nov 04 21:59:09 arch kernel: ACPI: bus type PNP registered
    Nov 04 21:59:09 arch kernel: system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:00: [mem 0xe0000000-0xe3ffffff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Nov 04 21:59:09 arch kernel: system 00:01: [io 0x0400-0x047f] could not be reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [io 0x1180-0x119f] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [io 0x0500-0x053f] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xfec00000-0xfecfffff] could not be reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xfee00000-0xfee0ffff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xffb00000-0xffcfffff] could not be reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xfc800000-0xfc800fff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xfed20000-0xfed7ffff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xffe00000-0xffffffff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    Nov 04 21:59:09 arch kernel: system 00:02: [io 0x0290-0x029f] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:04: [dma 2]
    Nov 04 21:59:09 arch kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0700 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:05: [dma 0 disabled]
    Nov 04 21:59:09 arch kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:06: [dma 4]
    Nov 04 21:59:09 arch kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0800 (active)
    Nov 04 21:59:09 arch kernel: system 00:09: [io 0x04d0-0x04d1] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
    Nov 04 21:59:09 arch kernel: pnp: PnP ACPI: found 12 devices
    Nov 04 21:59:09 arch kernel: ACPI: bus type PNP unregistered
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.0: BAR 13: [io 0x0400-0x047f] has bogus alignment
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfb0fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [mem 0xfb100000-0xfb1fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [mem 0x80400000-0x805fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 04]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xffffffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfb0fffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:02: resource 1 [mem 0x80000000-0x801fffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:02: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:03: resource 1 [mem 0xfb100000-0xfb1fffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:04: resource 7 [mem 0x80000000-0xffffffff]
    Nov 04 21:59:09 arch kernel: NET: Registered protocol family 2
    Nov 04 21:59:09 arch kernel: TCP established hash table entries: 16384 (order: 6, 262144 bytes)
    Nov 04 21:59:09 arch kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
    Nov 04 21:59:09 arch kernel: TCP: Hash tables configured (established 16384 bind 16384)
    Nov 04 21:59:09 arch kernel: TCP: reno registered
    Nov 04 21:59:09 arch kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes)
    Nov 04 21:59:09 arch kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    Nov 04 21:59:09 arch kernel: NET: Registered protocol family 1
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: Boot video device
    Nov 04 21:59:09 arch kernel: PCI: CLS 64 bytes, default 64
    Nov 04 21:59:09 arch kernel: Unpacking initramfs...
    Nov 04 21:59:09 arch kernel: Freeing initrd memory: 3000K (ffff880037a14000 - ffff880037d02000)
    Nov 04 21:59:09 arch kernel: Scanning for low memory corruption every 60 seconds
    Nov 04 21:59:09 arch kernel: audit: initializing netlink socket (disabled)
    Nov 04 21:59:09 arch kernel: type=2000 audit(1383613146.559:1): initialized
    Nov 04 21:59:09 arch kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Nov 04 21:59:09 arch kernel: zbud: loaded
    Nov 04 21:59:09 arch kernel: VFS: Disk quotas dquot_6.5.2
    Nov 04 21:59:09 arch kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Nov 04 21:59:09 arch kernel: msgmni has been set to 4001
    Nov 04 21:59:09 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Nov 04 21:59:09 arch kernel: io scheduler noop registered
    Nov 04 21:59:09 arch kernel: io scheduler deadline registered
    Nov 04 21:59:09 arch kernel: io scheduler cfq registered (default)
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    Nov 04 21:59:09 arch kernel: pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    Nov 04 21:59:09 arch kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    Nov 04 21:59:09 arch kernel: pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    Nov 04 21:59:09 arch kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Nov 04 21:59:09 arch kernel: pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 27d0 ss_vid 8086 ss_did 27d0
    Nov 04 21:59:09 arch kernel: pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
    Nov 04 21:59:09 arch kernel: pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 27d2 ss_vid 8086 ss_did 27d2
    Nov 04 21:59:09 arch kernel: pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
    Nov 04 21:59:09 arch kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Nov 04 21:59:09 arch kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
    Nov 04 21:59:09 arch kernel: vesafb: scrolling: redraw
    Nov 04 21:59:09 arch kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Nov 04 21:59:09 arch kernel: vesafb: framebuffer at 0xf9000000, mapped to 0xffffc90002400000, using 1216k, total 1216k
    Nov 04 21:59:09 arch kernel: Console: switching to colour frame buffer device 80x30
    Nov 04 21:59:09 arch kernel: fb0: VESA VGA frame buffer device
    Nov 04 21:59:09 arch kernel: intel_idle: does not run on family 6 model 15
    Nov 04 21:59:09 arch kernel: GHES: HEST is not enabled!
    Nov 04 21:59:09 arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Nov 04 21:59:09 arch kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Nov 04 21:59:09 arch kernel: Linux agpgart interface v0.103
    Nov 04 21:59:09 arch kernel: i8042: PNP: PS/2 Controller [PNP0f03:PS2M] at 0x60,0x64 irq 12
    Nov 04 21:59:09 arch kernel: i8042: PNP: PS/2 controller doesn't have KBD irq; using default 1
    Nov 04 21:59:09 arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Nov 04 21:59:09 arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Nov 04 21:59:09 arch kernel: mousedev: PS/2 mouse device common for all mice
    Nov 04 21:59:09 arch kernel: rtc_cmos 00:07: RTC can wake from S4
    Nov 04 21:59:09 arch kernel: rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    Nov 04 21:59:09 arch kernel: rtc_cmos 00:07: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    Nov 04 21:59:09 arch kernel: cpuidle: using governor ladder
    Nov 04 21:59:09 arch kernel: cpuidle: using governor menu
    Nov 04 21:59:09 arch kernel: drop_monitor: Initializing network drop monitor service
    Nov 04 21:59:09 arch kernel: TCP: cubic registered
    Nov 04 21:59:09 arch kernel: NET: Registered protocol family 10
    Nov 04 21:59:09 arch kernel: NET: Registered protocol family 17
    Nov 04 21:59:09 arch kernel: Key type dns_resolver registered
    Nov 04 21:59:09 arch kernel: PM: Hibernation image not present or could not be loaded.
    Nov 04 21:59:09 arch kernel: registered taskstats version 1
    Nov 04 21:59:09 arch kernel: Magic number: 5:843:960
    Nov 04 21:59:09 arch kernel: memory memory11: hash matches
    Nov 04 21:59:09 arch kernel: rtc_cmos 00:07: setting system clock to 2013-11-05 00:59:07 UTC (1383613147)
    Nov 04 21:59:09 arch kernel: Freeing unused kernel memory: 1140K (ffffffff818c9000 - ffffffff819e6000)
    Nov 04 21:59:09 arch kernel: Write protecting the kernel read-only data: 8192k
    Nov 04 21:59:09 arch kernel: Freeing unused kernel memory: 1084K (ffff8800014f1000 - ffff880001600000)
    Nov 04 21:59:09 arch kernel: Freeing unused kernel memory: 352K (ffff8800017a8000 - ffff880001800000)
    Nov 04 21:59:09 arch systemd-udevd[58]: starting version 208
    Nov 04 21:59:09 arch kernel: Floppy drive(s): fd0 is 1.44M
    Nov 04 21:59:09 arch kernel: SCSI subsystem initialized
    Nov 04 21:59:09 arch kernel: ACPI: bus type USB registered
    Nov 04 21:59:09 arch kernel: usbcore: registered new interface driver usbfs
    Nov 04 21:59:09 arch kernel: usbcore: registered new interface driver hub
    Nov 04 21:59:09 arch kernel: usbcore: registered new device driver usb
    Nov 04 21:59:09 arch kernel: ACPI: bus type ATA registered
    Nov 04 21:59:09 arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Nov 04 21:59:09 arch kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Nov 04 21:59:09 arch kernel: libata version 3.00 loaded.
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000f080
    Nov 04 21:59:09 arch kernel: ehci-pci: EHCI PCI platform driver
    Nov 04 21:59:09 arch kernel: hub 1-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 1-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000f060
    Nov 04 21:59:09 arch kernel: hub 2-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 2-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000f040
    Nov 04 21:59:09 arch kernel: FDC 0 is a post-1991 82077
    Nov 04 21:59:09 arch kernel: hub 3-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 3-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.3: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000f020
    Nov 04 21:59:09 arch kernel: hub 4-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 4-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: ata_piix 0000:00:1f.1: version 2.13
    Nov 04 21:59:09 arch kernel: ata_piix 0000:00:1f.1: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: scsi0 : ata_piix
    Nov 04 21:59:09 arch kernel: scsi1 : ata_piix
    Nov 04 21:59:09 arch kernel: ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf0f0 irq 14
    Nov 04 21:59:09 arch kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf0f8 irq 15
    Nov 04 21:59:09 arch kernel: ata_piix 0000:00:1f.2: MAP [
    Nov 04 21:59:09 arch kernel: P0 P2 P1 P3 ]
    Nov 04 21:59:09 arch kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: ata2: port disabled--ignoring
    Nov 04 21:59:09 arch kernel: scsi2 : ata_piix
    Nov 04 21:59:09 arch kernel: scsi3 : ata_piix
    Nov 04 21:59:09 arch kernel: ata3: SATA max UDMA/133 cmd 0xf0e0 ctl 0xf0d0 bmdma 0xf0a0 irq 19
    Nov 04 21:59:09 arch kernel: ata4: SATA max UDMA/133 cmd 0xf0c0 ctl 0xf0b0 bmdma 0xf0a8 irq 19
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: debug port 1
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xfb204000
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Nov 04 21:59:09 arch kernel: hub 5-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 5-0:1.0: 8 ports detected
    Nov 04 21:59:09 arch kernel: hub 1-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 1-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: hub 2-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 2-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: hub 3-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 3-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: hub 4-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 4-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: ata4.00: ATA-8: WDC WD10EZEX-00RKKA0, 80.00A80, max UDMA/133
    Nov 04 21:59:09 arch kernel: ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Nov 04 21:59:09 arch kernel: ata4.00: configured for UDMA/133
    Nov 04 21:59:09 arch kernel: scsi 3:0:0:0: Direct-Access ATA WDC WD10EZEX-00R 80.0 PQ: 0 ANSI: 5
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] 4096-byte physical blocks
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] Write Protect is off
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Nov 04 21:59:09 arch kernel: sda: sda1 sda2 sda3 sda4 sda5
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] Attached SCSI disk
    Nov 04 21:59:09 arch kernel: usb 3-2: new full-speed USB device number 2 using uhci_hcd
    Nov 04 21:59:09 arch kernel: tsc: Refined TSC clocksource calibration: 2399.950 MHz
    Nov 04 21:59:09 arch kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Nov 04 21:59:09 arch systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Nov 04 21:59:09 arch systemd[1]: Set hostname to <arch>.
    Nov 04 21:59:09 arch kernel: Switched to clocksource tsc
    Nov 04 21:59:09 arch systemd[1]: Failed to load default target: No such file or directory
    Nov 04 21:59:09 arch systemd[1]: Trying to load rescue target...
    Nov 04 21:59:09 arch systemd[1]: Starting Encrypted Volumes.
    Nov 04 21:59:09 arch systemd[1]: Reached target Encrypted Volumes.
    Nov 04 21:59:09 arch systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Nov 04 21:59:09 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Nov 04 21:59:09 arch systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Nov 04 21:59:09 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Nov 04 21:59:09 arch systemd[1]: Starting Journal Socket.
    Nov 04 21:59:09 arch systemd[1]: Listening on Journal Socket.
    Nov 04 21:59:09 arch systemd[1]: Starting Setup Virtual Console...
    Nov 04 21:59:09 arch systemd[1]: Starting Apply Kernel Variables...
    Nov 04 21:59:09 arch systemd[1]: Started Set Up Additional Binary Formats.
    Nov 04 21:59:09 arch systemd[1]: Started Load Kernel Modules.
    Nov 04 21:59:09 arch systemd[1]: Mounted FUSE Control File System.
    Nov 04 21:59:09 arch systemd[1]: Mounting POSIX Message Queue File System...
    Nov 04 21:59:09 arch systemd[1]: Mounting Huge Pages File System...
    Nov 04 21:59:09 arch systemd[1]: Mounting Configuration File System...
    Nov 04 21:59:09 arch systemd[1]: Starting Journal Service...
    Nov 04 21:59:09 arch systemd[1]: Started Journal Service.
    Nov 04 21:59:09 arch systemd-journal[120]: Journal started
    -- Subject: The Journal has been started
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- The system journal process has been starting up, opened the journal
    -- files for writing and is now ready to process requests.
    Nov 04 21:59:09 arch systemd[1]: Starting Create list of required static device nodes for the current kernel...
    -- Subject: Unit kmod-static-nodes.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit kmod-static-nodes.service has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Starting udev Kernel Socket.
    -- Subject: Unit systemd-udevd-kernel.socket has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udevd-kernel.socket has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Listening on udev Kernel Socket.
    -- Subject: Unit systemd-udevd-kernel.socket has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udevd-kernel.socket has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting udev Control Socket.
    -- Subject: Unit systemd-udevd-control.socket has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udevd-control.socket has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Listening on udev Control Socket.
    -- Subject: Unit systemd-udevd-control.socket has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udevd-control.socket has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting udev Coldplug all Devices...
    -- Subject: Unit systemd-udev-trigger.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udev-trigger.service has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Mounting Debug File System...
    -- Subject: Unit sys-kernel-debug.mount has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sys-kernel-debug.mount has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Expecting device dev-sda4.device...
    -- Subject: Unit dev-sda4.device has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-sda4.device has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Expecting device dev-disk-by\x2duuid-32d1daa9\x2daa59\x2d4ac1\x2da592\x2d23aa1ae655c5.device...
    -- Subject: Unit dev-disk-by\x2duuid-32d1daa9\x2daa59\x2d4ac1\x2da592\x2d23aa1ae655c5.device has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-disk-by\x2duuid-32d1daa9\x2daa59\x2d4ac1\x2da592\x2d23aa1ae655c5.device has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Mounting Temporary Directory...
    -- Subject: Unit tmp.mount has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit tmp.mount has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Started File System Check on Root Device.
    -- Subject: Unit systemd-fsck-root.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-fsck-root.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting Remount Root and Kernel File Systems...
    -- Subject: Unit systemd-remount-fs.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-remount-fs.service has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Starting Root Slice.
    -- Subject: Unit -.slice has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit -.slice has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Created slice Root Slice.
    -- Subject: Unit -.slice has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit -.slice has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting System Slice.
    -- Subject: Unit system.slice has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system.slice has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Created slice System Slice.
    -- Subject: Unit system.slice has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system.slice has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Expecting device dev-disk-by\x2duuid-bdf255b1\x2d60c6\x2d4714\x2d8dc8\x2d5bd057b49aaa.device...
    -- Subject: Unit dev-disk-by\x2duuid-bdf255b1\x2d60c6\x2d4714\x2d8dc8\x2d5bd057b49aaa.device has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-disk-by\x2duuid-bdf255b1\x2d60c6\x2d4714\x2d8dc8\x2d5bd057b49aaa.device has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Started Apply Kernel Variables.
    -- Subject: Unit systemd-sysctl.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-sysctl.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Mounted POSIX Message Queue File System.
    -- Subject: Unit dev-mqueue.mount has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-mqueue.mount has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Mounted Huge Pages File System.
    -- Subject: Unit dev-hugepages.mount has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-hugepages.mount has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Mounted Configuration File System.
    -- Subject: Unit sys-kernel-config.mount has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sys-kernel-config.mount has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Mounted Debug File System.
    -- Subject: Unit sys-kernel-debug.mount has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sys-kernel-debug.mount has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Mounted Temporary Directory.
    -- Subject: Unit tmp.mount has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit tmp.mount has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Started Create list of required static device nodes for the current kernel.
    -- Subject: Unit kmod-static-nodes.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit kmod-static-nodes.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Started udev Coldplug all Devices.
    -- Subject: Unit systemd-udev-trigger.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udev-trigger.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting Create static device nodes in /dev...
    -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-tmpfiles-setup-dev.service has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Started Remount Root and Kernel File Systems.
    -- Subject: Unit systemd-remount-fs.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-remount-fs.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting Load/Save Random Seed...
    -- Subject: Unit systemd-random-seed.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-random-seed.service has begun starting up.
    Nov 04 21:59:09 arch kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
    Nov 04 21:59:09 arch systemd[1]: Started Load/Save Random Seed.
    -- Subject: Unit systemd-random-seed.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-random-seed.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Started Create static device nodes in /dev.
    -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mail

  • Dual Monitor Audio Setup?

    Hi there!
    Getting my new Mac Mini next week.
    Question about setup - dual monitor and audio.
    I will be connecting to my TV via DVI - HDMI and monitor via MDP - HDMI.
    What are my best options for audio?
    Monitor doesn't have speakers so I was thinking of using my current 2.1 system with a 3.5mm jack. I know I can use a splitter from the 3.5mm port on the Mini for analogue sound but is there any way of outputting digital audio to the TV and analogue to my speakers.
    On my PC audio is carried to the TV via HDMI so auto switches audio when TV is detected, can the Mini do similar?
    Cheers

    Welcome to the Apple Discussions!
    1. The mini's m-DVI and m-DP do not carry audio.
    2. Switching from analog to digital audio is a mechanical process that occurs in the audio mini-port. The digital mini-plug is about 2 mm longer than the analog plug and effects the change.
    3. You might consider using the audio port as the source of digital audio for your TV and get a USB adapter for analog audio for your speakers.
    4. You can add the digital audio to the HDMI stream with this device;
    http://www.monoprice.com/products/product.asp?cid=104&cp_id=10428&cs_id=1042802&pid=6331&seq=1&format=2
    Dah•veed

  • New Dual-Monitor fix work with StageDisplayState.FULL_SCREEN ?

    Hi all,
    The new fix for flash to allow fullscreen video on dual monitors is a great addon.  Is there a way to have this work with the StageDisplayState.FULL_SCREEN command as well? So far its acting as normal.  I assume this may be because its not actual video, but an application that im fullscreening.

    Reset Safari.
    Click Safari in the menu bar.
    From the drop down select "Reset Safari".
    Click "Reset".
    Empty Caches
    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    Develop menu will appear in the Safari menu bar.
    Click Develop and select "Empty Caches" from the dropdown.
    Turn off Extensions if any, and launch Safari.
    Safari > Preferences > Extensions

  • Dual monitors (playback setup)

    Hi folks!
    Is there anyone who knows if it is possible to set up AE as picture below (a dual monitor setup)?
    And that the monitor setup opens every time I open ae.
    http://www.youtube.com/watch?v=7g1OcyXc9rM
    JesB

    Addendum: I forgot about another option in AE that currently exists: in the Preview panel, there is a checkbox for Full Screen. If you enable this, when you RAM preview the preview will be displayed full screen, but only on the monitor where the main application frame for AE exists.
    To use this option to accomplish what you want, you would need to:
    1. Move the main application frame to your 2nd monitor.
    2. Move all of the panels out of the main application frame and back to your primary montior. You can regroup them into a single window there. You only need to leave a single panel in the main application frame on the 2nd monitor; I'd recommend a 2nd comp viewer as I described in my last post.
    Don't forget to save this arrangement as a new workspace.
    Note that even by doing this, the full screen preview only occurs when you RAM Preview, not during scrubbing. Also, "full screen" really means "1:1 pixels", so if your comp size is smaller than the monitor's resolution, the difference will be filled in by gray pixels (the UI color defined in the Appearance preferences).

  • Dual monitors dont work with gaming?

    I have a video card (just one with dual output) that allows me to run separate programs on each monitor, but not if I am running a video game. Are all VC like this where I cant game on one monitor and keep Excel up on the other?  Thanks

    Hi DMS Debah
    I got PT HD 2 and works great here !
    TRY this : http://duc.digidesign.com/showthread.php?t=54888
    Download this :http://www.digidesign.com/index.cfm?navid=54&itemid=25974
    Read this : http://en.440forums.com/forums/lofiversion/index.php/t38958.html
    try to change your Logic audio drivers ! you'll see there is(select it ) DAE
    driver, TDM option and Core audio driver! You have to chose DAE driver then
    reboot the logic Pro then it will work
    Best,
    u
    PS : Si tu ne peux pas le faire on va réessayer
    Message was edited by: jannhewi
    Message was edited by: jannhewi

  • Can't switch virtual terminals with NVidia binary driver

    I got a new laptop, with an NVidia 9800M card, put Arch64 on it, and put the nvidia driver on it.  Right now, I'm using the default nvidia-xconfig --composite configuration, and X itself is working great.  However, upon switching VTs with Ctrl+Alt+F1, I get just a black screen, with not even the backlight.  I can, however, blindly type commands, and switching back to X with Alt+F7 works.  Googling around, it seems that it is a known problem, and that somehow the driver is setting the display to an invalid video mode upon switching VTs.  I tried a few proposed solutions, including adding different video= options to the kernel, and nothing has helped.  What, if any, is the solution?  Thanks.
    Last edited by tavianator (2008-09-04 15:53:09)

    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder57)  Wed Jul  2 12:30:48 PDT 2008
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    Section "Files"
        RgbPath         "/usr/lib/X11/rgb"
    EndSection
    Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "freetype"
        Load           "glx"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "keyboard"
    EndSection
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        HorizSync       30.0 - 110.0
        VertRefresh     50.0 - 150.0
        Option         "DPMS"
    EndSection
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
            Depth       24
            Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection

  • How do i get dual monitors to work with bootcamp (windows 7)

    i have a macbook pro intel core i7
    using a VGA adapter for connection of the monitor
    when i use the mac side the dual screens work perfectly, but when i use bootcamp with windows 7 the screen stays blank, i know it ver recognizes it because when i drag my mouse over to the right it goes out of the screen and then i have to drag for a while before its back on the mac screen, so it is being used but not being displayed. also when i first start up windows its shows the boot screen on the monitor aswel but then goes blank.

    If you are talking about MS Windows then you need to launch either Boot Camp or run it in Virtualization app such as Parallels or VM Fusion.  You also need a valid license of MS Windows.However if that is not what you mean then you must be much more specific. For example:
    "I want to share some files between my PC running Windows 7 and my new iMac running 10.9.3, how do I go about that?"

  • How to configure iPhoto in my setup with external hard drive

    Hi there,
    I've been digging around for answers but I'm still not clear on what the right path is.
    I have a new MacBook Air. For the obvious reason (space) I don't want to keep my photos on it. I have a functioning MacBook with a dead backlit screen. I can run it easily with an extended monitor.  I have a new 2 Terrabyte Seagate Go Flex Home external drive that is my Time Machine backup. 
    I'm thinking that I should be able to have all my photos on the external hard drive and access them from my MacBook Air.   But I don't know what the "best" or "easiest" or good route is to follow. 
    1) Can I move the my current MacBook iphoto library to the external Seagate Go Flex HD? ? There's an issue of the right formatting, yes? How would I know?
    2) Should I skip using Iphoto and simply store photos? I don't love that idea.
    3) Should I keep my old photos on the MacBook and access them from my Macbook Air? I have a 500 gig drive on that machine.  If so, I need to make sure it never goes to sleep, yes?
    4) If I do that can I set up the Air so that the photos go tot he MacBook?
    4) Macbook has iPhoto '08. The Air has iPhoto '11. Is that an issue?
    Is this all easier than I'm thinking? Or is is complicated?
    THanks for your help,

    You can move your iPhoto library to any directly connected hard drive that is formatted Mac OS extended (Journaled)
    You can NOT share a single volume between a Time Machine backup and any other dynamic files ike the iPhoto library - TM continues to fill the drive until it is full and at that time iPhoto would quit working
    You can not share a library with different versions of iPhoto
    IMHO using a MBP as the drive for a MBA wouod not work well and might cause problems
    My suggestion is to move your liberary to a new external drive -
    Moving the iPhoto library is safe and simple - quit iPhoto and drag the iPhoto library intact as a single entity to the external drive - depress the option key and launch iPhoto using the "select library" option to point to the new location on the external drive - fully test it and then trash the old library on the internal drive (test one more time prior to emptying the trash)
    And be sure that the External drive is formatted Mac OS extended (journaled) (iPhoto does not work with drives with other formats) and that it is always available prior to launching iPhoto
    And backup soon and often - having your iPhoto library on an external drive is not a backup and if you are using Time Machine you need to check and be sure that TM is backing up your external drive
    And create a new library on your MBA for protable use and for current photos and use iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ -  to move photos between the iPhoto library on the EHD and the MBA
    LN

Maybe you are looking for

  • Re-ordering of SQL-script when exporting/importing a BA

    Our Discoverer environment is divided up in multiple business areas (development, test and live). To move reports and business areas between these areas, we've been using import/export business areas. Recently, I made a business area in development w

  • MS Project 2010 Product Key Activation Error

    Hello, Our company purchased a version of MS Project 2010 a few years ago and it was installed on a laptop in our office and was working without any issues.  However, that laptop recently had a virus issue and it needed to be completely cleaned off a

  • Use of rownum in a view

    Trying to create a view which consistent of : 1. Data from a set of tables, implemented as a separat VIEW VIEW1 with an unique key. CREATE OR REPLACE VIEW1 AS SELECT ukey,... FROM divtables; 2. An subtable refering to the unique key, may contain a nu

  • Difference in CD drives?

    OK, I am going to purchase a Mac mini, what is the difference between the CD drives? One is a combo drive and one is a SuperDrive. What is the difference?

  • How to read date and time with Oracle_Loader (10g)

    ip pc username date time 1.1.1.1 WS1 test 2000/01/01 01:01:01 I am trying to read the date and time from data formatted as above from a .txt file. create TABLE test (IP char(20), OCID char(15), ID char(30), date_logon date, time_logon date) ORGANIZAT