[SOLVED] Mouse cursor does not appear in Xorg

Hi,
I recently migrated from NetBSD to Arch, loving it so far, but I've run into a problem. Openbox has been running great for me so far, but now the cursor seems to have disappeared from Xorg. The last things I did were:
echo 'tint2
wicd-client' >> ~/.config/openbox/autostart.sh
I also set the following in /etc/rc.conf for wicd as instructed in the wiki:
INTERFACES=(!eth0 !wlan0)
I also added dbus wicd to my daemons array:
DAEMONS=( ... dbus wicd ... )
So now my daemons array looks like this:
DAEMONS=(syslog-ng dbus wicd !network netfs crond sshd slim)
I've tried reversing the above steps, but to no joy. I have noticed, however, that if I send a message to the display with xmessage, the cursor appears in the top left as the standard Xorg "X" mouse cursor and can be moved. However, right clicking or left clicking does not seem to interact with openbox as it should at this point.
I did wonder if it was merely the cursor missing and the mouse was still actually performing actions, but if I right click I get no message from my window manager. System/Xorg information follows:
[chris@chris-laptop ~]$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
[chris@chris-laptop ~]$ cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "record"
Load "dri"
Load "dri2"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "AccelMethod" # [<str>]
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "HotPlug" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "gb"
EndSection
[chris@chris-laptop ~]$ cat /var/log/Xorg.0.log
[ 16.174]
X.Org X Server 1.9.4
Release Date: 2011-02-04
[ 16.174] X Protocol Version 11, Revision 0
[ 16.174] Build Operating System: Linux 2.6.37-ARCH i686
[ 16.174] Current Operating System: Linux chris-laptop 2.6.37-ARCH #1 SMP PREEMPT Fri Feb 18 16:58:42 UTC 2011 i686
[ 16.174] Kernel command line: root=/dev/disk/by-uuid/0bb55e9c-db1d-4383-8564-30ae6ebaba68 ro
[ 16.174] Build Date: 04 February 2011 09:39:45PM
[ 16.174]
[ 16.187] Current version of pixman: 0.20.2
[ 16.187] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 16.187] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 16.187] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 23 00:51:59 2011
[ 16.212] (==) Using config file: "/etc/X11/xorg.conf"
[ 16.212] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 16.243] (==) ServerLayout "X.org Configured"
[ 16.243] (**) |-->Screen "Screen0" (0)
[ 16.243] (**) | |-->Monitor "Monitor0"
[ 16.243] (**) | |-->Device "Card0"
[ 16.243] (**) |-->Input Device "Mouse0"
[ 16.244] (**) |-->Input Device "Keyboard0"
[ 16.244] (==) Automatically adding devices
[ 16.244] (==) Automatically enabling devices
[ 16.272] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 16.273] Entry deleted from font path.
[ 16.326] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 16.326] Entry deleted from font path.
[ 16.326] (**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 16.326] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 16.326] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 16.326] (WW) Disabling Mouse0
[ 16.326] (WW) Disabling Keyboard0
[ 16.326] (II) Loader magic: 0x81f3040
[ 16.326] (II) Module ABI versions:
[ 16.326] X.Org ANSI C Emulation: 0.4
[ 16.326] X.Org Video Driver: 8.0
[ 16.326] X.Org XInput driver : 11.0
[ 16.326] X.Org Server Extension : 4.0
[ 16.328] (--) PCI:*(0:0:2:0) 8086:27ae:1025:015b rev 3, Mem @ 0x58480000/524288, 0x40000000/268435456, 0x58500000/262144, I/O @ 0x000060c0/8
[ 16.329] (--) PCI: (0:0:2:1) 8086:27a6:1025:015b rev 3, Mem @ 0x58400000/524288
[ 16.329] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 16.329] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 16.329] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 16.329] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 16.329] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 16.329] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 16.329] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 16.329] (II) LoadModule: "extmod"
[ 16.332] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 16.342] (II) Module extmod: vendor="X.Org Foundation"
[ 16.342] compiled for 1.9.4, module version = 1.0.0
[ 16.342] Module class: X.Org Server Extension
[ 16.342] ABI class: X.Org Server Extension, version 4.0
[ 16.342] (II) Loading extension MIT-SCREEN-SAVER
[ 16.342] (II) Loading extension XFree86-VidModeExtension
[ 16.342] (II) Loading extension XFree86-DGA
[ 16.342] (II) Loading extension DPMS
[ 16.342] (II) Loading extension XVideo
[ 16.342] (II) Loading extension XVideo-MotionCompensation
[ 16.342] (II) Loading extension X-Resource
[ 16.342] (II) LoadModule: "glx"
[ 16.343] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 16.353] (II) Module glx: vendor="X.Org Foundation"
[ 16.353] compiled for 1.9.4, module version = 1.0.0
[ 16.353] ABI class: X.Org Server Extension, version 4.0
[ 16.353] (==) AIGLX enabled
[ 16.354] (II) Loading extension GLX
[ 16.354] (II) LoadModule: "record"
[ 16.354] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 16.355] (II) Module record: vendor="X.Org Foundation"
[ 16.355] compiled for 1.9.4, module version = 1.13.0
[ 16.355] Module class: X.Org Server Extension
[ 16.355] ABI class: X.Org Server Extension, version 4.0
[ 16.355] (II) Loading extension RECORD
[ 16.355] (II) LoadModule: "dri"
[ 16.356] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 16.365] (II) Module dri: vendor="X.Org Foundation"
[ 16.365] compiled for 1.9.4, module version = 1.0.0
[ 16.366] ABI class: X.Org Server Extension, version 4.0
[ 16.366] (II) Loading extension XFree86-DRI
[ 16.366] (II) LoadModule: "dri2"
[ 16.366] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 16.367] (II) Module dri2: vendor="X.Org Foundation"
[ 16.367] compiled for 1.9.4, module version = 1.2.0
[ 16.367] ABI class: X.Org Server Extension, version 4.0
[ 16.367] (II) Loading extension DRI2
[ 16.368] (II) LoadModule: "dbe"
[ 16.368] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 16.369] (II) Module dbe: vendor="X.Org Foundation"
[ 16.369] compiled for 1.9.4, module version = 1.0.0
[ 16.369] Module class: X.Org Server Extension
[ 16.369] ABI class: X.Org Server Extension, version 4.0
[ 16.369] (II) Loading extension DOUBLE-BUFFER
[ 16.369] (II) LoadModule: "intel"
[ 16.370] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 16.393] (II) Module intel: vendor="X.Org Foundation"
[ 16.394] compiled for 1.9.4, module version = 2.14.0
[ 16.394] Module class: X.Org Video Driver
[ 16.394] ABI class: X.Org Video Driver, version 8.0
[ 16.394] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
[ 16.395] (++) using VT number 7
[ 16.410] drmOpenDevice: node name is /dev/dri/card0
[ 16.411] drmOpenDevice: open result is 8, (OK)
[ 16.411] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 16.411] drmOpenDevice: node name is /dev/dri/card0
[ 16.411] drmOpenDevice: open result is 8, (OK)
[ 16.411] drmOpenByBusid: drmOpenMinor returns 8
[ 16.411] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 16.411] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 16.411] (==) intel(0): RGB weight 888
[ 16.411] (==) intel(0): Default visual is TrueColor
[ 16.411] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
[ 16.411] (--) intel(0): Chipset: "945GME"
[ 16.411] (**) intel(0): Tiling enabled
[ 16.411] (**) intel(0): SwapBuffers wait enabled
[ 16.412] (==) intel(0): video overlay key set to 0x101fe
[ 16.421] (II) intel(0): Output LVDS1 using monitor section Monitor0
[ 16.450] (II) intel(0): Output VGA1 has no monitor section
[ 16.450] (II) intel(0): EDID for output LVDS1
[ 16.450] (II) intel(0): Manufacturer: CMO Model: 209 Serial#: 0
[ 16.450] (II) intel(0): Year: 2008 Week: 31
[ 16.450] (II) intel(0): EDID Version: 1.3
[ 16.450] (II) intel(0): Digital Display Input
[ 16.450] (II) intel(0): Max Image Size [cm]: horiz.: 21 vert.: 12
[ 16.450] (II) intel(0): Gamma: 2.20
[ 16.450] (II) intel(0): No DPMS capabilities specified
[ 16.450] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 16.450] (II) intel(0): First detailed timing is preferred mode
[ 16.450] (II) intel(0): redX: 0.584 redY: 0.362 greenX: 0.350 greenY: 0.583
[ 16.450] (II) intel(0): blueX: 0.154 blueY: 0.105 whiteX: 0.313 whiteY: 0.329
[ 16.450] (II) intel(0): Manufacturer's mask: 0
[ 16.451] (II) intel(0): Supported detailed timing:
[ 16.451] (II) intel(0): clock: 45.0 MHz Image Size: 195 x 113 mm
[ 16.451] (II) intel(0): h_active: 1024 h_sync: 1072 h_sync_end 1104 h_blank_end 1200 h_border: 0
[ 16.451] (II) intel(0): v_active: 600 v_sync: 603 v_sync_end 609 v_blanking: 625 v_border: 0
[ 16.451] (II) intel(0): N089L6-L02
[ 16.451] (II) intel(0): CMO
[ 16.451] (II) intel(0): N089L6-L02
[ 16.451] (II) intel(0): EDID (in hex):
[ 16.451] (II) intel(0): 00ffffffffffff000daf090200000000
[ 16.451] (II) intel(0): 1f12010390150c780ab985955c599527
[ 16.451] (II) intel(0): 1b505400000001010101010101010101
[ 16.451] (II) intel(0): 010101010101941100b0405819203020
[ 16.451] (II) intel(0): 3600c37100000018000000fe004e3038
[ 16.451] (II) intel(0): 394c362d4c30320a2020000000fe0043
[ 16.451] (II) intel(0): 4d4f0a202020202020202020000000fe
[ 16.451] (II) intel(0): 004e3038394c362d4c30320a2020009d
[ 16.451] (II) intel(0): EDID vendor "CMO", prod id 521
[ 16.451] (II) intel(0): Printing DDC gathered Modelines:
[ 16.451] (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
[ 16.463] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 16.463] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 16.463] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 16.463] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 16.463] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 16.463] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 16.463] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 16.463] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 16.463] (II) intel(0): Printing probed modes for output LVDS1
[ 16.463] (II) intel(0): Modeline "1024x600"x60.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
[ 16.463] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 16.463] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 16.463] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 16.490] (II) intel(0): EDID for output VGA1
[ 16.490] (II) intel(0): Output LVDS1 connected
[ 16.490] (II) intel(0): Output VGA1 disconnected
[ 16.490] (II) intel(0): Using exact sizes for initial modes
[ 16.490] (II) intel(0): Output LVDS1 using initial mode 1024x600
[ 16.490] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 16.490] (II) intel(0): Kernel page flipping support detected, enabling
[ 16.490] (**) intel(0): Display dimensions: (210, 120) mm
[ 16.490] (**) intel(0): DPI set to (123, 126)
[ 16.490] (II) Loading sub module "fb"
[ 16.490] (II) LoadModule: "fb"
[ 16.491] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 16.501] (II) Module fb: vendor="X.Org Foundation"
[ 16.501] compiled for 1.9.4, module version = 1.0.0
[ 16.501] ABI class: X.Org ANSI C Emulation, version 0.4
[ 16.501] (II) Loading sub module "dri2"
[ 16.501] (II) LoadModule: "dri2"
[ 16.501] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[ 16.502] (==) Depth 24 pixmap format is 32 bpp
[ 16.502] (II) intel(0): [DRI2] Setup complete
[ 16.502] (II) intel(0): [DRI2] DRI driver: i915
[ 16.502] (II) intel(0): Allocated new frame buffer 1024x600 stride 4096, tiled
[ 16.505] (II) UXA(0): Driver registered support for the following operations:
[ 16.506] (II) solid
[ 16.506] (II) copy
[ 16.506] (II) composite (RENDER acceleration)
[ 16.506] (II) put_image
[ 16.506] (II) get_image
[ 16.506] (==) intel(0): Backing store disabled
[ 16.506] (==) intel(0): Silken mouse enabled
[ 16.507] (II) intel(0): Initializing HW Cursor
[ 16.516] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 16.517] (==) intel(0): DPMS enabled
[ 16.517] (==) intel(0): Intel XvMC decoder disabled
[ 16.517] (II) intel(0): Set up textured video
[ 16.517] (II) intel(0): Set up overlay video
[ 16.517] (II) intel(0): direct rendering: DRI2 Enabled
[ 16.517] (==) intel(0): hotplug detection: "enabled"
[ 16.517] (--) RandR disabled
[ 16.517] (II) Initializing built-in extension Generic Event Extension
[ 16.517] (II) Initializing built-in extension SHAPE
[ 16.517] (II) Initializing built-in extension MIT-SHM
[ 16.517] (II) Initializing built-in extension XInputExtension
[ 16.518] (II) Initializing built-in extension XTEST
[ 16.518] (II) Initializing built-in extension BIG-REQUESTS
[ 16.518] (II) Initializing built-in extension SYNC
[ 16.518] (II) Initializing built-in extension XKEYBOARD
[ 16.518] (II) Initializing built-in extension XC-MISC
[ 16.518] (II) Initializing built-in extension SECURITY
[ 16.518] (II) Initializing built-in extension XINERAMA
[ 16.518] (II) Initializing built-in extension XFIXES
[ 16.518] (II) Initializing built-in extension RENDER
[ 16.518] (II) Initializing built-in extension RANDR
[ 16.518] (II) Initializing built-in extension COMPOSITE
[ 16.518] (II) Initializing built-in extension DAMAGE
[ 16.621] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 16.621] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 16.621] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 16.621] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 16.621] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 16.621] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
[ 16.621] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 16.623] (II) intel(0): Setting screen physical size to 270 x 158
[ 17.652] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 17.652] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 17.652] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 17.652] (II) LoadModule: "evdev"
[ 17.653] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 17.659] (II) Module evdev: vendor="X.Org Foundation"
[ 17.660] compiled for 1.9.4, module version = 2.6.0
[ 17.660] Module class: X.Org XInput Driver
[ 17.660] ABI class: X.Org XInput driver, version 11.0
[ 17.660] (**) Power Button: always reports core events
[ 17.660] (**) Power Button: Device: "/dev/input/event5"
[ 17.676] (--) Power Button: Found keys
[ 17.676] (II) Power Button: Configuring as keyboard
[ 17.676] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 17.677] (**) Option "xkb_rules" "evdev"
[ 17.677] (**) Option "xkb_model" "evdev"
[ 17.677] (**) Option "xkb_layout" "gb"
[ 17.779] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 17.779] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 17.779] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[ 17.779] (**) Video Bus: always reports core events
[ 17.779] (**) Video Bus: Device: "/dev/input/event6"
[ 17.800] (--) Video Bus: Found keys
[ 17.800] (II) Video Bus: Configuring as keyboard
[ 17.800] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 17.800] (**) Option "xkb_rules" "evdev"
[ 17.800] (**) Option "xkb_model" "evdev"
[ 17.800] (**) Option "xkb_layout" "gb"
[ 17.817] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 17.817] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 17.817] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 17.817] (**) Power Button: always reports core events
[ 17.817] (**) Power Button: Device: "/dev/input/event2"
[ 17.840] (--) Power Button: Found keys
[ 17.840] (II) Power Button: Configuring as keyboard
[ 17.840] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 17.840] (**) Option "xkb_rules" "evdev"
[ 17.840] (**) Option "xkb_model" "evdev"
[ 17.840] (**) Option "xkb_layout" "gb"
[ 17.842] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[ 17.842] (II) No input driver/identifier specified (ignoring)
[ 17.843] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[ 17.843] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 17.843] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[ 17.843] (**) Sleep Button: always reports core events
[ 17.843] (**) Sleep Button: Device: "/dev/input/event4"
[ 17.866] (--) Sleep Button: Found keys
[ 17.866] (II) Sleep Button: Configuring as keyboard
[ 17.866] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 17.866] (**) Option "xkb_rules" "evdev"
[ 17.867] (**) Option "xkb_model" "evdev"
[ 17.867] (**) Option "xkb_layout" "gb"
[ 17.871] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[ 17.871] (II) No input driver/identifier specified (ignoring)
[ 17.873] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
[ 17.873] (II) No input driver/identifier specified (ignoring)
[ 17.881] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event8)
[ 17.881] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
[ 17.881] (**) USB 2.0 Camera: Applying InputClass "Keyboard Defaults"
[ 17.881] (**) USB 2.0 Camera: always reports core events
[ 17.881] (**) USB 2.0 Camera: Device: "/dev/input/event8"
[ 17.906] (--) USB 2.0 Camera: Found keys
[ 17.906] (II) USB 2.0 Camera: Configuring as keyboard
[ 17.906] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
[ 17.906] (**) Option "xkb_rules" "evdev"
[ 17.907] (**) Option "xkb_model" "evdev"
[ 17.907] (**) Option "xkb_layout" "gb"
[ 17.915] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 17.915] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 17.915] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[ 17.915] (**) AT Translated Set 2 keyboard: always reports core events
[ 17.915] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 17.930] (--) AT Translated Set 2 keyboard: Found keys
[ 17.930] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 17.930] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 17.930] (**) Option "xkb_rules" "evdev"
[ 17.930] (**) Option "xkb_model" "evdev"
[ 17.930] (**) Option "xkb_layout" "gb"
[ 17.932] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[ 17.932] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 17.932] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 17.932] (II) LoadModule: "synaptics"
[ 17.932] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 17.984] (II) Module synaptics: vendor="X.Org Foundation"
[ 17.984] compiled for 1.9.2, module version = 1.3.0
[ 17.984] Module class: X.Org XInput Driver
[ 17.984] ABI class: X.Org XInput driver, version 11.0
[ 17.984] (II) Synaptics touchpad driver version 1.3.0
[ 17.984] (**) Option "Device" "/dev/input/event7"
[ 18.106] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
[ 18.106] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5218
[ 18.106] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 18.106] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 18.106] (--) SynPS/2 Synaptics TouchPad: buttons: left right
[ 18.107] (**) Option "TapButton1" "1"
[ 18.107] (**) Option "TapButton2" "2"
[ 18.107] (**) Option "TapButton3" "3"
[ 18.213] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 18.213] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 18.266] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 18.266] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 18.267] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 18.267] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.034
[ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 18.346] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 18.347] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 18.347] (II) No input driver/identifier specified (ignoring)
[ 18.348] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
[ 18.349] (II) No input driver/identifier specified (ignoring)
Any ideas? Thanks.
Last edited by neurolysis (2011-02-23 16:49:42)

And, of course, as soon as it isn't 3am, I realise that it is because I haven't run the programs in the background. Oh dear...

Similar Messages

  • Solved yet it does not appear to be so, when looking at the Category

    Hello : )
    This topic "Missing content - what's happening here?" in Safari.
    http://discussions.apple.com/thread.jspa?threadID=652524&tstart=0
    Is indeed Solved yet it does not appear to be so when looking at it in the Safari category. Little software bug ?
    http://discussions.apple.com/category.jspa?categoryID=169
    Thank you.
    Eme

    Hello Ali,
    Many thanks for the reply. The OP speaks of marking it solved first and making the helpful stars disappear, but the helpful are there. so I just wondered.
    http://discussions.apple.com/message.jspa?messageID=3164852#3164852
    Yes, I realize the helpful & the solved stars will remain if then marked
    not answered.
    Thank you.
    Eme;~[)

  • Cursor does not appear on Facebook page load. Spacebar shifts page down.

    Cursor does not appear anywhere on Facebook page load. It used to land in the first text box, and as I was used to this I would open an FB page and start typing. Nothing was entered into the text box, and when I hit Spacebar it shifts the page down.
    Couple of things:
    It acts this way both in normal and in "safe mode".
    It acts correctly on Google - it is my home page and when I open it the cursor is always in the search box. It also acts correctly on YouTube.
    The cursor DOES NOT appear in the URL bar (thankfully)
    The cursor DOES NOT appear in any text boxes on any other pages I open >> The Weather Channel, TED.com, Amazon.com
    The Spacebar scrolls the screen down one frame at a time.
    It has the same behavior with the "Always use the cursor keys to navigate within pages
    I am using FF 18.0.1 on Windows XP
    I have tried a lot of the weird tips and tricks suggested on this support forum, but none of them address specifically this issue.
    Thanks in advance.

    If I'm not logged on then the cursor is in the login form at the top.<br />
    Once logged in the main body has focus and not a specific element, so you have to click in an input filed to set focus to it.
    If it worked before then they have changed the code of that page recently and it is just a coincidence that it happened around the time that Firefox updated.

  • [Solved] NZ mirror does not appear to be update - x86_64

    I have been using this mirror for pacman:
    Server = http://mirror.xnet.co.nz/pub/archlinux/$repo/os/$arch
    However, it appears to have not synced for the past week.
    Anyone using this mirror; be aware that it does not appear to be working, for me at least.
    I've swapped to some Australian mirrors for the time being.
    Looking at the site, it was last update on the 23-7-2014 - so this could be a temporary issue.
    Or it just could be me expecting mirrors to be updated every few days...
    Last edited by pypi (2014-08-03 01:50:15)

    There's a list of unofficial mirrors: https://wiki.archlinux.org/index.php/Mi … ew_Zealand
    Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309

  • System settings "Keyboard & mouse" Dialogue does not appear

    Hi,
    I'm using my MacBook Pro with latest version of Mac OS X Leopard (10.5.4).
    I bought recently a new Apple Bluetooth Keyboard and a Bluetooth Mighty Mouse. I connected them by using the Wizard in System Settings --> Bluetooth.
    Unfortunately the Mouse behavior is a bit too slow from my perspective, so I wanted to speed it up a bit.
    Therefore I tried to enter the "Keyboard & Mouse" Menu in "System Settings". Once I click on the Icon for "Keyboard & Mouse" the dialogue box turns to the grey background only without any settings on top of it.
    I could go back to "all settings" but the Keyboard & Mouse dialogue doesn't open. Reboots did not help ...

    Well,
    trackpad works fine. Unfortunately "Keyboard & Mouse" dialogues does not work either once I have no connected external mouse. My USB Logitech mouse as well, but I'd like to move from Trackpad and Logitech mouse to MightyMouse.

  • The mouse pointer does not appear when starting my TM2-2190sa

    On startup the usual screen display appears giving Mail, Web and Music options but there are no icons at the foot of the screen and no mouse pointer to move to click on anything. It is configured to boot Windows 7 after waiting 15s but this is no longer happening.
    Any ideas ?

    Hi there
    When you look at Edit > Preferences > Recording > Full Motion Recording do you have the mouse enabled there?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Reboot the machine holding Command and r keys down, you'll boot into Lion Recovery Partition
    In there will be Disk Utility, use that to select your Lion OS X Partition and Repair Permissions.
    After that is done reboot the machine and see if you can log in.
    If not repeat the above steps to get into Lion Recovery, get online and reinstall Lion again, it will overwrite the installed version and hopefully after that it wil work.
    Reboot and try again.
    If not follow my steps to create a Snow Leopard Data Recovery drive, then option boot from it and grab a copy of your files off the machine.
    Then reinstall all your programs onto the external drive like setting up a new machine, then use Disk Utility to erase the entire internal boot drive (select the drive media on the far left, not the partiton slightly indented) format Option: GUID , 1 partition OS X Extended and then use Carbon Copy Cloner to clone the external to the newly formatted internal drive. Once that is finished reboot and disconnect the external drive.
    Once you go that, boot into Snow Leopard and update to 10.6.8, use the AppStore and option click on Purchases and download Lion again and install.
    Lots of work, but there is no Lion disks.
    https://discussions.apple.com/message/16276201#16276201

  • When I forgot my password, my husband received the instructions at his email. His email does not appear any where in my account. How do I solve this problem?

    When I forgot my password, my husband received the instructions at his email. His email does not appear any where in my account. How do I solve this problem?

    When you set up your ipad did you or your husband also set up a rescue e-mail address for you? If so, that would be why he received the instructions. Or do you sync your ipad with his computer?
    Actually in terms of it being a problem, it actually makes it easier for you to answer your security questions and follow the instuctions to get back on your ipad. Otherwise, you'll have to call Apple Support.
    To delete the rescue e-mail account pleases read this thread. (Poster's photos did not come through with the instructions.)
    https://discussions.apple.com/thread/5218141?start=0&tstart=0

  • The "Logout" button does not appear my Sakai sessions. I have to mouse over the blank area to find the link to logout. The Logout button does appear in Safari. Firefox version 10.0. Mac OS 10.7.2

    The "Logout" button does not appear my Sakai sessions. I have to mouse over the blank area to find the link to logout. The Logout button does appear in Safari. Firefox version 10.0. Mac OS 10.7.2

    To make sure that all required media is in the library contain the project you need to "Consolidate media"  see:  http://help.apple.com/imovie/mac/10.0/#mov882dee351
    You can then copy the library to your laptop with the Finder and open it with the same version of iMovie.  The last phrase is important since Apple has made changes in the project format several times even between minor updates of iMovie 10.  Earlier versions may not be able to read the library and later versions (not possible in this case) may cause the project to be updated so that it is no longer readable by the desktop version.   iMovie on the laptop will not at first find the copied library - you will have either to double click on it or File - Open library - Other and navigate to its location.
    Geoff.

  • HP wireless mouse H1D34AA cursor does not move

    My wireless mouse sometimes does not work - ie the cursor does not move although I can click and the light comes on. Batteries have been changed. This seems to happen intermittently. Any ideas? I have looked at devices and properties etc and removed the dongle and replaced it, nothing seems to work. This mouse is about 6 months old! Thanks

    My wireless mouse sometimes does not work - ie the cursor does not move although I can click and the light comes on. Batteries have been changed. This seems to happen intermittently. Any ideas? I have looked at devices and properties etc and removed the dongle and replaced it, nothing seems to work. This mouse is about 6 months old! Thanks

  • [solved] SD card in my card reader does not appear as a device

    Greetings.
    I have an Asus EEE 1015PEM netbook, which has a built-in card reader.
    I found some old SD cards that I am trying to get files from. When I insert them into the SD card reader in my netbook, the SD card does not appear as a device, and thus, I cannot mount it.
    sh-4.3$ ls /dev/sd*
    /dev/sda /dev/sda1 /dev/sda2 /dev/sda3
    sh-4.3$ lsusb
    Bus 001 Device 002: ID 13d3:5702 IMC Networks UVC VGA Webcam
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 005 Device 002: ID 13d3:3315 IMC Networks Bluetooth module
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    sh-4.3$ # insert card
    sh-4.3$ sleep 10
    sh-4.3$ ls /dev/sd*
    /dev/sda /dev/sda1 /dev/sda2 /dev/sda3
    sh-4.3$ lsusb
    Bus 001 Device 002: ID 13d3:5702 IMC Networks UVC VGA Webcam
    Bus 001 Device 010: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 005 Device 002: ID 13d3:3315 IMC Networks Bluetooth module
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Come to think of it, I am not sure I ever tried my SD card reader since I installed Arch on the machine (the machine was running Ubuntu before that, and there, inserting an SD card would trigger some automount magic).
    You guys know what I can do to access the files on my SD cards?
    Cheers,
    Willard.
    Last edited by willardthor (2014-06-08 17:13:35)

    Trilby wrote:
    And
    uname -a
    pacman -Qs linux
    sh-4.3$ uname -a
    Linux fenrir 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64 GNU/Linux
    sh-4.3$ pacman -Qs linux
    local/alsa-lib 1.0.27.2-1
    An alternative implementation of Linux sound support
    local/alsa-utils 1.0.27.2-1
    An alternative implementation of Linux sound support
    local/archlinux-keyring 20140220-1
    Arch Linux PGP keyring
    local/aura-bin 1.2.3.4-1
    A secure package manager for Arch Linux and the AUR written in Haskell - Prebuilt binary
    local/iptables 1.4.21-1
    Linux kernel packet control tool
    local/keyutils 1.5.9-1
    Linux Key Management Utilities
    local/kmod 17-1
    Linux kernel module handling
    local/lib32-alsa-lib 1.0.27.2-1
    An alternative implementation of Linux sound support (32 bit)
    local/lib32-libxshmfence 1.1-1
    a library that exposes a event API on top of Linux futexes (32-bit)
    local/lib32-util-linux 2.24.1-1
    Miscellaneous system utilities for Linux (32-bit)
    local/lib32-v4l-utils 1.0.1-1
    Userspace tools and conversion library for Video 4 Linux (32-bit)
    local/libimobiledevice 1.1.6-1
    Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux
    local/libiodbc 3.52.9-1
    Independent Open DataBase Connectivity for Linux
    local/libutil-linux 2.24.2-1 (base base-devel)
    util-linux runtime libraries
    local/libva 1.3.1-1
    Video Acceleration (VA) API for Linux
    local/libxshmfence 1.1-1
    a library that exposes a event API on top of Linux futexes
    local/linux 3.14.5-1 (base)
    The Linux kernel and modules
    local/linux-api-headers 3.14.1-1
    Kernel headers sanitized for use in userspace
    local/linux-firmware 20140316.dec41bc-1
    Firmware files for Linux
    local/lirc-utils 1:0.9.0-71
    Linux Infrared Remote Control utils
    local/man-pages 3.68-1 (base)
    Linux man pages
    local/mdadm 3.3-2 (base)
    A tool for managing/monitoring Linux md device arrays, also known as Software RAID
    local/mplayer 37051-2
    Media player for Linux
    local/pacman-mirrorlist 20140531-1
    Arch Linux mirror list for use by pacman
    local/pipelight 1:0.2.7-1
    A browser plugin which allows one to use Windows only plugins inside Linux browser
    local/syslinux 6.03pre12-3
    Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE
    local/util-linux 2.24.2-1 (base base-devel)
    Miscellaneous system utilities for Linux
    local/v4l-utils 1.0.1-1
    Userspace tools and conversion library for Video 4 Linux

  • [SOLVED] My iPhone 3GS does not appear in PCManFM file manager

    Hi
    My new desktop is under arch and uses PCManFM as filemanager, but when I plug my iPhone 3GS, it does not appear in the right panel
    I've experimented the same issue with the last version of pcmanfm (before 0.9.7) my usb sticks, and mp3 player are however well detected, and mounted :S
    It's just for the DCIM folder (container of the pictures)
    Thank you
    Last edited by Lowra (2010-07-08 19:21:11)

    wonder wrote:
    Lowra wrote:
    wonder wrote:if the new pcmanfm uses gvfs you need gvfs-afc
    I don't know how can you know that but just installed it and... it works !
    Thank you very much wonder for your fast reply
    i've worked with Jan to split gvfs in that way and added support for iphone for it
    So, I owe you a double thanks lol

  • When I create a new contact on my iPhone 5, despite having all my devices connected to iCloud, the contact does not appear anywhere else. Please can you let me know how to solve this?

    When I create a new contact on my iPhone 5 it does not appear on any of my other devices (iPad, PC).

    '''''#This will fix the problem for most I think:'''''
    ''Firefox 4.0 has a new feature that automatically saves your tabs when you close Firefox.''
    Its seems that for many people, this feature was not enabled automatically, instead it is set on a different setting of 'show my homepage' or 'show a blank page'. But it is very easy to change, I just did it myself! Here is how to do it:
    At the top left of the screen is an orange 'Firefox' box, click on it. On the right of the dropdown menu you will see 'Options'. Click on it. Then you will see another 'Options', click on it. This will bring up the Options menu.
    The part we are interested in for this fix is where it says, 'When FireFox starts:'. There is a dropdown selection next to that sentance, click on the little down-arrow, and choose ' Show my windows and tabs from last time'. Then click on 'OK' at the bottom of the Options menu, this will close the menu.
    You should be sorted now, I was. I hope it works for you too. To test it out, have a few tabs open, and close firefox. Then try open it. Those same tabs should re-appear. Holding thumbs & fingers crossed :)

  • [SOLVED] Rhythmbox does not appear in the notification area of xfce.

    Rhythmbox does not appear in the notification area of xfce.
    This is a bug? because even among the settings I can not make it appear the icon in the notification area ...
    tnx
    Last edited by ugaciaka (2009-08-30 06:17:15)

    cit30 wrote:Try Plugins > Status Icon > Configure > Status Icon: Owns the main window
    works!! tnx

  • Cursor does not change and dock is not responding

    mac mini mid 2011, 10.9.5 logitech wireless keyboard and mouse (wave). Dell 20 something inch monitor with lighting to mini display to hdmi.
    My cursor will get stuck on the arrow and not change on text input fields or the index finger to select links. If it does change at some random point, it will stay to whatever it changes, until it decides to change again. This will change every 10 to 15 minutes depending on how heavy I'm using it. The dock is also not responsive. If it is hidden, it will not pop up, if it is up on magnify, it will not magnify. Once in a great while it will magnify, but only to one spot and will not change.
    In addition, when I hover the mouse, things will not appear or recognize the mouse, like a print or zoom on the bottom of a pdf, or even a field on some web pages. It will not allow me to select some fields. www.jobs.ca.gov is the best example, I can not type a search or select a position. One time I even had the system settings icon stuck to my mouse and could not put it back on the dock. It followed the mouse, when I would single click, it would stay where it was, unless it was at the dock. If I double clicked it would open.
    I've only had this mini for about 4 months, this problem has only been going on for the past couple weeks. There have not been any changes in those past few weeks that I'm aware of. I did upgrade to 2 4gb ram 6 weeks ago and did a software update to 10.9.5 about 2 weeks ago, but I was hoping that would fix this problem. It did not.
    I was also having tons of problems with safari about a week ago, but a reboot into a certain mode, then back to normal reboot solved that.
    Thanks everyone in advance for you time and help.

    I had this same problem and was searching for answers. I also prefer using a circle instead of crosshairs. I hope you've figured it out by now, but, if you haven't, here is the answer (I am using Elements 9, but, it should work for other versions I think):
    1. Open up Elements Editor, Click on Edit, Click on Preferences, Click on Display & Cursors.
    2. Under Painting Cursors, select Full Size Brush Tip
    3. (optional) - if you want crosshairs within your circle, then also select Show Crosshair in Brush Tip.
    4. Click ok.
    Now use the brush, and it should have a circle to use.
    P.S. Sometimes if you have your Caps Lock key on, that removes the circle as well.

Maybe you are looking for

  • Why am I not getting responses to my podcast submissions?

    Last summer due to financial problems, I was unable to pay for hosting for my website which housed my podcasts. After two months, I was finally able to get it back up in August. Unfortunately, my podcasts were removed from the iTunes store by that po

  • Connecting satellite system through Sol Man

    Dear friends,   I am working on Sol Man 4.0 SP 12. I have properly set the T-RFC roles to users in both satellite system as well  as in Sol Man system. Now i want to execute the transaction MM01 (creation of material master) from Sol Man. If i execut

  • Disk Warrior directory optimization on a system ssd?

    Disk Warrior 5 reports poor directory optimization on my 3rd party system drive SSD - a Samsung 840 EVO 512GB drive.   Knowing the issues with TRIM etc on Yosemite, is there any reason to not do this?

  • IPhoto/email changing photo file format?

    I use an HP digital camera exclusively. All my photos in iPhoto state that they are in .jpeg format. Occasionally photos sent via email to my daughter-in-law arrive in a .mime format which she cannot open on her Windows unit. Does anyone know if the

  • Need code to embed Flash Movie in Web Page

    1 - We want to embed a Flash Movie into a regular web page and need the HTML code snippit sample on how to do it... 2 - What is the difference in HTML coding for a Flash Movie and a regular SWF Flash File? 3 - Is the Flash Movie file format designed