Bumblebee not working

Pages read:
https://wiki.archlinux.org/index.php/Bu … l.2FNVIDIA
https://bbs.archlinux.org/viewtopic.php … 9#p1178729
https://bbs.archlinux.org/viewtopic.php?id=159666
And many other threads too old and different to be useful.
My system:
$ uname -a
Linux biscottyno 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014 x86_64 GNU/Linux
$ lspci | grep -i nvidia
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 860M] (rev a2)
$ pacman -Q linux intel-dri xf86-video-intel bumblebee nvidia lib32-nvidia-utils lib32-intel-dri bbswitch
linux 3.16.1-1
intel-dri 10.2.6-1
xf86-video-intel 2.99.914-4
bumblebee 3.2.1-3
nvidia 340.32-1
lib32-nvidia-utils 340.32-1
lib32-intel-dri 10.2.6-1
bbswitch 0.8-15
Kernel version is not matching in uname and pacman, as well in:
$ ls -a /lib/modules
. 3.15.7-1-ARCH extramodules-3.15-ARCH
.. 3.16.1-1-ARCH extramodules-3.16-ARCH
I think I have to update GRUB from the debian partition. I'll check now.
I installed bumblebee with:
sudo pacman -S intel-dri xf86-video-intel bumblebee nvidia lib32-nvidia-utils lib32-intel-dri
Anyway wiki doesn't suggest to install bbswitch, which I think is essential, so I've installed it as well.
I've configured bumblebee:
$ cat /etc/bumblebee/bumblebee.conf
# Configuration file for Bumblebee. Values should **not** be put between quotes
## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=nvidia
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d
## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false
# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
# bbswitch - new in BB 3, recommended if available
# switcheroo - vga_switcheroo method, use at your own risk
# none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia
PMMethod=bbswitch
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
## Section with nouveau driver specific options, only parsed if Driver=nouveau
#[driver-nouveau]
#KernelDriver=nouveau
#PMMethod=auto
#XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
I've commented out every line in /etc/X11/xorg.conf.d/30-intel.conf (the nVIDIA line were an experiment):
$ cat /etc/X11/xorg.conf.d/30-intel.conf
# Posizione originale /etc/X11/xorg.conf.d/30-intel.conf
#Section "Device"
# Identifier "Intel Graphics"
# Driver "intel"
# Option "TearFree" "true"
#EndSection
#Section "Device"
# Identifier "nvidiagpu1"
# Driver "nvidia"
# BusID "PCI:01:00.0"
#EndSection
Configuration done, now I try bumblebee with glxgears:
$ optirun glxgears
[ 290.027113] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 290.027133] [ERROR]Could not connect to bumblebee daemon - is it running?
Checking bumblebeed:
$ systemctl status bumblebeed
● bumblebeed.service - Bumblebee C Daemon
Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled)
Active: activating (auto-restart) (Result: exit-code) since sab 2014-08-30 17:56:02 CEST; 45s ago
Process: 806 ExecStart=/usr/bin/bumblebeed (code=exited, status=1/FAILURE)
Main PID: 806 (code=exited, status=1/FAILURE)
ago 30 17:56:02 biscottyno systemd[1]: Unit bumblebeed.service entered fail...e.
Hint: Some lines were ellipsized, use -l to show in full.
Reading 'journalctl -b':
Here is when Bumblebee is started.
ago 30 17:55:02 biscottyno systemd[1]: Starting Initialize hardware monitoring sensors...
ago 30 17:55:02 biscottyno systemd[1]: Starting dhcpcd on all interfaces...
ago 30 17:55:02 biscottyno systemd[1]: Starting Login Service...
ago 30 17:55:02 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 17:55:02 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 17:55:02 biscottyno systemd[1]: Starting D-Bus System Message Bus...
ago 30 17:55:02 biscottyno systemd[1]: Started D-Bus System Message Bus.
Here are the failed attempts.
ago 30 17:55:02 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 17:55:02 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 17:55:02 biscottyno systemd[1]: Started Initialize hardware monitoring sensors.
ago 30 17:55:02 biscottyno systemd[1]: Starting Authorization Manager...
ago 30 17:55:02 biscottyno bumblebeed[321]: modprobe: FATAL: Module bbswitch not found.
ago 30 17:56:02 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 17:56:02 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 17:56:02 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 17:56:02 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 17:56:02 biscottyno bumblebeed[806]: modprobe: FATAL: Module bbswitch not found.
ago 30 17:56:02 biscottyno bumblebeed[806]: [ 63.553397] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 17:56:02 biscottyno bumblebeed[806]: [ 63.553410] [WARN]No switching method available. The dedicated card will always be on.
ago 30 17:56:02 biscottyno bumblebeed[806]: [ 63.554074] [ERROR]Module 'nvidia' is not found.
ago 30 17:56:02 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 17:56:02 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 17:57:02 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 17:57:02 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 17:57:02 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 17:57:02 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 17:57:02 biscottyno bumblebeed[846]: modprobe: FATAL: Module bbswitch not found.
ago 30 17:57:02 biscottyno bumblebeed[846]: [ 123.584265] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 17:57:02 biscottyno bumblebeed[846]: [ 123.584277] [WARN]No switching method available. The dedicated card will always be on.
ago 30 17:57:02 biscottyno bumblebeed[846]: [ 123.584973] [ERROR]Module 'nvidia' is not found.
ago 30 17:57:02 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 17:57:02 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 17:58:02 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 17:58:02 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 17:58:02 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 17:58:02 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 17:58:02 biscottyno bumblebeed[872]: modprobe: FATAL: Module bbswitch not found.
ago 30 17:58:02 biscottyno bumblebeed[872]: [ 183.834661] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 17:58:02 biscottyno bumblebeed[872]: [ 183.834674] [WARN]No switching method available. The dedicated card will always be on.
ago 30 17:58:02 biscottyno bumblebeed[872]: [ 183.835367] [ERROR]Module 'nvidia' is not found.
ago 30 17:58:02 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 17:58:02 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 17:59:03 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 17:59:03 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 17:59:03 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 17:59:03 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 17:59:03 biscottyno bumblebeed[889]: modprobe: FATAL: Module bbswitch not found.
ago 30 17:59:03 biscottyno bumblebeed[889]: [ 244.084319] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 17:59:03 biscottyno bumblebeed[889]: [ 244.084328] [WARN]No switching method available. The dedicated card will always be on.
ago 30 17:59:03 biscottyno bumblebeed[889]: [ 244.085023] [ERROR]Module 'nvidia' is not found.
ago 30 17:59:03 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 17:59:03 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 18:00:03 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 18:00:03 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 18:00:03 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 18:00:03 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 18:00:03 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 18:00:03 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 18:00:03 biscottyno bumblebeed[898]: modprobe: FATAL: Module bbswitch not found.
ago 30 18:00:03 biscottyno bumblebeed[898]: [ 304.334392] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 18:00:03 biscottyno bumblebeed[898]: [ 304.334401] [WARN]No switching method available. The dedicated card will always be on.
ago 30 18:00:03 biscottyno bumblebeed[898]: [ 304.335053] [ERROR]Module 'nvidia' is not found.
ago 30 18:01:03 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 18:01:03 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 18:01:03 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 18:01:03 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 18:01:03 biscottyno bumblebeed[905]: modprobe: FATAL: Module bbswitch not found.
ago 30 18:01:03 biscottyno bumblebeed[905]: [ 364.584501] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 18:01:03 biscottyno bumblebeed[905]: [ 364.584512] [WARN]No switching method available. The dedicated card will always be on.
ago 30 18:01:03 biscottyno bumblebeed[905]: [ 364.585195] [ERROR]Module 'nvidia' is not found.
ago 30 18:01:03 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 18:01:03 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 18:02:03 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 18:02:03 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 18:02:03 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 18:02:03 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 18:02:03 biscottyno bumblebeed[914]: modprobe: FATAL: Module bbswitch not found.
ago 30 18:02:03 biscottyno bumblebeed[914]: [ 424.834589] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 18:02:03 biscottyno bumblebeed[914]: [ 424.834601] [WARN]No switching method available. The dedicated card will always be on.
ago 30 18:02:03 biscottyno bumblebeed[914]: [ 424.835288] [ERROR]Module 'nvidia' is not found.
ago 30 18:02:03 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 18:02:03 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 18:03:04 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 18:03:04 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 18:03:04 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 18:03:04 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 18:03:04 biscottyno bumblebeed[919]: modprobe: FATAL: Module bbswitch not found.
ago 30 18:03:04 biscottyno bumblebeed[919]: [ 485.084540] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 18:03:04 biscottyno bumblebeed[919]: [ 485.084551] [WARN]No switching method available. The dedicated card will always be on.
ago 30 18:03:04 biscottyno bumblebeed[919]: [ 485.085236] [ERROR]Module 'nvidia' is not found.
ago 30 18:03:04 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 18:03:04 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 18:03:04 biscottyno systemd-logind[319]: Lid closed.
ago 30 18:04:04 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 18:04:04 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 18:04:04 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 18:04:04 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 18:04:04 biscottyno bumblebeed[927]: modprobe: FATAL: Module bbswitch not found.
ago 30 18:04:04 biscottyno bumblebeed[927]: [ 545.334610] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 18:04:04 biscottyno bumblebeed[927]: [ 545.334622] [WARN]No switching method available. The dedicated card will always be on.
ago 30 18:04:04 biscottyno bumblebeed[927]: [ 545.335338] [ERROR]Module 'nvidia' is not found.
ago 30 18:04:04 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 18:04:04 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 18:04:17 biscottyno systemd-logind[319]: Lid opened.
ago 30 18:05:04 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 18:05:04 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 18:05:04 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 18:05:04 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 18:05:04 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 18:05:04 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 18:05:04 biscottyno bumblebeed[933]: modprobe: FATAL: Module bbswitch not found.
ago 30 18:05:04 biscottyno bumblebeed[933]: [ 605.584505] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 18:05:04 biscottyno bumblebeed[933]: [ 605.584514] [WARN]No switching method available. The dedicated card will always be on.
ago 30 18:05:04 biscottyno bumblebeed[933]: [ 605.585190] [ERROR]Module 'nvidia' is not found.
ago 30 18:06:04 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 18:06:04 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 18:06:04 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 18:06:04 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 18:06:04 biscottyno bumblebeed[940]: modprobe: FATAL: Module bbswitch not found.
ago 30 18:06:04 biscottyno bumblebeed[940]: [ 665.835175] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 18:06:04 biscottyno bumblebeed[940]: [ 665.835194] [WARN]No switching method available. The dedicated card will always be on.
ago 30 18:06:04 biscottyno bumblebeed[940]: [ 665.836211] [ERROR]Module 'nvidia' is not found.
ago 30 18:06:04 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 18:06:04 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
ago 30 18:07:05 biscottyno systemd[1]: bumblebeed.service holdoff time over, scheduling restart.
ago 30 18:07:05 biscottyno systemd[1]: Stopping Bumblebee C Daemon...
ago 30 18:07:05 biscottyno systemd[1]: Starting Bumblebee C Daemon...
ago 30 18:07:05 biscottyno systemd[1]: Started Bumblebee C Daemon.
ago 30 18:07:05 biscottyno bumblebeed[947]: modprobe: FATAL: Module bbswitch not found.
ago 30 18:07:05 biscottyno bumblebeed[947]: [ 726.084610] [ERROR]Module bbswitch could not be loaded (timeout?)
ago 30 18:07:05 biscottyno bumblebeed[947]: [ 726.084623] [WARN]No switching method available. The dedicated card will always be on.
ago 30 18:07:05 biscottyno bumblebeed[947]: [ 726.085313] [ERROR]Module 'nvidia' is not found.
ago 30 18:07:05 biscottyno systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE
ago 30 18:07:05 biscottyno systemd[1]: Unit bumblebeed.service entered failed state.
lines 1483-1530/1530 (END)
I've read that specifying nVIDIA BusID helps, so I've done without success:
$ cat /etc/bumblebee/xorg.conf.nvidia
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection
Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:01:00:00"
# If the X server does not automatically detect your VGA device,
# you can manually set it here.
# To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
# as you see in the commented example.
# This Setting may be needed in some platforms with more than one
# nvidia card, which may confuse the proprietary driver (e.g.,
# trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
# BusID "PCI:01:00:0"
# Setting ProbeAllGpus to false prevents the new proprietary driver
# instance spawned to try to control the integrated graphics card,
# which is already being managed outside bumblebee.
# This option doesn't hurt and it is required on platforms running
# more than one nvidia graphics card with the proprietary driver.
# (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
# If this option is not set, the new Xorg may blacken the screen and
# render it unusable (unless you have some way to run killall Xorg).
Option "ProbeAllGpus" "false"
Option "NoLogo" "true"
Option "UseEDID" "false"
Option "UseDisplayDevice" "none"
EndSection
Manually loading bbswitch or nvidia does not work:
$ sudo modprobe bbswitch
modprobe: FATAL: Module bbswitch not found.
$ sudo modprobe nvidia
modprobe: FATAL: Module nvidia not found.
Of course nouveau module is blacklisted.
I have no clue on what to do.
Last edited by buntolo (2014-08-30 16:28:45)

Updating GRUB from debian worked:
$ systemctl status bumblebeed
● bumblebeed.service - Bumblebee C Daemon
Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled)
Active: active (running) since sab 2014-08-30 18:30:20 CEST; 4min 53s ago
Main PID: 319 (bumblebeed)
CGroup: /system.slice/bumblebeed.service
└─319 /usr/bin/bumblebeed
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432090] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432105] [ERROR][XORG] (EE) systemd-logind: failed to get session: PID 878 does not belong to any known session
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432107] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432109] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432115] [WARN][XORG] (WW) Unresolved symbol: fbGetGCPrivateKey
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432121] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432124] [ERROR][XORG] (EE) NVIDIA(0): Failed to initiate mode change.
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432125] [ERROR][XORG] (EE) NVIDIA(0): Failed to complete mode change
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432133] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
ago 30 18:33:06 biscottyno bumblebeed[319]: [ 169.810097] [ERROR][XORG] (EE) Server terminated successfully (0). Closing log file.
glxgears works as well but strangely I have more FPS with the intel GPU:
$ vblank_mode=0 glxgears
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
45025 frames in 5.0 seconds = 9004.902 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 158723 requests (158723 known processed) with 0 events remaining.
$ vblank_mode=0 optirun glxgears
10394 frames in 5.0 seconds = 2078.673 FPS
11030 frames in 5.0 seconds = 2205.821 FPS
10799 frames in 5.0 seconds = 2159.770 FPS
10695 frames in 5.0 seconds = 2138.921 FPS
[VGL] ERROR: in readback--
[VGL] 247: Window has been deleted by window manager
$ vblank_mode=0 primusrun glxgears
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
13531 frames in 5.0 seconds = 2706.076 FPS
14903 frames in 5.0 seconds = 2980.460 FPS
14857 frames in 5.0 seconds = 2971.345 FPS
14735 frames in 5.0 seconds = 2946.878 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 40 requests (38 known processed) with 0 events remaining.
X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 154 (DRI2)
Minor opcode of failed request: 8 (DRI2SwapBuffers )
Resource id in failed request: 0x3200002
Serial number of failed request: 145156
Current serial number in output stream: 145157
glxspheres even show the card in use:
$ vblank_mode=0 glxspheres64
Polygons in scene: 62464
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
Visual ID of window: 0x20
Context is Direct
OpenGL Renderer: Mesa DRI Intel(R) Haswell Mobile
418.895833 frames/sec - 467.487750 Mpixels/sec
326.862103 frames/sec - 364.778107 Mpixels/sec
326.740045 frames/sec - 364.641890 Mpixels/sec
328.897158 frames/sec - 367.049229 Mpixels/sec
$ vblank_mode=0 optirun glxspheres64
Polygons in scene: 62464
Visual ID of window: 0x20
Context is Direct
OpenGL Renderer: GeForce GTX 860M/PCIe/SSE2
213.900274 frames/sec - 238.712706 Mpixels/sec
217.441444 frames/sec - 242.664652 Mpixels/sec
218.784335 frames/sec - 244.163318 Mpixels/sec
217.538555 frames/sec - 242.773027 Mpixels/sec
$ vblank_mode=0 primusrun glxspheres64
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
Polygons in scene: 62464
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
Visual ID of window: 0x20
Context is Direct
OpenGL Renderer: GeForce GTX 860M/PCIe/SSE2
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
339.325698 frames/sec - 378.687479 Mpixels/sec
340.672632 frames/sec - 380.190657 Mpixels/sec
341.477977 frames/sec - 381.089423 Mpixels/sec
341.585143 frames/sec - 381.209020 Mpixels/sec
I will try with Unigine Heaven benchmark, but it will take a while to download it.
I have tried Unigine Heaven benchmark. Intel VGA have big problems because it just shows a blank screen, even if the bencmark is running in the background:
Intel results:
Benchmark results:
Time: 260.741
Frames: 3907
FPS: 14.9842
Min FPS: 10.1115
Max FPS: 28.3029
Score: 377.452
primusrun results:
Benchmark results:
Time: 260.664
Frames: 6977
FPS: 26.7663
Min FPS: 19.2371
Max FPS: 49.1701
Score: 674.243
optirun results:
Benchmark running
Benchmark results:
Time: 260.58
Frames: 5592
FPS: 21.4598
Min FPS: 11.6993
Max FPS: 33.191
Score: 540.573
I would like to understand if theser warnings and errors are harmful problems or not:
ago 30 18:32:39 biscottyno kernel: bbswitch: enabling discrete graphics
ago 30 18:32:40 biscottyno kernel: [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
ago 30 18:32:40 biscottyno kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.32 Tue Aug 5 20:58:26 PDT 2014
ago 30 18:32:40 biscottyno kernel: vgaarb: this pci device is not a vga device
ago 30 18:32:40 biscottyno kernel: nvidia 0000:01:00.0: irq 50 for MSI/MSI-X
ago 30 18:32:40 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:32:40 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:32:40 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:32:40 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:32:40 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:32:40 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:32:40 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:32:40 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:32:40 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:32:41 biscottyno kernel: vgaarb: this pci device is not a vga device
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432079] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432090] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432105] [ERROR][XORG] (EE) systemd-logind: failed to get session: PID 878 does not belong to any known session
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432107] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432109] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432115] [WARN][XORG] (WW) Unresolved symbol: fbGetGCPrivateKey
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432121] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432124] [ERROR][XORG] (EE) NVIDIA(0): Failed to initiate mode change.
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432125] [ERROR][XORG] (EE) NVIDIA(0): Failed to complete mode change
ago 30 18:32:41 biscottyno bumblebeed[319]: [ 144.432133] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
ago 30 18:33:06 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:33:06 biscottyno kernel: [drm] Module unloaded
ago 30 18:33:06 biscottyno kernel: bbswitch: disabling discrete graphics
ago 30 18:33:06 biscottyno kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
ago 30 18:33:06 biscottyno kernel: pci 0000:01:00.0: Refused to change power state, currently in D0
ago 30 18:33:06 biscottyno bumblebeed[319]: [ 169.810097] [ERROR][XORG] (EE) Server terminated successfully (0). Closing log file.
lines 1508-1555/1555 (END)
Last edited by buntolo (2014-08-30 17:43:05)

Similar Messages

  • NVIDIA driver not working on HP envy dv7

    Hi,
    i trying to install nvidia official driver to my HP envy dv7 laptop.
    Two wasted nights without success.
    I trying newest version from nvidia.com and from pacman.
    Result is same in both cases - black screen, high cpu temperatures, no video output.
    Pasted logs are from pacman version.
    Thank you for help !
    uname -a :
    $ uname -a
    Linux localhost 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64 GNU/Linux
    lspci | grep VGA
    $ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
    modinfo nvidia
    $modinfo nvidia
    filename: /lib/modules/3.13.5-1-ARCH/extramodules/nvidia.ko.gz
    alias: char-major-195-*
    version: 331.38
    supported: external
    license: NVIDIA
    alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
    alias: pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00*
    alias: pci:v000010DEd*sv*sd*bc03sc02i00*
    alias: pci:v000010DEd*sv*sd*bc03sc00i00*
    depends: drm,i2c-core
    vermagic: 3.13.0-1-ARCH SMP preempt mod_unload modversions
    parm: NVreg_Mobile:int
    parm: NVreg_ResmanDebugLevel:int
    parm: NVreg_RmLogonRC:int
    parm: NVreg_ModifyDeviceFiles:int
    parm: NVreg_DeviceFileUID:int
    parm: NVreg_DeviceFileGID:int
    parm: NVreg_DeviceFileMode:int
    parm: NVreg_RemapLimit:int
    parm: NVreg_UpdateMemoryTypes:int
    parm: NVreg_InitializeSystemMemoryAllocations:int
    parm: NVreg_RMEdgeIntrCheck:int
    parm: NVreg_UsePageAttributeTable:int
    parm: NVreg_MapRegistersEarly:int
    parm: NVreg_RegisterForACPIEvents:int
    parm: NVreg_CheckPCIConfigSpace:int
    parm: NVreg_EnablePCIeGen3:int
    parm: NVreg_EnableMSI:int
    parm: NVreg_MemoryPoolSize:int
    parm: NVreg_RegistryDwords:charp
    parm: NVreg_RmMsg:charp
    parm: NVreg_AssignGpus:charp
    pacman -Qi nvidia
    $pacman -Qi nvidia
    Name : nvidia
    Version : 331.38-3
    Description : NVIDIA drivers for linux
    Architecture : x86_64
    URL : http://www.nvidia.com/
    Licenses : custom
    Groups : None
    Provides : None
    Depends On : linux>=3.13 linux<3.14 nvidia-libgl nvidia-utils=331.38
    Optional Deps : None
    Required By : None
    Optional For : bumblebee
    Conflicts With : nvidia-96xx nvidia-173xx
    Replaces : None
    Installed Size : 4642.00 KiB
    Packager : Thomas Bächler <[email protected]>
    Build Date : Sun 26 Jan 2014 10:22:40 AM UTC
    Install Date : Wed 26 Feb 2014 05:45:32 PM UTC
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    nvidia-xconfig --query-gpu-info
    $nvidia-xconfig --query-gpu-info
    Number of GPUs: 1
    GPU #0:
    Name : GeForce GT 630M
    UUID : GPU-172f9afb-954f-a30c-b9e1-016f89943947
    PCI BusID : PCI:1:0:0
    Number of Display Devices: 1
    Display Device 0 (CRT-0):
    No EDID information available.
    xorg.0.log
    [ 2028.379]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 2028.394] X Protocol Version 11, Revision 0
    [ 2028.399] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 2028.407] Current Operating System: Linux localhost 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64
    [ 2028.407] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=64c5186f-288d-4708-959e-38cca5d1b5c0 rw quiet
    [ 2028.423] Build Date: 09 January 2014 08:47:24AM
    [ 2028.431]
    [ 2028.439] Current version of pixman: 0.32.4
    [ 2028.456] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2028.456] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2028.498] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 26 18:29:34 2014
    [ 2028.510] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2028.522] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2028.535] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2028.548] (==) ServerLayout "Layout0"
    [ 2028.561] (**) |-->Screen "Screen0" (0)
    [ 2028.574] (**) | |-->Monitor "Monitor0"
    [ 2028.587] (**) | |-->Device "Device0"
    [ 2028.601] (**) |-->Input Device "Keyboard0"
    [ 2028.615] (**) |-->Input Device "Mouse0"
    [ 2028.629] (==) Automatically adding devices
    [ 2028.643] (==) Automatically enabling devices
    [ 2028.658] (==) Automatically adding GPU devices
    [ 2028.673] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2028.688] Entry deleted from font path.
    [ 2028.704] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2028.721] Entry deleted from font path.
    [ 2028.738] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2028.756] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2028.774] Entry deleted from font path.
    [ 2028.792] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2028.869] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 2028.889] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2028.910] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 2028.931] (WW) Disabling Keyboard0
    [ 2028.952] (WW) Disabling Mouse0
    [ 2028.974] (II) Loader magic: 0x804c80
    [ 2028.995] (II) Module ABI versions:
    [ 2029.017] X.Org ANSI C Emulation: 0.4
    [ 2029.039] X.Org Video Driver: 15.0
    [ 2029.062] X.Org XInput driver : 20.0
    [ 2029.084] X.Org Server Extension : 8.0
    [ 2029.107] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2029.109] (--) PCI:*(0:0:2:0) 8086:0166:103c:181d rev 9, Mem @ 0xd4000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64
    [ 2029.134] (--) PCI: (0:1:0:0) 10de:0de9:103c:181d rev 161, Mem @ 0xd2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 2029.186] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 2029.213] Initializing built-in extension Generic Event Extension
    [ 2029.240] Initializing built-in extension SHAPE
    [ 2029.267] Initializing built-in extension MIT-SHM
    [ 2029.295] Initializing built-in extension XInputExtension
    [ 2029.322] Initializing built-in extension XTEST
    [ 2029.349] Initializing built-in extension BIG-REQUESTS
    [ 2029.377] Initializing built-in extension SYNC
    [ 2029.404] Initializing built-in extension XKEYBOARD
    [ 2029.432] Initializing built-in extension XC-MISC
    [ 2029.459] Initializing built-in extension SECURITY
    [ 2029.486] Initializing built-in extension XINERAMA
    [ 2029.512] Initializing built-in extension XFIXES
    [ 2029.538] Initializing built-in extension RENDER
    [ 2029.564] Initializing built-in extension RANDR
    [ 2029.589] Initializing built-in extension COMPOSITE
    [ 2029.615] Initializing built-in extension DAMAGE
    [ 2029.640] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2029.665] Initializing built-in extension DOUBLE-BUFFER
    [ 2029.688] Initializing built-in extension RECORD
    [ 2029.711] Initializing built-in extension DPMS
    [ 2029.734] Initializing built-in extension Present
    [ 2029.756] Initializing built-in extension DRI3
    [ 2029.778] Initializing built-in extension X-Resource
    [ 2029.800] Initializing built-in extension XVideo
    [ 2029.821] Initializing built-in extension XVideo-MotionCompensation
    [ 2029.842] Initializing built-in extension XFree86-VidModeExtension
    [ 2029.863] Initializing built-in extension XFree86-DGA
    [ 2029.883] Initializing built-in extension XFree86-DRI
    [ 2029.903] Initializing built-in extension DRI2
    [ 2029.923] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 2029.923] (II) LoadModule: "glx"
    [ 2029.964] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2029.993] (II) Module glx: vendor="NVIDIA Corporation"
    [ 2029.993] compiled for 4.0.2, module version = 1.0.0
    [ 2030.034] Module class: X.Org Server Extension
    [ 2030.055] (II) NVIDIA GLX Module 331.38 Wed Jan 8 19:10:17 PST 2014
    [ 2030.076] Loading extension GLX
    [ 2030.077] (II) LoadModule: "nvidia"
    [ 2030.120] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2030.142] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 2030.142] compiled for 4.0.2, module version = 1.0.0
    [ 2030.185] Module class: X.Org Video Driver
    [ 2030.207] (II) NVIDIA dlloader X Driver 331.38 Wed Jan 8 18:51:00 PST 2014
    [ 2030.229] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 2030.251] (II) NVIDIA X compatibility module for ABI 15.0 built from xorg-server-1.14.99.901
    [ 2030.273] (II) X log verbosity: 5
    [ 2030.315] (--) using VT number 1
    [ 2030.462] (II) Loading sub module "fb"
    [ 2030.462] (II) LoadModule: "fb"
    [ 2030.462] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2030.462] (II) Module fb: vendor="X.Org Foundation"
    [ 2030.462] compiled for 1.15.0, module version = 1.0.0
    [ 2030.462] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2030.462] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 2030.462] (II) Loading sub module "wfb"
    [ 2030.462] (II) LoadModule: "wfb"
    [ 2030.462] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 2030.462] (II) Module wfb: vendor="X.Org Foundation"
    [ 2030.462] compiled for 1.15.0, module version = 1.0.0
    [ 2030.462] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2030.462] (II) Loading sub module "ramdac"
    [ 2030.462] (II) LoadModule: "ramdac"
    [ 2030.462] (II) Module "ramdac" already built-in
    [ 2030.462] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 2030.462] (==) NVIDIA(0): RGB weight 888
    [ 2030.462] (==) NVIDIA(0): Default visual is TrueColor
    [ 2030.463] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 2030.463] (==) NVIDIA(0): Using HW cursor
    [ 2030.463] (==) NVIDIA(0): Video key set to default value of 0x101fe
    [ 2030.463] (==) NVIDIA(0): Not mapping the primary surface by default.
    [ 2030.463] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP-0"
    [ 2030.463] (**) NVIDIA(0): Enabling 2D acceleration
    [ 2030.463] (**) NVIDIA(0): ConnectedMonitor string: "DFP-0"
    [ 2030.588] (WW) NVIDIA(0): Unable to read EDID for display device CRT-0
    [ 2030.588] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 2030.589] (II) NVIDIA(0): NVIDIA GPU GeForce GT 630M (GF108) at PCI:1:0:0 (GPU-0)
    [ 2030.589] (II) NVIDIA(0): GPU UUID: GPU-172f9afb-954f-a30c-b9e1-016f89943947
    [ 2030.589] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 2030.589] (II) NVIDIA(0): Board ID: 0xce4e
    [ 2030.589] (II) NVIDIA(0): Chip SKU: 770
    [ 2030.589] (II) NVIDIA(0): Chip SKU Mod: 1
    [ 2030.589] (II) NVIDIA(0): Project: 1303
    [ 2030.589] (II) NVIDIA(0): Project SKU: 0000
    [ 2030.589] (II) NVIDIA(0): GPU RAM Type: DDR3
    [ 2030.589] (--) NVIDIA(0): VideoBIOS: 70.08.b9.00.0b
    [ 2030.589] (--) NVIDIA(0): Found 2 heads on board
    [ 2030.589] (II) NVIDIA(0): Supported display device(s): CRT-0
    [ 2030.589] (II) NVIDIA(0): Bus detected as PCI Express
    [ 2030.589] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 2030.589] (II) NVIDIA(0): SPS : 1
    [ 2030.589] (II) NVIDIA(0): User configuration of GPU PowerMizer is supported
    [ 2030.589] (II) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): Valid display device(s) on GeForce GT 630M at PCI:1:0:0
    [ 2030.591] (--) NVIDIA(0): CRT-0 (boot, connected)
    [ 2030.591] (--) NVIDIA(0): CRT-0 Name Aliases:
    [ 2030.591] (--) NVIDIA(0): CRT
    [ 2030.591] (--) NVIDIA(0): CRT-0
    [ 2030.591] (--) NVIDIA(0): DPY-0
    [ 2030.591] (--) NVIDIA(0): VGA-0
    [ 2030.591] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): --- EDID for CRT-0 ---
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): No EDID Available.
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): --- End of EDID for CRT-0 ---
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2030.591] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 2030.591] (**) NVIDIA(0): all display devices.)
    [ 2030.591] (II) NVIDIA(0): Frequency information for CRT-0:
    [ 2030.591] (II) NVIDIA(0): HorizSync : 28.000-55.000 kHz
    [ 2030.591] (II) NVIDIA(0): VertRefresh : 43.000-72.000 Hz
    [ 2030.591] (II) NVIDIA(0): (HorizSync from Conservative Defaults)
    [ 2030.591] (II) NVIDIA(0): (VertRefresh from Conservative Defaults)
    [ 2030.593] (II) NVIDIA(GPU-0):
    [ 2030.593] (II) NVIDIA(GPU-0): --- Modes in ModePool for CRT-0 ---
    [ 2030.593] (II) NVIDIA(GPU-0): "nvidia-auto-select" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "1024x768" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600_56" : 800 x 600 @ 56.2 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "640x480" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "640x480_60" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "512x384" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "400x300" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "320x240" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "320x240d60" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): --- End of ModePool for CRT-0: ---
    [ 2030.593] (II) NVIDIA(GPU-0):
    [ 2030.593] (II) NVIDIA(0): Display device(s) assigned to X screen 0:
    [ 2030.593] (II) NVIDIA(0): CRT-0
    [ 2030.593] (==) NVIDIA(0):
    [ 2030.593] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 2030.593] (==) NVIDIA(0): will be used as the requested mode.
    [ 2030.593] (==) NVIDIA(0):
    [ 2030.593] (II) NVIDIA(0): Requested modes:
    [ 2030.593] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
    [ 2030.593] (II) NVIDIA(0): Validated MetaModes:
    [ 2030.593] (II) NVIDIA(0): MetaMode "CRT-0:nvidia-auto-select":
    [ 2030.593] (II) NVIDIA(0): Size: 1024 x 768
    [ 2030.593] (II) NVIDIA(0): CRT-0: "nvidia-auto-select"
    [ 2030.593] (II) NVIDIA(0): Size : 1024 x 768
    [ 2030.593] (II) NVIDIA(0): Offset : +0 +0
    [ 2030.593] (II) NVIDIA(0): Panning
    [ 2030.593] (II) NVIDIA(0): Domain : 1024 x 768
    [ 2030.593] (II) NVIDIA(0): Tracking Area: 1024 x 768 +0 +0
    [ 2030.593] (II) NVIDIA(0): Border : 0,0,0,0
    [ 2030.593] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 800x600"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 800x600_60"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 800x600_56"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 640x480"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 512x384"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 400x300"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 320x240"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: nvidia-auto-select { ViewPortIn = 1024 x 576, ViewPortOut = 1024 x 576 + 0 + 96 }"
    [ 2030.596] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    [ 2030.596] (WW) NVIDIA(0): from CRT-0's EDID.
    [ 2030.596] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 2030.596] (--) Depth 24 pixmap format is 32 bpp
    [ 2030.597] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 2030.597] (II) NVIDIA: access.
    [ 2030.599] (II) NVIDIA(0): kernel module enabled successfully
    [ 2030.599] (II) NVIDIA(0): GPU initialized
    [ 2030.599] (II) NVIDIA(0): ACPI: AC state file path: /sys/class/power_supply/ADP1/online
    [ 2030.599] (II) NVIDIA(0): ACPI: the system is running on battery power
    [ 2030.599] (II) NVIDIA(0): ACPI: dock file path: /sys/devices/platform//dock.0/docked
    [ 2030.599] (II) NVIDIA(0): ACPI: the system is undocked
    [ 2030.599] (II) NVIDIA(0): Registered for mobile display change hotkey events.
    [ 2030.602] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
    [ 2030.619] (II) NVIDIA(0): First mode initialized
    [ 2030.624] (==) NVIDIA(0): Using 8388608 bytes for software rendering cache
    [ 2030.629] (II) NVIDIA(0): Using built-in logo image.
    [ 2030.629] (II) NVIDIA(0): Logo is 744x537 with depth 24.
    [ 2030.641] Loading extension NV-GLX
    [ 2030.689] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 2030.689] (II) NVIDIA(0): Visuals set up
    [ 2030.689] (II) NVIDIA(0): Pixmap depths set up
    [ 2030.690] (II) NVIDIA(0): GLX visuals set up
    [ 2030.690] (II) NVIDIA(0): Framebuffer set up
    [ 2030.690] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 2030.690] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 2030.690] (==) NVIDIA(0): Backing store enabled
    [ 2030.690] (==) NVIDIA(0): Silken mouse enabled
    [ 2030.690] (II) NVIDIA(0): Default colormap initialized.
    [ 2030.690] (II) NVIDIA(0): Palette loaded
    [ 2030.690] (**) NVIDIA(0): DPMS enabled
    [ 2030.690] Loading extension NV-CONTROL
    [ 2030.690] Loading extension XINERAMA
    [ 2030.690] (II) NVIDIA(0): Loading NVIDIA Xinerama information
    [ 2030.690] (II) Loading sub module "dri2"
    [ 2030.690] (II) LoadModule: "dri2"
    [ 2030.690] (II) Module "dri2" already built-in
    [ 2030.690] (II) NVIDIA(0): [DRI2] Setup complete
    [ 2030.690] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 2030.690] (II) NVIDIA(0): Screen initialization complete
    [ 2030.690] (--) RandR disabled
    [ 2030.695] (II) Initializing extension GLX
    [ 2030.726] (II) XKB: Reusing cached keymap
    [ 2030.728] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2030.728] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2030.728] (II) LoadModule: "evdev"
    [ 2030.728] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2030.728] (II) Module evdev: vendor="X.Org Foundation"
    [ 2030.728] compiled for 1.15.0, module version = 2.8.2
    [ 2030.728] Module class: X.Org XInput Driver
    [ 2030.728] ABI class: X.Org XInput driver, version 20.0
    [ 2030.728] (II) Using input driver 'evdev' for 'Power Button'
    [ 2030.728] Option "XkbRules" "evdev"
    [ 2030.728] Option "XkbModel" "pc104"
    [ 2030.728] Option "XkbLayout" "us"
    [ 2030.728] Option "_source" "server/udev"
    [ 2030.728] Option "name" "Power Button"
    [ 2030.728] Option "path" "/dev/input/event2"
    [ 2030.728] Option "device" "/dev/input/event2"
    [ 2030.728] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 2030.728] Option "driver" "evdev"
    [ 2030.728] (**) Power Button: always reports core events
    [ 2030.728] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2030.729] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2030.729] (--) evdev: Power Button: Found keys
    [ 2030.729] (II) evdev: Power Button: Configuring as keyboard
    [ 2030.729] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 2030.729] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2030.729] (**) Option "xkb_rules" "evdev"
    [ 2030.729] (**) Option "xkb_model" "pc104"
    [ 2030.729] (**) Option "xkb_layout" "us"
    [ 2030.748] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 2030.748] (II) No input driver specified, ignoring this device.
    [ 2030.748] (II) This device may have been added with another device file.
    [ 2030.748] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 2030.748] (II) config/udev: Adding input device HP Truevision HD (/dev/input/event7)
    [ 2030.748] (**) HP Truevision HD: Applying InputClass "evdev keyboard catchall"
    [ 2030.748] (II) Using input driver 'evdev' for 'HP Truevision HD'
    [ 2030.748] Option "XkbRules" "evdev"
    [ 2030.748] Option "XkbModel" "pc104"
    [ 2030.748] Option "XkbLayout" "us"
    [ 2030.748] Option "_source" "server/udev"
    [ 2030.748] Option "name" "HP Truevision HD"
    [ 2030.748] Option "path" "/dev/input/event7"
    [ 2030.748] Option "device" "/dev/input/event7"
    [ 2030.748] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10/event7"
    [ 2030.748] Option "driver" "evdev"
    [ 2030.748] (**) HP Truevision HD: always reports core events
    [ 2030.748] (**) evdev: HP Truevision HD: Device: "/dev/input/event7"
    [ 2030.748] (--) evdev: HP Truevision HD: Vendor 0x5c8 Product 0x33a
    [ 2030.748] (--) evdev: HP Truevision HD: Found keys
    [ 2030.748] (II) evdev: HP Truevision HD: Configuring as keyboard
    [ 2030.748] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10/event7"
    [ 2030.748] (II) XINPUT: Adding extended input device "HP Truevision HD" (type: KEYBOARD, id 7)
    [ 2030.748] (**) Option "xkb_rules" "evdev"
    [ 2030.748] (**) Option "xkb_model" "pc104"
    [ 2030.748] (**) Option "xkb_layout" "us"
    [ 2030.748] (II) XKB: Reusing cached keymap
    [ 2030.749] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event4)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2030.750] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2030.750] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2030.750] Option "XkbRules" "evdev"
    [ 2030.750] Option "XkbModel" "pc104"
    [ 2030.750] Option "XkbLayout" "us"
    [ 2030.750] Option "_source" "server/udev"
    [ 2030.750] Option "name" "AT Translated Set 2 keyboard"
    [ 2030.750] Option "path" "/dev/input/event0"
    [ 2030.750] Option "device" "/dev/input/event0"
    [ 2030.750] Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2030.750] Option "driver" "evdev"
    [ 2030.750] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2030.750] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2030.750] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2030.750] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2030.750] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2030.750] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2030.750] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
    [ 2030.750] (**) Option "xkb_rules" "evdev"
    [ 2030.750] (**) Option "xkb_model" "pc104"
    [ 2030.750] (**) Option "xkb_layout" "us"
    [ 2030.750] (II) XKB: Reusing cached keymap
    [ 2030.750] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 2030.750] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 2030.750] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 2030.750] Option "XkbRules" "evdev"
    [ 2030.750] Option "XkbModel" "pc104"
    [ 2030.750] Option "XkbLayout" "us"
    [ 2030.750] Option "_source" "server/udev"
    [ 2030.750] Option "name" "SynPS/2 Synaptics TouchPad"
    [ 2030.750] Option "path" "/dev/input/event10"
    [ 2030.750] Option "device" "/dev/input/event10"
    [ 2030.750] Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event10"
    [ 2030.750] Option "driver" "evdev"
    [ 2030.750] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2030.750] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event10"
    [ 2030.750] (II) evdev: SynPS/2 Synaptics TouchPad: Using mtdev for this device
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 2030.751] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 2030.751] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 2030.751] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 2030.751] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2030.751] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event10"
    [ 2030.751] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 9)
    [ 2030.751] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 2030.751] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 2030.751] (II) No input driver specified, ignoring this device.
    [ 2030.751] (II) This device may have been added with another device file.
    [ 2030.751] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event8)
    [ 2030.751] (II) No input driver specified, ignoring this device.
    [ 2030.751] (II) This device may have been added with another device file.
    [ 2030.751] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
    [ 2030.751] (II) No input driver specified, ignoring this device.
    [ 2030.751] (II) This device may have been added with another device file.
    [ 2030.752] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
    [ 2030.752] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 2030.752] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    [ 2030.752] Option "XkbRules" "evdev"
    [ 2030.752] Option "XkbModel" "pc104"
    [ 2030.752] Option "XkbLayout" "us"
    [ 2030.752] Option "_source" "server/udev"
    [ 2030.752] Option "name" "HP WMI hotkeys"
    [ 2030.752] Option "path" "/dev/input/event9"
    [ 2030.752] Option "device" "/dev/input/event9"
    [ 2030.752] Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
    [ 2030.752] Option "driver" "evdev"
    [ 2030.752] (**) HP WMI hotkeys: always reports core events
    [ 2030.752] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event9"
    [ 2030.752] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    [ 2030.752] (--) evdev: HP WMI hotkeys: Found keys
    [ 2030.752] (II) evdev: HP WMI hotkeys: Configuring as keyboard
    [ 2030.752] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
    [ 2030.752] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 10)
    [ 2030.752] (**) Option "xkb_rules" "evdev"
    [ 2030.752] (**) Option "xkb_model" "pc104"
    [ 2030.752] (**) Option "xkb_layout" "us"
    [ 2030.752] (II) XKB: Reusing cached keymap
    [ 2031.256] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 2031.256] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2031.256] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 2031.256] (**) NVIDIA(0): all display devices.)
    [ 2031.256] (II) NVIDIA(0): Frequency information for CRT-0:
    [ 2031.256] (II) NVIDIA(0): HorizSync : 28.000-55.000 kHz
    [ 2031.256] (II) NVIDIA(0): VertRefresh : 43.000-72.000 Hz
    [ 2031.256] (II) NVIDIA(0): (HorizSync from Conservative Defaults)
    [ 2031.256] (II) NVIDIA(0): (VertRefresh from Conservative Defaults)
    [ 2031.257] (II) NVIDIA(GPU-0):
    [ 2031.257] (II) NVIDIA(GPU-0): --- Modes in ModePool for CRT-0 ---
    [ 2031.257] (II) NVIDIA(GPU-0): "nvidia-auto-select" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "1024x768" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "800x600" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "800x600_56" : 800 x 600 @ 56.2 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "640x480" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "640x480_60" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "512x384" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "400x300" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "320x240" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "320x240d60" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): --- End of ModePool for CRT-0: ---
    [ 2031.258] (II) NVIDIA(GPU-0):
    [ 2031.506] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 2031.506] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2031.506] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 2031.506] (**) NVIDIA(0): all display devices.)
    [ 2031.506] (II) NVIDIA(0): Frequency information for CRT-0:
    [ 2031.506] (II) NVIDIA(0): HorizSync : 28.000-55.000 kHz
    [ 2031.506] (II) NVIDIA(0): VertRefresh : 43.000-72.000 Hz
    [ 2031.506] (II) NVIDIA(0): (HorizSync from Conservative Defaults)
    [ 2031.506] (II) NVIDIA(0): (VertRefresh from Conservative Defaults)
    [ 2031.509] (II) NVIDIA(GPU-0):
    [ 2031.509] (II) NVIDIA(GPU-0): --- Modes in ModePool for CRT-0 ---
    [ 2031.509] (II) NVIDIA(GPU-0): "nvidia-auto-select" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "1024x768" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600_56" : 800 x 600 @ 56.2 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "640x480" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "640x480_60" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "512x384" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "400x300" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "320x240" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "320x240d60" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): --- End of ModePool for CRT-0: ---
    [ 2031.509] (II) NVIDIA(GPU-0):
    [ 2046.582] (II) evdev: HP WMI hotkeys: Close
    [ 2046.582] (II) UnloadModule: "evdev"
    [ 2046.623] (II) evdev: SynPS/2 Synaptics TouchPad: Close
    [ 2046.623] (II) UnloadModule: "evdev"
    [ 2046.663] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2046.663] (II) UnloadModule: "evdev"
    [ 2046.702] (II) evdev: HP Truevision HD: Close
    [ 2046.702] (II) UnloadModule: "evdev"
    [ 2046.741] (II) evdev: Power Button: Close
    [ 2046.741] (II) UnloadModule: "evdev"
    [ 2046.794] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 2046.795] (EE) Server terminated successfully (0). Closing log file.
    xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.38 (buildmeister@swio-display-x64-rhel04-15) Wed Jan 8 19:53:14 PST 2014
    Section "Module"
    Load "glx"
    EndSection
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    # VendorName "Unknown"
    # ModelName "Unknown"
    # HorizSync 28.0 - 33.0
    # VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:1:0:0"
    # Option "UseEDID" "true"
    Option "ConnectedMonitor" "DFP-0"
    # Option "CustomEDID" "CRT-0:/etc/X11/1280x1024.bin"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    dmesg :
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.5-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=64c5186f-288d-4708-959e-38cca5d1b5c0 rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x000000009a3befff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009a3bf000-0x000000009aebefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Hewlett-Packard HP ENVY dv7 Notebook PC/181D, BIOS F.12 09/03/2012
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x25f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FE0000000 write-back
    [ 0.000000] 2 base 09B000000 mask FFF000000 uncachable
    [ 0.000000] 3 base 09C000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0FF800000 mask FFF800000 write-protect
    [ 0.000000] 5 base 100000000 mask F00000000 write-back
    [ 0.000000] 6 base 200000000 mask F80000000 write-back
    [ 0.000000] 7 base 25F600000 mask FFFE00000 uncachable
    [ 0.000000] 8 base 25F800000 mask FFF800000 uncachable
    [ 0.000000] 9 base 260000000 mask FE0000000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff88000008b000] 8b000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x25f400000-0x25f5fffff]
    [ 0.000000] [mem 0x25f400000-0x25f5fffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x25c000000-0x25f3fffff]
    [ 0.000000] [mem 0x25c000000-0x25f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x25bffffff]
    [ 0.000000] [mem 0x200000000-0x25bffffff] page 2M
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b44000, 0x01b44fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0x9a3befff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0x9a1fffff] page 2M
    [ 0.000000] [mem 0x9a200000-0x9a3befff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9afff000-0x9affffff]
    [ 0.000000] [mem 0x9afff000-0x9affffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x379b0000-0x37ccffff]
    [ 0.000000] ACPI: RSDP 00000000000fe020 000024 (v02 HPQOEM)
    [ 0.000000] ACPI: XSDT 000000009affe210 0000A4 (v01 HPQOEM SLIC-MPC 00000001 HP 01000013)
    [ 0.000000] ACPI: FACP 000000009affb000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: DSDT 000000009afe4000 0130E0 (v01 HPQOEM 181D 00000000 ACPI 00040000)
    [ 0.000000] ACPI: FACS 000000009afb8000 000040
    [ 0.000000] ACPI: UEFI 000000009affd000 000236 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: ASF! 000000009affc000 0000A5 (v32 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: HPET 000000009affa000 000038 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: APIC 000000009aff9000 00008C (v03 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: MCFG 000000009aff8000 00003C (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: WDAT 000000009afe3000 000224 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: SSDT 000000009afe1000 001068 (v01 HPQOEM 181D 00001000 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 000000009afdf000 000028 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: ASPT 000000009afdd000 000034 (v07 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: DBGP 000000009afdc000 000034 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: FPDT 000000009afda000 000044 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: MSDM 000000009afd9000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd8000 000926 (v01 HPQOEM 181D 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd7000 000A92 (v01 HPQOEM 181D 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd3000 002E84 (v01 HPQOEM 181D 00001000 ACPI 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x25f5fffff]
    [ 0.000000] NODE_DATA [mem 0x25f5f3000-0x25f5f7fff]
    [ 0.000000] [ffffea0000000000-ffffea00097fffff] PMD -> [ffff880256c00000-ffff88025ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x25f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00090fff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0x9a3befff]
    [ 0.000000] node 0: [mem 0x9afff000-0x9affffff]
    [ 0.000000] node 0: [mem 0x100000000-0x25f5fffff]
    [ 0.000000] On node 0 totalpages: 2070351
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3984 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 9799 pages used for memmap
    [ 0.000000] DMA32 zone: 627135 pages, LIFO batch:31
    [ 0.000000] Normal zone: 22488 pages used for memmap
    [ 0.000000] Normal zone: 1439232 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00091000-0x00091fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00092000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9a3bf000-0x9aebefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb80000-0xffffffff]
    [ 0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88025f200000 s86336 r8192 d24256 u262144
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2037979
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=64c5186f-288d-4708-959e-38cca5d1b5c0 rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8068224K/8281404K available (5270K kernel code, 836K rwdata, 1672K rodata, 1128K init, 1324K bss, 213180K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2394.589 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4791.72 BogoMIPS (lpj=7981963)
    [ 0.000004] pid_max: default: 32768 minimum: 301
    [ 0.000023] Security Framework initialized
    [ 0.000029] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000030] Yama: becoming mindful.
    [ 0.000417] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.001940] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.002614] Mount-cache hash table entries: 256
    [ 0.002739] Initializing cgroup subsys memory
    [ 0.002743] Initializing cgroup subsys devices
    [ 0.002744] Initializing cgroup subsys freezer
    [ 0.002746] Initializing cgroup subsys net_cls
    [ 0.002747] Initializing cgroup subsys blkio
    [ 0.002763] CPU: Physical Processor ID: 0
    [ 0.002764] CPU: Processor Core ID: 0
    [ 0.002768] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.003048] mce: CPU supports 9 MCE banks
    [ 0.003058] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003064] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 2
    [ 0.003142] Freeing SMP alternatives memory: 20K (ffffffff819ed000 - ffffffff819f2000)
    [ 0.003906] ACPI: Core revision 20131115
    [ 0.009053] ACPI: All ACPI Tables successfully acquired
    [ 0.053822] ftrace: allocating 21057 entries in 83 pages
    [ 0.061910] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.094942] smpboot: CPU0: Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.094948] TSC deadline timer enabled
    [ 0.094955] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.094960] ... version: 3
    [ 0.094960] ... bit width: 48
    [ 0.094961] ... generic registers: 4
    [ 0.094962] ... value mask: 0000ffffffffffff
    [ 0.094962] ... max period: 0000ffffffffffff
    [ 0.094963] ... fixed-purpose events: 3
    [ 0.094964] ... event mask: 000000070000000f
    [ 0.121742] x86: Booting SMP configuration:
    [ 0.135256] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.121746] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
    [ 0.256907] x86: Booted up 1 node, 8 CPUs
    [ 0.256909] smpboot: Total of 8 processors activated (38328.81 BogoMIPS)
    [ 0.262487] devtmpfs: initialized
    [ 0.264464] PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
    [ 0.265037] RTC time: 21:55:49, date: 02/28/14
    [ 0.265063] NET: Registered protocol family 16
    [ 0.265128] cpuidle: using governor ladder
    [ 0.265129] cpuidle: using governor menu
    [ 0.265147] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.265148] ACPI: bus type PCI registered
    [ 0.265150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.265197] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.265199] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.282064] PCI: Using configuration type 1 for base access
    [ 0.282527] bio: create slab <bio-0> at 0
    [ 0.282615] ACPI: Added _OSI(Module Device)
    [ 0.282616] ACPI: Added _OSI(Processor Device)
    [ 0.282617] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.282618] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.285086] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.312765] ACPI Error: No handler for Region [RAM_] (ffff880253874090) [EmbeddedControl] (20131115/evregion-162)
    [ 0.312767] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20131115/exfldio-299)
    [ 0.312770] ACPI Error: Method parse/execution failed [\_SB_.ACCL._STA] (Node ffff88025387e190), AE_NOT_EXIST (20131115/psparse-536)
    [ 0.312774] ACPI Error: Method execution failed [\_SB_.ACCL._STA] (Node ffff88025387e190), AE_NOT_EXIST (20131115/uteval-103)
    [ 0.313004] ACPI: SSDT 000000009ae3a018 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20111123)
    [ 0.313310] ACPI: Dynamic OEM Table Load:
    [ 0.313311] ACPI: SSDT (null) 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20111123)
    [ 0.325950] ACPI: SSDT 000000009aeada98 000303 (v01 PmRef ApIst 00003000 INTL 20111123)
    [ 0.326272] ACPI: Dynamic OEM Table Load:
    [ 0.326273] ACPI: SSDT (null) 000303 (v01 PmRef ApIst 00003000 INTL 20111123)
    [ 0.339208] ACPI: SSDT 000000009ababd98 000119 (v01 PmRef ApCst 00003000 INTL 20111123)
    [ 0.339508] ACPI: Dynamic OEM Table Load:
    [ 0.339509] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20111123)
    [ 1.238575] ACPI: Interpreter enabled
    [ 1.238580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
    [ 1.238584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 1.238594] ACPI: (supports S0 S3 S4 S5)
    [ 1.238595] ACPI: Using IOAPIC for interrupt routing
    [ 1.238612] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 1.238799] ACPI: ACPI Dock Station Driver: 1 docks/bays found
    [ 1.260983] ACPI : EC: GPE storm detected(9 GPEs), transactions will use polling mode
    [ 1.321167] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 1.321171] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 1.321214] \_SB_.PCI0:_OSC invalid UUID
    [ 1.321215] _OSC request data:1 1f 0
    [ 1.321218] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 1.321676] PCI host bridge to bus 0000:00
    [ 1.321678] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 1.321679] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 1.321680] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 1.321682] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 1.321683] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
    [ 1.321688] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 1.321749] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 1.321772] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 1.321801] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 1.321826] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 1.321834] pci 0000:00:02.0: reg 0x10: [mem 0xd4000000-0xd43fffff 64bit]
    [ 1.321839] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 1.321842] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
    [ 1.321916] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 1.321936] pci 0000:00:14.0: reg 0x10: [mem 0xd4600000-0xd460ffff 64bit]
    [ 1.322002] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 1.322033] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 1.322061] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 1.322083] pci 0000:00:16.0: reg 0x10: [mem 0xd4614000-0xd461400f 64bit]
    [ 1.322154] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.322218] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 1.322238] pci 0000:00:1a.0: reg 0x10: [mem 0xd4619000-0xd46193ff]
    [ 1.322321] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 1.322363] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 1.322390] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 1.322404] pci 0000:00:1b.0: reg 0x10: [mem 0xd4610000-0xd4613fff 64bit]
    [ 1.322466] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.322498] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 1.322527] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 1.322652] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.322697] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 1.322726] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 1.322855] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.322900] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 1.322929] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    [ 1.323056] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.323100] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 1.323125] pci 0000:00:1c.5: [8086:1e1a] type 01 class 0x060400
    [ 1.323197] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 1.323232] pci 0000:00:1c.5: System wakeup disabled by ACPI
    [ 1.323263] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 1.323282] pci 0000:00:1d.0: reg 0x10: [mem 0xd4618000-0xd46183ff]
    [ 1.323366] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.323407] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 1.323434] pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
    [ 1.323584] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
    [ 1.323601] pci 0000:00:1f.2: reg 0x10: [io 0x5088-0x508f]
    [ 1.323608] pci 0000:00:1f.2: reg 0x14: [io 0x5094-0x5097]
    [ 1.323615] pci 0000:00:1f.2: reg 0x18: [io 0x5080-0x5087]
    [ 1.323623] pci 0000:00:1f.2: reg 0x1c: [io 0x5090-0x5093]
    [ 1.323630] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
    [ 1.323637] pci 0000:00:1f.2: reg 0x24: [mem 0xd4617000-0xd46177ff]
    [ 1.323678] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.323727] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 1.323741] pci 0000:00:1f.3: reg 0x10: [mem 0xd4615000-0xd46150ff 64bit]
    [ 1.323760] pci 0000:00:1f.3: reg 0x20: [io 0x5040-0x505f]
    [ 1.323853] pci 0000:01:00.0: [10de:0de9] type 00 class 0x030000
    [ 1.323862] pci 0000:01:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
    [ 1.323869] pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
    [ 1.323875] pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
    [ 1.323880] pci 0000:01:00.0: reg 0x24: [io 0x4000-0x407f]
    [ 1.323884] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 1.323917] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 1.330552] pci 0000:00:01.0: PCI bridge to [bus 01-06]
    [ 1.330557] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 1.330562] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd3ffffff]
    [ 1.330568] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 1.330681] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 1.330867] pci 0000:08:00.0: [10ec:5229] type 00 class 0xff0000
    [ 1.330931] pci 0000:08:00.0: reg 0x10: [mem 0xd1000000-0xd1000fff]
    [ 1.331423] pci 0000:08:00.0: supports D1 D2
    [ 1.331424] pci 0000:08:00.0: PME# supported from D1 D2 D3hot
    [ 1.331502] pci 0000:08:00.0: System wakeup disabled by ACPI
    [ 1.337279] pci 0000:00:1c.1: PCI bridge to [bus 08-09]
    [ 1.337286] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 1.337294] pci 0000:00:1c.1: bridge window [mem 0xd1000000-0xd1ffffff]
    [ 1.337304] pci 0000:00:1c.1: bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
    [ 1.337465] pci 0000:0a:00.0: [8086:0887] type 00 class 0x028000
    [ 1.337511] pci 0000:0a:00.0: reg 0x10: [mem 0xd4500000-0xd4501fff 64bit]
    [ 1.337733] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
    [ 1.337776] pci 0000:0a:00.0: System wakeup disabled by ACPI
    [ 1.343946] pci 0000:00:1c.3: PCI bridge to [bus 0a]
    [ 1.343959] pci 0000:00:1c.3: bridge window [mem 0xd4500000-0xd45fffff]
    [ 1.344076] pci 0000:0b:00.0: [10ec:8168] type 00 class 0x020000
    [ 1.344094] pci 0000:0b:00.0: reg 0x10: [io 0x2000-0x20ff]
    [ 1.344127] pci 0000:0b:00.0: reg 0x18: [mem 0xd4404000-0xd4404fff 64bit pref]
    [ 1.344147] pci 0000:0b:00.0: reg 0x20: [mem 0xd4400000-0xd4403fff 64bit pref]
    [ 1.344234] pci 0000:0b:00.0: supports D1 D2
    [ 1.344236] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.373952] pci 0000:0b:00.0: System wakeup disabled by ACPI
    [ 1.380639] pci 0000:00:1c.5: PCI bridge to [bus 0b]
    [ 1.380647] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 1.380654] pci 0000:00:1c.5: bridge window [mem 0xd4400000-0xd44fffff]
    [ 1.381137] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [ 1.381174] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 1.381209] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.381244] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 1.381278] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.381313] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [ 1.381348] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.381384] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.381615] ACPI: Enabled 5 GPEs in block 00 to 3F
    [ 1.381620] ACPI: \_SB_.PCI0: notify handler is installed
    [ 1.381661] Found 1 acpi root devices
    [ 1.381686] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 1.381736] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.381739] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 1.381740] vgaarb: loaded
    [ 1.381741] vgaarb: bridge control possible 0000:01:00.0
    [ 1.381741] vgaarb: no bridge control possible 0000:00:02.0
    [ 1.381759] PCI: Using ACPI for IRQ routing
    [ 1.387711] PCI: pci_cache_line_size set to 64 bytes
    [ 1.387850] e820: reserve RAM buffer [mem 0x00091800-0x0009ffff]
    [ 1.387851] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 1.387852] e820: reserve RAM buffer [mem 0x9a3bf000-0x9bffffff]
    [ 1.387853] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
    [ 1.387854] e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
    [ 1.387910] NetLabel: Initializing
    [ 1.387911] NetLabel: domain hash size = 128
    [ 1.387912] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.387923] NetLabel: unlabeled traffic allowed by default
    [ 1.387936] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.387940] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.389961] Switched to clocksource hpet
    [ 1.392856] pnp: PnP ACPI init
    [ 1.392865] ACPI: bus type PNP registered
    [ 1.392884] pnp 00:00: [dma 4]
    [ 1.392898] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.392912] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.392979] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.392999] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.393026] system 00:04: [io 0x1100-0x110f] has been reserved
    [ 1.393028] system 00:04: [io 0xffff] has been reserved
    [ 1.393029] system 00:04: [io 0xffff] has been reserved
    [ 1.393031] system 00:04: [io 0x0400-0x0453] could not be reserved
    [ 1.393032] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 1.393033] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 1.393035] system 00:04: [io 0x1200-0x1207] has been reserved
    [ 1.393036] system 00:04: [mem 0xfe800000-0xfe8001ff] has been reserved
    [ 1.393038] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.393055] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.393085] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 1.393087] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 1.393126] pnp 00:07: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
    [ 1.393148] pnp 00:08: Plug and Play ACPI device, IDs SYN1e5e SYN1e00 SYN0002 PNP0f13 (active)
    [ 1.393228] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.393230] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 1.393231] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.393233] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.393234] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
    [ 1.393235] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.393237] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 1.393238] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    [ 1.393239] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.393241] system 00:09: [mem 0x9fa00000-0x9fa00fff] has been reserved
    [ 1.393242] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.393419] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
    [ 1.393420] system 00:0a: [mem 0x40004000-0x40004fff] has been reserved
    [ 1.393422] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.393458] pnp 00:0b: Plug and Play ACPI device, IDs HPQ0004 (active)
    [ 1.393478] pnp: PnP ACPI: found 12 devices
    [ 1.393479] ACPI: bus type PNP unregistered
    [ 1.399368] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 1.399417] pci 0000:01:00.0: BAR 6: assigned [mem 0xb2000000-0xb207ffff pref]
    [ 1.399419] pci 0000:00:01.0: PCI bridge to [bus 01-06]
    [ 1.399420] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 1.399422] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd3ffffff]
    [ 1.399424] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 1.399427] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 1.399444] pci 0000:00:1c.1: PCI bridge to [bus 08-09]
    [ 1.399447] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 1.399452] pci 0000:00:1c.1: bridge window [mem 0xd1000000-0xd1ffffff]
    [ 1.399456] pci 0000:00:1c.1: bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
    [ 1.399465] pci 0000:00:1c.3: PCI bridge to [bus 0a]
    [ 1.399471] pci 0000:00:1c.3: bridge window [mem 0xd4500000-0xd45fffff]
    [ 1.399482] pci 0000:00:1c.5: PCI bridge to [bus 0b]
    [ 1.399485] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 1.399489] pci 0000:00:1c.5: bridge window [mem 0xd4400000-0xd44fffff]
    [ 1.399497] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.399499] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.399500] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.399501] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff]
    [ 1.399502] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
    [ 1.399503] pci_bus 0000:01: resource 1 [mem 0xd2000000-0xd3ffffff]
    [ 1.399505] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 1.399506] pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
    [ 1.399507] pci_bus 0000:08: resource 1 [mem 0xd1000000-0xd1ffffff]
    [ 1.399508] pci_bus 0000:08: resource 2 [mem 0xd0000000-0xd0ffffff 64bit pref]
    [ 1.399510] pci_bus 0000:0a: resource 1 [mem 0xd4500000-0xd45fffff]
    [ 1.399511] pci_bus 0000:0b: resource 0 [io 0x2000-0x2fff]
    [ 1.399512] pci_bus 0000:0b: resource 1 [mem 0xd4400000-0xd44fffff]
    [ 1.399530] NET: Registered protocol family 2
    [ 1.399642] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 1.399750] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.399849] TCP: Hash tables configured (established 65536 bind 65536)
    [ 1.399860] TCP: reno registered
    [ 1.399870] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.399890] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.399937] NET: Registered protocol family 1
    [ 1.399946] pci 0000:00:02.0: Boot video device
    [ 1.780500] PCI: CLS 64 bytes, default 64
    [ 1.780530] Unpacking initramfs...
    [ 1.820767] Freeing initrd memory: 3200K (ffff8800379b0000 - ffff880037cd0000)
    [ 1.820771] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.820773] software IO TLB [mem 0x963bf000-0x9a3bf000] (64MB) mapped at [ffff8800963bf000-ffff88009a3befff]
    [ 1.820794] Simple Boot Flag at 0x44 set to 0x1
    [ 1.820989] Scanning for low memory corruption every 60 seconds
    [ 1.821175] audit: initializing netlink socket (disabled)
    [ 1.821183] type=2000 audit(1393624549.773:1): initialized
    [ 1.830154] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.831019] zbud: loaded
    [ 1.831130] VFS: Disk quotas dquot_6.5.2
    [ 1.831155] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.831254] msgmni has been set to 15764
    [ 1.831287] Key type big_key registered
    [ 1.831483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.831523] io scheduler noop registered
    [ 1.831524] io scheduler deadline registered
    [ 1.831539] io scheduler cfq registered (default)
    [ 1.831652] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 1.832086] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.832096] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.832122] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
    [ 1.832123] vesafb: scrolling: redraw
    [ 1.832124] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 1.832682] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010e80000, using 8128k, total 8128k
    [ 1.946268] Console: switching to colour frame buffer device 240x67
    [ 2.059378] fb0: VESA VGA frame buffer device
    [ 2.059386] intel_idle: MWAIT substates: 0x21120
    [ 2.059387] intel_idle: v0.4 model 0x3A
    [ 2.059387] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.059528] GHES: HEST is not enabled!
    [ 2.059562] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.059853] Linux agpgart interface v0.103
    [ 2.059899] rtc_cmos 00:05: RTC can wake from S4
    [ 2.060005] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 2.060033] rtc_cmos 00:05: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 2.060039] Intel P-state driver initializing.
    [ 2.060046] Intel pstate controlling: cpu 0
    [ 2.060056] Intel pstate controlling: cpu 1
    [ 2.060066] Intel pstate controlling: cpu 2
    [ 2.060075] Intel pstate controlling: cpu 3
    [ 2.060081] Intel pstate controlling: cpu 4
    [ 2.060087] Intel pstate controlling: cpu 5
    [ 2.060094] Intel pstate controlling: cpu 6
    [ 2.060101] Intel pstate controlling: cpu 7
    [ 2.060170] drop_monitor: Initializing network drop monitor service
    [ 2.060205] TCP: cubic registered
    [ 2.060258] NET: Registered protocol family 10
    [ 2.060356] NET: Registered protocol family 17
    [ 2.060361] Key type dns_resolver registered
    [ 2.060562] registered taskstats version 1
    [ 2.061180] Magic number: 2:200:956
    [ 2.061210] memory memory9: hash matches
    [ 2.061260] rtc_cmos 00:05: setting system clock to 2014-02-28 21:55:50 UTC (1393624550)
    [ 2.061289] PM: Hibernation image not present or could not be loaded.
    [ 2.061821] Freeing unused kernel memory: 1128K (ffffffff818d3000 - ffffffff819ed000)
    [ 2.061822] Write protecting the kernel read-only data: 8192k
    [ 2.063314] Freeing unused kernel memory: 864K (ffff880001528000 - ffff880001600000)
    [ 2.064187] Freeing unused kernel memory: 376K (ffff8800017a2000 - ffff880001800000)
    [ 2.070995] systemd-udevd[76]: starting version 208
    [ 2.081683] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 2.086896] rtsx_pci 0000:08:00.0: irq 41 for MSI/MSI-X
    [ 2.086940] rtsx_pci 0000:08:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 41
    [ 2.087062] ACPI: bus type USB registered
    [ 2.087089] usbcore: registered new interface driver usbfs
    [ 2.087162] usbcore: registered new interface driver hub
    [ 2.087210] usbcore: registered new device driver usb
    [ 2.087615] SCSI subsystem initialized
    [ 2.087789] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.087987] ehci-pci: EHCI PCI platform driver
    [ 2.088114] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 2.088121] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 2.088137] ehci-pci 0000:00:1a.0: debug port 2
    [ 2.088526] libata version 3.00 loaded.
    [ 2.092034] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 2.092051] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd4619000
    [ 2.103911] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 2.104041] hub 1-0:1.0: USB hub found
    [ 2.104046] hub 1-0:1.0: 2 ports detected
    [ 2.104210] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 2.104214] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 2.104225] ehci-pci 0000:00:1d.0: debug port 2
    [ 2.107112] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.107123] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.108127] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 2.108140] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd4618000
    [ 2.117274] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 2.117508] hub 2-0:1.0: USB hub found
    [ 2.117514] hub 2-0:1.0: 2 ports detected
    [ 2.117750] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.117756] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 2.117854] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 2.117873] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
    [ 2.118100] hub 3-0:1.0: USB hub found
    [ 2.118108] hub 3-0:1.0: 4 ports detected
    [ 2.118349] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.118351] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 2.118452] hub 4-0:1.0: USB hub found
    [ 2.118462] hub 4-0:1.0: 4 ports detected
    [ 2.135939] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 2.150760] ahci 0000:00:1f.2: version 3.0
    [ 2.150968] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 2.164071] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl RAID mode
    [ 2.164079] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 2.171405] scsi0 : ahci
    [ 2.171666] scsi1 : ahci
    [ 2.171894] scsi2 : ahci
    [ 2.172116] scsi3 : ahci
    [ 2.172313] scsi4 : ahci
    [ 2.172447] scsi5 : ahci
    [ 2.172504] ata1: SATA max UDMA/133 abar m2048@0xd4617000 port 0xd4617100 irq 43
    [ 2.172514] ata2: DUMMY
    [ 2.172516] ata3: DUMMY
    [ 2.172517] ata4: DUMMY
    [ 2.172519] ata5: SATA max UDMA/133 abar m2048@0xd4617000 port 0xd4617300 irq 43
    [ 2.172520] ata6: DUMMY
    [ 2.410959] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 2.491002] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.491072] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 2.502872] ata1.00: ATA-8: OCZ-AGILITY3, 2.22, max UDMA/133
    [ 2.502878] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.506430] ata5.00: ATAPI: hp DVD-RAM UJ8D1, H.01, max UDMA/100
    [ 2.512780] ata1.00: configured for UDMA/133
    [ 2.513113] scsi 0:0:0:0: Direct-Access ATA OCZ-AGILITY3 2.22 PQ: 0 ANSI: 5
    [ 2.524950] ata5.00: configured for UDMA/100
    [ 2.531477] scsi 4:0:0:0: CD-ROM hp DVD-RAM UJ8D1 H.01 PQ: 0 ANSI: 5
    [ 2.534925] hub 1-1:1.0: USB hub found
    [ 2.534975] hub 1-1:1.0: 6 ports detected
    [ 2.536606] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 2.536677] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.536680] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.536701] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.537540] sda: sda1 sda2 < sda5 sda6 > sda3 sda4
    [ 2.538190] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.542465] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.542469] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.542686] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 2.608731] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.651327] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.651588] systemd[1]: No hostname configured.
    [ 2.651596] systemd[1]: Set hostname to <localhost>.
    [ 2.653530] random: systemd urandom read with 42 bits of entropy available
    [ 2.657173] systemd-fstab-generator[151]: Checking was requested for "nas:/mnt/HD/HD_a2/STORE01", but it is not a device.
    [ 2.687501] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.687558] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.687572] systemd[1]: Starting Login Prompts.
    [ 2.687585] systemd[1]: Reached target Login Prompts.
    [ 2.687595] systemd[1]: Starting Remote File Systems.
    [ 2.687605] systemd[1]: Reached target Remote File Systems.
    [ 2.687615] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.687642] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.687652] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.687669] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.687679] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.687712] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.687722] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.687759] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.687772] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.687812] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.687822] systemd[1]: Starting Paths.
    [ 2.687832] systemd[1]: Reached target Paths.
    [ 2.687842] systemd[1]: Starting Journal Socket.
    [ 2.687878] systemd[1]: Listening on Journal Socket.
    [ 2.687895] systemd[1]: Mounting Debug File System...
    [ 2.688266] systemd[1]: Starting Journal Service...
    [ 2.688521] systemd[1]: Started Journal Service.
    [ 2.694471] usb 3-3: new full-speed USB device number 2 using xhci_hcd
    [ 2.702863] systemd-journald[157]: Vacuuming done, freed 0 bytes
    [ 2.708483] FS-Cache: Loaded
    [ 2.710845] usb 3-3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 2.713390] RPC: Registered named UNIX socket transport module.
    [ 2.713392] RPC: Registered udp transport module.
    [ 2.713393] RPC: Registered tcp transport module.
    [ 2.713394] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 2.718880] FS-Cache: Netfs 'nfs' registered for caching
    [ 2.728296] EXT4-fs (sda1): re-mounted. Opts: data=ordered
    [ 2.741906] systemd-udevd[202]: starting version 208
    [ 2.779466] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 2.780942] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
    [ 2.780948] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.780952] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
    [ 2.780955] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.GPIO 2 (20131115/utaddress-251)
    [ 2.780958] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 3 (20131115/utaddress-251)
    [ 2.780961] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.780963] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
    [ 2.780966] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.GPIO 2 (20131115/utaddress-251)
    [ 2.780969] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 3 (20131115/utaddress-251)
    [ 2.780971] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.780973] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.782830] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 2.785766] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
    [ 2.791210] ACPI: Lid Switch [LID0]
    [ 2.791504] [drm] Initialized drm 1.1.0 20060810
    [ 2.791605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 2.791609] ACPI: Power Button [PWRF]
    [ 2.792665] wmi: Mapper loaded
    [ 2.792681] hp_accel: laptop model unknown, using default axes configuration
    [ 2.797256] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 2.802959] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 2.802966] r8169 0000:0b:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 2.803223] r8169 0000:0b:00.0: irq 46 for MSI/MSI-X
    [ 2.803494] r8169 0000:0b:00.0 eth0: RTL8168evl/8111evl at 0xffffc90011eee000, a0:b3:cc:4b:1a:7e, XID 0c900800 IRQ 46
    [ 2.803496] r8169 0000:0b:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 2.811332] cfg80211: Calling CRDA to update world regulatory domain
    [ 2.815328] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
    [ 2.816642] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 2.816644] Copyright(c) 2003-2013 Intel Corporation
    [ 2.816736] iwlwifi 0000:0a:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 2.816860] iwlwifi 0000:0a:00.0: irq 47 for MSI/MSI-X
    [ 2.817888] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 2.818258] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.818636] platform microcode: Direct firmware load failed with error -2
    [ 2.818639] platform microcode: Falling back to user helper
    [ 2.821802] iwlwifi 0000:0a:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [ 2.824537] tsc: Refined TSC clocksource calibration: 2394.561 MHz
    [ 2.826546] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.828014] usbcore: registered new interface driver usbhid
    [ 2.828016] usbhid: USB HID core driver
    [ 2.832266] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 2.832334] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 2.832373] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 2.832658] ACPI Warning: 0x0000000000005040-0x000000000000505f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20131115/utaddress-251)
    [ 2.832662] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.834846] iwlwifi 0000:0a:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 2.834848] iwlwifi 0000:0a:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 2.834850] iwlwifi 0000:0a:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 2.834851] iwlwifi 0000:0a:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
    [ 2.834955] iwlwifi 0000:0a:00.0: L1 Enabled; Disabling L0S
    [ 2.835666] usbcore: registered new interface driver snd-usb-audio
    [ 2.854044] iTCO_vendor_support: vendor-support=0
    [ 2.854466] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 2.854514] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 2.854638] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 2.856761] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 2.860498] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.860514] platform microcode: Direct firmware load failed with error -2
    [ 2.860516] platform microcode: Falling back to user helper
    [ 2.863566] input: Burr-Brown from TI USB Audio CODEC as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/input/input10
    [ 2.863734] hid-generic 0003:08BB:2902.0001: input,hidraw0: USB HID v1.00 Device [Burr-Brown from TI USB Audio CODEC ] on usb-0000:00:14.0-3/input3
    [ 2.867484] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.867498] platform microcode: Direct firmware load failed with error -2
    [ 2.867500] platform microcode: Falling back to user helper
    [ 2.870088] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.870100] platform microcode: Direct firmware load failed with error -2
    [ 2.870102] platform microcode: Falling back to user helper
    [ 2.870542] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.870561] platform microcode: Direct firmware load failed with error -2
    [ 2.870563] platform microcode: Falling back to user helper
    [ 2.871275] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.871285] platform microcode: Direct firmware load failed with error -2
    [ 2.871288] platform microcode: Falling back to user helper
    [ 2.871938] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.871949] platform microcode: Direct firmware load failed with error -2
    [ 2.871952] platform microcode: Falling back to user helper
    [ 2.872242] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.872254] platform microcode: Direct firmware load failed with error -2
    [ 2.872257] platform microcode: Falling back to user helper
    [ 2.872575] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.878423] systemd-udevd[206]: renamed network interface eth0 to eno1
    [ 2.881987] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 2.890802] systemd-journald[157]: Received request to flush runtime journal from PID 1
    [ 2.901323] systemd-udevd[217]: renamed network interface wlan0 to wlo1
    [ 2.908030] ACPI: AC Adapter [ADP1] (on-line)
    [ 2.941825] hub 2-1:1.0: USB hub found
    [ 2.941930] hub 2-1:1.0: 8 ports detected
    [ 3.021509] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
    [ 3.061674] intel_rapl: domain uncore energy ctr 8617:8617 not working, skip
    [ 3.074806] lis3lv02d: 8 bits 3DC sensor found
    [ 3.135241] iwlwifi 0000:0a:00.0: L1 Enabled; Disabling L0S
    [ 3.142912] iwlwifi 0000:0a:00.0: Radio type=0x2-0x0-0x0
    [ 3.171642] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
    [ 3.233041] nvidia: module license 'NVIDIA' taints kernel.
    [ 3.233045] Disabling lock debugging due to kernel taint
    [ 3.238226] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
    [ 3.238279] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 3.238457] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
    [ 3.238462] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 331.38 Wed Jan 8 19:32:30 PST 2014
    [ 3.356112] media: Linux media interface: v0.10
    [ 3.360422] Linux video capture interface: v2.00
    [ 3.365597] uvcvideo: Found UVC 1.00 device HP Truevision HD (05c8:033a)
    [ 3.377291] input: HP Truevision HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input11
    [ 3.377488] usbcore: registered new interface driver uvcvideo
    [ 3.377494] USB Video Class driver (1.1.1)
    [ 3.393157] iwlwifi 0000:0a:00.0: L1 Enabled; Disabling L0S
    [ 3.400907] iwlwifi 0000:0a:00.0: Radio type=0x2-0x0-0x0
    [ 3.425257] usb 2-1.6: new full-speed USB device number 3 using ehci-pci
    [ 3.458983] input: HP WMI hotkeys as /devices/virtual/input/input9
    [ 3.473371] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
    [ 3.521478] Bluetooth: Core ver 2.17
    [ 3.521492] NET: Registered protocol family 31
    [ 3.521493] Bluetooth: HCI device and connection manager initialized
    [ 3.521499] Bluetooth: HCI socket layer initialized
    [ 3.521501] Bluetooth: L2CAP socket layer initialized
    [ 3.521505] Bluetooth: SCO socket layer initialized
    [ 3.523209] usbcore: registered new interface driver btusb
    [ 3.597251] r8169 0000:0b:00.0 eno1: link down
    [ 3.597286] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
    [ 3.825665] Switched to clocksource tsc
    [ 4.034513] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00, board id: 2055, fw id: 1107424
    [ 4.062727] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
    [ 4.071722] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071771] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071795] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071832] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071854] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071876] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071922] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071944] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.104186] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
    [ 4.107557] mousedev: PS/2 mouse device common for all mice
    [ 4.326086] thermal LNXTHERM:00: registered as thermal_zone1
    [ 4.326092] ACPI: Thermal Zone [TZS0] (69 C)
    [ 4.606281] [Firmware Bug]: No valid trip found
    [ 5.280111] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input12
    [ 5.283560] random: nonblocking pool is initialized
    [ 5.694087] ACPI: Battery Slot [BAT0] (battery present)
    [ 7.035020] thermal LNXTHERM:02: registered as thermal_zone2
    [ 7.035026] ACPI: Thermal Zone [TZS2] (57 C)
    [ 8.889924] thermal LNXTHERM:03: registered as thermal_zone3
    [ 8.889929] ACPI: Thermal Zone [TZS3] (30 C)
    [ 9.408442] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 10.251376] type=1006 audit(1393624558.679:2): pid=348 uid=0 old auid=4294967295 new auid=120 old ses=4294967295 new ses=1 res=1
    [ 11.338226] traps: gnome-shell[416] trap int3 ip:7f1024ce4289 sp:7fffc13c81f0 error:0
    [ 33.022441] type=1006 audit(1393624581.429:3): pid=439 uid=0 old auid=4294967295 new auid=1001 old ses=4294967295 new ses=2 res=1
    [ 33.028194] type=1006 audit(1393624581.436:4): pid=440 uid=0 old auid=4294967295 new auid=1001 old ses=4294967295 new ses=3 res=1
    lsmod
    Module Size Used by
    joydev 9631 0
    mousedev 10247 0
    btusb 19648 0
    bluetooth 326343 2 btusb
    uvcvideo 72804 0
    videobuf2_vmalloc 3304 1 uvcvideo
    videobuf2_memops 2335 1 videobuf2_vmalloc
    videobuf2_core 28243 1 uvcvideo
    videodev 111840 2 uvcvideo,videobuf2_core
    media 11719 2 uvcvideo,videodev
    nvidia 10621191 29
    intel_rapl 11776 0
    x86_pkg_temp_thermal 6991 0
    intel_powerclamp 8802 0
    coretemp 6358 0
    kvm_intel 131532 0
    kvm 396221 1 kvm_intel
    crct10dif_pclmul 4682 0
    crct10dif_common 1372 1 crct10dif_pclmul
    crc32_pclmul 2923 0
    crc32c_intel 14185 0
    ghash_clmulni_intel 4405 0
    aesni_intel 45548 0
    aes_x86_64 7399 1 aesni_intel
    lrw 3565 1 aesni_intel
    gf128mul 5858 1 lrw
    glue_helper 4417 1 aesni_intel
    ablk_helper 2004 1 aesni_intel
    cryptd 8409 3 ghash_clmulni_intel,aesni_intel,ablk_helper
    hid_generic 1153 0
    hp_wmi 7595 0
    sparse_keymap 3146 1 hp_wmi
    arc4 2000 2
    iTCO_wdt 5407 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    mxm_wmi 1467 0
    iwldvm 167738 0
    mac80211 474681 1 iwldvm
    snd_usb_audio 117811 0
    usbhid 40545 0
    snd_usbmidi_lib 19755 1 snd_usb_audio
    hid 90902 2 hid_generic,usbhid
    snd_rawmidi 18742 1 snd_usbmidi_lib
    snd_seq_device 5180 1 snd_rawmidi
    microcode 15216 0
    evdev 11045 11
    psmouse 88171 0
    snd_hda_codec_hdmi 36379 1
    iwlwifi 140193 1 iwldvm
    serio_raw 5009 0
    snd_hda_codec_idt 43508 1
    cfg80211 408199 3 iwlwifi,mac80211,iwldvm
    i2c_i801 11269 0
    rtsx_pci_ms 7258 0
    r8169 58423 0
    memstick 7504 1 rtsx_pci_ms
    rfkill 15651 4 cfg80211,hp_wmi,bluetooth
    mii 4027 1 r8169
    thermal 8556 0
    snd_hda_intel 37352 0
    snd_hda_codec 150017 3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
    intel_gtt 12664 0
    drm_kms_helper 35710 0
    snd_hwdep 6332 2 snd_usb_audio,snd_hda_codec
    drm 239102 3 drm_kms_helper,nvidia
    battery 7565 0
    snd_pcm 77822 4 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    ac 3334 0
    snd_page_alloc 7298 2 snd_pcm,snd_hda_intel
    snd_timer 18718 1 snd_pcm
    hp_accel 16520 0
    i2c_algo_bit 5391 0
    mei_me 9552 0
    i2c_core 24760 6 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,videodev
    lis3lv02d 11283 1 hp_accel
    input_polldev 2818 1 lis3lv02d
    snd 59029 11 snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
    shpchp 25425 0
    mei 62867 1 mei_me
    wmi 8251 2 hp_wmi,mxm_wmi
    video 11425 0
    soundcore 5418 1 snd
    lpc_ich 13368 0
    processor 24620 0
    button 4605 0
    nfs 191568 0
    lockd 76942 1 nfs
    sunrpc 233786 2 nfs,lockd
    fscache 47797 1 nfs
    ext4 473259 2
    crc16 1359 2 ext4,bluetooth
    mbcache 6074 1 ext4
    jbd2 80912 1 ext4
    sr_mod 14930 0
    cdrom 34880 1 sr_mod
    sd_mod 31361 3
    atkbd 16806 0
    libps2 4187 2 atkbd,psmouse
    rtsx_pci_sdmmc 13911 0
    mmc_core 95465 1 rtsx_pci_sdmmc
    ahci 23048 2
    libahci 21698 1 ahci
    libata 172104 2 ahci,libahci
    ehci_pci 3928 0
    xhci_hcd 144553 0
    ehci_hcd 64171 1 ehci_pci
    scsi_mod 132250 3 libata,sd_mod,sr_mod
    rtsx_pci 32241 2 rtsx_pci_ms,rtsx_pci_sdmmc
    usbcore 180208 8 btusb,snd_usb_audio,uvcvideo,snd_usbmidi_lib,ehci_hcd,ehci_pci,usbhid,xhci_hcd
    usb_common 1648 1 usbcore
    i8042 13366 1 libps2
    serio 10721 6 serio_raw,atkbd,i8042,psmouse

  • Acpi_call not working. [did before]

    Hi I'm coming back from a short session using Ubuntu. Previously I've always used acpi_call (from AUR) to turn off my Nvida card to gain full battery life. It has served me well all the time but now I cant get it to work at all and since I'm used to keep my laptop with me during the day without power adapter it's kind of a deal breaker.
    The procedure:
    [root@eta richard]# lsmod | grep acpi_call
    [root@eta richard]# acpi
    Battery 0: Discharging, 78%, 03:03:57 remaining
    [root@eta richard]# insmod /usr/lib/modules/3.6.6-1-ARCH/kernel/drivers/acpi/acpi_call.ko
    [root@eta richard]# lsmod | grep acpi_call
    acpi_call 4791 0
    [root@eta richard]# test_off.sh
    Trying \_SB.PCI0.P0P1.VGA._OFF: failed
    Trying \_SB.PCI0.P0P2.VGA._OFF: failed
    Trying \_SB_.PCI0.OVGA.ATPX: failed
    Trying \_SB_.PCI0.OVGA.XTPX: failed
    Trying \_SB.PCI0.P0P3.PEGP._OFF: failed
    Trying \_SB.PCI0.P0P2.PEGP._OFF: failed
    Trying \_SB.PCI0.P0P1.PEGP._OFF: failed
    Trying \_SB.PCI0.MXR0.MXM0._OFF: failed
    Trying \_SB.PCI0.PEG1.GFX0._OFF: works!
    [root@eta richard]# cat /proc/acpi/call
    not called
    [root@eta richard]#
    [root@eta richard]# echo '\_SB.PCI0.PEG1.GFX0._OFF' > /proc/acpi/call
    [root@eta richard]# cat /proc/acpi/call
    0x0
    [root@eta richard]# acpi
    Battery 0: Discharging, 78%, 03:01:07 remaining
    (edited slightly to make it more readable)
    Neither dmesg nor journalctl says anything else than that it was loaded correctly.
    Have I missed something or does anyone know any solution?

    Lekensteyn wrote:
    1. acpi_call does not work through suspend/resumes.
    2. acpi_call should not be used when a driver is loaded.
    3. use bbswitch instead (see also http://wiki.bumblebee-project.org/Compa … M-methods).
    See https://wiki.archlinux.org/index.php/Bu … Management (note that the rc.d script mentioned there is obsolete, it should be converted to systemd).
    I see...
    Actually I first tried bbswitch but it didnt work so I went back too good old acpi_call, maybe a little bit too quickly. I'll give bbswitch another try!
    Thanks

  • Ps CC 2014 is not working correctly after mac update to Yosemite 10.10.1.  Select does not protect unselected areas.  Magic eraser erases unselected ares.

    Ps CC 2014 is not working correctly after mac update to Yosemite 10.10.1.  Select does not protect unselected areas.  Magic eraser erases unselected ares.

    Yes my particular issue is not like yours. However, there have been many other laptop users experiencing similar problem to yours after 3.10 kernel. Mostly it seems to be bumblebee users that experience your problem with the blank screen. We do know that nvidia have yet to make their official drivers work with kernel 3.10 and up. The drivers in the Arch repository have been patched to work with 3.10. From what I have seen, this also only seem to be affecting laptops with newer nvidia gpu's. I fear there is not much to do with this problem until nvidia give official 3.10 kernel support.
    My suggestion would be to stick with 3.9.9 kernel and the drivers that work with it, and don't upgrade those packages until nvidia has addressed these issues. If you have a look at the nvidia forums you will see quite a number of topics mentioning black screen when starting x on 3.10 kernel, and also a thread for the system dying. Reading some of the threads there may help you keep up to date on whether or not the issue seem to be solved.
    https://devtalk.nvidia.com/default/board/98/

  • GoDaddy's webformmailer.php on my site is not working

    I am stuck.  I created a site for a client and uploaded it to the GoDaddy server so they could also do updates on their HTML editor.  I used the GoDaddy webformmailer.php code they provide and it did work initally.  We tested it several times a few months ago and the test emails were coming through.  We did an update on the site, not touching the webformmailer.php code, and now it is not working.  She even had about 15-20 people say on Facebook that they used the contact page to send messages. 
    I reached out to GoDaddy twice so far, both times with run-around answers:
    Maybe the form was blank that was submitted...
    Add a captcha to it so it verify's that it is indeed a human...
    Can someone help me out here?  Has anyone else had this issue?  I am not .php or SQL savy, just breaking ground with it, but, obviously it worked before, something happened on GoDaddy's end to make it not work now.  Here is the code (what is italicized and in red is GoDaddy's code I copied and pasted):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Anthony's Bar &amp; Grill</title>
    <link href="contact.css" rel="stylesheet" type="text/css" />
    <script src="http://maps.google.com/maps/api/js?sensor=true" type="text/javascript"></script>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2187524" binding="#mapCanvas" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <div class="container">
      <div class="header"><a href="home.html" target="_parent"><img src="myicons/images/anthonysHeader.png" alt="header" width="500" height="150" hspace="250" /></a>
    <!-- end .header --></div>
    <div class="nav"><a href="home.html" target="_parent"><img src="myicons/images/home.png" alt="home" width="125" height="75" hspace="10" /></a><a href="menu.html" target="_parent"><img src="myicons/images/menu.png" alt="menu" width="125" height="75" hspace="40" /></a></a> <a href="specials.html" target="_parent"><img src="myicons/images/specials.png" alt="specials" width="130" height="75" hspace="30" /></a> <a href="livemusic.html" target="_parent"><img src="myicons/images/liveMusic.png" alt="liveMusic" width="160" height="75" hspace="20" /></a> <a href="photos.html" target="_parent"><img src="myicons/images/photos.png" alt="photos" width="125" height="75" hspace="30" /></a><!-- end of .nav --></div>
      <div class="content">
      <div class="form">
      <form action="/webformmailer.php" method="post">
    <input type="hidden" name="subject" value="Submission" />
    <input type="hidden" name="redirect" value="thankyou.html" />
    First Name:
    <input type="text" name="FirstName" /><br />
    Last Name: <input type="text" name="LastName" /><br />
    Email:        <input type="text" name="email" /><br />
    We'd love to hear from you! Leave us your comments: <br />
    <textarea name="comments" cols="50" rows="10"></textarea><br />
                    <input type="submit" name="submit" value="submit"/>
    <input type="hidden" name="form_order" value="alpha"/> <input type="hidden" name="form_delivery" value="hourly_digest"/> <input type="hidden" name="form_format" value="html"/> 
    </form>
      </div>
      <h3>10371 Southern Maryland Blvd.
          <br />
          Dunkirk, MD, 20754<br />
      301-327 5219 and/or 301-327-5520<br />
      </h3>
      <div id="mapCanvas" style="width:530px; height:300px; min-width:530px; min-height:300px"></div>
      <script type="text/javascript">
    // BeginOAWidget_Instance_2187524: #mapCanvas
                // initialize the google Maps
         function initializeGoogleMap() {
                        // set latitude and longitude to center the map around
                        var latlng = new google.maps.LatLng(38.72055,
                                                                                                                  -76.65971);
                        // set up the default options
                        var myOptions = {
                          zoom: 17,
                          center: latlng,
                          navigationControl: true,
                          navigationControlOptions:
                                    {style: google.maps.NavigationControlStyle.DEFAULT,
                                   position: google.maps.ControlPosition.TOP_LEFT },
                          mapTypeControl: true,
                          mapTypeControlOptions:
                                    {style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR,
                                   position: google.maps.ControlPosition.TOP_RIGHT },
                          scaleControl: true,
                           scaleControlOptions: {
                                position: google.maps.ControlPosition.BOTTOM_LEFT
                          mapTypeId: google.maps.MapTypeId.ROADMAP,
                          draggable: true,
                          disableDoubleClickZoom: false,
                          keyboardShortcuts: true
                        var map = new google.maps.Map(document.getElementById("mapCanvas"), myOptions);
                        if (false) {
                                  var trafficLayer = new google.maps.TrafficLayer();
                                  trafficLayer.setMap(map);
                        if (false) {
                                  var bikeLayer = new google.maps.BicyclingLayer();
                                  bikeLayer.setMap(map);
                        if (true) {
                                  addMarker(map,37.7715,-122.4,"We are here");
                window.onload = initializeGoogleMap();
               // Add a marker to the map at specified latitude and longitude with tooltip
               function addMarker(map,lat,long,titleText) {
                          var markerLatlng = new google.maps.LatLng(lat,long);
                         var marker = new google.maps.Marker({
                              position: markerLatlng,
                              map: map,
                              title:"We are here",
                                  icon: "http://code.google.com/apis/maps/documentation/javascript/examples/images/beachflag.png"});  
    // EndOAWidget_Instance_2187524
      </script> <a href="https://www.facebook.com/pages/Anthonys-Bar-and-Grill/53652420587?fref=ts" target="_new"><img src="myicons/images/facebook.png" alt="facebook" width="99" height="99" vspace="50" /></a> <a href="https://twitter.com/CharleneWard10" target="_new"><img src="myicons/images/twitter.png" alt="twitter" width="100" height="100" vspace="50" /></a><!-- end .content --></div>
      <div class="footer">
      <p><a href="home.html" target="_parent">Home</a> • <a href="menu.html" target="_parent">Menu</a> • <a href="specials.html" target="_parent">Specials</a> • <a href="livemusic.html" target="_parent">Live Music</a> • <a href="photos.html" target="_parent">Photos</a> • <a href="contact.html" target="_parent">Contact</a> • <a href="platters.html" target="_parent">Platters</a></p>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>

    I've tested your core code (the php that's in red) on a GoDaddy account that includes the PHP script, and the script works. I simply pasted it within the <body> tags of a rudimentary HTML file (empty <head> and no other code).
    However, I agree with those who have said there are better form-handling options, and because form-handling is such a fundamental website feature, I am beginning also to agree with MurraySummers that GD is not a service I'd recommend.  For more than a decade, I've enjoyed using a CGI program called CGIEmail (which I think was originally published by MIT), but GoDaddy has nothing like it. The form data arrives in a text email, not an awkward attachment, and can be arranged in any order, accompanied by any text you want (e.g., instructions, verbose field names, HTML tags and text, CSV record line, whatever, including more than on of these formats in a single email), and can send to any email address(s) you specify. Different forms can send to different addresses, which are specified in the a forms' formatting file, which is a txt file, stored in a restricted directory. (GoDaddy has said a script would not be able to access a restricted directory without displaying the password ... I suppose also bumblebees cannot fly? In any case, GoDaddy could support that in another way if they really cared to.). I was hoping to adapt one of their PHP scripts to create a PHP equivalent, but they provide no documentation (except the install instructions) and it's not a promising use of my time.
    Since this thread is 9 months old, I assume you've resolved your problem by now, but for the record, I'd try running just the PHP in a simple .php file as I did, and be sure the webformmailer.php program is in your root directory. In case it might be corrupted, you might contact GoDaddy support to learn how to reinstall it. The install instructions include a link to that process, but I can't say whether or not the reinstallation might have unwanted side effects.  If it still doesn't work, then the problem must (have been) elsewhere on your page, or (the most likely cause) you haven't specified the target address correctly. All three of GoDaddy's email scripts send only to one address, which you specify on a separate page for your account.
    If you've resolved this problem, please consider explaining how. It might be of help to others.

  • [SOLVED] Hybridgraphics: acpi_call after Kernelupgrade not working

    Hi,
    after upgrading from Kernel 3.14.6 to 3.15.1, deactivating the my Nvidia Optimus GT730M by using acpi_call seems not to work anymore. Calling the parameters which worked until now seems to succeed:
    bla$ sudo sh -c './gpuOff.sh && cat /proc/acpi/call'
    0x0called
    But neither I was able to observe any changes of the battery state nor the output of lspci has changed. As far as I can gather, there should be something like "rev ff" indicating a deactivated card?!
    bla$ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    02:00.0 VGA compatible controller: NVIDIA Corporation GK208M [GeForce GT 730M] (rev a1)
    Acpi_call is up2date and compiled with current Headers.
    Maybe I'm missing something?
    Last edited by bl0b (2014-07-11 12:06:33)

    Sorry ^^
    The script simply contains the parameters for deactivating the NVIDIA card of my t440p.
    #!/bin/bash
    echo "\_SB.PCI0.PEG.VID._DSM {0xF8,0xD8,0x86,0xA4,0xDA,0x0B,0x1B,0x47,0xA7,0x2B,0x60,0x42,0xA6,0xB5,0xBE,0xE0} 0x100 0x1A {0x1,0x0,0x0,0x3}" >/proc/acpi/call
    echo "\_SB.PCI0.PEG.VID._PS3" >/proc/acpi/call
    exit 0
    I have checked both lines and both commands succeed, at least according to /proc/acpi/call.
    PS:
    Using bumblebee/bbswitch is not working for me since it causes data corruption
    Last edited by bl0b (2014-06-19 15:35:35)

  • Not work tablet UI on Prestigio 5080 PRO tablet

    I read that browser.ui.layout.tablet = "1" can fix this problem. But it not works. I can work only in pnone interface that is not good for my 8'' tablet.

    Would it be possible for you to share the problematic pdf and OS information  with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

  • Why self-defined access sequences of free goods can not work?

    Hi gurus,
    I have maintained access sequences of free goods self-defined.but when i creat the SO it does not work!
    when i used the standard access sequences ,it is OK .
    Can anybody tell me why?
    thanks in advance

    Dear Sandy,
    Go to V/N1 transaction select your self defined access sequence then go in to the accesses and fields and check all fields are activated.
    Make sure that these fields are flowing in your sales order.
    I hope this will help you,
    Regards,
    Murali.

  • Adobe bridge raw not working with windows vista in photoshop cc, why?

    adobe bridge raw not working in photoshop cc, is there a fix?

    Your sure your using photoshop cc on windows vista?
    I was under the impression that photoshop cc would not even install on windows vista.
    What version of camera raw do you have?
    In photoshop under Help>About Plugin does it list Camera Raw and if so which version is it?
    (click on the words Camera Raw to see the version)
    Camera raw doesn't work if it's a camera raw file or some other file type such as jpeg or tif?
    What camera are the camera raw files from?
    Officially camera raw 8.3 is the latest version of camera raw that will work on windows vista.

  • Adobe Bridge CS5 in windows 7 not working?

    Adobe Bridge CS5 in windows 7 not working. I was using bridge perfectly for last 2 years. It stops working since 3 days. I tried to install updates. Showing some error to install.
    Tried to install creative cloud..again some error. Error code : 82
    Could you please advice how I can fix my adobe bridge.

    https://www.youtube.com/watch?v=xDYpTOoV81Q&feature=youtu.be
    please check this video I uploaded..this is what happens when I click adobe bridge.. just blinks and go off. bridge not working on task manager

  • ADOBE CLOUD ON MY DESKTOP WILL NOT WORK. IT LOADS UP BUT NOTHING FILLS THE WINDOW

    ADOBE CLOUD ON MY DESKTOP WILL NOT WORK. IT LOADS UP BUT NOTHING FILLS THE WINDOW

    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

  • Partner application logoff not working

    We have a partner application registered with sso with custom login screen. The login works fine. We use the following code to logoff the partner application in logoff.jsp
    response.setHeader("Osso-Return-Url", "http://my.oracle.com" );
    response.sendError(470, "Oracle SSO");
    session.invalidate();
    but the logoff is not working properly. It is not invalidating the session and the logout http request is not going from the application server to the sso server.
    Are there any additional configurations for SSO logoff.Any help is appreciated.
    Thanks

    Hi
    The WF should also trigger if i add the Partner function in UI.If i change any Attribute the WF triggers but i dont want to change the attribute when i add the partner function.
    If i have only one event for WF that is Partner Change the WF will not trigger it for the 1st time when i save the UI. But next i come to the same saved doc and add a partner function then the Wf triggers.
    So this means that Partner change is active.
    the issue here is i need to trigger the WF on , the 1st time i save the UI, for which i wil be using Attribute Change and next time when i come back to saved doc the and add only the partner function and no changes are made to attributes the WF should again trigger.
    Thanks
    Tarmeem

  • IPhone 4 Voice Memos not working/saving

    Hi there,
    I'm having trouble with my voice memos too. Up until yesterday they were working fine and now, even though the record button works, the stop button does not and I can only pause them. Worse again is that the button to go into the menu to view all voice memos is not working so I can't play them from my iPhone and nothing new is saving to my iTunes. Please help!

    I've always had the "Include Voice Memos" option selected. I think that only pertains to syncing voice memos from iTunes to the iPhone after it has been copied to iTunes. It has to be the new OS/iTunes not communicating that new memos have been recorded. For some reason they won't sync when I want them to, and then a few syncs later they magically appear.
    By the way, I'm VERY comfortable with the iTunes and iPhone systems. I've been using iTunes for 5 years, and I've been recording class lectures with the iPhone voice memo app (and another app) for a couple years. It's not an error of not seeing that the memos were added; they don't exist in my library or music folders.
    JUST OUT OF CURIOSITY, POST WHICH FIRMWARE YOU ARE RUNNING EXACTLY!!!
    I'm on an iPhone 4, running firmware 4.0.1

  • Installed Premiere Pro CS4 but video display does not work?

    I just got my copy of CS$. After installing Premiere I found two things that seem very wrong:
    1) video display does not work, not even the little playback viewer next to improted film clips located on the project / sequence window. Audio works fine.
    2) the UI is way too slow for my big beefy system.
    My pc is a dual boot Vista-32 and XP system with 4GB of memory installed and nvidia geforce 280 graphics board with plenty of GPU power. The CS4 is installed on the Vista-32 partition. My windows XP partition on the same PC with Premiere CS2 works great and real fast.
    Any ideas how to solve this CS4 install issue?
    Ron

    I would like to thank Dan, Hunt, and Haram:
    The problem is now very clear to me. The problem only shows up with video footage imported into PP CS4 encoded with "MS Video 1" codec. So this seems to be a bug. The codec is very clearly called out and supported within various menues but video with this codec just will not play in any monitor or preview window. In addition the entire product looks horrible with respect to performance while PP CS4 trys its best to play the video. Audio will start playing after about 30 seconds. And once in awhile part of video shows up at the wrong magnification before blanking out again.
    My suggestion to the Adobe team: fix the bug and add some sample footage to the next release so new installations can test their systems with known footage.
    My PC is brand new with the following "beefy" components:
    Motherboard
    nForce 790i SLI FTW
    Features:
    3x PCI Express x16 graphics support
    PCI Express 2.0
    NVIDIA SLI-Ready (requires multiple NVIDIA GeForce GPUs)
    DDR3-2000 SLI-Ready memory w/ ERP 2.0 (requires select third party system memory)
    Overclocking tools
    NVIDIA MediaSheild w/ 9 SATA 3 Gb/sec ports
    ESA Certified
    NVIDIA DualNet and FirstPacket Ethernet technology
    Registered
    CPU: Intel Core 2 Quad Q9550
    S-Spec: SLAWQ
    Ver: E36105-001
    Product Code: BX80569Q9550
    Made in Malaysia
    Pack Date: 09/04/08
    Features:
    Freq.: 2.83 GHz
    L2 Cache: 12 MHz Cache
    FSB: 1333 MHz (MT/s)
    Core: 45nm
    Code named: Yorkfield
    Power:95W
    Socket: LGA775
    Cooling: Liquid Cooled
    NVIDIAGeForce GTX 280 SC graphics card
    Features:
    1 GB of onboard memory
    Full Microsoft DirectX 10
    NVIDIA 2-way and 3-way SLI Ready
    NVIDIA PureVideo HD technology
    NVIDIA PhysX Ready
    NVIDI CUDA technology
    PCI Express 2.0 support
    Dual-link HDCP
    OpenGL 2.1 Capaple
    Output: DVI (2 dual-link), HDTV
    Western Digital
    2 WD VelociRaptor 300 GB SATA Hard Drives configured as Raid 0
    Features:
    10,000 RPM, 3 Gb/sec transfer rate
    RAM Memory , Corsair 4 GB (2 x 2 GB) 1333 MHz DDR3
    p/n: TW3X4G1333C9DHX G
    product: CM3X2048-1333C9DHX
    Features:
    XMS3 DHX Dual-Path 'heat xchange'
    2048 x 2 MB
    1333 MHz
    Latency 9-9-9-24-2T
    1.6V ver3.2

  • Ideapad A1-07 tablet wifi-bluet​ooth does not work!

    Hello everyone. As you can see from the title on my tablet is not working wifi and bluetooth. When turning wifi tablet is reset and continues to be off and on until it forcibly turns off, and when you turn it on again, and do not touch wifi everything is normal and there are no problems with resetting. Can someone help me and give suggestion to solve this stupid problem.  I'm from Croatia and I'm bad with the English writing.

    Hi
    Welcome To Lenovo Community
    Please perform a  factory reset 
    Please ensure you have backed any important data before doing factory reset
    Hold the volume down and the power till Lenovo logo appears .
    System will boot into recover mode. Follow the instructions
    Hope This Helps
    Cheers!!!
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with Kudos!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!  This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

Maybe you are looking for

  • Trial of Photoshop Elements 11

    Trying to download a trial version of Photoshop Elements 11, but it won't launch the Adobe Download Assistant or download the trial software.  Had a go through the chat support, but the link to the ADA .exe file he sent me didn't download properly ei

  • Re: Macbook aluminium late 2008 updated to 10.6.7

    I have a Macbook Pro 2.53 GHz Intel Core 2 Duo and can only Boot with Safeboot since upgrading to 10.6.7. The only usable Web Browser is Firefox 3.6.16. I have tried reapplying the install from Safeboot and also removed any Anti-virus (primarily Syma

  • TPM -Fund Mgt.

    Hi , I am new to TPM FUND management. I am  working on TPM- Fund management, I appreciate if you please share any documentation on crm & bps Fund management. how CRM & BPS is integrated? Thanks & Regards, Rajiv Jain

  • SAP 4.7ides installation error

    i faced following error during sap installation plz help me for soluttion I:\usr\sap\DRS\SYS\exe\run/R3load.exe: START OF LOG: 20100711134142 I:\usr\sap\DRS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#5 $ SAP I:\usr\

  • What is a care/dispatch code??

    I am trying to get a support problem form but i dont understand what they are asking for????