Xorg cannot find screens with nvidia module

I know that this question is very common, but I cannot find solution,
I should use "nvidia" drivers on Lenovo notebook with two videocards (work with Cuda technology).
Xorg cannot load nvidia module with this xorg.conf. Can anybody help?
Thanks.
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 GF108 [GeForce GT 630M] (rev a1)
xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# Screen 0 "Screen1" 0 0
# Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Identifier "Card0"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "Throttle" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "DelayedFlush" # [<bool>]
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
#Option "TripleBuffer" # [<bool>]
Identifier "Card1"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1366x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1366x768"
EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 32
# Modes "1366x768"
# EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1366x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1366x768"
EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 32
# Modes "1366x768"
# EndSubSection
EndSection
Xorg.0.log:
[ 27.732]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[ 27.732] X Protocol Version 11, Revision 0
[ 27.732] Build Operating System: Linux 3.6.2-1-ARCH x86_64
[ 27.732] Current Operating System: Linux kot_dymok 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:30:49 CEST 2012 x86_64
[ 27.732] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=fc9d19b7-8701-471d-bf1f-867196c6d392 resume=/dev/disk/by-uuid/007e49dc-18dc-442a-89c8-ab927e6a17ff ro quiet
[ 27.732] Build Date: 19 October 2012 03:54:56PM
[ 27.732]
[ 27.732] Current version of pixman: 0.26.2
[ 27.732] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 27.732] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 27.732] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 26 01:54:00 2012
[ 27.732] (==) Using config file: "/etc/X11/xorg.conf"
[ 27.732] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 27.732] (==) ServerLayout "X.org Configured"
[ 27.732] (**) |-->Screen "Screen0" (0)
[ 27.732] (**) | |-->Monitor "Monitor0"
[ 27.732] (**) | |-->Device "Card0"
[ 27.732] (**) |-->Input Device "Mouse0"
[ 27.733] (**) |-->Input Device "Keyboard0"
[ 27.733] (==) Automatically adding devices
[ 27.733] (==) Automatically enabling devices
[ 27.733] (==) Automatically adding GPU devices
[ 27.733] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 27.733] Entry deleted from font path.
[ 27.733] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 27.733] Entry deleted from font path.
[ 27.733] (**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 27.733] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 27.733] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 27.733] (WW) Disabling Mouse0
[ 27.733] (WW) Disabling Keyboard0
[ 27.733] (II) Loader magic: 0x7fcc20
[ 27.733] (II) Module ABI versions:
[ 27.733] X.Org ANSI C Emulation: 0.4
[ 27.733] X.Org Video Driver: 13.0
[ 27.733] X.Org XInput driver : 18.0
[ 27.733] X.Org Server Extension : 7.0
[ 27.733] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 27.734] (--) PCI:*(0:0:2:0) 8086:0166:17aa:3901 rev 9, Mem @ 0xd3400000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64
[ 27.734] (--) PCI: (0:1:0:0) 10de:0de9:17aa:3901 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 27.734] (II) Open ACPI successful (/var/run/acpid.socket)
[ 27.734] Initializing built-in extension Generic Event Extension
[ 27.734] Initializing built-in extension SHAPE
[ 27.734] Initializing built-in extension MIT-SHM
[ 27.734] Initializing built-in extension XInputExtension
[ 27.734] Initializing built-in extension XTEST
[ 27.734] Initializing built-in extension BIG-REQUESTS
[ 27.734] Initializing built-in extension SYNC
[ 27.734] Initializing built-in extension XKEYBOARD
[ 27.734] Initializing built-in extension XC-MISC
[ 27.734] Initializing built-in extension SECURITY
[ 27.734] Initializing built-in extension XINERAMA
[ 27.734] Initializing built-in extension XFIXES
[ 27.734] Initializing built-in extension RENDER
[ 27.734] Initializing built-in extension RANDR
[ 27.734] Initializing built-in extension COMPOSITE
[ 27.734] Initializing built-in extension DAMAGE
[ 27.734] Initializing built-in extension MIT-SCREEN-SAVER
[ 27.734] Initializing built-in extension DOUBLE-BUFFER
[ 27.734] Initializing built-in extension RECORD
[ 27.734] Initializing built-in extension DPMS
[ 27.735] Initializing built-in extension X-Resource
[ 27.735] Initializing built-in extension XVideo
[ 27.735] Initializing built-in extension XVideo-MotionCompensation
[ 27.735] Initializing built-in extension XFree86-VidModeExtension
[ 27.735] Initializing built-in extension XFree86-DGA
[ 27.735] Initializing built-in extension XFree86-DRI
[ 27.735] Initializing built-in extension DRI2
[ 27.735] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 27.735] (II) LoadModule: "glx"
[ 27.735] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 27.741] (II) Module glx: vendor="NVIDIA Corporation"
[ 27.741] compiled for 4.0.2, module version = 1.0.0
[ 27.741] Module class: X.Org Server Extension
[ 27.741] (II) NVIDIA GLX Module 304.43 Sun Aug 19 20:34:01 PDT 2012
[ 27.741] Loading extension GLX
[ 27.741] (II) LoadModule: "nvidia"
[ 27.741] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 27.742] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 27.742] compiled for 4.0.2, module version = 1.0.0
[ 27.742] Module class: X.Org Video Driver
[ 27.815] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
[ 27.815] (EE) NVIDIA: system's kernel log for additional error messages.
[ 27.815] (II) UnloadModule: "nvidia"
[ 27.815] (II) Unloading nvidia
[ 27.815] (EE) Failed to load module "nvidia" (module-specific error, 0)
[ 27.815] (EE) No drivers available.
[ 27.815]
Fatal server error:
[ 27.815] no screens found
[ 27.815] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 27.815] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 27.815] (EE)
dmesg.log
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.5.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Oct 7 19:30:49 CEST 2012
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=fc9d19b7-8701-471d-bf1f-867196c6d392 resume=/dev/disk/by-uuid/007e49dc-18dc-442a-89c8-ab927e6a17ff ro quiet
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-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-0x00000000baabefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000baabf000-0x00000000baebefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000baebf000-0x00000000bafbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bafbf000-0x00000000baffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] 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-0x000000013f5fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.7 present.
[ 0.000000] DMI: LENOVO Lenovo G580/Product Name, BIOS 5ECN33WW(V2.03) 06/06/2012
[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x13f600 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 FC0000000 write-back
[ 0.000000] 2 base 0BB000000 mask FFF000000 uncachable
[ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 5 base 100000000 mask FC0000000 write-back
[ 0.000000] 6 base 13F600000 mask FFFE00000 uncachable
[ 0.000000] 7 base 13F800000 mask FFF800000 uncachable
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0xbaffffff]
[ 0.000000] [mem 0x00000000-0xbaffffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0xbaffffff @ [mem 0x1fa24000-0x1fffffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x13f5fffff]
[ 0.000000] [mem 0x100000000-0x13f5fffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x13f5fffff @ [mem 0xbaab9000-0xbaabefff]
[ 0.000000] RAMDISK: [mem 0x37a12000-0x37d00fff]
[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 00000000baffe210 00094 (v01 LENOVO CB-01 00000001 01000013)
[ 0.000000] ACPI: FACP 00000000baffb000 000F4 (v04 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: DSDT 00000000bafee000 09755 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: FACS 00000000bafbb000 00040
[ 0.000000] ACPI: UEFI 00000000baffd000 00236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: ASF! 00000000baffc000 000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: HPET 00000000baffa000 00038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: APIC 00000000baff9000 0008C (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: MCFG 00000000baff8000 0003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SLIC 00000000bafed000 00176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SSDT 00000000bafec000 006FE (v01 LENOVO CB-01 00001000 ACPI 00040000)
[ 0.000000] ACPI: BOOT 00000000bafea000 00028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: ASPT 00000000bafe5000 00034 (v07 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: FPDT 00000000bafe3000 00044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SSDT 00000000bafe2000 00968 (v01 LENOVO CB-01 00003000 ACPI 00040000)
[ 0.000000] ACPI: SSDT 00000000bafe1000 00A92 (v01 LENOVO CB-01 00003000 ACPI 00040000)
[ 0.000000] ACPI: SSDT 00000000bafdf000 01EDD (v01 LENOVO CB-01 00001000 ACPI 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013f5fffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13f5fffff]
[ 0.000000] NODE_DATA [mem 0x13f5fc000-0x13f5fffff]
[ 0.000000] [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013ac00000-ffff88013ebfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x13f5fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
[ 0.000000] node 0: [mem 0x20200000-0x40003fff]
[ 0.000000] node 0: [mem 0x40005000-0xbaabefff]
[ 0.000000] node 0: [mem 0xbafff000-0xbaffffff]
[ 0.000000] node 0: [mem 0x100000000-0x13f5fffff]
[ 0.000000] On node 0 totalpages: 1023564
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3911 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 16320 pages used for memmap
[ 0.000000] DMA32 zone: 743679 pages, LIFO batch:31
[ 0.000000] Normal zone: 4056 pages used for memmap
[ 0.000000] Normal zone: 255528 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[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 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] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] PM: Registered nosave memory: 0000000040004000 - 0000000040005000
[ 0.000000] PM: Registered nosave memory: 00000000baabf000 - 00000000baebf000
[ 0.000000] PM: Registered nosave memory: 00000000baebf000 - 00000000bafbf000
[ 0.000000] PM: Registered nosave memory: 00000000bafbf000 - 00000000bafff000
[ 0.000000] PM: Registered nosave memory: 00000000bb000000 - 00000000bfa00000
[ 0.000000] PM: Registered nosave memory: 00000000bfa00000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[ 0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000feb00000
[ 0.000000] PM: Registered nosave memory: 00000000feb00000 - 00000000feb04000
[ 0.000000] PM: Registered nosave memory: 00000000feb04000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffb80000
[ 0.000000] PM: Registered nosave memory: 00000000ffb80000 - 0000000100000000
[ 0.000000] e820: [mem 0xbfa00000-0xefffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013f200000 s83392 r8192 d23104 u262144
[ 0.000000] pcpu-alloc: s83392 r8192 d23104 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1003118
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=fc9d19b7-8701-471d-bf1f-867196c6d392 resume=/dev/disk/by-uuid/007e49dc-18dc-442a-89c8-ab927e6a17ff ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] xsave/xrstor: 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: 3947540k/5232640k available (4661k kernel code, 1138384k absent, 146716k reserved, 4191k data, 760k init)
[ 0.000000] SLUB: Genslabs=15, 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] NR_IRQS:4352 nr_irqs:744 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 16777216 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] Fast TSC calibration using PIT
[ 0.003333] Detected 2494.278 MHz processor.
[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.41 BogoMIPS (lpj=8314260)
[ 0.000004] pid_max: default: 32768 minimum: 301
[ 0.000025] Security Framework initialized
[ 0.000028] AppArmor: AppArmor disabled by boot time parameter
[ 0.000250] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.001230] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.001662] Mount-cache hash table entries: 256
[ 0.001817] Initializing cgroup subsys cpuacct
[ 0.001818] Initializing cgroup subsys memory
[ 0.001825] Initializing cgroup subsys devices
[ 0.001826] Initializing cgroup subsys freezer
[ 0.001827] Initializing cgroup subsys net_cls
[ 0.001828] Initializing cgroup subsys blkio
[ 0.001850] CPU: Physical Processor ID: 0
[ 0.001850] CPU: Processor Core ID: 0
[ 0.001854] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.002211] mce: CPU supports 7 MCE banks
[ 0.002221] CPU0: Thermal monitoring enabled (TM1)
[ 0.002227] using mwait in idle threads.
[ 0.003141] ACPI: Core revision 20120320
[ 0.021624] ftrace: allocating 18032 entries in 71 pages
[ 0.029975] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.062936] CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz stepping 09
[ 0.166795] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[ 0.166800] ... version: 3
[ 0.166801] ... bit width: 48
[ 0.166802] ... generic registers: 4
[ 0.166803] ... value mask: 0000ffffffffffff
[ 0.166804] ... max period: 000000007fffffff
[ 0.166804] ... fixed-purpose events: 3
[ 0.166805] ... event mask: 000000070000000f
[ 0.186863] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.200098] Booting Node 0, Processors #1 #2 #3
[ 0.266902] Brought up 4 CPUs
[ 0.266905] Total of 4 processors activated (19962.65 BogoMIPS).
[ 0.269981] devtmpfs: initialized
[ 0.270796] PM: Registering ACPI NVS region [mem 0xbaebf000-0xbafbefff] (1048576 bytes)
[ 0.271536] NET: Registered protocol family 16
[ 0.271635] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.271637] ACPI: bus type pci registered
[ 0.271695] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.271697] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.277539] PCI: Using configuration type 1 for base access
[ 0.277665] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.277666] mtrr: probably your BIOS does not setup all CPUs.
[ 0.277666] mtrr: corrected configuration.
[ 0.277952] bio: create slab <bio-0> at 0
[ 0.277994] ACPI: Added _OSI(Module Device)
[ 0.277995] ACPI: Added _OSI(Processor Device)
[ 0.277996] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.277997] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.279372] ACPI: EC: Look up EC in DSDT
[ 0.280773] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.283353] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.284330] ACPI: SSDT 00000000bae18018 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
[ 0.284681] ACPI: Dynamic OEM Table Load:
[ 0.284683] ACPI: SSDT (null) 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
[ 0.284902] ACPI: SSDT 00000000bae19a98 00303 (v01 PmRef ApIst 00003000 INTL 20100121)
[ 0.285275] ACPI: Dynamic OEM Table Load:
[ 0.285277] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20100121)
[ 0.285380] ACPI: SSDT 00000000bae17d98 00119 (v01 PmRef ApCst 00003000 INTL 20100121)
[ 0.285725] ACPI: Dynamic OEM Table Load:
[ 0.285726] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20100121)
[ 0.286579] ACPI: Interpreter enabled
[ 0.286581] ACPI: (supports S0 S3 S4 S5)
[ 0.286600] ACPI: Using IOAPIC for interrupt routing
[ 0.409275] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.409424] ACPI: No dock devices found.
[ 0.409427] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.409682] \_SB_.PCI0:_OSC invalid UUID
[ 0.409683] _OSC request data:1 8 1f
[ 0.409687] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.410085] pci_root PNP0A08:00: >host bridge window [io 0x0000-0x0cf7]
[ 0.410087] pci_root PNP0A08:00: >host bridge window [io 0x0d00-0xffff]
[ 0.410089] pci_root PNP0A08:00: >host bridge window [mem 0x000a0000-0x000bffff]
[ 0.410091] pci_root PNP0A08:00: >host bridge window [mem 0xbfa00000-0xfeafffff]
[ 0.410117] PCI host bridge to bus 0000:00
[ 0.410119] pci_bus 0000:00: >root bus resource [io 0x0000-0x0cf7]
[ 0.410121] pci_bus 0000:00: >root bus resource [io 0x0d00-0xffff]
[ 0.410122] pci_bus 0000:00: >root bus resource [mem 0x000a0000-0x000bffff]
[ 0.410123] pci_bus 0000:00: >root bus resource [mem 0xbfa00000-0xfeafffff]
[ 0.410131] pci 0000:00:00.0: >[8086:0154] type 00 class 0x060000
[ 0.410164] pci 0000:00:01.0: >[8086:0151] type 01 class 0x060400
[ 0.410192] pci 0000:00:01.0: >PME# supported from D0 D3hot D3cold
[ 0.410210] pci 0000:00:02.0: >[8086:0166] type 00 class 0x030000
[ 0.410220] pci 0000:00:02.0: >reg 10: [mem 0xd3400000-0xd37fffff 64bit]
[ 0.410226] pci 0000:00:02.0: >reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.410231] pci 0000:00:02.0: >reg 20: [io 0x4000-0x403f]
[ 0.410281] pci 0000:00:14.0: >[8086:1e31] type 00 class 0x0c0330
[ 0.410303] pci 0000:00:14.0: >reg 10: [mem 0xd3a00000-0xd3a0ffff 64bit]
[ 0.410373] pci 0000:00:14.0: >PME# supported from D3hot D3cold
[ 0.410396] pci 0000:00:16.0: >[8086:1e3a] type 00 class 0x078000
[ 0.410419] pci 0000:00:16.0: >reg 10: [mem 0xd3a14000-0xd3a1400f 64bit]
[ 0.410494] pci 0000:00:16.0: >PME# supported from D0 D3hot D3cold
[ 0.410528] pci 0000:00:1a.0: >[8086:1e2d] type 00 class 0x0c0320
[ 0.410779] pci 0000:00:1a.0: >reg 10: [mem 0xd3a19000-0xd3a193ff]
[ 0.412197] pci 0000:00:1a.0: >PME# supported from D0 D3hot D3cold
[ 0.412223] pci 0000:00:1b.0: >[8086:1e20] type 00 class 0x040300
[ 0.412237] pci 0000:00:1b.0: >reg 10: [mem 0xd3a10000-0xd3a13fff 64bit]
[ 0.412305] pci 0000:00:1b.0: >PME# supported from D0 D3hot D3cold
[ 0.412329] pci 0000:00:1c.0: >[8086:1e10] type 01 class 0x060400
[ 0.412408] pci 0000:00:1c.0: >PME# supported from D0 D3hot D3cold
[ 0.412433] pci 0000:00:1c.1: >[8086:1e12] type 01 class 0x060400
[ 0.412512] pci 0000:00:1c.1: >PME# supported from D0 D3hot D3cold
[ 0.412546] pci 0000:00:1d.0: >[8086:1e26] type 00 class 0x0c0320
[ 0.412788] pci 0000:00:1d.0: >reg 10: [mem 0xd3a18000-0xd3a183ff]
[ 0.414203] pci 0000:00:1d.0: >PME# supported from D0 D3hot D3cold
[ 0.414230] pci 0000:00:1f.0: >[8086:1e59] type 00 class 0x060100
[ 0.414353] pci 0000:00:1f.2: >[8086:1e03] type 00 class 0x010601
[ 0.414371] pci 0000:00:1f.2: >reg 10: [io 0x4088-0x408f]
[ 0.414379] pci 0000:00:1f.2: >reg 14: [io 0x4094-0x4097]
[ 0.414387] pci 0000:00:1f.2: >reg 18: [io 0x4080-0x4087]
[ 0.414396] pci 0000:00:1f.2: >reg 1c: [io 0x4090-0x4093]
[ 0.414404] pci 0000:00:1f.2: >reg 20: [io 0x4060-0x407f]
[ 0.414412] pci 0000:00:1f.2: >reg 24: [mem 0xd3a17000-0xd3a177ff]
[ 0.414457] pci 0000:00:1f.2: >PME# supported from D3hot
[ 0.414475] pci 0000:00:1f.3: >[8086:1e22] type 00 class 0x0c0500
[ 0.414491] pci 0000:00:1f.3: >reg 10: [mem 0xd3a15000-0xd3a150ff 64bit]
[ 0.414512] pci 0000:00:1f.3: >reg 20: [io 0x4040-0x405f]
[ 0.414568] pci 0000:01:00.0: >[10de:0de9] type 00 class 0x030000
[ 0.414578] pci 0000:01:00.0: >reg 10: [mem 0xd2000000-0xd2ffffff]
[ 0.414589] pci 0000:01:00.0: >reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.414600] pci 0000:01:00.0: >reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.414607] pci 0000:01:00.0: >reg 24: [io 0x3000-0x307f]
[ 0.414615] pci 0000:01:00.0: >reg 30: [mem 0xfff80000-0xffffffff pref]
[ 0.419807] pci 0000:00:01.0: >PCI bridge to [bus 01-01]
[ 0.419812] pci 0000:00:01.0: > bridge window [io 0x3000-0x3fff]
[ 0.419816] pci 0000:00:01.0: > bridge window [mem 0xd2000000-0xd30fffff]
[ 0.419834] pci 0000:00:01.0: > bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.419945] pci 0000:02:00.0: >[1969:1090] type 00 class 0x020000
[ 0.420065] pci 0000:02:00.0: >reg 10: [mem 0xd3900000-0xd393ffff 64bit]
[ 0.420115] pci 0000:02:00.0: >reg 18: [io 0x2000-0x207f]
[ 0.420574] pci 0000:02:00.0: >PME# supported from D0 D1 D2 D3hot D3cold
[ 0.426507] pci 0000:00:1c.0: >PCI bridge to [bus 02-02]
[ 0.426512] pci 0000:00:1c.0: > bridge window [io 0x2000-0x2fff]
[ 0.426516] pci 0000:00:1c.0: > bridge window [mem 0xd3900000-0xd39fffff]
[ 0.426588] pci 0000:03:00.0: >[168c:002b] type 00 class 0x028000
[ 0.426615] pci 0000:03:00.0: >reg 10: [mem 0xd3800000-0xd380ffff 64bit]
[ 0.426744] pci 0000:03:00.0: >supports D1
[ 0.426746] pci 0000:03:00.0: >PME# supported from D0 D1 D3hot
[ 0.433127] pci 0000:00:1c.1: >PCI bridge to [bus 03-03]
[ 0.433150] pci 0000:00:1c.1: > bridge window [mem 0xd3800000-0xd38fffff]
[ 0.433170] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.433258] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.433280] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.433313] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
[ 0.433378] \_SB_.PCI0:_OSC invalid UUID
[ 0.433379] _OSC request data:1 1f 1f
[ 0.433382] pci0000:00: >Requesting ACPI _OSC control (0x1d)
[ 0.433416] \_SB_.PCI0:_OSC invalid UUID
[ 0.433417] _OSC request data:1 0 1d
[ 0.433420] pci0000:00: >ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[ 0.433421] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.435631] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.435669] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.435705] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.435740] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.435774] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.435809] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.435844] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.435879] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.435945] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.435951] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[ 0.435952] vgaarb: loaded
[ 0.435953] vgaarb: bridge control possible 0000:01:00.0
[ 0.435954] vgaarb: no bridge control possible 0000:00:02.0
[ 0.435977] PCI: Using ACPI for IRQ routing
[ 0.437526] PCI: pci_cache_line_size set to 64 bytes
[ 0.437598] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.437599] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[ 0.437600] e820: reserve RAM buffer [mem 0xbaabf000-0xbbffffff]
[ 0.437602] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
[ 0.437603] e820: reserve RAM buffer [mem 0x13f600000-0x13fffffff]
[ 0.437671] NetLabel: Initializing
[ 0.437672] NetLabel: domain hash size = 128
[ 0.437673] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.437681] NetLabel: unlabeled traffic allowed by default
[ 0.437696] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.437700] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.439709] Switching to clocksource hpet
[ 0.443743] pnp: PnP ACPI init
[ 0.443758] ACPI: bus type pnp registered
[ 0.444001] pnp 00:00: >[bus 00-3e]
[ 0.444004] pnp 00:00: >[io 0x0000-0x0cf7 window]
[ 0.444005] pnp 00:00: >[io 0x0cf8-0x0cff]
[ 0.444007] pnp 00:00: >[io 0x0d00-0xffff window]
[ 0.444008] pnp 00:00: >[mem 0x000a0000-0x000bffff window]
[ 0.444010] pnp 00:00: >[mem 0x000c0000-0x000c3fff window]
[ 0.444011] pnp 00:00: >[mem 0x000c4000-0x000c7fff window]
[ 0.444012] pnp 00:00: >[mem 0x000c8000-0x000cbfff window]
[ 0.444013] pnp 00:00: >[mem 0x000cc000-0x000cffff window]
[ 0.444015] pnp 00:00: >[mem 0x000d0000-0x000d3fff window]
[ 0.444016] pnp 00:00: >[mem 0x000d4000-0x000d7fff window]
[ 0.444017] pnp 00:00: >[mem 0x000d8000-0x000dbfff window]
[ 0.444019] pnp 00:00: >[mem 0x000dc000-0x000dffff window]
[ 0.444021] pnp 00:00: >[mem 0x000e0000-0x000e3fff window]
[ 0.444023] pnp 00:00: >[mem 0x000e4000-0x000e7fff window]
[ 0.444024] pnp 00:00: >[mem 0x000e8000-0x000ebfff window]
[ 0.444025] pnp 00:00: >[mem 0x000ec000-0x000effff window]
[ 0.444027] pnp 00:00: >[mem 0x000f0000-0x000fffff window]
[ 0.444028] pnp 00:00: >[mem 0xbfa00000-0xfeafffff window]
[ 0.444029] pnp 00:00: >[mem 0x00010000-0x0001ffff window]
[ 0.444084] pnp 00:00: >Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.444094] pnp 00:01: >[io 0x0000-0x001f]
[ 0.444095] pnp 00:01: >[io 0x0081-0x0091]
[ 0.444096] pnp 00:01: >[io 0x0093-0x009f]
[ 0.444097] pnp 00:01: >[io 0x00c0-0x00df]
[ 0.444099] pnp 00:01: >[dma 4]
[ 0.444115] pnp 00:01: >Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.444121] pnp 00:02: >[mem 0xff010000-0xffffffff]
[ 0.444135] pnp 00:02: >Plug and Play ACPI device, IDs INT0800 (active)
[ 0.444191] pnp 00:03: >[mem 0xfed00000-0xfed003ff]
[ 0.444207] pnp 00:03: >Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.444214] pnp 00:04: >[io 0x00f0]
[ 0.444222] pnp 00:04: >[irq 13]
[ 0.444238] pnp 00:04: >Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.444246] pnp 00:05: >[io 0x002e-0x002f]
[ 0.444247] pnp 00:05: >[io 0x004e-0x004f]
[ 0.444248] pnp 00:05: >[io 0x0061]
[ 0.444249] pnp 00:05: >[io 0x0063]
[ 0.444251] pnp 00:05: >[io 0x0065]
[ 0.444252] pnp 00:05: >[io 0x0067]
[ 0.444253] pnp 00:05: >[io 0x0070]
[ 0.444254] pnp 00:05: >[io 0x0080]
[ 0.444255] pnp 00:05: >[io 0x0092]
[ 0.444256] pnp 00:05: >[io 0x00b2-0x00b3]
[ 0.444257] pnp 00:05: >[io 0x0680-0x069f]
[ 0.444259] pnp 00:05: >[io 0x1000-0x100f]
[ 0.444260] pnp 00:05: >[io 0xffff]
[ 0.444261] pnp 00:05: >[io 0xffff]
[ 0.444262] pnp 00:05: >[io 0x0400-0x0453]
[ 0.444263] pnp 00:05: >[io 0x0458-0x047f]
[ 0.444264] pnp 00:05: >[io 0x0500-0x057f]
[ 0.444266] pnp 00:05: >[io 0x164e-0x164f]
[ 0.444267] pnp 00:05: >[io 0xfd60-0xfd63]
[ 0.444300] system 00:05: >[io 0x0680-0x069f] has been reserved
[ 0.444302] system 00:05: >[io 0x1000-0x100f] has been reserved
[ 0.444303] system 00:05: >[io 0xffff] has been reserved
[ 0.444305] system 00:05: >[io 0xffff] has been reserved
[ 0.444306] system 00:05: >[io 0x0400-0x0453] has been reserved
[ 0.444308] system 00:05: >[io 0x0458-0x047f] has been reserved
[ 0.444309] system 00:05: >[io 0x0500-0x057f] has been reserved
[ 0.444311] system 00:05: >[io 0x164e-0x164f] has been reserved
[ 0.444312] system 00:05: >[io 0xfd60-0xfd63] has been reserved
[ 0.444315] system 00:05: >Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.444322] pnp 00:06: >[io 0x0070-0x0077]
[ 0.444327] pnp 00:06: >[irq 8]
[ 0.444341] pnp 00:06: >Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.444360] pnp 00:07: >[io 0x0454-0x0457]
[ 0.444385] system 00:07: >[io 0x0454-0x0457] has been reserved
[ 0.444387] system 00:07: >Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.444394] pnp 00:08: >[io 0x0060]
[ 0.444396] pnp 00:08: >[io 0x0064]
[ 0.444400] pnp 00:08: >[irq 1]
[ 0.444416] pnp 00:08: >Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.444460] pnp 00:09: >[irq 12]
[ 0.444479] pnp 00:09: >Plug and Play ACPI device, IDs ETD0613 ETD0001 PNP0f13 (active)
[ 0.503108] pnp 00:0a: >[mem 0xfed1c000-0xfed1ffff]
[ 0.503110] pnp 00:0a: >[mem 0xfed10000-0xfed17fff]
[ 0.503111] pnp 00:0a: >[mem 0xfed18000-0xfed18fff]
[ 0.503113] pnp 00:0a: >[mem 0xfed19000-0xfed19fff]
[ 0.503114] pnp 00:0a: >[mem 0xf0000000-0xf3ffffff]
[ 0.503115] pnp 00:0a: >[mem 0xfed20000-0xfed3ffff]
[ 0.503116] pnp 00:0a: >[mem 0xfed90000-0xfed93fff]
[ 0.503117] pnp 00:0a: >[mem 0xff000000-0xff000fff]
[ 0.503119] pnp 00:0a: >[mem 0xff010000-0xffffffff]
[ 0.503120] pnp 00:0a: >[mem 0xfee00000-0xfeefffff]
[ 0.503121] pnp 00:0a: >[mem 0xbfa00000-0xbfa00fff]
[ 0.503153] system 00:0a: >[mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.503154] system 00:0a: >[mem 0xfed10000-0xfed17fff] has been reserved
[ 0.503156] system 00:0a: >[mem 0xfed18000-0xfed18fff] has been reserved
[ 0.503159] system 00:0a: >[mem 0xfed19000-0xfed19fff] has been reserved
[ 0.503161] system 00:0a: >[mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.503162] system 00:0a: >[mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.503164] system 00:0a: >[mem 0xfed90000-0xfed93fff] has been reserved
[ 0.503165] system 00:0a: >[mem 0xff000000-0xff000fff] has been reserved
[ 0.503167] system 00:0a: >[mem 0xff010000-0xffffffff] could not be reserved
[ 0.503169] system 00:0a: >[mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.503170] system 00:0a: >[mem 0xbfa00000-0xbfa00fff] has been reserved
[ 0.503173] system 00:0a: >Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.503426] pnp 00:0b: >[mem 0x20000000-0x201fffff]
[ 0.503428] pnp 00:0b: >[mem 0x40004000-0x40004fff]
[ 0.503467] system 00:0b: >[mem 0x20000000-0x201fffff] has been reserved
[ 0.503469] system 00:0b: >[mem 0x40004000-0x40004fff] has been reserved
[ 0.503471] system 00:0b: >Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.503484] pnp: PnP ACPI: found 12 devices
[ 0.503485] ACPI: ACPI bus type pnp unregistered
[ 0.509719] pci 0000:01:00.0: >no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
[ 0.509749] pci 0000:01:00.0: >BAR 6: assigned [mem 0xd3000000-0xd307ffff pref]
[ 0.509751] pci 0000:00:01.0: >PCI bridge to [bus 01-01]
[ 0.509753] pci 0000:00:01.0: > bridge window [io 0x3000-0x3fff]
[ 0.509756] pci 0000:00:01.0: > bridge window [mem 0xd2000000-0xd30fffff]
[ 0.509758] pci 0000:00:01.0: > bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.509761] pci 0000:00:1c.0: >PCI bridge to [bus 02-02]
[ 0.509764] pci 0000:00:1c.0: > bridge window [io 0x2000-0x2fff]
[ 0.509769] pci 0000:00:1c.0: > bridge window [mem 0xd3900000-0xd39fffff]
[ 0.509778] pci 0000:00:1c.1: >PCI bridge to [bus 03-03]
[ 0.509783] pci 0000:00:1c.1: > bridge window [mem 0xd3800000-0xd38fffff]
[ 0.509815] pci_bus 0000:00: >resource 4 [io 0x0000-0x0cf7]
[ 0.509816] pci_bus 0000:00: >resource 5 [io 0x0d00-0xffff]
[ 0.509818] pci_bus 0000:00: >resource 6 [mem 0x000a0000-0x000bffff]
[ 0.509819] pci_bus 0000:00: >resource 7 [mem 0xbfa00000-0xfeafffff]
[ 0.509821] pci_bus 0000:01: >resource 0 [io 0x3000-0x3fff]
[ 0.509822] pci_bus 0000:01: >resource 1 [mem 0xd2000000-0xd30fffff]
[ 0.509824] pci_bus 0000:01: >resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.509825] pci_bus 0000:02: >resource 0 [io 0x2000-0x2fff]
[ 0.509827] pci_bus 0000:02: >resource 1 [mem 0xd3900000-0xd39fffff]
[ 0.509828] pci_bus 0000:03: >resource 1 [mem 0xd3800000-0xd38fffff]
[ 0.509849] NET: Registered protocol family 2
[ 0.509940] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.510462] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.511934] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.512121] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.512123] TCP: reno registered
[ 0.512131] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.512148] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.512215] NET: Registered protocol family 1
[ 0.512227] pci 0000:00:02.0: >Boot video device
[ 0.539686] PCI: CLS 64 bytes, default 64
[ 0.539720] Unpacking initramfs...
[ 0.587463] Freeing initrd memory: 3004k freed
[ 0.587782] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.587786] software IO TLB [mem 0xb6ab9000-0xbaab8fff] (64MB) mapped at [ffff8800b6ab9000-ffff8800baab8fff]
[ 0.587808] Simple Boot Flag at 0x44 set to 0x1
[ 0.588188] audit: initializing netlink socket (disabled)
[ 0.588201] type=2000 audit(1351239412.473:1): initialized
[ 0.598216] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.599469] VFS: Disk quotas dquot_6.5.2
[ 0.599501] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.599601] msgmni has been set to 7715
[ 0.599760] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.599785] io scheduler noop registered
[ 0.599786] io scheduler deadline registered
[ 0.599824] io scheduler cfq registered (default)
[ 0.599901] pcieport 0000:00:01.0: >irq 40 for MSI/MSI-X
[ 0.600058] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[ 0.600059] vesafb: scrolling: redraw
[ 0.600061] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.600464] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90005100000, using 4160k, total 4160k
[ 0.667429] Console: switching to colour frame buffer device 170x48
[ 0.734140] fb0: VESA VGA frame buffer device
[ 0.734147] intel_idle: does not run on family 6 model 58
[ 0.734170] GHES: HEST is not enabled!
[ 0.734209] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.734579] Linux agpgart interface v0.103
[ 0.734634] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS4] at 0x60,0x64 irq 1,12
[ 0.748568] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.748578] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.748663] mousedev: PS/2 mouse device common for all mice
[ 0.748692] rtc_cmos 00:06: >RTC can wake from S4
[ 0.748829] rtc_cmos 00:06: >rtc core: registered rtc_cmos as rtc0
[ 0.748861] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 0.748868] cpuidle: using governor ladder
[ 0.748870] cpuidle: using governor menu
[ 0.748966] drop_monitor: Initializing network drop monitor service
[ 0.749023] TCP: cubic registered
[ 0.749094] NET: Registered protocol family 10
[ 0.749220] NET: Registered protocol family 17
[ 0.749227] Key type dns_resolver registered
[ 0.749314] PM: Checking hibernation image partition /dev/disk/by-uuid/007e49dc-18dc-442a-89c8-ab927e6a17ff
[ 0.762323] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.775385] PM: Hibernation image not present or could not be loaded.
[ 0.775393] registered taskstats version 1
[ 0.775839] rtc_cmos 00:06: >setting system clock to 2012-10-26 08:16:53 UTC (1351239413)
[ 0.776874] Freeing unused kernel memory: 760k freed
[ 0.776957] Write protecting the kernel read-only data: 8192k
[ 0.780137] Freeing unused kernel memory: 1472k freed
[ 0.781606] Freeing unused kernel memory: 608k freed
[ 0.787240] systemd-udevd[47]: starting version 194
[ 0.813888] ACPI: bus type usb registered
[ 0.813910] usbcore: registered new interface driver usbfs
[ 0.813918] usbcore: registered new interface driver hub
[ 0.813955] usbcore: registered new device driver usb
[ 0.815211] SCSI subsystem initialized
[ 0.816356] libata version 3.00 loaded.
[ 0.816442] xhci_hcd 0000:00:14.0: >setting latency timer to 64
[ 0.816447] xhci_hcd 0000:00:14.0: >xHCI Host Controller
[ 0.816456] xhci_hcd 0000:00:14.0: >new USB bus registered, assigned bus number 1
[ 0.816560] xhci_hcd 0000:00:14.0: >cache line size of 64 is not supported
[ 0.816578] xhci_hcd 0000:00:14.0: >irq 21, io mem 0xd3a00000
[ 0.816632] xhci_hcd 0000:00:14.0: >irq 41 for MSI/MSI-X
[ 0.816791] xHCI xhci_add_endpoint called for root hub
[ 0.816793] xHCI xhci_check_bandwidth called for root hub
[ 0.816874] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.816904] hub 1-0:1.0: >USB hub found
[ 0.816914] hub 1-0:1.0: >4 ports detected
[ 0.817280] xhci_hcd 0000:00:14.0: >xHCI Host Controller
[ 0.817286] xhci_hcd 0000:00:14.0: >new USB bus registered, assigned bus number 2
[ 0.817469] xHCI xhci_add_endpoint called for root hub
[ 0.817471] xHCI xhci_check_bandwidth called for root hub
[ 0.817493] hub 2-0:1.0: >USB hub found
[ 0.817500] hub 2-0:1.0: >4 ports detected
[ 0.822755] ehci_hcd 0000:00:1a.0: >setting latency timer to 64
[ 0.822761] ehci_hcd 0000:00:1a.0: >EHCI Host Controller
[ 0.822768] ehci_hcd 0000:00:1a.0: >new USB bus registered, assigned bus number 3
[ 0.822798] ehci_hcd 0000:00:1a.0: >debug port 2
[ 0.826690] ehci_hcd 0000:00:1a.0: >cache line size of 64 is not supported
[ 0.826709] ehci_hcd 0000:00:1a.0: >irq 16, io mem 0xd3a19000
[ 0.835913] ehci_hcd 0000:00:1a.0: >USB 2.0 started, EHCI 1.00
[ 0.836049] hub 3-0:1.0: >USB hub found
[ 0.836052] hub 3-0:1.0: >2 ports detected
[ 0.836166] ehci_hcd 0000:00:1d.0: >setting latency timer to 64
[ 0.836170] ehci_hcd 0000:00:1d.0: >EHCI Host Controller
[ 0.836177] ehci_hcd 0000:00:1d.0: >new USB bus registered, assigned bus number 4
[ 0.836203] ehci_hcd 0000:00:1d.0: >debug port 2
[ 0.840097] ehci_hcd 0000:00:1d.0: >cache line size of 64 is not supported
[ 0.840110] ehci_hcd 0000:00:1d.0: >irq 23, io mem 0xd3a18000
[ 0.849231] ehci_hcd 0000:00:1d.0: >USB 2.0 started, EHCI 1.00
[ 0.849353] hub 4-0:1.0: >USB hub found
[ 0.849356] hub 4-0:1.0: >2 ports detected
[ 0.849406] ahci 0000:00:1f.2: >version 3.0
[ 0.849473] ahci 0000:00:1f.2: >irq 42 for MSI/MSI-X
[ 0.849524] ahci: SSS flag set, parallel bus scan disabled
[ 0.862579] ahci 0000:00:1f.2: >AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[ 0.862582] ahci 0000:00:1f.2: >flags: 64bit ncq stag pm led clo pio slum part ems apst
[ 0.862586] ahci 0000:00:1f.2: >setting latency timer to 64
[ 0.869649] scsi0 : ahci
[ 0.869722] scsi1 : ahci
[ 0.869780] scsi2 : ahci
[ 0.869834] scsi3 : ahci
[ 0.869889] scsi4 : ahci
[ 0.869943] scsi5 : ahci
[ 0.870010] ata1: SATA max UDMA/133 abar m2048@0xd3a17000 port 0xd3a17100 irq 42
[ 0.870011] ata2: DUMMY
[ 0.870014] ata3: SATA max UDMA/133 abar m2048@0xd3a17000 port 0xd3a17200 irq 42
[ 0.870015] ata4: DUMMY
[ 0.870016] ata5: DUMMY
[ 0.870016] ata6: DUMMY
[ 1.142189] usb 3-1: >new high-speed USB device number 2 using ehci_hcd
[ 1.188798] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.242364] ata1.00: ATA-8: ST9500325AS, 0011LVM1, max UDMA/100
[ 1.242367] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.244122] ata1.00: configured for UDMA/100
[ 1.244233] scsi 0:0:0:0: >Direct-Access ATA ST9500325AS 0011 PQ: 0 ANSI: 5
[ 1.265963] hub 3-1:1.0: >USB hub found
[ 1.266053] hub 3-1:1.0: >6 ports detected
[ 1.371886] usb 4-1: >new high-speed USB device number 2 using ehci_hcd
[ 1.495531] hub 4-1:1.0: >USB hub found
[ 1.495628] hub 4-1:1.0: >6 ports detected
[ 1.561668] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.561806] usb 3-1.3: >new full-speed USB device number 3 using ehci_hcd
[ 1.566490] ata3.00: ATAPI: PLDS DVD-RW DS8A8SH, KL31, max UDMA/100
[ 1.567395] ata3.00: configured for UDMA/100
[ 1.569763] scsi 2:0:0:0: >CD-ROM PLDS DVD-RW DS8A8SH KL31 PQ: 0 ANSI: 5
[ 1.572713] sd 0:0:0:0: >[sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.572771] sd 0:0:0:0: >[sda] Write Protect is off
[ 1.572774] sd 0:0:0:0: >[sda] Mode Sense: 00 3a 00 00
[ 1.572806] sd 0:0:0:0: >[sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.579557] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.579561] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.579683] sr 2:0:0:0: >Attached scsi CD-ROM sr0
[ 1.588282] Refined TSC clocksource calibration: 2494.333 MHz.
[ 1.588300] Switching to clocksource tsc
[ 1.646147] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 >
[ 1.646510] sd 0:0:0:0: >[sda] Attached SCSI disk
[ 1.711612] usb 3-1.4: >new high-speed USB device number 4 using ehci_hcd
[ 1.861415] usb 4-1.6: >new high-speed USB device number 3 using ehci_hcd
[ 3.905748] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[ 6.297029] systemd-udevd[165]: starting version 194
[ 6.879435] ACPI: Requesting acpi_cpufreq
[ 6.901533] Monitor-Mwait will be used to enter C-1 state
[ 6.901538] Monitor-Mwait will be used to enter C-2 state
[ 6.901542] ACPI: acpi_idle registered with cpuidle
[ 7.242423] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input1
[ 7.242428] ACPI: Power Button [PWRB]
[ 7.243055] ACPI: AC Adapter [ACAD] (on-line)
[ 7.243224] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input2
[ 7.243227] ACPI: Sleep Button [SLPB]
[ 7.243264] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
[ 7.243282] ACPI: Lid Switch [LID0]
[ 7.243312] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 7.243314] ACPI: Power Button [PWRF]
[ 7.250773] thermal LNXTHERM:00: >registered as thermal_zone0
[ 7.250778] ACPI: Thermal Zone [TZ00] (54 C)
[ 7.450794] ACPI: Battery Slot [BAT1] (battery present)
[ 7.582945] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x12
[ 7.612108] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x12
[ 7.612381] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x12
[ 7.612637] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x12
[ 7.612948] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 7.634516] input: Ideapad extra buttons as /devices/platform/ideapad/input/input5
[ 7.648434] Compat-wireless backport release: compat-wireless-v3.6-rc6-1-npc
[ 7.648436] Backport based on linux-stable.git v3.6-rc6
[ 7.648436] compat.git: linux-stable.git
[ 7.734886] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251)
[ 7.734890] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.734893] ACPI Warning: 0x0000000000000500-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20120320/utaddress-251)
[ 7.734896] ACPI Warning: 0x0000000000000500-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20120320/utaddress-251)
[ 7.734898] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.734899] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 7.737294] mei 0000:00:16.0: >setting latency timer to 64
[ 7.737362] mei 0000:00:16.0: >irq 43 for MSI/MSI-X
[ 7.743686] mei 0000:00:16.0: >wd: failed to find the client
[ 7.757142] agpgart-intel 0000:00:00.0: >Intel Ivybridge Chipset
[ 7.757223] agpgart-intel 0000:00:00.0: >detected gtt size: 2097152K total, 262144K mappable
[ 7.758105] agpgart-intel 0000:00:00.0: >detected 65536K stolen memory
[ 7.758213] agpgart-intel 0000:00:00.0: >AGP aperture is 256M @ 0xe0000000
[ 7.972440] Qualcomm Atheros(R) AR813x/AR815x/AR816x PCI-E Ethernet Network Driver
[ 7.972474] alx 0000:02:00.0: >DMA to 64-BIT addresses
[ 7.972555] alx 0000:02:00.0: >(unregistered net_device): HW Flags = 0x15
[ 7.973019] alx 0000:02:00.0: >(unregistered net_device): reset PHY, pws = 1, az = 0, ptp = 0
[ 7.974361] alx 0000:02:00.0: >(unregistered net_device): speed = 0x2f, autoneg = 1
[ 7.975707] alx 0000:02:00.0: >irq 44 for MSI/MSI-X
[ 7.975824] alx: Atheros Gigabit Network Connection
[ 7.977650] snd_hda_intel 0000:00:1b.0: >irq 45 for MSI/MSI-X
[ 8.008080] [drm] Initialized drm 1.1.0 20060810
[ 8.066122] iTCO_vendor_support: vendor-support=0
[ 8.075437] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.078855] scsi6 : SCSI emulation for RTS5139 USB card reader
[ 8.078971] scsi 6:0:0:0: >Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS
[ 8.080194] sd 6:0:0:0: >[sdb] Attached SCSI removable disk
[ 8.080898] usbcore: registered new interface driver rts5139
[ 8.166428] cfg80211: Calling CRDA to update world regulatory domain
[ 8.175247] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 8.175288] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[ 8.175343] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 8.188460] Linux media interface: v0.10
[ 8.307532] Linux video capture interface: v2.00
[ 8.337832] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (04f2:b2e2)
[ 8.339661] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input6
[ 8.339707] usbcore: registered new interface driver uvcvideo
[ 8.339708] USB Video Class driver (1.1.1)
[ 8.477762] Bluetooth: Core ver 2.16
[ 8.477776] NET: Registered protocol family 31
[ 8.477777] Bluetooth: HCI device and connection manager initialized
[ 8.477779] Bluetooth: HCI socket layer initialized
[ 8.477780] Bluetooth: L2CAP socket layer initialized
[ 8.477784] Bluetooth: SCO socket layer initialized
[ 8.491954] usbcore: registered new interface driver btusb
[ 8.639211] hda_codec: CX20590: BIOS auto-probing.
[ 8.640020] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
[ 8.672690] psmouse serio1: >elantech: assuming hardware version 3 (with firmware version 0x450f02)
[ 8.697264] psmouse serio1: >elantech: Synaptics capabilities query result 0x78, 0x17, 0x0b.
[ 8.709692] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 8.709766] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 8.709813] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 8.710242] ACPI Warning: 0x0000000000004040-0x000000000000405f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251)
[ 8.710247] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 8.710479] checking generic (e0000000 410000) vs hw (e0000000 10000000)
[ 8.710481] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[ 8.710502] Console: switching to colour dummy device 80x25
[ 8.710580] i915 0000:00:02.0: >setting latency timer to 64
[ 8.744483] i915 0000:00:02.0: >irq 46 for MSI/MSI-X
[ 8.744490] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 8.744491] [drm] Driver supports precise vblank timestamp query.
[ 8.745029] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 8.745030] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[ 8.825185] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input11
[ 9.132101] nvidia: disagrees about version of symbol module_layout
[ 9.243757] usbcore: registered new interface driver ath3k
[ 9.265032] usb 3-1.3: >USB disconnect, device number 3
[ 9.265920] systemd-udevd[329]: failed to execute '/opt/VirtualBox/VBoxCreateUSBNode.sh' '/opt/VirtualBox/VBoxCreateUSBNode.sh --remove 189 258': No such file or directory
[ 9.273016] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[ 9.400084] ath: EEPROM regdomain: 0x65
[ 9.400085] ath: EEPROM indicates we should expect a direct regpair map
[ 9.400087] ath: Country alpha2 being used: 00
[ 9.400088] ath: Regpair used: 0x65
[ 9.421060] fbcon: inteldrmfb (fb0) is primary device
[ 9.487637] ieee80211 phy0: >Selected rate control algorithm 'ath9k_rate_control'
[ 9.487781] Registered led device: ath9k-phy0
[ 9.487785] ieee80211 phy0: >Atheros AR9285 Rev:2 mem=0xffffc900050e0000, irq=17
[ 9.552614] kvm: disabled by bios
[ 9.556577] kvm: disabled by bios
[ 9.601270] Console: switching to colour frame buffer device 170x48
[ 9.602975] fb0: inteldrmfb frame buffer device
[ 9.602976] drm: registered panic notifier
[ 9.603101] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ 9.605310] acpi device:38: >registered as cooling_device4
[ 9.605524] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
[ 9.605938] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:36/LNXVIDEO:00/input/input12
[ 9.611483] acpi device:44: >registered as cooling_device5
[ 9.611810] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 9.611971] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input13
[ 9.612048] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 9.960891] usb 3-1.3: >new full-speed USB device number 5 using ehci_hcd
[ 10.048160] systemd-udevd[343]: failed to execute '/opt/VirtualBox/VBoxCreateUSBNode.sh' '/opt/VirtualBox/VBoxCreateUSBNode.sh 189 260 e0': No such file or directory
[ 11.761061] EXT4-fs (sda7): re-mounted. Opts: data=ordered
[ 11.956330] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
[ 12.074341] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: data=ordered
[ 12.321742] fuse init (API version 7.19)
[ 12.703502] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 12.770085] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 12.840886] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
[ 12.906640] Adding 16016768k swap on /dev/sda6. Priority:-1 extents:1 across:16016768k
I'm sorry for my English.
Last edited by Kot Dymok (2012-10-26 08:29:53)

I don't see any messages of loading nvidia ("NVRM") or nouveau. Are you sure that you have installed a module that is compatible with your current kernel?
You'll also need to patch your ACPI handle or the nouveau/nvidia driver will refuse to load at all, see https://github.com/Bumblebee-Project/bbswitch/issues/2 (this is specific to some machines, your Lenovo G580 machine included)
Last edited by Lekensteyn (2012-10-29 14:52:55)

Similar Messages

  • ECATT - Cannot Find Screen Element RMMG1-MBRSH in Replay Mode

    I have an eCATT script that works fine on one PC but on another PC i get the following error messages. Cannot Find Screen Element RMMG1-MBRSH in Replay Mode. I have the following options: Reset Gui = X and i have added the rescon command after every 2 ref commands.
    Any Help will be appreciated

    Hi,
    >Reset Gui = X and i have added the rescon command after every 2 ref commands.
    Be aware that these 2 methods of reseting sapgui sessions will only help when handled with care.
    Reset Gui = X means "Restart transaction like a user does using /ntcode".
    RESCON does close the RFC session and automated SAP GUI sessions.
    Both executed in the middle of some sequential processing will brake your sequence by shutting your automated session.
    On the other hand, disappearance of screen fields can have multiple reasons:
    - screen field is disabled by customizing / for certain users / authority based
    - screen field is disabled for a particular business object key due to some special state of the business object
    - screen size/resolution differs between your 2 users/pcs
    You can execute the relevant script with some special start options on the pc where it fails:
    - "Error behavior  = X (Stop at error)"
    - "Close SAPGUI session = E (Do not close in case of errors)"
    Then the target system gui will stay for your further examination, e.g. whether there is some field RMMG1-MBRSH or in which state the whole transaction it is left.
    Best regards
    Jens

  • Found Error FRM-13008 Cannot find JaveBean with name oracle.forms.webutil.o

    Create new form attached libraies WEBUTIL and Open webutil.old
    drag WEBUTILCONFIG and WEBUTIL then create datablock,canvas WEBUTIL_CANVAS I double click canvas alert Found Error FRM-13008 Cannot find JaveBean with name oracle.forms.webutil.o
    How to solve problem
    Please Urgent
    Thank you

    formsweb.cfg
    ific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=webutilbase.htm
    baseHTML=base.htm
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    workingDirectory=
    envFile=default.env
    escapeparams=true
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=DocumentBase
    # Forms applet parameter
    width=2000
    # Forms applet parameter
    height=800
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=no
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinit/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=C:\DevSuiteHome_1
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    #WEBUTIL_CONFIG=C:\DevSuiteHome_1\forms\webutil.cfg
    #WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilArchive=/forms/java/frmwebutil.jar,/forms/java/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    [webutilie]
    IE=native
    webUtilArchive=/forms/java/frmwebutil.jar,/forms/java/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTML=webutilbase.htm
    baseHTMLie=webutilbase.htm
    archive=/forms/java/frmall.jar
    lookAndFeel=oracle
    [webutiljpi]
    WebUtilArchive=/forms/java/frmwebutil.jar,/forms/java/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljpi.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTMLie=webutiljpi.htm
    baseHTML=webutiljpi.htm
    archive=/forms/java/frmall.jar
    [tutoforms10g]
    envFile=tutforms10g.env
    archive_jini=frmall_jinit.jar,myIcons.jar,FormsGraph.jar
    archive=frmall.jar,myIcons.jar,FormsGraph.jar
    pageTitle=Oracle Forms 10g tutorial
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    form=tuto_forms.fmx
    separateFrame=True
    lookandfeel=Oracle
    imagebase=codebase
    width=2000
    height=800
    splashScreen=no
    background=no
    lookAndFeel=Oracle
    colorScheme=blaf
    logo=no
    2 class path,create db packages,generate plx? how to set where? classpath,create public synonym? Please ask me step to set

  • I Cannot find screen shots on Mac Book Pro 2014, they do not appear on my desktop. Where might they be?

    I cannot find screen shots on Mac Book Pro 2014, they do not appear on my desktop. Where might they be?

    tearoadtiger wrote:
    Shift-control-command-4
    Ah the devil is in the details
    Adding the shift key to the command places the screen shot in the clipboard as Hiroto pointed out.
    To get the file on the Desktop just remove the shift key.
    Or as Mark Twain said
    The difference between the almost right word and the right word is really a large matter -- 'tis the difference between the lightning bug and the lightning.
    regards

  • Cannot Find Screen Element LIKP-WADAT_IST in Replay Mode

    Dear Sir/Madam,
    I am getting "Cannot Find Screen Element LIKP-WADAT_IST in Replay Mode" while executing VL01N in chaning.It is running fine in the individual script. I have checked through the following:
    1.ResetGUI = 'X' are set in all the scripts.
    2.All the session id & connection id in all the scripts are same.
    *******************Create Return Sales Order********************************
    REF ( SCRIPT1, SCRIPT1_1 ).
    *Pass the local variable to Import variable
    Z_IC_LIKP_VSTEL = Z_VC_SHIPPING_POINT.
    Z_IC_LV50C_DATBI_1 = Z_VC_SCHEDULE_DATE_1.
    Z_IC_LV50C_VBELN = Z_VC_VBAK_VBELN.
    ****************Create Inbound Delivery Order******************************
    REF ( SCRIPT2, SCRIPT2_1 ).
    ************Change RETURN status to OWN stock***********************
    REF ( SCRIPT3, SCRIPT3_1 ).
    *Pass the local variable to Import variable
    Z_IC_VBAK_VBELN = Z_VC_VBAK_VBELN.
    *********Indicate "Customer Replacement" in reject reason***************
    REF ( SCRIPT4, SCRIPT4_1 ).
    *Pass the local variable to Import variable
    Z_IC_LV45C_VBELN = Z_VC_VBAK_VBELN.
    **********Indicate "Customer Replacement" in reject reason******************
    REF ( SCRIPT5, SCRIPT5_1 ).
    *Pass the local variable to Import variable
    Z_IC_LIKP_VSTEL = Z_VC_SHIPPING_POINT.
    Z_IC_LV50C_DATBI = Z_VC_SCHEDULE_DATE_1.
    Z_IC_LV50C_VBELN = Z_VC_VBAK_VBELN.
    <b>
    <u><b>Encounter error at the last screen here</b></u>
    ***********Indicate "Customer Replacement" in reject reason******************
    REF ( Z_CREATE_DELIVERY_NOTE , Z_CREATE_DELIVERY_NOTE_1 ).

    Hello Srinivas,
    Once the value is retrieved into the variable , based on whether you need collapse or not you can put ur SAPGUI recording inside the loop and continue ur operation.
    eg:
    say currently its collapse and u need collapse to carryout ur process
    IF ( RC = "COLLAPSE HEADER CTRL+F5" ).
    your process (SAPGUI recording)
    ELSE (if its expanded and u need collapse)
    call the script to collapse or you can record to collapse and the continue your process
    ENDIF.
    Hope this answers your question , let me know if not.
    Thanks & Best regards,
    Ajay

  • In ME29n (PO appr), error "Cannot Find Screen Element shell in Replay Mode"

    In ME29n (PO approval), in the header I pressed on the release button, the recording went well. and while executing the script  it worked well.  Problem is When there is any change in the ME29n HEADER screen (e.g. expanding header and collapsing header: specially if header is in Collapsed mode) , ecatt is giving error "Cannot Find Screen Element shell in Replay Mode" "Error in eCATT command SAPGUI".
    Please help me how to avoid this error either in recording phase or in SAP settings.
    Also discuss how to make ecatt script independent of the system settings like HEADER is in collapsed mode or expanded mode.
    Thanks in advance.

    Hello Srinivas,
    Once the value is retrieved into the variable , based on whether you need collapse or not you can put ur SAPGUI recording inside the loop and continue ur operation.
    eg:
    say currently its collapse and u need collapse to carryout ur process
    IF ( RC = "COLLAPSE HEADER CTRL+F5" ).
    your process (SAPGUI recording)
    ELSE (if its expanded and u need collapse)
    call the script to collapse or you can record to collapse and the continue your process
    ENDIF.
    Hope this answers your question , let me know if not.
    Thanks & Best regards,
    Ajay

  • ECATT GETGUI Cannot Find Screen Element in Replay Mode

    Hi,
    During HCM BP install, received the following error.
    eCATT script /HRBPUS1/SCPR20_I001_KO2
    Error in eCATT command GETGUI
    Cannot Find Screen Element  in Replay Mode
    Error Occurred in Previous SAPGUI, GETGUI, or CHEGUI Command. Due to the Start Option Settings of the Error Behaviour, Processing Was Cancelled and the Current Command Not Processed.
    Any help would be greatly appreciated.  Regards!

    >
    David Haddock wrote:
    > Hi,
    > During HCM BP install, received the following error.
    >
    > eCATT script /HRBPUS1/SCPR20_I001_KO2
    >
    >
    Error in eCATT command GETGUI
    > Cannot Find Screen Element  in Replay Mode
    >
    > Error Occurred in Previous SAPGUI, GETGUI, or CHEGUI Command. Due to the Start Option Settings of the Error Behaviour, Processing Was Cancelled and the Current Command Not Processed.
    >
    > Any help would be greatly appreciated.  Regards!
    Hi David,
    Are you installing builing blocks for HCM BP?
    Please describe the background on where you are getting the error.
    Probable reason for error : The GETGUI command is used inside the eCATT script to take/retrieve some values from a field in a screen.While you are executing the script for installation,this field is missing/not able to be identified by the GETGUI command and hence the error.In simple terms,there is a mismatch in the screen/field it seems.
    Hope this info helps.
    Regards,
    SSN.

  • My Apple Airport Express is blinking Amber and I cannot find it with the utility

    My Apple Airport Express is blinking Amber and I cannot find it with the utility

    Hi, had the same problem -
    1) Connected AE to Time Capsule with Ethernet cable - Configured it  - All worked fine
    2) Removed Ethernet cable between AE og TC - All worked fine
    3) Unpluged my AE from the socket outlet (power off) and pluged it inn where its supposed to be (2m from my Time Capsule)
    4) Now Airport Utility do not find me AE (after all i reconfigured through the Etheret calbe) ????
    A) Seems that Airport Utility are not able to "see" any wireless AE, only configurable by Ethernet Cable.
    B) Seems that AE are not able to reconnect to configured network after a power loss.
    This is a little bit ****** - older airport utility had none of the problems (A and B)

  • Xorg fails to restart with nvidia propertiary driver

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

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

  • Black screen with nvidia-346

    I'm trying to get my nvidia 940m working. I installed the nvidia-346 AUR package, since this is the first driver that supports the 940m. The kernel module is loading
    lsmod | grep nvidia ⏎
    nvidia 8347648 2
    drm 282624 13 i915,drm_kms_helper,nvidia
    i2c_core 53248 8 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,v4l2_common,videodev
    This is my xorg.conf
    cat /etc/X11/xorg.conf.backup ⏎
    Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:4:0:0"
    EndSection
    Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "Yes"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    Option "AccelMethod" "sna"
    EndSection
    Section "Screen"
    Identifier "intel"
    Device "intel"
    EndSection
    Xorg  can load the nvidia module,  this is the log output
    cat /var/log/Xorg.0.log
    [ 9.094] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
    [ 9.094] _XSERVTransMakeAllCOTSServerListeners: server already running
    [ 9.094]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 9.094] X Protocol Version 11, Revision 0
    [ 9.094] Build Operating System: Linux 3.19.2-1-ARCH x86_64
    [ 9.094] Current Operating System: Linux localhost 4.0.1-1-ARCH #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015 x86_64
    [ 9.094] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c5029367-c7ce-468f-8080-c1ac6aaa6752 rw quiet
    [ 9.094] Build Date: 14 April 2015 10:34:18AM
    [ 9.094]
    [ 9.094] Current version of pixman: 0.32.6
    [ 9.094] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 9.094] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 9.094] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 11 09:51:02 2015
    [ 9.094] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 9.094] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 9.094] (==) No Layout section. Using the first Screen section.
    [ 9.094] (==) No screen section available. Using defaults.
    [ 9.094] (**) |-->Screen "Default Screen Section" (0)
    [ 9.094] (**) | |-->Monitor "<default monitor>"
    [ 9.095] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 9.095] (**) | |-->Device "Default Nvidia Device"
    [ 9.095] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 9.095] (==) Automatically adding devices
    [ 9.095] (==) Automatically enabling devices
    [ 9.095] (==) Automatically adding GPU devices
    [ 9.095] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 9.095] Entry deleted from font path.
    [ 9.095] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 9.095] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 9.095] Entry deleted from font path.
    [ 9.095] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 9.095] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 9.095] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 9.095] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 9.095] (II) Loader magic: 0x815d80
    [ 9.095] (II) Module ABI versions:
    [ 9.095] X.Org ANSI C Emulation: 0.4
    [ 9.095] X.Org Video Driver: 19.0
    [ 9.095] X.Org XInput driver : 21.0
    [ 9.095] X.Org Server Extension : 9.0
    [ 9.097] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c3
    [ 9.097] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 9.099] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
    [ 9.099] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 9.102] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
    [ 9.104] (--) PCI:*(0:0:2:0) 8086:1616:17aa:5037 rev 9, Mem @ 0xf2000000/16777216, 0xc0000000/536870912, I/O @ 0x00004000/64
    [ 9.104] (--) PCI: (0:4:0:0) 10de:1347:17aa:5037 rev 162, Mem @ 0xf3000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x00003000/128
    [ 9.104] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 9.104] (II) LoadModule: "glx"
    [ 9.104] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 9.105] (II) Module glx: vendor="X.Org Foundation"
    [ 9.105] compiled for 1.17.1, module version = 1.0.0
    [ 9.105] ABI class: X.Org Server Extension, version 9.0
    [ 9.105] (==) AIGLX enabled
    [ 9.106] (II) Applying OutputClass "nvidia" to /dev/dri/card0
    [ 9.106] loading driver: nvidia
    [ 9.106] (==) Matched intel as autoconfigured driver 0
    [ 9.106] (==) Matched nvidia as autoconfigured driver 1
    [ 9.106] (==) Matched nouveau as autoconfigured driver 2
    [ 9.106] (==) Matched nv as autoconfigured driver 3
    [ 9.106] (==) Matched intel as autoconfigured driver 4
    [ 9.106] (==) Matched modesetting as autoconfigured driver 5
    [ 9.106] (==) Matched fbdev as autoconfigured driver 6
    [ 9.106] (==) Matched vesa as autoconfigured driver 7
    [ 9.106] (==) Assigned the driver to the xf86ConfigLayout
    [ 9.106] (II) LoadModule: "intel"
    [ 9.106] (WW) Warning, couldn't open module intel
    [ 9.106] (II) UnloadModule: "intel"
    [ 9.106] (II) Unloading intel
    [ 9.106] (EE) Failed to load module "intel" (module does not exist, 0)
    [ 9.106] (II) LoadModule: "nvidia"
    [ 9.106] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 9.106] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 9.106] compiled for 4.0.2, module version = 1.0.0
    [ 9.106] Module class: X.Org Video Driver
    [ 9.106] (II) LoadModule: "nouveau"
    [ 9.107] (WW) Warning, couldn't open module nouveau
    [ 9.107] (II) UnloadModule: "nouveau"
    [ 9.107] (II) Unloading nouveau
    [ 9.107] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 9.107] (II) LoadModule: "nv"
    [ 9.107] (WW) Warning, couldn't open module nv
    [ 9.107] (II) UnloadModule: "nv"
    [ 9.107] (II) Unloading nv
    [ 9.107] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 9.107] (II) LoadModule: "modesetting"
    [ 9.107] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 9.107] (II) Module modesetting: vendor="X.Org Foundation"
    [ 9.107] compiled for 1.17.1, module version = 1.17.1
    [ 9.107] Module class: X.Org Video Driver
    [ 9.107] ABI class: X.Org Video Driver, version 19.0
    [ 9.107] (II) LoadModule: "fbdev"
    [ 9.107] (WW) Warning, couldn't open module fbdev
    [ 9.107] (II) UnloadModule: "fbdev"
    [ 9.107] (II) Unloading fbdev
    [ 9.107] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 9.107] (II) LoadModule: "vesa"
    [ 9.107] (WW) Warning, couldn't open module vesa
    [ 9.107] (II) UnloadModule: "vesa"
    [ 9.107] (II) Unloading vesa
    [ 9.107] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 9.107] (II) NVIDIA dlloader X Driver 346.59 Tue Mar 31 13:17:41 PDT 2015
    [ 9.107] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 9.107] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 9.107] (++) using VT number 2
    [ 9.108] (II) modeset(0): using drv /dev/dri/card1
    [ 9.108] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 9.108] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
    [ 9.108] (==) modeset(0): RGB weight 888
    [ 9.108] (==) modeset(0): Default visual is TrueColor
    [ 9.108] (II) Loading sub module "glamoregl"
    [ 9.108] (II) LoadModule: "glamoregl"
    [ 9.108] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 9.113] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 9.113] compiled for 1.17.1, module version = 1.0.0
    [ 9.113] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9.113] (II) glamor: OpenGL accelerated X.org driver based.
    [ 9.135] (II) glamor: EGL version 1.4 (DRI2):
    [ 9.139] (II) modeset(0): glamor initialized
    [ 9.139] (II) Loading sub module "dri2"
    [ 9.139] (II) LoadModule: "dri2"
    [ 9.139] (II) Module "dri2" already built-in
    [ 9.139] (II) modeset(0): Output eDP-0 has no monitor section
    [ 9.139] (II) modeset(0): Output DisplayPort-0 has no monitor section
    [ 9.150] (II) modeset(0): Output HDMI-0 has no monitor section
    [ 9.150] (II) modeset(0): Output DisplayPort-1 has no monitor section
    [ 9.163] (II) modeset(0): Output HDMI-1 has no monitor section
    [ 9.164] (II) modeset(0): EDID for output eDP-0
    [ 9.164] (II) modeset(0): Manufacturer: LGD Model: 46d Serial#: 0
    [ 9.164] (II) modeset(0): Year: 2014 Week: 0
    [ 9.164] (II) modeset(0): EDID Version: 1.4
    [ 9.164] (II) modeset(0): Digital Display Input
    [ 9.164] (II) modeset(0): 6 bits per channel
    [ 9.164] (II) modeset(0): Digital interface is DisplayPort
    [ 9.164] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17
    [ 9.164] (II) modeset(0): Gamma: 2.20
    [ 9.164] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
    [ 9.164] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 9.164] (II) modeset(0): First detailed timing is preferred mode
    [ 9.164] (II) modeset(0): Preferred mode is native pixel format and refresh rate
    [ 9.164] (II) modeset(0): redX: 0.640 redY: 0.345 greenX: 0.335 greenY: 0.625
    [ 9.164] (II) modeset(0): blueX: 0.150 blueY: 0.052 whiteX: 0.313 whiteY: 0.329
    [ 9.164] (II) modeset(0): Manufacturer's mask: 0
    [ 9.164] (II) modeset(0): Supported detailed timing:
    [ 9.164] (II) modeset(0): clock: 138.7 MHz Image Size: 309 x 174 mm
    [ 9.164] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 9.164] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
    [ 9.164] (II) modeset(0): LG Display
    [ 9.164] (II) modeset(0): LP140WF3-SPD1
    [ 9.164] (II) modeset(0): EDID (in hex):
    [ 9.164] (II) modeset(0): 00ffffffffffff0030e46d0400000000
    [ 9.164] (II) modeset(0): 00180104951f1178eadc95a35855a026
    [ 9.164] (II) modeset(0): 0d505400000001010101010101010101
    [ 9.164] (II) modeset(0): 0101010101012e3680a070381f403020
    [ 9.164] (II) modeset(0): 350035ae1000001a0000000000000000
    [ 9.164] (II) modeset(0): 00000000000000000000000000fe004c
    [ 9.164] (II) modeset(0): 4720446973706c61790a2020000000fe
    [ 9.164] (II) modeset(0): 004c503134305746332d5350443100c3
    [ 9.164] (II) modeset(0): Printing probed modes for output eDP-0
    [ 9.164] (II) modeset(0): Modeline "1920x1080"x60.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 9.164] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 9.164] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
    [ 9.164] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
    [ 9.164] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 9.164] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 9.164] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 9.164] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 9.164] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 9.164] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 9.164] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 9.164] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 9.164] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 9.164] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 9.164] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 9.164] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 9.164] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 9.164] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 9.164] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 9.164] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 9.164] (II) modeset(0): EDID for output DisplayPort-0
    [ 9.176] (II) modeset(0): EDID for output HDMI-0
    [ 9.176] (II) modeset(0): EDID for output DisplayPort-1
    [ 9.190] (II) modeset(0): EDID for output HDMI-1
    [ 9.190] (II) modeset(0): Output eDP-0 connected
    [ 9.190] (II) modeset(0): Output DisplayPort-0 disconnected
    [ 9.190] (II) modeset(0): Output HDMI-0 disconnected
    [ 9.190] (II) modeset(0): Output DisplayPort-1 disconnected
    [ 9.190] (II) modeset(0): Output HDMI-1 disconnected
    [ 9.190] (II) modeset(0): Using exact sizes for initial modes
    [ 9.190] (II) modeset(0): Output eDP-0 using initial mode 1920x1080
    [ 9.190] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 9.190] (==) modeset(0): DPI set to (96, 96)
    [ 9.190] (II) Loading sub module "fb"
    [ 9.190] (II) LoadModule: "fb"
    [ 9.190] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 9.190] (II) Module fb: vendor="X.Org Foundation"
    [ 9.190] compiled for 1.17.1, module version = 1.0.0
    [ 9.190] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9.190] (II) UnloadModule: "nvidia"
    [ 9.190] (II) Unloading nvidia
    [ 9.190] (==) Depth 24 pixmap format is 32 bpp
    [ 9.247] (==) modeset(0): Backing store enabled
    [ 9.247] (==) modeset(0): Silken mouse enabled
    [ 9.247] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 9.247] (==) modeset(0): DPMS enabled
    [ 9.247] (WW) modeset(0): Option "NoLogo" is not used
    [ 9.247] (II) modeset(0): [DRI2] Setup complete
    [ 9.247] (II) modeset(0): [DRI2] DRI driver: i965
    [ 9.247] (II) modeset(0): [DRI2] VDPAU driver: i965
    [ 9.261] (--) RandR disabled
    [ 9.281] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 9.281] (II) AIGLX: enabled GLX_ARB_create_context
    [ 9.281] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 9.281] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 9.281] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 9.281] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 9.281] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 9.281] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 9.281] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 9.281] (II) AIGLX: enabled GLX_ARB_create_context_robustness
    [ 9.281] (II) AIGLX: Loaded and initialized i965
    [ 9.281] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 9.283] (II) modeset(0): Setting screen physical size to 508 x 285
    [ 9.304] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 9.305] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 9.305] (**) Power Button: Applying InputClass "system-keyboard"
    [ 9.305] (II) LoadModule: "evdev"
    [ 9.305] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9.305] (II) Module evdev: vendor="X.Org Foundation"
    [ 9.305] compiled for 1.17.1, module version = 2.9.2
    [ 9.305] Module class: X.Org XInput Driver
    [ 9.305] ABI class: X.Org XInput driver, version 21.0
    [ 9.305] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 18 paused 0
    [ 9.305] (II) Using input driver 'evdev' for 'Power Button'
    [ 9.305] (**) Power Button: always reports core events
    [ 9.305] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 9.305] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 9.305] (--) evdev: Power Button: Found keys
    [ 9.305] (II) evdev: Power Button: Configuring as keyboard
    [ 9.305] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
    [ 9.305] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 9.305] (**) Option "xkb_rules" "evdev"
    [ 9.305] (**) Option "xkb_model" "pc104"
    [ 9.305] (**) Option "xkb_layout" "de"
    [ 9.319] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 9.319] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 9.319] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 9.319] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 19 paused 0
    [ 9.319] (II) Using input driver 'evdev' for 'Video Bus'
    [ 9.319] (**) Video Bus: always reports core events
    [ 9.319] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 9.319] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 9.319] (--) evdev: Video Bus: Found keys
    [ 9.319] (II) evdev: Video Bus: Configuring as keyboard
    [ 9.319] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
    [ 9.319] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 9.319] (**) Option "xkb_rules" "evdev"
    [ 9.320] (**) Option "xkb_model" "pc104"
    [ 9.320] (**) Option "xkb_layout" "de"
    [ 9.320] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
    [ 9.320] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 9.320] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 9.320] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 20 paused 0
    [ 9.320] (II) Using input driver 'evdev' for 'Video Bus'
    [ 9.320] (**) Video Bus: always reports core events
    [ 9.320] (**) evdev: Video Bus: Device: "/dev/input/event12"
    [ 9.320] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 9.320] (--) evdev: Video Bus: Found keys
    [ 9.320] (II) evdev: Video Bus: Configuring as keyboard
    [ 9.320] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input14/event12"
    [ 9.320] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 9.320] (**) Option "xkb_rules" "evdev"
    [ 9.320] (**) Option "xkb_model" "pc104"
    [ 9.320] (**) Option "xkb_layout" "de"
    [ 9.321] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 9.321] (II) No input driver specified, ignoring this device.
    [ 9.321] (II) This device may have been added with another device file.
    [ 9.321] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 9.321] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 9.321] (**) Sleep Button: Applying InputClass "system-keyboard"
    [ 9.321] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 21 paused 0
    [ 9.321] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 9.321] (**) Sleep Button: always reports core events
    [ 9.321] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 9.321] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 9.321] (--) evdev: Sleep Button: Found keys
    [ 9.321] (II) evdev: Sleep Button: Configuring as keyboard
    [ 9.321] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
    [ 9.321] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 9.321] (**) Option "xkb_rules" "evdev"
    [ 9.321] (**) Option "xkb_model" "pc104"
    [ 9.321] (**) Option "xkb_layout" "de"
    [ 9.322] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
    [ 9.322] (II) No input driver specified, ignoring this device.
    [ 9.322] (II) This device may have been added with another device file.
    [ 9.322] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
    [ 9.322] (II) No input driver specified, ignoring this device.
    [ 9.322] (II) This device may have been added with another device file.
    [ 9.322] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
    [ 9.322] (II) No input driver specified, ignoring this device.
    [ 9.322] (II) This device may have been added with another device file.
    [ 9.322] (II) config/udev: Adding input device Integrated Camera (/dev/input/event16)
    [ 9.322] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 9.322] (**) Integrated Camera: Applying InputClass "system-keyboard"
    [ 9.323] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 22 paused 0
    [ 9.323] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 9.323] (**) Integrated Camera: always reports core events
    [ 9.323] (**) evdev: Integrated Camera: Device: "/dev/input/event16"
    [ 9.323] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb449
    [ 9.323] (--) evdev: Integrated Camera: Found keys
    [ 9.323] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 9.323] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input18/event16"
    [ 9.323] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
    [ 9.323] (**) Option "xkb_rules" "evdev"
    [ 9.323] (**) Option "xkb_model" "pc104"
    [ 9.323] (**) Option "xkb_layout" "de"
    [ 9.323] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 9.323] (II) No input driver specified, ignoring this device.
    [ 9.323] (II) This device may have been added with another device file.
    [ 9.323] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
    [ 9.323] (II) No input driver specified, ignoring this device.
    [ 9.323] (II) This device may have been added with another device file.
    [ 9.323] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event9)
    [ 9.323] (II) No input driver specified, ignoring this device.
    [ 9.323] (II) This device may have been added with another device file.
    [ 9.323] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
    [ 9.323] (II) No input driver specified, ignoring this device.
    [ 9.323] (II) This device may have been added with another device file.
    [ 9.324] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event7)
    [ 9.324] (II) No input driver specified, ignoring this device.
    [ 9.324] (II) This device may have been added with another device file.
    [ 9.324] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 9.324] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 9.324] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 9.324] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 23 paused 0
    [ 9.324] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 9.324] (**) AT Translated Set 2 keyboard: always reports core events
    [ 9.324] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 9.324] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 9.324] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 9.324] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 9.324] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 9.324] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 9.324] (**) Option "xkb_rules" "evdev"
    [ 9.324] (**) Option "xkb_model" "pc104"
    [ 9.324] (**) Option "xkb_layout" "de"
    [ 9.324] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
    [ 9.324] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 9.324] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 9.324] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 9.324] (II) LoadModule: "synaptics"
    [ 9.325] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 9.325] (II) Module synaptics: vendor="X.Org Foundation"
    [ 9.325] compiled for 1.17.1, module version = 1.8.2
    [ 9.325] Module class: X.Org XInput Driver
    [ 9.325] ABI class: X.Org XInput driver, version 21.0
    [ 9.325] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 24 paused 0
    [ 9.325] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 9.325] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 9.325] (**) Option "Device" "/dev/input/event17"
    [ 9.383] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1266 - 5676 (res 45)
    [ 9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1096 - 4758 (res 68)
    [ 9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 9.383] (**) Option "TapButton1" "1"
    [ 9.383] (**) Option "TapButton2" "2"
    [ 9.383] (**) Option "TapButton3" "3"
    [ 9.383] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 9.383] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 9.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event17"
    [ 9.383] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 9.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 9.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 9.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
    [ 9.383] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 9.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 9.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 9.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 9.384] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 9.384] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 9.384] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event18)
    [ 9.384] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 9.384] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    [ 9.384] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 25 paused 0
    [ 9.384] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 9.384] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 9.384] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event18"
    [ 9.384] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 9.384] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 9.384] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 9.384] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 9.384] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 9.384] (**) Option "Emulate3Buttons" "false"
    [ 9.384] (**) Option "EmulateWheel" "true"
    [ 9.384] (**) Option "EmulateWheelButton" "2"
    [ 9.384] (**) Option "YAxisMapping" "4 5"
    [ 9.384] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 9.384] (**) Option "XAxisMapping" "6 7"
    [ 9.384] (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
    [ 9.384] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 9.384] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event18"
    [ 9.384] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
    [ 9.385] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 9.385] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 9.385] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 9.385] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 9.385] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 9.385] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 9.385] (II) No input driver specified, ignoring this device.
    [ 9.385] (II) This device may have been added with another device file.
    [ 9.385] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 9.385] (II) No input driver specified, ignoring this device.
    [ 9.385] (II) This device may have been added with another device file.
    [ 9.385] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
    [ 9.385] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 9.385] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
    [ 9.386] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 26 paused 0
    [ 9.386] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 9.386] (**) ThinkPad Extra Buttons: always reports core events
    [ 9.386] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event5"
    [ 9.386] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 9.386] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 9.386] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 9.386] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event5"
    [ 9.386] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
    [ 9.386] (**) Option "xkb_rules" "evdev"
    [ 9.386] (**) Option "xkb_model" "pc104"
    [ 9.386] (**) Option "xkb_layout" "de"
    [ 9.556] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 9.556] (II) modeset(0): Printing DDC gathered Modelines:
    [ 9.556] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 9.581] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 9.581] (II) modeset(0): Printing DDC gathered Modelines:
    [ 9.581] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 9.715] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 9.715] (II) modeset(0): Printing DDC gathered Modelines:
    [ 9.715] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 9.740] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 9.740] (II) modeset(0): Printing DDC gathered Modelines:
    [ 9.740] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 9.827] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 9.827] (II) modeset(0): Printing DDC gathered Modelines:
    [ 9.827] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 9.854] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 9.854] (II) modeset(0): Printing DDC gathered Modelines:
    [ 9.854] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 9.881] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 9.881] (II) modeset(0): Printing DDC gathered Modelines:
    [ 9.881] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 9.907] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 9.907] (II) modeset(0): Printing DDC gathered Modelines:
    [ 9.907] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.007] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.007] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.007] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.034] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.034] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.034] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.260] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.260] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.260] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.288] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.288] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.288] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.438] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.438] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.438] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.465] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.465] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.465] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.492] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.493] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.493] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.519] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.519] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.519] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.591] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.591] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.591] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.620] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.620] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.620] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.648] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.648] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.648] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.747] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.748] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.748] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.776] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.776] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.776] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.801] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.801] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.801] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.827] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.827] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.827] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.854] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.854] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.854] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.880] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.881] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.881] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.907] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.907] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.907] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.934] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.934] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.934] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.961] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.961] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.961] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 10.987] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 10.987] (II) modeset(0): Printing DDC gathered Modelines:
    [ 10.987] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.014] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.014] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.014] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.043] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.043] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.043] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.071] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.071] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.071] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.098] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.098] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.098] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.458] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.458] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.458] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.485] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.485] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.485] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.511] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.511] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.511] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.539] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.539] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.539] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.565] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.565] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.565] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.593] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.594] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.594] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.720] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.720] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.720] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.749] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.749] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.749] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.776] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.777] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.777] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.805] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.805] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.805] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.831] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.831] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.831] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.857] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.857] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.857] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.962] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.962] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.962] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 11.987] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 11.987] (II) modeset(0): Printing DDC gathered Modelines:
    [ 11.987] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 12.088] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 12.088] (II) modeset(0): Printing DDC gathered Modelines:
    [ 12.088] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 12.115] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 12.115] (II) modeset(0): Printing DDC gathered Modelines:
    [ 12.115] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 12.174] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 12.174] (II) modeset(0): Printing DDC gathered Modelines:
    [ 12.174] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 12.248] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 12.248] (II) modeset(0): Printing DDC gathered Modelines:
    [ 12.248] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 12.626] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 12.626] (II) modeset(0): Printing DDC gathered Modelines:
    [ 12.626] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 12.653] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 12.654] (II) modeset(0): Printing DDC gathered Modelines:
    [ 12.654] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 12.746] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 12.746] (II) modeset(0): Printing DDC gathered Modelines:
    [ 12.746] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 16.529] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 16.529] (II) modeset(0): Printing DDC gathered Modelines:
    [ 16.529] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    [ 16.555] (II) modeset(0): EDID vendor "LGD", prod id 1133
    [ 16.555] (II) modeset(0): Printing DDC gathered Modelines:
    [ 16.555] (II) modeset(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
    But it gives a black screen. Also when I blacklist the i915 driver or force only the nvidia driver to be loaded in xorg.conf
    Any ideas? Help is greatly appreciated

    First of all, the current stable driver from the repos is newer than what you have installed (349). Arch is quick on the uptake with new software versions, there's seldom a need to go into AUR if what you need is the latest driver.
    Second, your notebook is likely using optimus, so you should be using Bumblebee and read through this article to find out how to set it up: https://wiki.archlinux.org/index.php/Bumblebee
    Last edited by V1del (2015-05-11 15:27:16)

  • [SOLVED]How to get higher Framebuffer than 1024x768 with nvidia module

    Hello,
    when I first installed Arch it loaded nouveau module for my nvidia graphicscard during boot via udev.
    Everything looked fine and it seemed like it was using my nativ resolution of 1280x800 for conole.
    Now with "nvidia" it doesn't look as pretty anymore since it uses the vga=773 (1024x768) framebuffer
    from the Kernel Line which loooks a little bit distorted on a widescreen monitor. When I run the
    HDT (Hardware Detection Tool) from Syslinux it lists all possible vesa framebuffers but 1024x768 seems
    to be the max. So why is it possible with nouveau and not with the prop. nvidia driver? Is there a work
    around?
    Is this impossible because prop. graphics driver don't use the open driver stack?
    Kind Regards,
    blackout23
    Last edited by blackout23 (2012-02-14 14:14:59)

    Ok that makes things clear. I just tried UVesafb but it also only lists the following modes.
    640x400-8, 0x0100
    640x480-8, 0x0101
    800x600-8, 0x0103
    1024x768-8, 0x0105
    320x200-16, 0x010e
    320x200-32, 0x010f
    640x480-16, 0x0111
    640x480-32, 0x0112
    800x600-16, 0x0114
    800x600-32, 0x0115
    1024x768-16, 0x0117
    1024x768-32, 0x0118
    320x200-8, 0x0130
    320x400-8, 0x0131
    320x400-16, 0x0132
    320x400-32, 0x0133
    320x240-8, 0x0134
    320x240-16, 0x0135
    320x240-32, 0x0136
    640x400-16, 0x013d
    640x400-32, 0x013e
    Regards,
    blackout23
    To bad that nouveau is very slow at least on my laptop. Gnome Shell starts stuttering, when I open the Dash with the Super-Key.
    Last edited by blackout23 (2012-02-14 16:58:38)

  • Cannot find procedures with dynamic pages

    Hi all,
    I have a problem with dynamic pages. cannot find procedures.
    This is the content of a a dynamic page (example):
    <HTML>
    <ORACLE>
    begin
    htp.print(htf.bold(‘Fill in field values and use the push button to buy ticket’));
    htp.br;
    htp.formOpen(‘NETU.BUY_TICKETS’);
    htp.teletype(‘Student Id___:’);
    htp.formText(‘p_id’,5,5);
    htp.br;
    htp.teletype(‘Event Id_____:’);
    htp.formText(‘p_eventid’,5,5);
    htp.br;
    htp.teletype(‘# of Tickets_:’);
    htp.formText(‘p_no_of_tickets’,5,5);
    htp.br;
    htp.teletype(‘Credit Card’);
    htp.br;
    htp.teletype(‘AMEX,MC,VISA_:’);
    htp.formText(‘p_cc_type’,5,5);
    htp.br;
    htp.teletype(‘Card #_______:’);
    htp.formText(‘p_cc_number’,10,10);
    htp.br;
    htp.formSubmit(NULL,’Buy Ticket’);
    htp.formClose;
    end;
    </ORACLE>
    <HTML>
    and try to call to this procedure ‘NETU.BUY_TICKETS’ for save form data in BD:
    begin
    insert into tickets (id, eventid, no_of_tickets,cc_type,cc_number, trans_date) values (p_id, p_eventid, p_no_of_tickets, p_cc_type, p_cc_number, sysdate);
    exception when others then htp.print(‘SQL Error Message:’||substr(SQLERRM,1, 200));
    end;
    All compiled fine.
    The problem exact is when i submit the form, cannot find procedure.
    In browser address show this -> http://portal:7778/pls/portal/NETU.BUY_TICKETS
    and in the body...
    404 Not Found
    Unable to process request. Please check the log file for more details.
    The dev is on OracleAS 10g, on a Solaris 5.10 dual Sparc machine.
    With:
         HTTP_Server     
         Internet Directory
         OC4J_SECURITY     
         Single Sign-On:orasso     
         Gestión
    on infra tier and
         Discoverer     
         Forms     
         home     
         HTTP_Server     
         OC4J_BI_Forms     
         OC4J_Portal     
         OC4J_Wireless     
         Portal:portal     
         Reports Server: rep_portal_oracleas2     
         Web Cache     
         Wireless     
         Gestión     
    on middle tier, all running without problem...
    mmm ... what's wrong? where is the log? i find a lot...

    I have tried your code and it works for me . Here are the steps and codes I have used to stimulate your process
    1. Created the procedure
    CREATE OR REPLACE PROCEDURE p_buy_tickets (p_id in number, p_eventid in number, p_no_of_tickets in number, p_cc_type in varchar2, p_cc_number in number) IS
    BEGIN
    htp.print('Processed Successfully');
    EXCEPTION
    WHEN OTHERS THEN
    htp.print('SQL Error Message:'||substr(SQLERRM,1, 200));
    END p_buy_tickets;
    2. Granted 'Execute' privilge on this procedure to Public.
    3. Created a dynamic page with the following code (same as yours except the schema):
    <HTML>
    <ORACLE>begin
    htp.print(htf.bold('Fill in field values and use the push button to buy ticket'));
    htp.br;
    htp.formOpen('MY_SCHEMA.P_BUY_TICKETS');
    htp.teletype('Student Id___:');
    htp.formText('p_id',5,5);
    htp.br;
    htp.teletype('Event Id_____:');
    htp.formText('p_eventid',5,5);
    htp.br;
    htp.teletype('# of Tickets_:');
    htp.formText('p_no_of_tickets',5,5);
    htp.br;
    htp.teletype('Credit Card');
    htp.br;
    htp.teletype('AMEX,MC,VISA_:');
    htp.formText('p_cc_type',5,5);
    htp.br;
    htp.teletype('Card #_______:');
    htp.formText('p_cc_number',10,10);
    htp.br;
    htp.formSubmit(NULL,'Buy Ticket');
    htp.formClose;
    end;
    </ORACLE>
    <HTML>
    4. I got the message 'Processed Successfully' when I ran the dynamic page and submitted the form.
    You may need to check how you declared parameters in the procedure and how you supplied values when you run the procedure. In this case, I created the procedure with "No Default" value for all parameters , so I have to supply value for all parameters in the form otherwise I will encounter the 'Page Not Found' error.
    Hope this helps!.
    Thanks
    Krishnamurthy

  • Cannot find WinCoder with G4Ti4600-VT2D8X

    I recently purchased G4Ti4600-VT2D8X card but cannot find WinCoder in the CD labelled InterVideo WinProducer/WinCoder. It only contains WinProducer, although the CD mentions it is 2in1 but provides options for only Winproducer installation. Any idea where I can find the WinCoder?

    WinCoder is a part of WinProducer. Wincoder converts video file types etc., this feature is built in to WinProducer.

  • Cannot find anything with ff 4 unlike ff 3.6

    recently downloaded ff 4 and cannot find anything on the web. It takes me to obscure or irrelevant sites and not what i am looking for unlike the previous version of ff which simply gave me a list of possible websites. How is this(ff4) an improvement on the previous version?

    Craig Roberts1-
    The only drive thing I see is that you have no logical disk3. I don't know if that matters or not. But there are four drives listed and the G5 holds 3.
    What is the extra drive and which one is it? Is there an external drive of some sort?
    Luck-
    -DaddyPaycheck

  • Cannot find location with iPad 2

    Cannot find location: I have an iPad 1 and a newly acquired iPad 2; even if they are side by side, the iPad 1 will find its location, while the iPad 2 cannot, and thus, lots of applications do not work. What to do ?

    Hi Ogie4139,
    Since you're missing both the AirPlay and AirDrop icons from the Control Center, please try and reinstall iOS on your iPad by following the directions below.
    Make sure that you have iTunes 12 or later on your computer.
    Put your device in recovery mode.
    When you get the option to restore or update, select Update. This will reinstall iOS without erasing your data.
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on - Apple Support
    Thanks for using the Apple Support Communities!
    Cheers,
    Alex H.

Maybe you are looking for

  • How do I display Tamil fonts in Adobe CS6? Please help..

    Hello I am creating a document in Tamil. Normally I type in Google document. Then copy and paste in Word. It works perfectly. Now I am creating a poster in Adobe illustrator. I did type in google and pasted in notepad. It works perfectly. When I copy

  • Help, help help help

    When I connect my nano it doesn't add any songs and a warning comes up from my tray that says"iTunes:iTunes.exe Corrupt File run the Chkdsk utility." I typed Chkdsk into run and ran it. Nothing changed. Also when I connect my nano it says "Attempt to

  • Project in Imovie 9 Only plays back still frames, wont play video

    Project in Imovie 9 Only plays back still frames I can see all the video clips but screen just goes black while going over the video. The video is still in the computer and has not been moved around. Also if i play the imported video on the "Event" b

  • Dynamic approval workflow based on checkboxes

    I have a sharepoint 2010 approval workflow based on an info path form list The form has about 20 checkboxes for different areas of for which a supervisor could request access for. A supervisor could check 1 checkbox, or all 20. The checkbox on the ac

  • Ipod touch 2nd gen 8GB freezing problem

    As the titls says, i have an 2nd generation 8GB Ipod touch, and it freezes most of the time, it can sit there turned on and its perfectly fine, until i start using it then it freezes up, i have tried a restore from a saved backup, and ive tried a ful