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)

Similar Messages

  • GTX 660M black screen with Nvidia driver, maybe a BIOS problem

    Hello Svet,
    I need help with this please, if it is indeed a BIOS problem:                                                       
    https://forum-en.msi.com/index.php?topic=254620.0
    My laptop uses the Aptio Setup Utility Version 2.10.1208
    BIOS Version: E16F2IMT.300
    BIOS Build: 05/31/2011
    EC Version 16F2EG61 Ver4.22
    EC Build 04/21/2011
    I found a new BIOS for it following the link from the Power Pro official site, but I have no idea if it would do the job.
    http://www.msi.com/support/nb/GT683.html#down-driver                                                         
    This is my laptop:
    PowerPro R 11:36-560
    MSI 937-16F231-004
    If you can help me, I will gladly donate.
    Thank you,
    Fox

    Quote
    Ok, from you're answer I understand that  flashing the GPU with a compatible vBIOS is either not a solution for the problem,
    yes don't think that can help for this case
    and also will be high risky to brick your card
    and even if its not bricked[survive flashing] don't think that can change anything
    eventually you can try flashing your system notebook BIOS to the latest version for your notebook,
    to check if that can helps by chance.
    For it you have to ask your notebook vendor [power notebooks]
    to provide you with the latest BIOS for your NB
    rather than this don't think any modded stuffs can help with this.

  • Xorg-server 1.6 - black screen with mouse cursor

    Hi
    First of all: I'm really new to Arch, so maybe there is a real easy fix for this problem
    Since upgrading to xorg-server 1.6 (and today to 1.6.1) I'm not able to get a running Desktop Environment.
    Usually I am using gnome with compiz-fusion on my Geforce 4 (nvidia-96xx 96.43.11-4 driver).
    When I boot my machine i see gdm and I am able to login. I can hear my login sound but I only get a black screen with a mouse cursor.
    I added a new test user to my system without compiz and get the same.
    I tried my old xorg.conf from 1.5, generated a new one with X -configure and tried without xorg.conf but everytime the same
    Actually I'm not sure if the xorg update is responsible for this, because i did not watch the upgrade-process....
    I googled this problem and was searching similar things in this froum, but I wasn't able to find something
    Here are some files
    xorg.conf (i know there are some bullshit things in it, but it was workig )
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5x) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    # Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    # Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/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/"
    FontPath "/usr/lib/X11/fonts/local/"
    FontPath "/usr/lib/X11/fonts/misc/"
    FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    FontPath "/usr/lib/X11/fonts/75dpi/"
    FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    # Option "Protocol" "Xqueue"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2" # PS/2 Mouse
    Option "Device" "/dev/psaux"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    # Option "Protocol" "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "Eizo"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 24.8-80
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-75
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "GeForce4"
    # Driver "nv"
    Driver "nvidia"
    #VideoRam 131072
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "GeForce4"
    Monitor "Eizo"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "true"
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    # Mode 0666
    # EndSection
    Section "Extensions"
    Option "Composite" "enable"
    EndSection
    Xorg.0.log
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux delirium 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 15 April 2009 11:09:10AM
    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: Wed Apr 15 23:20:32 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "Eizo"
    (**) | |-->Device "GeForce4"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/lib/X11/fonts/local/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/misc/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/Type1/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
    Entry deleted from font path.
    (**) 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/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse1
    (WW) Disabling Keyboard1
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@3:0:0) nVidia Corporation NV25 [GeForce4 Ti 4200] rev 163, Mem @ 0xe5000000/16777216, 0xd0000000/134217728, 0xd8000000/524288, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1, 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: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, 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 DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (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 96.43.11 Mon Feb 23 15:43:14 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.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 96.43.11 Mon Feb 23 15:32:04 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 03@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.6.1, 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
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) 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 "AddARGBGLXVisuals" "true"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce4 Ti 4200 at PCI:3:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 131072 kBytes
    (--) NVIDIA(0): VideoBIOS: 04.25.00.34.00
    (II) NVIDIA(0): Detected AGP rate: 4X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce4 Ti 4200 at PCI:3:0:0:
    (--) NVIDIA(0): EIZO L578 (DFP-0)
    (--) NVIDIA(0): EIZO L578 (DFP-0): 165.0 MHz maximum pixel clock
    (--) NVIDIA(0): EIZO L578 (DFP-0): External Single Link TMDS
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GART.
    (II) NVIDIA(0): Setting mode "1280x1024"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (II) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (==) 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
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device ImPS/2 Logitech Wheel Mouse
    (**) ImPS/2 Logitech Wheel Mouse: always reports core events
    (**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event6"
    (II) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
    (II) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
    (II) ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
    (II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse
    (**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
    (**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE)
    (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
    (**) ImPS/2 Logitech Wheel Mouse: (accel) filter chain progression: 2.00
    (**) ImPS/2 Logitech Wheel Mouse: (accel) filter stage 0: 20.00 ms
    (**) ImPS/2 Logitech Wheel Mouse: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device saa7134 IR (LifeView FlyVIDEO30
    (**) saa7134 IR (LifeView FlyVIDEO30: always reports core events
    (**) saa7134 IR (LifeView FlyVIDEO30: Device: "/dev/input/event5"
    (II) saa7134 IR (LifeView FlyVIDEO30: Found keys
    (II) saa7134 IR (LifeView FlyVIDEO30: Configuring as keyboard
    (II) XINPUT: Adding extended input device "saa7134 IR (LifeView FlyVIDEO30" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    Last edited by MueLLe (2009-04-15 21:35:42)

    I'm having a very similar issue. Sometimes, when I boot and type in startx (I'm not even a GNOME user--I use dwm and no graphical login manager), I just get a black screen. No mouse cursor, so I think X doesn't even load. It only started with the xserver 1.6 update and the update to that hasn't changed anything. What I've been doing is just rebooting until it loads normally (takes one to three times). Is anyone else having this problem?

  • Windows 7 bootcamp show black screen with a small white bar

    I just upgraded my iMac mid 2011 21.5" with a crucial m4 SSD. The SSD is plugged in the disk 1 DATA port and on the SSD power on the motherboard. I fully installed Windows 7 with all the driver and updates. My mac is upgraded with the lastest update. The crucial m4 firmware is 009. I installed no driver for the SSD.
    The problem is that when I start my bootcamp it only show a black screen with a small white bar on the corner. I waited about 5 minutes before to close the computer manually. The only way my bootcamp work is when I put my Windows 7 DVD in the reader for the startup.

    Sometimes windows installation will install a WDM driver for ati or nvidia. It causes the screen to go black altho ugh everything else is running in the background. I found that using an external monitor will allow you to see the screen so that you can install the lastest bootcamp drivers. After the drivers are installed the screen comes back.  I reinstalled windows 3 times and tried all other solutions including repairing the hard drive in disk utility.

  • IPhone crashing to black screen with apple, apps as well.

    My iPhone 5, which i have had for a couple of weeks now, continuously crashes in a weird way. It will, while im using random applications but mostly imessage, and maps, and when i am on the home screen go to a black screen with the apple logo, as if i had done a home button + power button restart, and then come back to the lock screen within a few seconds. As well, iMessages, Maps, Chrome and other apps crash frequently while i am using them. At random times, and not when i do a certain thing. i cannot replicate either crashing issue by doing anything other than just use of my phone.
    I have had my iPhone replaced twice, i am on the third iPhone 5 in the past 2 weeks, each one i've had i have done a restart, reset, restore both from the backup and "fresh", where i have manually loaded the applications, logged into icloud, and started a new sync. I still get the problem. I think it may have somethign to do with my iCloud account, i have a legacy @me account that is connected with my iCloud account, but turning off icloud on my phone does nothing. It isn't time related, and doesn't happen on regular intervals (I thought it might have been mail fetching new data, turned it off and the problem still persists). Below are some crash reports (found in settings, general, about, Diagnostics & Usage Data), i've taken a some from the springboard, imessage, maps, and some others. I have more than 120 crash reports since 5 PM on the 16th (When i last tried to restart, reset, restore), until this morning the 18th. This is the most frustrating issue i've had with an apple product, ever.
    Thank you so much for your help.
    Incident Identifier: 0AD9CE54-04C7-46ED-9215-F02AB9B0B508
    CrashReporter Key:   ebbca7082238839ddd21442226e837e482b8492f
    Hardware Model:      iPhone5,1
    Process:         AppStore [1749]
    Path:            /Applications/AppStore.app/AppStore
    Identifier:      AppStore
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2012-11-17 18:13:09.259 -0800
    OS Version:      iOS 6.0.1 (10A525)
    Report Version:  104
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x2fc60ff4
    Crashed Thread:  0
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   TextInput                         0x32e56de0 0x32e2c000 + 175584
    1   TextInput                         0x32e56d42 0x32e2c000 + 175426
    2   TextInput                         0x32e56df4 0x32e2c000 + 175604
    3   TextInput                         0x32e56d42 0x32e2c000 + 175426
    4   TextInput                         0x32e56df4 0x32e2c000 + 175604
    5   TextInput                         0x32e56d42 0x32e2c000 + 175426
    6   TextInput                         0x32e56df4 0x32e2c000 + 175604
    7   TextInput                         0x32e56d42 0x32e2c000 + 175426
    8   TextInput                         0x32e56df4 0x32e2c000 + 175604
    9   TextInput                         0x32e56d42 0x32e2c000 + 175426
    10  TextInput                         0x32e56df4 0x32e2c000 + 175604
    11  TextInput                         0x32e56d42 0x32e2c000 + 175426
    12  TextInput                         0x32e56df4 0x32e2c000 + 175604
    13  TextInput                         0x32e56d42 0x32e2c000 + 175426
    14  TextInput                         0x32e56df4 0x32e2c000 + 175604
    15  TextInput                         0x32e56d42 0x32e2c000 + 175426
    16  TextInput                         0x32e56df4 0x32e2c000 + 175604
    17  TextInput                         0x32e56d42 0x32e2c000 + 175426
    18  TextInput                         0x32e56df4 0x32e2c000 + 175604
    19  TextInput                         0x32e56d42 0x32e2c000 + 175426
    20  TextInput                         0x32e56df4 0x32e2c000 + 175604
    21  TextInput                         0x32e56d42 0x32e2c000 + 175426
    22  TextInput                         0x32e56df4 0x32e2c000 + 175604
    23  TextInput                         0x32e56d42 0x32e2c000 + 175426
    24  TextInput                         0x32e56df4 0x32e2c000 + 175604
    25  TextInput                         0x32e56d42 0x32e2c000 + 175426
    26  TextInput                         0x32e56df4 0x32e2c000 + 175604
    27  TextInput                         0x32e56d42 0x32e2c000 + 175426
    28  TextInput                         0x32e56df4 0x32e2c000 + 175604
    29  TextInput                         0x32e56d42 0x32e2c000 + 175426
    30  TextInput                         0x32e56df4 0x32e2c000 + 175604
    31  TextInput                         0x32e56d42 0x32e2c000 + 175426
    32  TextInput                         0x32e56df4 0x32e2c000 + 175604
    33  TextInput                         0x32e56d42 0x32e2c000 + 175426
    34  TextInput                         0x32e56df4 0x32e2c000 + 175604
    35  TextInput                         0x32e56d42 0x32e2c000 + 175426
    36  TextInput                         0x32e56df4 0x32e2c000 + 175604
    37  TextInput                         0x32e56d42 0x32e2c000 + 175426
    38  TextInput                         0x32e56df4 0x32e2c000 + 175604
    39  TextInput                         0x32e56d42 0x32e2c000 + 175426
    40  TextInput                         0x32e56df4 0x32e2c000 + 175604
    41  TextInput                         0x32e56d42 0x32e2c000 + 175426
    42  TextInput                         0x32e56df4 0x32e2c000 + 175604
    43  TextInput                         0x32e56d42 0x32e2c000 + 175426
    44  TextInput                         0x32e56df4 0x32e2c000 + 175604
    45  TextInput                         0x32e56d42 0x32e2c000 + 175426
    46  TextInput                         0x32e56df4 0x32e2c000 + 175604
    47  TextInput                         0x32e56d42 0x32e2c000 + 175426
    48  TextInput                         0x32e56df4 0x32e2c000 + 175604
    49  TextInput                         0x32e56d42 0x32e2c000 + 175426
    50  TextInput                         0x32e56df4 0x32e2c000 + 175604
    51  TextInput                         0x32e56d42 0x32e2c000 + 175426
    52  TextInput                         0x32e56df4 0x32e2c000 + 175604
    53  TextInput                         0x32e56d42 0x32e2c000 + 175426
    54  TextInput                         0x32e56df4 0x32e2c000 + 175604
    55  TextInput                         0x32e56d42 0x32e2c000 + 175426
    56  TextInput                         0x32e56df4 0x32e2c000 + 175604
    57  TextInput                         0x32e56d42 0x32e2c000 + 175426
    58  TextInput                         0x32e56df4 0x32e2c000 + 175604
    59  TextInput                         0x32e56d42 0x32e2c000 + 175426
    60  TextInput                         0x32e56df4 0x32e2c000 + 175604
    61  TextInput                         0x32e56d42 0x32e2c000 + 175426
    62  TextInput                         0x32e56df4 0x32e2c000 + 175604
    63  TextInput                         0x32e56d42 0x32e2c000 + 175426
    64  TextInput                         0x32e56df4 0x32e2c000 + 175604
    65  TextInput                         0x32e56d42 0x32e2c000 + 175426
    66  TextInput                         0x32e56df4 0x32e2c000 + 175604
    67  TextInput                         0x32e56d42 0x32e2c000 + 175426
    68  TextInput                         0x32e56df4 0x32e2c000 + 175604
    69  TextInput                         0x32e56d42 0x32e2c000 + 175426
    70  TextInput                         0x32e56df4 0x32e2c000 + 175604
    71  TextInput                         0x32e56d42 0x32e2c000 + 175426
    72  TextInput                         0x32e56df4 0x32e2c000 + 175604
    73  TextInput                         0x32e56d42 0x32e2c000 + 175426
    74  TextInput                         0x32e56df4 0x32e2c000 + 175604
    75  TextInput                         0x32e56d42 0x32e2c000 + 175426
    76  TextInput                         0x32e56df4 0x32e2c000 + 175604
    77  TextInput                         0x32e56d42 0x32e2c000 + 175426
    78  TextInput                         0x32e56df4 0x32e2c000 + 175604
    79  TextInput                         0x32e56d42 0x32e2c000 + 175426
    80  TextInput                         0x32e56df4 0x32e2c000 + 175604
    81  TextInput                         0x32e56d42 0x32e2c000 + 175426
    82  TextInput                         0x32e56df4 0x32e2c000 + 175604
    83  TextInput                         0x32e56d42 0x32e2c000 + 175426
    84  TextInput                         0x32e56df4 0x32e2c000 + 175604
    85  TextInput                         0x32e56d42 0x32e2c000 + 175426
    86  TextInput                         0x32e56df4 0x32e2c000 + 175604
    87  TextInput                         0x32e56d42 0x32e2c000 + 175426
    88  TextInput                         0x32e56df4 0x32e2c000 + 175604
    89  TextInput                         0x32e56d42 0x32e2c000 + 175426
    90  TextInput                         0x32e56df4 0x32e2c000 + 175604
    91  TextInput                         0x32e56d42 0x32e2c000 + 175426
    92  TextInput                         0x32e56df4 0x32e2c000 + 175604
    93  TextInput                         0x32e56d42 0x32e2c000 + 175426
    94  TextInput                         0x32e56df4 0x32e2c000 + 175604
    95  TextInput                         0x32e56d42 0x32e2c000 + 175426
    96  TextInput                         0x32e56df4 0x32e2c000 + 175604
    97  TextInput                         0x32e56d42 0x32e2c000 + 175426
    98  TextInput                         0x32e56df4 0x32e2c000 + 175604
    99  TextInput                         0x32e56d42 0x32e2c000 + 175426
    100 TextInput                         0x32e56df4 0x32e2c000 + 175604
    101 TextInput                         0x32e56d42 0x32e2c000 + 175426
    102 TextInput                         0x32e56df4 0x32e2c000 + 175604
    103 TextInput                         0x32e56d42 0x32e2c000 + 175426
    104 TextInput                         0x32e56df4 0x32e2c000 + 175604
    105 TextInput                         0x32e56d42 0x32e2c000 + 175426
    106 TextInput                         0x32e56df4 0x32e2c000 + 175604
    107 TextInput                         0x32e56d42 0x32e2c000 + 175426
    108 TextInput                         0x32e56df4 0x32e2c000 + 175604
    109 TextInput                         0x32e56d42 0x32e2c000 + 175426
    110 TextInput                         0x32e56df4 0x32e2c000 + 175604
    111 TextInput                         0x32e56d42 0x32e2c000 + 175426
    112 TextInput                         0x32e56df4 0x32e2c000 + 175604
    113 TextInput                         0x32e56d42 0x32e2c000 + 175426
    114 TextInput                         0x32e56df4 0x32e2c000 + 175604
    115 TextInput                         0x32e56d42 0x32e2c000 + 175426
    116 TextInput                         0x32e56df4 0x32e2c000 + 175604
    117 TextInput                         0x32e56d42 0x32e2c000 + 175426
    118 TextInput                         0x32e56df4 0x32e2c000 + 175604
    119 TextInput                         0x32e56d42 0x32e2c000 + 175426
    120 TextInput                         0x32e56df4 0x32e2c000 + 175604
    121 TextInput                         0x32e56d42 0x32e2c000 + 175426
    122 TextInput                         0x32e56df4 0x32e2c000 + 175604
    123 TextInput                         0x32e56d42 0x32e2c000 + 175426
    124 TextInput                         0x32e56df4 0x32e2c000 + 175604
    125 TextInput                         0x32e56d42 0x32e2c000 + 175426
    126 TextInput                         0x32e56df4 0x32e2c000 + 175604
    127 TextInput                         0x32e56d42 0x32e2c000 + 175426
    128 TextInput                         0x32e56df4 0x32e2c000 + 175604
    129 TextInput                         0x32e56d42 0x32e2c000 + 175426
    130 TextInput                         0x32e56df4 0x32e2c000 + 175604
    131 TextInput                         0x32e56d42 0x32e2c000 + 175426
    132 TextInput                         0x32e56df4 0x32e2c000 + 175604
    133 TextInput                         0x32e56d42 0x32e2c000 + 175426
    134 TextInput                         0x32e56df4 0x32e2c000 + 175604
    135 TextInput                         0x32e56d42 0x32e2c000 + 175426
    136 TextInput                         0x32e56df4 0x32e2c000 + 175604
    137 TextInput                         0x32e56d42 0x32e2c000 + 175426
    138 TextInput                         0x32e56df4 0x32e2c000 + 175604
    139 TextInput                         0x32e56d42 0x32e2c000 + 175426
    140 TextInput                         0x32e56df4 0x32e2c000 + 175604
    141 TextInput                         0x32e56d42 0x32e2c000 + 175426
    142 TextInput                         0x32e56df4 0x32e2c000 + 175604
    143 TextInput                         0x32e56d42 0x32e2c000 + 175426
    144 TextInput                         0x32e56df4 0x32e2c000 + 175604
    145 TextInput                         0x32e56d42 0x32e2c000 + 175426
    146 TextInput                         0x32e56df4 0x32e2c000 + 175604
    147 TextInput                         0x32e56d42 0x32e2c000 + 175426
    148 TextInput                         0x32e56df4 0x32e2c000 + 175604
    149 TextInput                         0x32e56d42 0x32e2c000 + 175426
    150 TextInput                         0x32e56df4 0x32e2c000 + 175604
    151 TextInput                         0x32e56d42 0x32e2c000 + 175426
    152 TextInput                         0x32e56df4 0x32e2c000 + 175604
    153 TextInput                         0x32e56d42 0x32e2c000 + 175426
    154 TextInput                         0x32e56df4 0x32e2c000 + 175604
    155 TextInput                         0x32e56d42 0x32e2c000 + 175426
    156 TextInput                         0x32e56df4 0x32e2c000 + 175604
    157 TextInput                         0x32e56d42 0x32e2c000 + 175426
    158 TextInput                         0x32e56df4 0x32e2c000 + 175604
    159 TextInput                         0x32e56d42 0x32e2c000 + 175426
    160 TextInput                         0x32e56df4 0x32e2c000 + 175604
    161 TextInput                         0x32e56d42 0x32e2c000 + 175426
    162 TextInput                         0x32e56df4 0x32e2c000 + 175604
    163 TextInput                         0x32e56d42 0x32e2c000 + 175426
    164 TextInput                         0x32e56df4 0x32e2c000 + 175604
    165 TextInput                         0x32e56d42 0x32e2c000 + 175426
    166 TextInput                         0x32e56df4 0x32e2c000 + 175604
    167 TextInput                         0x32e56d42 0x32e2c000 + 175426
    168 TextInput                         0x32e56df4 0x32e2c000 + 175604
    169 TextInput                         0x32e56d42 0x32e2c000 + 175426
    170 TextInput                         0x32e56df4 0x32e2c000 + 175604
    171 TextInput                         0x32e56d42 0x32e2c000 + 175426
    172 TextInput                         0x32e56df4 0x32e2c000 + 175604
    173 TextInput                         0x32e56d42 0x32e2c000 + 175426
    174 TextInput                         0x32e56df4 0x32e2c000 + 175604
    175 TextInput                         0x32e56d42 0x32e2c000 + 175426
    176 TextInput                         0x32e56df4 0x32e2c000 + 175604
    177 TextInput                         0x32e56d42 0x32e2c000 + 175426
    178 TextInput                         0x32e56df4 0x32e2c000 + 175604
    179 TextInput                         0x32e56d42 0x32e2c000 + 175426
    180 TextInput                         0x32e56df4 0x32e2c000 + 175604
    181 TextInput                         0x32e56d42 0x32e2c000 + 175426
    182 TextInput                         0x32e56df4 0x32e2c000 + 175604
    183 TextInput                         0x32e56d42 0x32e2c000 + 175426
    184 TextInput                         0x32e56df4 0x32e2c000 + 175604
    185 TextInput                         0x32e56d42 0x32e2c000 + 175426
    186 TextInput                         0x32e56df4 0x32e2c000 + 175604
    187 TextInput                         0x32e56d42 0x32e2c000 + 175426
    188 TextInput                         0x32e56df4 0x32e2c000 + 175604
    189 TextInput                         0x32e56d42 0x32e2c000 + 175426
    190 TextInput                         0x32e56df4 0x32e2c000 + 175604
    191 TextInput                         0x32e56d42 0x32e2c000 + 175426
    192 TextInput                         0x32e56df4 0x32e2c000 + 175604
    193 TextInput                         0x32e56d42 0x32e2c000 + 175426
    194 TextInput                         0x32e56df4 0x32e2c000 + 175604
    195 TextInput                         0x32e56d42 0x32e2c000 + 175426
    196 TextInput                         0x32e56df4 0x32e2c000 + 175604
    197 TextInput                         0x32e56d42 0x32e2c000 + 175426
    198 TextInput                         0x32e56df4 0x32e2c000 + 175604
    199 TextInput                         0x32e56d42 0x32e2c000 + 175426
    200 TextInput                         0x32e56df4 0x32e2c000 + 175604
    201 TextInput                         0x32e56d42 0x32e2c000 + 175426
    202 TextInput                         0x32e56df4 0x32e2c000 + 175604
    203 TextInput                         0x32e56d42 0x32e2c000 + 175426
    204 TextInput                         0x32e56df4 0x32e2c000 + 175604
    205 TextInput                         0x32e56d42 0x32e2c000 + 175426
    206 TextInput                         0x32e56df4 0x32e2c000 + 175604
    207 TextInput                         0x32e56d42 0x32e2c000 + 175426
    208 TextInput                         0x32e56df4 0x32e2c000 + 175604
    209 TextInput                         0x32e56d42 0x32e2c000 + 175426
    210 TextInput                         0x32e56df4 0x32e2c000 + 175604
    211 TextInput                         0x32e56d42 0x32e2c000 + 175426
    212 TextInput                         0x32e56df4 0x32e2c000 + 175604
    213 TextInput                         0x32e56d42 0x32e2c000 + 175426
    214 TextInput                         0x32e56df4 0x32e2c000 + 175604
    215 TextInput                         0x32e56d42 0x32e2c000 + 175426
    216 TextInput                         0x32e56df4 0x32e2c000 + 175604
    217 TextInput                         0x32e56d42 0x32e2c000 + 175426
    218 TextInput                         0x32e56df4 0x32e2c000 + 175604
    219 TextInput                         0x32e56d42 0x32e2c000 + 175426
    220 TextInput                         0x32e56df4 0x32e2c000 + 175604
    221 TextInput                         0x32e56d42 0x32e2c000 + 175426
    222 TextInput                         0x32e56df4 0x32e2c000 + 175604
    223 TextInput                         0x32e56d42 0x32e2c000 + 175426
    224 TextInput                         0x32e56df4 0x32e2c000 + 175604
    225 TextInput                         0x32e56d42 0x32e2c000 + 175426
    226 TextInput                         0x32e56df4 0x32e2c000 + 175604
    227 TextInput                         0x32e56d42 0x32e2c000 + 175426
    228 TextInput                         0x32e56df4 0x32e2c000 + 175604
    229 TextInput                         0x32e56d42 0x32e2c000 + 175426
    230 TextInput                         0x32e56df4 0x32e2c000 + 175604
    231 TextInput                         0x32e56d42 0x32e2c000 + 175426
    232 TextInput                         0x32e56df4 0x32e2c000 + 175604
    233 TextInput                         0x32e56d42 0x32e2c000 + 175426
    234 TextInput                         0x32e56df4 0x32e2c000 + 175604
    235 TextInput                         0x32e56d42 0x32e2c000 + 175426
    236 TextInput                         0x32e56df4 0x32e2c000 + 175604
    237 TextInput                         0x32e56d42 0x32e2c000 + 175426
    238 TextInput                         0x32e56df4 0x32e2c000 + 175604
    239 TextInput                         0x32e56d42 0x32e2c000 + 175426
    240 TextInput                         0x32e56df4 0x32e2c000 + 175604
    241 TextInput                         0x32e56d42 0x32e2c000 + 175426
    242 TextInput                         0x32e56df4 0x32e2c000 + 175604
    243 TextInput                         0x32e56d42 0x32e2c000 + 175426
    244 TextInput                         0x32e56df4 0x32e2c000 + 175604
    245 TextInput                         0x32e56d42 0x32e2c000 + 175426
    246 TextInput                         0x32e56df4 0x32e2c000 + 175604
    247 TextInput                         0x32e56d42 0x32e2c000 + 175426
    248 TextInput                         0x32e56df4 0x32e2c000 + 175604
    249 TextInput                         0x32e56d42 0x32e2c000 + 175426
    250 TextInput                         0x32e56df4 0x32e2c000 + 175604
    251 TextInput                         0x32e56d42 0x32e2c000 + 175426
    252 TextInput                         0x32e56df4 0x32e2c000 + 175604
    253 TextInput                         0x32e56d42 0x32e2c000 + 175426
    254 TextInput                         0x32e56df4 0x32e2c000 + 175604
    255 TextInput                         0x32e56d42 0x32e2c000 + 175426
    256 TextInput                         0x32e56df4 0x32e2c000 + 175604
    257 TextInput                         0x32e56d42 0x32e2c000 + 175426
    258 TextInput                         0x32e56df4 0x32e2c000 + 175604
    259 TextInput                         0x32e56d42 0x32e2c000 + 175426
    260 TextInput                         0x32e56df4 0x32e2c000 + 175604
    261 TextInput                         0x32e56d42 0x32e2c000 + 175426
    262 TextInput                         0x32e56df4 0x32e2c000 + 175604
    263 TextInput                         0x32e56d42 0x32e2c000 + 175426
    264 TextInput                         0x32e56df4 0x32e2c000 + 175604
    265 TextInput                         0x32e56d42 0x32e2c000 + 175426
    266 TextInput                         0x32e56df4 0x32e2c000 + 175604
    267 TextInput                         0x32e56d42 0x32e2c000 + 175426
    268 TextInput                         0x32e56df4 0x32e2c000 + 175604
    269 TextInput                         0x32e56d42 0x32e2c000 + 175426
    270 TextInput                         0x32e56df4 0x32e2c000 + 175604
    271 TextInput                         0x32e56d42 0x32e2c000 + 175426
    272 TextInput                         0x32e56df4 0x32e2c000 + 175604
    273 TextInput                         0x32e56d42 0x32e2c000 + 175426
    274 TextInput                         0x32e56df4 0x32e2c000 + 175604
    275 TextInput                         0x32e56d42 0x32e2c000 + 175426
    276 TextInput                         0x32e56df4 0x32e2c000 + 175604
    277 TextInput                         0x32e56d42 0x32e2c000 + 175426
    278 TextInput                         0x32e56df4 0x32e2c000 + 175604
    279 TextInput                         0x32e56d42 0x32e2c000 + 175426
    280 TextInput                         0x32e56df4 0x32e2c000 + 175604
    281 TextInput                         0x32e56d42 0x32e2c000 + 175426
    282 TextInput                         0x32e56df4 0x32e2c000 + 175604
    283 TextInput                         0x32e56d42 0x32e2c000 + 175426
    284 TextInput                         0x32e56df4 0x32e2c000 + 175604
    285 TextInput                         0x32e56d42 0x32e2c000 + 175426
    286 TextInput                         0x32e56df4 0x32e2c000 + 175604
    287 TextInput                         0x32e56d42 0x32e2c000 + 175426
    288 TextInput                         0x32e56df4 0x32e2c000 + 175604
    289 TextInput                         0x32e56d42 0x32e2c000 + 175426
    290 TextInput                         0x32e56df4 0x32e2c000 + 175604
    291 TextInput                         0x32e56d42 0x32e2c000 + 175426
    292 TextInput                         0x32e56df4 0x32e2c000 + 175604
    293 TextInput                         0x32e56d42 0x32e2c000 + 175426
    294 TextInput                         0x32e56df4 0x32e2c000 + 175604
    295 TextInput                         0x32e56d42 0x32e2c000 + 175426
    296 TextInput                         0x32e56df4 0x32e2c000 + 175604
    297 TextInput                         0x32e56d42 0x32e2c000 + 175426
    298 TextInput                         0x32e56df4 0x32e2c000 + 175604
    299 TextInput                         0x32e56d42 0x32e2c000 + 175426
    300 TextInput                         0x32e56df4 0x32e2c000 + 175604
    301 TextInput                         0x32e56d42 0x32e2c000 + 175426

    Incident Identifier: 071B881F-58EA-46F1-9641-4955BAA366F7
    CrashReporter Key:   ebbca7082238839ddd21442226e837e482b8492f
    Hardware Model:      iPhone5,1
    Process:         Chrome [1870]
    Path:            /var/mobile/Applications/211309B4-5F55-4F84-BFD9-FFE89BDC8BBF/stable.app/Chrome
    Identifier:      Chrome
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2012-11-17 20:30:40.342 -0800
    OS Version:      iOS 6.0.1 (10A525)
    Report Version:  104
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x2fc5aff8
    Crashed Thread:  0
    Thread 0 name:  CrBrowserMain  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   TextInput                         0x32e56d2c 0x32e2c000 + 175404
    1   TextInput                         0x32e56df4 0x32e2c000 + 175604
    2   TextInput                         0x32e56d42 0x32e2c000 + 175426
    3   TextInput                         0x32e56df4 0x32e2c000 + 175604
    4   TextInput                         0x32e56d42 0x32e2c000 + 175426
    5   TextInput                         0x32e56df4 0x32e2c000 + 175604
    6   TextInput                         0x32e56d42 0x32e2c000 + 175426
    7   TextInput                         0x32e56df4 0x32e2c000 + 175604
    8   TextInput                         0x32e56d42 0x32e2c000 + 175426
    9   TextInput                         0x32e56df4 0x32e2c000 + 175604
    10  TextInput                         0x32e56d42 0x32e2c000 + 175426
    11  TextInput                         0x32e56df4 0x32e2c000 + 175604
    12  TextInput                         0x32e56d42 0x32e2c000 + 175426
    13  TextInput                         0x32e56df4 0x32e2c000 + 175604
    14  TextInput                         0x32e56d42 0x32e2c000 + 175426
    15  TextInput                         0x32e56df4 0x32e2c000 + 175604
    16  TextInput                         0x32e56d42 0x32e2c000 + 175426
    17  TextInput                         0x32e56df4 0x32e2c000 + 175604
    18  TextInput                         0x32e56d42 0x32e2c000 + 175426
    19  TextInput                         0x32e56df4 0x32e2c000 + 175604
    20  TextInput                         0x32e56d42 0x32e2c000 + 175426
    21  TextInput                         0x32e56df4 0x32e2c000 + 175604
    22  TextInput                         0x32e56d42 0x32e2c000 + 175426
    23  TextInput                         0x32e56df4 0x32e2c000 + 175604
    24  TextInput                         0x32e56d42 0x32e2c000 + 175426
    25  TextInput                         0x32e56df4 0x32e2c000 + 175604
    26  TextInput                         0x32e56d42 0x32e2c000 + 175426
    27  TextInput                         0x32e56df4 0x32e2c000 + 175604
    28  TextInput                         0x32e56d42 0x32e2c000 + 175426
    29  TextInput                         0x32e56df4 0x32e2c000 + 175604
    30  TextInput                         0x32e56d42 0x32e2c000 + 175426
    31  TextInput                         0x32e56df4 0x32e2c000 + 175604
    32  TextInput                         0x32e56d42 0x32e2c000 + 175426
    33  TextInput                         0x32e56df4 0x32e2c000 + 175604
    34  TextInput                         0x32e56d42 0x32e2c000 + 175426
    35  TextInput                         0x32e56df4 0x32e2c000 + 175604
    36  TextInput                         0x32e56d42 0x32e2c000 + 175426
    37  TextInput                         0x32e56df4 0x32e2c000 + 175604
    38  TextInput                         0x32e56d42 0x32e2c000 + 175426
    39  TextInput                         0x32e56df4 0x32e2c000 + 175604
    40  TextInput                         0x32e56d42 0x32e2c000 + 175426
    41  TextInput                         0x32e56df4 0x32e2c000 + 175604
    42  TextInput                         0x32e56d42 0x32e2c000 + 175426
    43  TextInput                         0x32e56df4 0x32e2c000 + 175604
    44  TextInput                         0x32e56d42 0x32e2c000 + 175426
    45  TextInput                         0x32e56df4 0x32e2c000 + 175604
    46  TextInput                         0x32e56d42 0x32e2c000 + 175426
    47  TextInput                         0x32e56df4 0x32e2c000 + 175604
    48  TextInput                         0x32e56d42 0x32e2c000 + 175426
    49  TextInput                         0x32e56df4 0x32e2c000 + 175604
    50  TextInput                         0x32e56d42 0x32e2c000 + 175426
    51  TextInput                         0x32e56df4 0x32e2c000 + 175604
    52  TextInput                         0x32e56d42 0x32e2c000 + 175426
    53  TextInput                         0x32e56df4 0x32e2c000 + 175604
    54  TextInput                         0x32e56d42 0x32e2c000 + 175426
    55  TextInput                         0x32e56df4 0x32e2c000 + 175604
    56  TextInput                         0x32e56d42 0x32e2c000 + 175426
    57  TextInput                         0x32e56df4 0x32e2c000 + 175604
    58  TextInput                         0x32e56d42 0x32e2c000 + 175426
    59  TextInput                         0x32e56df4 0x32e2c000 + 175604
    60  TextInput                         0x32e56d42 0x32e2c000 + 175426
    61  TextInput                         0x32e56df4 0x32e2c000 + 175604
    62  TextInput                         0x32e56d42 0x32e2c000 + 175426
    63  TextInput                         0x32e56df4 0x32e2c000 + 175604
    64  TextInput                         0x32e56d42 0x32e2c000 + 175426
    65  TextInput                         0x32e56df4 0x32e2c000 + 175604
    66  TextInput                         0x32e56d42 0x32e2c000 + 175426
    67  TextInput                         0x32e56df4 0x32e2c000 + 175604
    68  TextInput                         0x32e56d42 0x32e2c000 + 175426
    69  TextInput                         0x32e56df4 0x32e2c000 + 175604
    70  TextInput                         0x32e56d42 0x32e2c000 + 175426
    71  TextInput                         0x32e56df4 0x32e2c000 + 175604
    72  TextInput                         0x32e56d42 0x32e2c000 + 175426
    73  TextInput                         0x32e56df4 0x32e2c000 + 175604
    74  TextInput                         0x32e56d42 0x32e2c000 + 175426
    75  TextInput                         0x32e56df4 0x32e2c000 + 175604
    76  TextInput                         0x32e56d42 0x32e2c000 + 175426
    77  TextInput                         0x32e56df4 0x32e2c000 + 175604
    78  TextInput                         0x32e56d42 0x32e2c000 + 175426
    79  TextInput                         0x32e56df4 0x32e2c000 + 175604
    80  TextInput                         0x32e56d42 0x32e2c000 + 175426
    81  TextInput                         0x32e56df4 0x32e2c000 + 175604
    82  TextInput                         0x32e56d42 0x32e2c000 + 175426
    83  TextInput                         0x32e56df4 0x32e2c000 + 175604
    84  TextInput                         0x32e56d42 0x32e2c000 + 175426
    85  TextInput                         0x32e56df4 0x32e2c000 + 175604
    86  TextInput                         0x32e56d42 0x32e2c000 + 175426
    87  TextInput                         0x32e56df4 0x32e2c000 + 175604
    88  TextInput                         0x32e56d42 0x32e2c000 + 175426
    89  TextInput                         0x32e56df4 0x32e2c000 + 175604
    90  TextInput                         0x32e56d42 0x32e2c000 + 175426
    91  TextInput                         0x32e56df4 0x32e2c000 + 175604
    92  TextInput                         0x32e56d42 0x32e2c000 + 175426
    93  TextInput                         0x32e56df4 0x32e2c000 + 175604
    94  TextInput                         0x32e56d42 0x32e2c000 + 175426
    95  TextInput                         0x32e56df4 0x32e2c000 + 175604
    96  TextInput                         0x32e56d42 0x32e2c000 + 175426
    97  TextInput                         0x32e56df4 0x32e2c000 + 175604
    98  TextInput                         0x32e56d42 0x32e2c000 + 175426
    99  TextInput                         0x32e56df4 0x32e2c000 + 175604
    100 TextInput                         0x32e56d42 0x32e2c000 + 175426
    101 TextInput                         0x32e56df4 0x32e2c000 + 175604
    102 TextInput                         0x32e56d42 0x32e2c000 + 175426
    103 TextInput                         0x32e56df4 0x32e2c000 + 175604
    104 TextInput                         0x32e56d42 0x32e2c000 + 175426
    105 TextInput                         0x32e56df4 0x32e2c000 + 175604
    106 TextInput                         0x32e56d42 0x32e2c000 + 175426
    107 TextInput                         0x32e56df4 0x32e2c000 + 175604
    108 TextInput                         0x32e56d42 0x32e2c000 + 175426
    109 TextInput                         0x32e56df4 0x32e2c000 + 175604
    110 TextInput                         0x32e56d42 0x32e2c000 + 175426
    111 TextInput                         0x32e56df4 0x32e2c000 + 175604
    112 TextInput                         0x32e56d42 0x32e2c000 + 175426
    113 TextInput                         0x32e56df4 0x32e2c000 + 175604
    114 TextInput                         0x32e56d42 0x32e2c000 + 175426
    115 TextInput                         0x32e56df4 0x32e2c000 + 175604
    116 TextInput                         0x32e56d42 0x32e2c000 + 175426
    117 TextInput                         0x32e56df4 0x32e2c000 + 175604
    118 TextInput                         0x32e56d42 0x32e2c000 + 175426
    119 TextInput                         0x32e56df4 0x32e2c000 + 175604
    120 TextInput                         0x32e56d42 0x32e2c000 + 175426
    121 TextInput                         0x32e56df4 0x32e2c000 + 175604
    122 TextInput                         0x32e56d42 0x32e2c000 + 175426
    123 TextInput                         0x32e56df4 0x32e2c000 + 175604
    124 TextInput                         0x32e56d42 0x32e2c000 + 175426
    125 TextInput                         0x32e56df4 0x32e2c000 + 175604
    126 TextInput                         0x32e56d42 0x32e2c000 + 175426
    127 TextInput                         0x32e56df4 0x32e2c000 + 175604
    128 TextInput                         0x32e56d42 0x32e2c000 + 175426
    129 TextInput                         0x32e56df4 0x32e2c000 + 175604
    130 TextInput                         0x32e56d42 0x32e2c000 + 175426
    131 TextInput                         0x32e56df4 0x32e2c000 + 175604
    132 TextInput                         0x32e56d42 0x32e2c000 + 175426
    133 TextInput                         0x32e56df4 0x32e2c000 + 175604
    134 TextInput                         0x32e56d42 0x32e2c000 + 175426
    135 TextInput                         0x32e56df4 0x32e2c000 + 175604
    136 TextInput                         0x32e56d42 0x32e2c000 + 175426
    137 TextInput                         0x32e56df4 0x32e2c000 + 175604
    138 TextInput                         0x32e56d42 0x32e2c000 + 175426
    139 TextInput                         0x32e56df4 0x32e2c000 + 175604
    140 TextInput                         0x32e56d42 0x32e2c000 + 175426
    141 TextInput                         0x32e56df4 0x32e2c000 + 175604
    142 TextInput                         0x32e56d42 0x32e2c000 + 175426
    143 TextInput                         0x32e56df4 0x32e2c000 + 175604
    144 TextInput                         0x32e56d42 0x32e2c000 + 175426
    145 TextInput                         0x32e56df4 0x32e2c000 + 175604
    146 TextInput                         0x32e56d42 0x32e2c000 + 175426
    147 TextInput                         0x32e56df4 0x32e2c000 + 175604
    148 TextInput                         0x32e56d42 0x32e2c000 + 175426
    149 TextInput                         0x32e56df4 0x32e2c000 + 175604
    150 TextInput                         0x32e56d42 0x32e2c000 + 175426
    151 TextInput                         0x32e56df4 0x32e2c000 + 175604
    152 TextInput                         0x32e56d42 0x32e2c000 + 175426
    153 TextInput                         0x32e56df4 0x32e2c000 + 175604
    154 TextInput                         0x32e56d42 0x32e2c000 + 175426
    155 TextInput                         0x32e56df4 0x32e2c000 + 175604
    156 TextInput                         0x32e56d42 0x32e2c000 + 175426
    157 TextInput                         0x32e56df4 0x32e2c000 + 175604
    158 TextInput                         0x32e56d42 0x32e2c000 + 175426
    159 TextInput                         0x32e56df4 0x32e2c000 + 175604
    160 TextInput                         0x32e56d42 0x32e2c000 + 175426
    161 TextInput                         0x32e56df4 0x32e2c000 + 175604
    162 TextInput                         0x32e56d42 0x32e2c000 + 175426
    163 TextInput                         0x32e56df4 0x32e2c000 + 175604
    164 TextInput                         0x32e56d42 0x32e2c000 + 175426
    165 TextInput                         0x32e56df4 0x32e2c000 + 175604
    166 TextInput                         0x32e56d42 0x32e2c000 + 175426
    167 TextInput                         0x32e56df4 0x32e2c000 + 175604
    168 TextInput                         0x32e56d42 0x32e2c000 + 175426
    169 TextInput                         0x32e56df4 0x32e2c000 + 175604
    170 TextInput                         0x32e56d42 0x32e2c000 + 175426
    171 TextInput                         0x32e56df4 0x32e2c000 + 175604
    172 TextInput                         0x32e56d42 0x32e2c000 + 175426
    173 TextInput                         0x32e56df4 0x32e2c000 + 175604
    174 TextInput                         0x32e56d42 0x32e2c000 + 175426
    175 TextInput                         0x32e56df4 0x32e2c000 + 175604
    176 TextInput                         0x32e56d42 0x32e2c000 + 175426
    177 TextInput                         0x32e56df4 0x32e2c000 + 175604
    178 TextInput                         0x32e56d42 0x32e2c000 + 175426
    179 TextInput                         0x32e56df4 0x32e2c000 + 175604
    180 TextInput                         0x32e56d42 0x32e2c000 + 175426
    181 TextInput                         0x32e56df4 0x32e2c000 + 175604
    182 TextInput                         0x32e56d42 0x32e2c000 + 175426
    183 TextInput                         0x32e56df4 0x32e2c000 + 175604
    184 TextInput                         0x32e56d42 0x32e2c000 + 175426
    185 TextInput                         0x32e56df4 0x32e2c000 + 175604
    186 TextInput                         0x32e56d42 0x32e2c000 + 175426
    187 TextInput                         0x32e56df4 0x32e2c000 + 175604
    188 TextInput                         0x32e56d42 0x32e2c000 + 175426
    189 TextInput                         0x32e56df4 0x32e2c000 + 175604
    190 TextInput                         0x32e56d42 0x32e2c000 + 175426
    191 TextInput                         0x32e56df4 0x32e2c000 + 175604
    192 TextInput                         0x32e56d42 0x32e2c000 + 175426
    193 TextInput                         0x32e56df4 0x32e2c000 + 175604
    194 TextInput                         0x32e56d42 0x32e2c000 + 175426
    195 TextInput                         0x32e56df4 0x32e2c000 + 175604
    196 TextInput                         0x32e56d42 0x32e2c000 + 175426
    197 TextInput                         0x32e56df4 0x32e2c000 + 175604
    198 TextInput                         0x32e56d42 0x32e2c000 + 175426
    199 TextInput                         0x32e56df4 0x32e2c000 + 175604
    200 TextInput                         0x32e56d42 0x32e2c000 + 175426
    201 TextInput                         0x32e56df4 0x32e2c000 + 175604
    202 TextInput                         0x32e56d42 0x32e2c000 + 175426
    203 TextInput                         0x32e56df4 0x32e2c000 + 175604
    204 TextInput                         0x32e56d42 0x32e2c000 + 175426
    205 TextInput                         0x32e56df4 0x32e2c000 + 175604
    206 TextInput                         0x32e56d42 0x32e2c000 + 175426
    207 TextInput                         0x32e56df4 0x32e2c000 + 175604
    208 TextInput                         0x32e56d42 0x32e2c000 + 175426
    209 TextInput                         0x32e56df4 0x32e2c000 + 175604
    210 TextInput                         0x32e56d42 0x32e2c000 + 175426
    211 TextInput                         0x32e56df4 0x32e2c000 + 175604
    212 TextInput                         0x32e56d42 0x32e2c000 + 175426
    213 TextInput                         0x32e56df4 0x32e2c000 + 175604
    214 TextInput                         0x32e56d42 0x32e2c000 + 175426
    215 TextInput                         0x32e56df4 0x32e2c000 + 175604
    216 TextInput                         0x32e56d42 0x32e2c000 + 175426
    217 TextInput                         0x32e56df4 0x32e2c000 + 175604
    218 TextInput                         0x32e56d42 0x32e2c000 + 175426
    219 TextInput                         0x32e56df4 0x32e2c000 + 175604
    220 TextInput                         0x32e56d42 0x32e2c000 + 175426
    221 TextInput                         0x32e56df4 0x32e2c000 + 175604
    222 TextInput                         0x32e56d42 0x32e2c000 + 175426
    223 TextInput                         0x32e56df4 0x32e2c000 + 175604
    224 TextInput                         0x32e56d42 0x32e2c000 + 175426
    225 TextInput                         0x32e56df4 0x32e2c000 + 175604
    226 TextInput                         0x32e56d42 0x32e2c000 + 175426
    227 TextInput                         0x32e56df4 0x32e2c000 + 175604
    228 TextInput                         0x32e56d42 0x32e2c000 + 175426
    229 TextInput                         0x32e56df4 0x32e2c000 + 175604
    230 TextInput                         0x32e56d42 0x32e2c000 + 175426
    231 TextInput                         0x32e56df4 0x32e2c000 + 175604
    232 TextInput                         0x32e56d42 0x32e2c000 + 175426
    233 TextInput                         0x32e56df4 0x32e2c000 + 175604
    234 TextInput                         0x32e56d42 0x32e2c000 + 175426
    235 TextInput                         0x32e56df4 0x32e2c000 + 175604
    236 TextInput                         0x32e56d42 0x32e2c000 + 175426
    237 TextInput                         0x32e56df4 0x32e2c000 + 175604
    238 TextInput                         0x32e56d42 0x32e2c000 + 175426
    239 TextInput                         0x32e56df4 0x32e2c000 + 175604
    240 TextInput                         0x32e56d42 0x32e2c000 + 175426
    241 TextInput                         0x32e56df4 0x32e2c000 + 175604
    242 TextInput                         0x32e56d42 0x32e2c000 + 175426
    243 TextInput                         0x32e56df4 0x32e2c000 + 175604
    244 TextInput                         0x32e56d42 0x32e2c000 + 175426
    245 TextInput                         0x32e56df4 0x32e2c000 + 175604
    246 TextInput                         0x32e56d42 0x32e2c000 + 175426
    247 TextInput                         0x32e56df4 0x32e2c000 + 175604
    248 TextInput                         0x32e56d42 0x32e2c000 + 175426
    249 TextInput                         0x32e56df4 0x32e2c000 + 175604
    250 TextInput                         0x32e56d42 0x32e2c000 + 175426
    251 TextInput                         0x32e56df4 0x32e2c000 + 175604
    252 TextInput                         0x32e56d42 0x32e2c000 + 175426
    253 TextInput                         0x32e56df4 0x32e2c000 + 175604
    254 TextInput                         0x32e56d42 0x32e2c000 + 175426
    255 TextInput                         0x32e56df4 0x32e2c000 + 175604
    256 TextInput                         0x32e56d42 0x32e2c000 + 175426
    257 TextInput                         0x32e56df4 0x32e2c000 + 175604
    258 TextInput                         0x32e56d42 0x32e2c000 + 175426
    259 TextInput                         0x32e56df4 0x32e2c000 + 175604
    260 TextInput                         0x32e56d42 0x32e2c000 + 175426
    261 TextInput                         0x32e56df4 0x32e2c000 + 175604
    262 TextInput                         0x32e56d42 0x32e2c000 + 175426
    263 TextInput                         0x32e56df4 0x32e2c000 + 175604
    264 TextInput                         0x32e56d42 0x32e2c000 + 175426
    265 TextInput                         0x32e56df4 0x32e2c000 + 175604
    266 TextInput                         0x32e56d42 0x32e2c000 + 175426
    267 TextInput                         0x32e56df4 0x32e2c000 + 175604
    268 TextInput                         0x32e56d42 0x32e2c000 + 175426
    269 TextInput                         0x32e56df4 0x32e2c000 + 175604
    270 TextInput                         0x32e56d42 0x32e2c000 + 175426
    271 TextInput                         0x32e56df4 0x32e2c000 + 175604
    272 TextInput                         0x32e56d42 0x32e2c000 + 175426
    273 TextInput                         0x32e56df4 0x32e2c000 + 175604
    274 TextInput                         0x32e56d42 0x32e2c000 + 175426
    275 TextInput                         0x32e56df4 0x32e2c000 + 175604
    276 TextInput                         0x32e56d42 0x32e2c000 + 175426
    277 TextInput                         0x32e56df4 0x32e2c000 + 175604
    278 TextInput                         0x32e56d42 0x32e2c000 + 175426
    279 TextInput                         0x32e56df4 0x32e2c000 + 175604
    280 TextInput                         0x32e56d42 0x32e2c000 + 175426
    281 TextInput                         0x32e56df4 0x32e2c000 + 175604
    282 TextInput                         0x32e56d42 0x32e2c000 + 175426
    283 TextInput                         0x32e56df4 0x32e2c000 + 175604
    284 TextInput                         0x32e56d42 0x32e2c000 + 175426
    285 TextInput                         0x32e56df4 0x32e2c000 + 175604
    286 TextInput                         0x32e56d42 0x32e2c000 + 175426
    287 TextInput                         0x32e56df4 0x32e2c000 + 175604
    288 TextInput                         0x32e56d42 0x32e2c000 + 175426
    289 TextInput                         0x32e56df4 0x32e2c000 + 175604
    290 TextInput                         0x32e56d42 0x32e2c000 + 175426
    291 TextInput                         0x32e56df4 0x32e2c000 + 175604
    292 TextInput                         0x32e56d42 0x32e2c000 + 175426
    293 TextInput                         0x32e56df4 0x32e2c000 + 175604
    294 TextInput                         0x32e56d42 0x32e2c000 + 175426
    295 TextInput                         0x32e56df4 0x32e2c000 + 175604
    296 TextInput                         0x32e56d42 0x32e2c000 + 175426
    297 TextInput                         0x32e56df4 0x32e2c000 + 175604
    298 TextInput                         0x32e56d42 0x32e2c000 + 175426
    299 TextInput                         0x32e56df4 0x32e2c000 + 175604
    300 TextInput                         0x32e56d42 0x32e2c000 + 175426
    301 TextInput                         0x32e56df4 0x32e2c000 + 175604
    302 TextInput                         0x32e56d42 0x32e2c000 + 175426
    303 TextInput                         0x32e56df4 0x32e2c000 + 175604
    304 TextInput                         0x32e56d42 0x32e2c000 + 175426
    305 TextInput                         0x32e56df4 0x32e2c000 + 175604
    306 TextInput                         0x32e56d42 0x32e2c000 + 175426
    307 TextInput                         0x32e56df4 0x32e2c000 + 175604
    308 TextInput                         0x32e56d42 0x32e2c000 + 175426
    309 TextInput                         0x32e56df4 0x32e2c000 + 175604
    310 TextInput                         0x32e56d42 0x32e2c000 + 175426
    311 TextInput                         0x32e56df4 0x32e2c000 + 175604
    312 TextInput                         0x32e56d42 0x32e2c000 + 175426
    313 TextInput                         0x32e56df4 0x32e2c000 + 175604
    314 TextInput                         0x32e56d42 0x32e2c000 + 175426
    315 TextInput                         0x32e56df4 0x32e2c000 + 175604
    316 TextInput                         0x32e56d42 0x32e2c000 + 175426
    317 TextInput                         0x32e56df4 0x32e2c000 + 175604
    318 TextInput                         0x32e56d42 0x32e2c000 + 175426
    319 TextInput                         0x32e56df4 0x32e2c000 + 175604
    320 TextInput                         0x32e56d42 0x32e2c000 + 175426
    321 TextInput                         0x32e56df4 0x32e2c000 + 175604
    322 TextInput                         0x32e56d42 0x32e2c000 + 175426
    323 TextInput                         0x32e56df4 0x32e2c000 + 175604
    324 TextInput                         0x32e56d42 0x32e2c000 + 175426
    325 TextInput                         0x32e56df4 0x32e2c000 + 175604
    326 TextInput                         0x32e56d42 0x32e2c000 + 175426
    327 TextInput                         0x32e56df4 0x32e2c000 + 175604
    328 TextInput                         0x32e56d42 0x32e2c000 + 175426
    329 TextInput                         0x32e56df4 0x32e2c000 + 175604
    330 TextInput                         0x32e56d42 0x32e2c000 + 175426
    331 TextInput                         0x32e56df4 0x32e2c000 + 175604
    332 TextInput                         0x32e56d42 0x32e2c000 + 175426
    333 TextInput                         0x32e56df4 0x32e2c000 + 175604
    334 TextInput                         0x32e56d42 0x32e2c000 + 175426
    335 TextInput                         0x32e56df4 0x32e2c000 + 175604
    336 TextInput                         0x32e56d42 0x32e2c000 + 175426
    337 TextInput                         0x32e56df4 0x32e2c000 + 175604
    338 TextInput                         0x32e56d42 0x32e2c000 + 175426
    339 TextInput                         0x32e56df4 0x32e2c000 + 175604
    340 TextInput                         0x32e56d42 0x32e2c000 + 175426
    341 TextInput                         0x32e56df4 0x32e2c000 + 175604
    342 TextInput                         0x32e56d42 0x32e2c000 + 175426
    343 TextInput                         0x32e56df4 0x32e2c000 + 175604
    344 TextInput                         0x32e56d42 0x32e2c000 + 175426
    345 TextInput                         0x32e56df4 0x32e2c000 + 175604
    346 TextInput                         0x32e56d42 0x32e2c000 + 175426
    347 TextInput                         0x32e56df4 0x32e2c000 + 175604
    348 TextInput                         0x32e56d42 0x32e2c000 + 175426
    349 TextInput                         0x32e56df4 0x32e2c000 + 175604
    350 TextInput                         0x32e56d42 0x32e2c000 + 175426
    351 TextInput                         0x32e56df4 0x32e2c000 + 175604
    352 TextInput                         0x32e56d42 0x32e2c000 + 175426
    353 TextInput                         0x32e56df4 0x32e2c000 + 175604
    354 TextInput                         0x32e56d42 0x32e2c000 + 175426
    355 TextInput                         0x32e56df4 0x32e2c000 + 175604
    356 TextInput                         0x32e56d42 0x32e2c000 + 175426
    357 TextInput                         0x32e56df4 0x32e2c000 + 175604
    358 TextInput                         0x32e56d42 0x32e2c000 + 175426
    359 TextInput                         0x32e56df4 0x32e2c000 + 175604
    360 TextInput                         0x32e56d42 0x32e2c000 + 175426
    361 TextInput                         0x32e56df4 0x32e2c000 + 175604
    362 TextInput                         0x32e56d42 0x32e2c000 + 175426
    363 TextInput                         0x32e56df4 0x32e2c000 + 175604
    364 TextInput                         0x32e56d42 0x32e2c000 + 175426
    365 TextInput                         0x32e56df4 0x32e2c000 + 175604
    366 TextInput                         0x32e56d42 0x32e2c000 + 175426
    367 TextInput                         0x32e56df4 0x32e2c000 + 175604
    368 TextInput                         0x32e56d42 0x32e2c000 + 175426
    369 TextInput                         0x32e56df4 0x32e2c000 + 175604
    370 TextInput                         0x32e56d42 0x32e2c000 + 175426
    371 TextInput                         0x32e56df4 0x32e2c000 + 175604
    372 TextInput                         0x32e56d42 0x32e2c000 + 175426
    373 TextInput                         0x32e56df4 0x32e2c000 + 175604
    374 TextInput                         0x32e56d42 0x32e2c000 + 175426
    375 TextInput                         0x32e56df4 0x32e2c000 + 175604
    376 TextInput                         0x32e56d42 0x32e2c000 + 175426
    377 TextInput                         0x32e56df4 0x32e2c000 + 175604
    378 TextInput                         0x32e56d42 0x32e2c000 + 175426
    379 TextInput                         0x32e56df4 0x32e2c000 + 175604
    380 TextInput                         0x32e56d42 0x32e2c000 + 175426
    381 TextInput                         0x32e56df4 0x32e2c000 + 175604
    382 TextInput                         0x32e56d42 0x32e2c000 + 175426
    383 TextInput                         0x32e56df4 0x32e2c000 + 175604
    384 TextInput                         0x32e56d42 0x32e2c000 + 175426
    385 TextInput                         0x32e56df4 0x32e2c000 + 175604
    386 TextInput                         0x32e56d42 0x32e2c000 + 175426
    387 TextInput                         0x32e56df4 0x32e2c000 + 175604
    388 TextInput                         0x32e56d42 0x32e2c000 + 175426
    389 TextInput                         0x32e56df4 0x32e2c000 + 175604
    390 TextInput                         0x32e56d42 0x32e2c000 + 175426
    391 TextInput                         0x32e56df4 0x32e2c000 + 175604
    392 TextInput                         0x32e56d42 0x32e2c000 + 175426
    393 TextInput                         0x32e56df4 0x32e2c000 + 175604
    394 TextInput                         0x32e56d42 0x32e2c000 + 175426
    395 TextInput                         0x32e56df4 0x32e2c000 + 175604
    396 TextInput                         0x32e56d42 0x32e2c000 + 175426
    397 TextInput                         0x32e56df4 0x32e2c000 + 175604
    398 TextInput                         0x32e56d42 0x32e2c000 + 175426
    399 TextInput                         0x32e56df4 0x32e2c000 + 175604
    400 TextInput                         0x32e56d42 0x32e2c000 + 175426
    401 TextInput                         0x32e56df4 0x32e2c000 + 175604
    402 TextInput                         0x32e56d42 0x32e2c000 + 175426
    403 TextInput                         0x32e56df4 0x32e2c000 + 175604
    404 TextInput                         0x32e56d42 0x32e2c000 + 175426
    405 TextInput                         0x32e56df4 0x32e2c000 + 175604
    406 TextInput                         0x32e56d42 0x32e2c000 + 175426
    407 TextInput                         0x32e56df4 0x32e2c000 + 175604
    408 TextInput                         0x32e56d42 0x32e2c000 + 175426
    409 TextInput                         0x32e56df4 0x32e2c000 + 175604
    410 TextInput                         0x32e56d42 0x32e2c000 + 175426
    411 TextInput                         0x32e56df4 0x32e2c000 + 175604
    412 TextInput                         0x32e56d42 0x32e2c000 + 175426
    413 TextInput                         0x32e56df4 0x32e2c000 + 175604
    414 TextInput                         0x32e56d42 0x32e2c000 + 175426
    415 TextInput                         0x32e56df4 0x32e2c000 + 175604
    416 TextInput                         0x32e56d42 0x32e2c000 + 175426
    417 TextInput                         0x32e56df4 0x32e2c000 + 175604
    418 TextInput                         0x32e56d42 0x32e2c000 + 175426
    419 TextInput                         0x32e56df4 0x32e2c000 + 175604
    420 TextInput                         0x32e56d42 0x32e2c000 + 175426
    421 TextInput                         0x32e56df4 0x32e2c000 + 175604
    422 TextInput                         0x32e56d42 0x32e2c000 + 175426
    423 TextInput                         0x32e56df4 0x32e2c000 + 175604
    424 TextInput                         0x32e56d42 0x32e2c000 + 175426
    425 TextInput                         0x32e56df4 0x32e2c000 + 175604
    426 TextInput                         0x32e56d42 0x32e2c000 + 175426
    427 TextInput                         0x32e56df4 0x32e2c000 + 175604
    428 TextInput                         0x32e56d42 0x32e2c000 + 175426
    429 TextInput                         0x32e56df4 0x32e2c000 + 175604
    430 TextInput                         0x32e56d42 0x32e2c000 + 175426
    431 TextInput                         0x32e56df4 0x32e2c000 + 175604
    432 TextInput                         0x32e56d42 0x32e2c000 + 175426
    433 TextInput                         0x32e56df4 0x32e2c000 + 175604
    434 TextInput                         0x32e56d42 0x32e2c000 + 175426
    435 TextInput                         0x32e56df4 0x32e2c000 + 175604
    436 TextInput                         0x32e56d42 0x32e2c000 + 175426
    437 TextInput                         0x32e56df4 0x32e2c000 + 175604
    438

  • Windows boots but won't load (Black screen with cursor)

    [Sorry for the long post, but I feel the need to fully explain my situation]
    I have the following problem:
    I turn on my PC, and Windows shows it's normal loading screen, after which it goes into a completely black screen, with just the mouse in the middle. By the cursor size I can tell that it's in a low resolution, probably 800x600 (compared to my usual 1920x1080). I am able to move the mouse around, but with no particular use without something to click on. No other keyboard input seems to work, except for Shift key 5 times, which brings up the Sticky Keys dialog box (with just "Yes" or "No" options, no other link); and Windows key+U which brings up the Ease of Access center. Ctr+Alt+Del does NOT work.
    So far this is what I have tried (in chronological order):
    Boot into Safe Mode, Safe Mode with Networking, Safe Mode with Command Prompt, Booting in low resolution video, Last known good configuration: all yield the same result as booting normally.
    Repair your computer:
    Startup Repair: Found Registry Errors (I realized and fixed this later on)
    System Restore: Did not find any previous restore points (I know for sure that there are, I made a habit of making restore points regularly).
    Windows Memory Diagnostics: Did not find errors.
    Command prompt:
    Ran chkdsk /f /r command, did not report errors.
    Ran sfc /scannow : I don't remember the exact report, but it asked for a restart to finish repairing problems. I restarted, and ran the command again for the same result.
    Forced the scan with: sfc /scannow /offbootdir=c:\ /offwindir=c:\windows , it found and repaired some errors, still could not load windows.
    Ran Dell Startup Diagnostics, found no errors.
    Ran Startup Repair again, found the registry errors again. I found the solution to this in a Microsoft Help forum ( answers.microsoft.com/.../f77d5355-b8be-41d6-af24-cae994e1768f ), and fixed the issue. I rebooted, but the problem persists.
    Startup Repair now finds no errors. I tried System Restore again, it found 2 restore points dated AFTER my problem started. I decided to restore anyways, but neither of them worked.
    I ran Windows Defender Offline:
    Quick Scan: and found 2 threats and removed them.
    Full System Scan: found 4 more threats, removed 2 of them, the other two couldn't be removed because they were within an ISO file.
    I tried Steps 1, 2 and 3 again with no luck.
    With each step I am aware that I'm closer to having to reinstall Windows, so I decided to see if I could still access my HHDD to save my personal files. I made a Linux live CD (with Ubuntu), but I am having trouble mounting the drives, because they are in a RAID0 configuration. "sudo dmraid -s" gives the following error: "ERROR: isw: wrong number of devices in RAID set "isw_dbdffjficc_ARRAY0" [1/2] on /dev/sdb".
    Important Details:
    I changed my graphics card about 4 months ago (an Nvidia GTX 750ti for an ATI Radeon HD 6450), and I was told that I may be running short with the Power Supply. The new card asks for a minimum of 450W and I think my PSU is 460W. This may or may not have something to do with this issue, I have no idea.
    The RAID0 configuration of my 2 500GB Hard Drives brought me a lot of problems from day 1. One of the HDD would randomly fail (I am able to hear a different clicking sound when this happens), and the computer would crash. Upon startup, it would ask for a boot device. The Dell startup utility would then only recognize 1 of the drives, but would finish without errors. After a restart or two, all would be fine and windows would boot normally (aside from the usual error recovery screen) without any sign of corrupted data or anything. Like I said, this has been happening form the day my PC arrived, but restarting a couple of times always fixed it. As of now, both HHDD seem to be working fine, the Dell utility recognizes both of them, and does not find errors in any of them, and I can access any directory from the command prompt.
    Is there anything else I should try before reinstalling Windows?
    Before the install, I would really like to be able to recover my files (I have important documents from college), is there any way to do this?
    Sorry again for the extremely long post (and for any language errors, English is not my native language), and thanks in advance.

    Since you still haven't got your data from the drive(s). I would advise performing a Windows installation without formatting the drive... I don't like this solution but at this stage you have probably tried everything else.
    Use a Windows 7 Reinstallation DVD when installing ensure you select...
    Select Custom: Install Windows only (advanced)
    If you do not select any of the drive options and simply highlight the largest partition and select next:
    Windows will dump all the old installation files in the Windows.old folder

  • Black Screen with MINI and ADC Display

    MacMini OS X 10.5
    Bootcamp
    Win XP
    G4 OS X 10.4.11
    Apple 21" Cinema Display (ADC)
    1600x1024 32-bit color
    Apple ADC power adapter
    Dr Bott MoniSwitch mini KVM Switch
    ADC-DVI Adapter
    I just installed XP on the Mini and I'm having occasional problems with a black screen on start up or when I switch OS. When this happens, I'm unable to get video from any OS or either computer. The only solution I've been able to come up with is to power all systems down and un/re-plug the display from the power adapter.
    I've seen the article regarding black screens under NVIDIA gfx cards but that doesn't apply to my case.
    Any ideas?
    Thanks.
    Dave

    Oh, sorry, didn't get that. That monitor was actually called the 22" Cinema, not 21". Apple had a 21" CRT but I think that was called a Studio Display, so I got confused.
    So sometimes it works correctly at 1600 x 1024 under Windows (Bootcamp) and sometimes it doesn't? Is that correct? Those times when it is giving a black screen, have you considered trying to establish a VNC connection to the mini from another computer on the network? You might find that the wrong resolution is being sent to the ACD those times when you get a black screen. Though that doesn't really tell you why it's happening, it's a starting point.

  • HAVE NEW 13.3 MAC AIR AND when using it to open sites in safari I have no issue until I go to a link page that is a pdf file or I am trying to save the screen info as a pdf. I only get a black screen with no data, cannot find solution in help menu

    HAVE NEW 13.3 MAC AIR (previously, still have 13.3 MCbook pro which works captures what I am looking for an answer to)
    when i open sites in safari the page opens fine if it is not a pdf based page.
    Once i open a site that has a link to another page that is a pdf based page the page comes up as a black screen with no info showing
    If I open a site that gices me an open to save a file to a word, excel type document or a pdf , everything works fine until I try to save the information to a PDF and again the screen goes black
    I have tried the safari help site but to no avail, does anyone have a solution to thid problem. (I do have the abode ofr mac program loaded)

    If you delete all the Adobe Reader stuff it will probably fix this. For almost everything, the Apple pdf handling works better.

  • When I click to open a photo it opens a black screen with a grey triangle, exclamation mark in the middle. How do I fix this problem?

    When I click to open a photo it opens a black screen with a grey triangle, exclamation mark in the middle. How do I fix this problem?

    Make a temporary, backup copy of your library if you don't already have one (Control-click on the library and select Duplicate from the contextual menu) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Desktop stuck at black screen with cursor in normal mode but boots fine in safe mode after updates.

    After running some updates the other night my laptop stopped loading the desktop and just gets stuck at a black screen with a cursor after I log in to the user account. The only thing I can do from there is do ctrl+alt+delete, then log off or restart.
    I can't open up task manager. I tried creating another account in safe mode thinking there was an issue with the account but I still have the same issue. In event viewer I have two warnings one is
    event 6000 winlogon, The winlogon notification subscriber <GP Client> was unable to handle the notification event
    and event 4006, winlogon The windows logon process has failed to spawn a user application. Application name. Command line parameters: C:\Windows\system32\userinint.exe.
    As well as error event id 1003, CertificateServicesClient Certificate Services Client failed to invoke the Providers in response to event 512. Error code 2147956401
    and error 1001, certificate services client. certificate services client failed to load provider pautoenr.dll. error code 14001. I checked the registry and the path points to the right directory for userinit. I have tried running
    System Repair but no errors were found, and I ran sfc /scannow and no errors were found either. The computer did not have System Restore enabled and I do not want to restore to factory settings. I also ran registry mechanic and it found no errors. Any suggestions
    besides restoring to factory settings?

    Hi,
    We may try to reinstall Windows 7 Service Pack 1 for a test.
    In addition, let us perform the following steps.
    1. Click Start, Run, type lusrmgr.msc then ENTER.
    2. Select Groups in the left pane.
    3. Double-click Users in the right pane.
    4. Click Add, and then click Locations. Scroll to the top of the Locations dialog and select the local computer name, then click OK.
    5. In the Enter the object names to select field, type Interactive; Authenticated Users (separated by a semi-colon). Then click OK.
    6. Restart the computer.
    Or we can run the following commands from a command prompt:
    Net localgroup Users Interactive /add 
    Net localgroup Users "Authenticated Users" /add
    Kim Zhou
    TechNet Community Support

  • Black screen with underscore after updating ubuntu on Lenovo G560

    hello everybody, I'm new here. I looked for this problem online during the past few days but I haven't found a solution. I have a Lenovo G560 and I divided my hard drive into two partition, I installed Ubuntu on C:\ and Windows on D:\ and I haven't had any problem, but after updating ubuntu to version 14 my computer couldn't boot anymore. the bios loads and I see the Lenovo icon but then I just get a black screen with an underscore (not a blinking underscore), I tried booting from a bootable USB stick but the same thing happened (I put it as the first device to boot from in BIOS settings). can anyone please tell me what are my other options ? what should I try now ? thanks in advance and have a good day !

    Hi s, and welcome to Apple Discussions.
    Try this:
    Hold down the Option+Command (Apple)PR keys, boot/restart your MBP while continuing to hold down those four keys, and after you hear the startup chime for the second time, release the keys. That should reset your PRAM and resolve the issue.
    If the issue persists, while you're booted into Open Firmware, just after the prompt, type in:
    reset-nvram
    then press return, then type in:
    reset-all
    and press return. This should restart your MBP and it should go back to starting normally.

  • I am going to sell my second generation ipod touch, so i resetted it to factory defaults. It said it would take up to an hour, and i patiently waited. But when the black and white loading bar completed, the ipod went to the black screen with an apple logo

    I am going to sell my second generation ipod touch, so i resetted it to factory defaults. It said it would take up to an hour, and i patiently waited. But when the black and white loading bar completed, the ipod went to the black screen with an apple logo on it. Sounds about right, right? But now, there is a processing circle on top of the logo, but the circle spins once, and stops at about halfway to the bottom. It just stays there, and about every half to one hour it becomes a white screen and starts all over again. (not the loading bar part, just the circle). I've tried holding the power and the home button, and it works, but it just goes back to the circle screen with the apple logo. HELP PLEASE?

    Try:
    - iOS: Not responding or does not turn on
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • When i try to turn ipod touch on it stays on the black screen with the apple and nothing else happens. whats wrong?

    okay so just as i was typing this the problem resolved itself, but when i went to charge my ipod i noticed ot stayed on the black screen with the apple for a good 10 minutes, so i pressed buttons furiously (!!) and the screen went white and then back on to the screen with apple again. this contiinued for a good 4 tries then eventually went on to my lock screen (which is the very beautiful dom howard not that you know who that is and i dont even know any of you so i dont know why im typing all of this out but i really enjoy typing it's an incredibly exciting past time of mine but unfortunately i havent used capital letters) just wondering if it will happen again

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • Black screen with blinking cursor when installing win 7/vista x64 osx 10.6

    i am using bootcamp 3 to install windows 7/vista x64 on osx 10.6.6.when i select install mac reboots and then all i get is a black screen with white cursor.
    i have created a 20gb partition with disk utility in fat32 and i had installed windows successfully when i was on osx 10.5.i tried erasing and creating new partition but same problem.
    any help will be appreciated

    This solved it for me!
    From another forum:
    "1. Put the Windows 7 installation disc in the disc drive, and then start your computer.
    2. Hold down Option key till all available disks are displayed and select DVD. Press a key when you are prompted.
    3. Select a language, a time, a currency, a keyboard or an input method, and then 4. click Next.
    5. Click Repair your computer.
    6. Click the operating system that you want to repair, and then click Next.
    7.In the System Recovery Options dialog box, click Command Prompt.
    Type (these commands are safe)
    Code: Bootrec.exe /FixMbr
    Code: Bootrec.exe /FixBoot
    Code: Bootrec.exe /RebuildBcd
    *Press ENTER after each command.*
    *Restart your computer.* "

  • Windows Server 2008 black screen with mouse *PLEASE HELP*

    Hello fellow techs,
    I have been tearing my hair out for the past 12hrs on this issue.
    About 3 weeks ago, one of our clients reported that they were experiencing
    issues on the network so one of the staff went into the server room and noticed
    the screen was black with only the cursor. As they couldn't reboot, they
    decided to hold the power button to power it off. When they powered it back
    up, it went passed the windows loading
    splash screen, and again the screen is black with
    the mouse pointer in the center of the screen.
    I am diagnosing the server and find that at the black screen, I’m able to move
    the cursor and beyond that nothing happened. I started in safe mode with the
    exact same results.
    I have been trying many different solutions from posts that I have found in
    Google but no change.
    From other machines you can type \\servername in
    the run box and see the shared folders, as well as ping it.
    This is a very urgent request as I need to have the Server back up and running
    by tomorrow.
    I am quiet willing to pay for phone support with anyone that can assist as soon
    as possible. I am happy to transfer founds via Paypal.<o:p></o:p>
    PLEASE HELP!

    Hi,
    I agree with sm, you should give us more details. Also you should use sfc  /scannow
    command to scans the integrity of all protected system files and repairs files with problems when possible. For more details, please refer to the following article.
    Sfc
    http://technet.microsoft.com/en-us/library/ff950779.aspx
    Before going further, would you please let me know whether there were any changes on the affected server? Has windows update or any new device been added? Please also check your shadow copies.
    The Windows Server black screen may be caused by them.
    In addition, there are similar questions, please refer to.
    Windows Server 2008 black screen
    http://social.technet.microsoft.com/Forums/en-US/463b529b-26a6-4d5d-88f5-7d8b3460d165/black-screen-windows-2008-r2
    Windows Server 2008 and the Black Screen of Waiting
    http://projectdream.org/wordpress/2009/03/03/windows-server-2008-and-the-black-screen-of-waiting/
    By a way, you also can be able to boot into last know good configuration to solve the trouble. You can refer to the following similar question that provide the detailed operations.
    Windows Server 2008 black screen with only the mouse pointer showing
    http://social.technet.microsoft.com/Forums/en-US/5c878af8-78f2-430d-9530-a0e5ad73ff03/windows-server-2008-black-screen-with-only-the-mouse-pointer-showing
    Hope this helps.
    Best regards,
    Justin Gu

Maybe you are looking for