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.

Similar Messages

  • [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...

  • When I am browsing the page will freeze for no apparent reason. I lose all ability to go to a new page either by entering an address or by clicking a link on the page. This does not appear to happen on any particular web page.

    I am still connected to the internet

    Go back to FF3.6:
    http://www.mozilla.com/en-US/firefox/all-older.html
    I did yesterday and have had no hangs today. I did NOT have to uninstall FF4.0, I just put 3.6 into a new directory.

  • My wife and I have new IPad Airs. I was able to download and use the NY Time Crossword app, but can't get it to download on hers. It shows as "purchased" but does not appear as an icon on her home page, but is on her purchased page. Any ideas?

    Can't get NYTimes Crossword app to download onto my wife's IPad Air. It shows as "purchased" but when trying to download with the Cloud icon, it just circles for a while, then stops. The app works fine on my IPad. Any suggestions?
    Thanks

    There are a lot of posts in the forums today with people having problems with iMessage.   There was also a published outage yesterday, so it's possible there are still some issues that may be impacting you both.
    I would just wait it out - I'm sure it will be sorted out soon.

  • The edit JSP page does not appear...

    Hi!
    I make a simple JSF application, I would like to show a DB table in a h:dataTable component and edit a given row after click, but the edit JSP page does not appear. I click the on link in the table, but the list is loaded again and not the edit page...:(
    (no exception in application server console)
    Please help me!
    my code:
    **************************************** listmydata.jsp***************************
                   <h:dataTable
                             value="#{myBean.myDataList}"
                             var="myDataItem"
                             binding="#{myBean.myDataTable}"
                   >
                        <h:column>
                             <f:facet name="header">
                                  <h:outputText value="Ajdi"/>
                             </f:facet>
                             <h:commandLink action="#{myBean.editMyData}">
                                  <h:outputText value="#{myDataItem.id}"/>
                             </h:commandLink>
                        </h:column>
    ********************************* MyBean.java *******************************
    package bean;
    import java.sql.Connection;
    import java.sql.SQLException;
    import java.util.ArrayList;
    import java.util.List;
    import javax.faces.component.html.HtmlDataTable;
    import javax.faces.context.FacesContext;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.sql.DataSource;
    import wrapper.MyData;
    public class MyBean {
         private List myDataList;
         private HtmlDataTable myDataTable;
         private MyData myDataItem;
         protected Connection Conn;
         // *********************** actions ***********************
         public String editMyData() {
              myDataItem = (MyData)getMyDataTable().getRowData();
              return "editmydata";
         public String saveMyData() {
              try {
                   updateDataInDB();
              catch (SQLException e) {
                   System.out.println(e);
                   System.err.println(e);
                   e.printStackTrace();
              catch (NamingException e) {
                   System.out.println(e);
                   System.err.println(e);
                   e.printStackTrace();
              return "listmydata";
         // *********************** setter ***********************
         public void setMyDataList(List myDataList) {
              this.myDataList = myDataList;
         public void setMyDataTable(HtmlDataTable myDataTable) {
              this.myDataTable = myDataTable;
         public void setMyDataItem(MyData myDataItem) {
              this.myDataItem = myDataItem;
         // *********************** getter ***********************
         public List getMyDataList() {
              if (myDataList == null || FacesContext.getCurrentInstance().getRenderResponse()) {
                   loadMyDataList();
              return myDataList;
         public HtmlDataTable getMyDataTable() {
              return myDataTable;
         public MyData getMyDataItem() {
              return myDataItem;
         // *********************** others ***********************
         public void loadMyDataList() {
              try {
                   getDataFromDB();
              catch (NamingException e) {
                   System.out.println(e);
                   System.err.println(e);
                   e.printStackTrace();
              catch (SQLException e) {
                   System.out.println(e);
                   System.err.println(e);
                   e.printStackTrace();
         void getDataFromDB() throws NamingException, SQLException {
              myDataList = new ArrayList();
              java.sql.PreparedStatement PreStat = ownGetConnection().prepareStatement("SELECT id, name, value FROM BEA_JSF_SAMPLE");
              PreStat.execute();
              java.sql.ResultSet Rs = PreStat.getResultSet();
              while(Rs.next()) {
                   MyData OneRecord = new MyData();
                   OneRecord.setId(Rs.getLong(1));
                   OneRecord.setName(Rs.getString(2));
                   OneRecord.setValue(Rs.getString(3));
                   myDataList.add(OneRecord);
         void updateDataInDB() throws SQLException, NamingException {
              String sql = new String("UPDATE BEA_JSF_SAMPLE SET name=?,value=? WHERE id=?");
              java.sql.PreparedStatement PreStat = ownGetConnection().prepareStatement(sql);
              PreStat.setString(1,myDataItem.getName());
              PreStat.setString(2,myDataItem.getValue());
              PreStat.setLong(3,myDataItem.getId().longValue());
              PreStat.execute();
              ownGetConnection().commit();
         Connection ownGetConnection() throws SQLException, NamingException {
              if (Conn == null) {
                   InitialContext IniCtx = new InitialContext();
                   DataSource Ds = (DataSource)IniCtx.lookup("JDBCConnectToLocalhost_CRS");
                   Conn = Ds.getConnection();
              return Conn;
    ******************************* editmydata.jsp *****************************
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
    <html>
    <body>
    <f:view>
    <h:form>
         <h:panelGrid columns="2">
              <h:outputText value="Name"/>
              <h:inputText id="name" value="#{myBean.myDataItem.name}"/>
              <h:outputText value="Value"/>
              <h:inputText id="value" value="#{myBean.myDataItem.value}"/>
         </h:panelGrid>
         <h:commandButton action="#{myBean.saveMyData}" value="Save"/>
    </h:form>
    </f:view>
    </body>
    </html>

    I have put his lines in the faces-config.xml and now it works:
         <navigation-rule>
              <from-view-id>*</from-view-id>
              <navigation-case>
                   <from-outcome>editmydata</from-outcome>
                   <to-view-id>editmydata.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
         <navigation-rule>
              <from-view-id>*</from-view-id>
              <navigation-case>
                   <from-outcome>listmydata</from-outcome>
                   <to-view-id>listmydata.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
    I don't understand, that I define the next JSP page in the bean java file, which must be shown, but I must define this in the faces-config.xml as well.
    for example:
         public String editMyData() {
              myDataItem = (MyData)getMyDataTable().getRowData();
              return "editmydata";
    is it right or Do I make a mistake somewhere?

  • New Role does not appear in home page after assigned to a user

    Hi there!
    I'm new at SAP Portals.
    I've created a role and assigned it to an user, but the corresponding tab does not appear in home page.
    I've already changed permitions to a group that is assigned to the user.
    I've seen in some posts that the role's property "Entry point" should have value "Yes", but mine is set to "No". Meanwhile, I can't change it. When I open the role and press button "Properties" nothing happens. The only way I can check role's properties is through "Delta Link tracer", but there I can't change them.
    Can you help me, make the new tab (corresponding to role) happear in home page menu?
    Thanks and best regards,
    Vasco Brandã

    Hi,
    to track down you problem, you click on "properties", but you can't see the properties? They won't get loaded and therefor, you can't edit the property?
    What's your portal version + SPS, which browser are you using + version (IE, FF) and how do you access the portal? IP, FQDN? Are you getting any error message in the browser?
    What profile is assigned to your user? What kind of roles are you trying to modify? A new one, or a SAP pre-delivered portal role?
    br,
    Tobias

  • Cursor does not click the sign-out button in yahoo, rediff etc pages ?

    cursor does not click the sign-out button in yahoo, rediff etc pages. E.G once I open my yahoo page, the cursor pointer will not change it's appearance to the finger type when I try to click the sign-out or inbox button. This does not happen with chrome or explorer.

    That problem can be caused by the Yahoo! Toolbar or the Babylon extension that extents too much downwards and covers the top part of the browser window and thus makes links and buttons in that part of the screen not clickable.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • HT201406 1st. Gen iPad question:  the touch keyboard does not appear when attempting to input data into data fields - this happens while using all apps, ex. Notes, Google, Pages, etc..

    1st. Gen iPad question:  the touch keyboard does not appear when attempting to input data into data fields - this happens while using all apps, ex. Notes, Google, Pages, etc.. The cursor prompt is present.  Tapping screen just brings up the option to: "Select   Select All   Paste."   I have rebbooted with no change. 
    Message was edited by: Jimfromutah
    The problem was my connected bluetooth keyboard.

    1st. Gen iPad question:  the touch keyboard does not appear when attempting to input data into data fields - this happens while using all apps, ex. Notes, Google, Pages, etc.. The cursor prompt is present.  Tapping screen just brings up the option to: "Select   Select All   Paste."   I have rebbooted with no change. 
    Message was edited by: Jimfromutah
    The problem was my connected bluetooth keyboard.

  • When I open a word document attachment in mail for IOS 7.1.1 the previous jpeg is showing on the first page. When I open the attachment from mail in mac OS X the jpeg does not appear. Can anyone help?

    When I open a word document attachment in mail for IOS 7.1.1 the previous jpeg is showing on the first page. When I open the attachment from mail in mac OS X the jpeg does not appear. Can anyone help?

    gonsa47 wrote:
    When I open it in pages or word the correct company logo appears.
    Does the mail app display whatever is in the document without the ability to differentiate between hidden or non hidden images?
    The mail app will not display fillable form fields in PDF files that can be seen in real PDF apps. I say real PDF apps because the form fields in PDF apps will not appear in the iBooks app either. IMO, iBooks is not a real PDF app.
    So, I would say that the mail app cannot differentiate between hidden and non hidden items

  • The option to extract pages from a PDF document as described does not appear for me.

    Im currently running Acrobat Pro XL and the option to extract pages from a PDF document as described in the below tutorial does not appear for me.  Please help!
    Extracting pages from a PDF
    https://acrobatusers.com/tutorials/extracting-pages

    Typically if the extract feature is not present then the application is not Acrobat Pro.
    Be well...

  • CDs loaded, Artist name does not appear in ARTISTS list

    Among all the CDs I've loaded and songs purchased, I have 2 Carly Simon
    CDs on my video iPod. However, Carly Simon's name does not appear in my
    list of ARTISTS in the Music Menu.
    I did a sync with my iTunes list and the songs are indeed loaded.
    Why is her name missing from the list and how do I get it back?
    It used to be there!
    Thanks-

    I just found the answer on the discussion board.
    In my SETTINGS I had compilations turned on.
    When I switched it off, Carly Simon was back in my
    ARTISTS list.

  • The address of the page I am on does not appear in the address bar?

    Since upgrading to Firefox 4, the address of the page I am on, does not appear. I often want to send the link to someone, but now I can't.

    You will all be interested to know, I had been unable to see the link of the page I was on, nor was I able to go back or forward on any webpage.............
    Both problems were solved when I disabled the "Color Tabs" Add On.
    I literally went through each add on, disabling it, and then re-starting Firefox. Again, when I disabled "Color Tabs", problem(s) solved..........
    I impressed even myself.
    Thanks for the Tip.
    I guess certain Add-Ons affect each computer differently, based on what you already have added.

  • (LDOM) The file just loaded does not appear to be executable.

    Sorry if this is not the right forum - it seems to be the closest one for things about LDOMs; plese let me know if I should post somewhere else.
    I have installed LDoms_Manager-1_2.zip on a T5220 Server; following the book ("Logical Domains 1.2 Administration Guide") I set up the control domain etc, then a guest domain (cranachan) - so far all appears well. I downloaded the dvd iso of Solaris 10 (sol-10-u7-ga-sparc-dvd.iso) and added it to the guest as described, started the domain and issued "boot vdisk_iso:f -v" - this seemed to work well, but there was an error that turned out to be that I had given the wrong path for the system disk.
    So I started over - removed the guest domain and the disk definitions for both guest and control domain, and removed the guest; then recreated everything. This time, when I "boot vdisk_iso:f -v" I get:
    The file just loaded does not appear to be executable.
    Any idea what may have happened? It makes no sense to me; not unless the iso file has been corrupted, but it doesn't seem to have been modified, and I can mount it as a loop-back fs in linux.

    I have the same problem with a Netra T1 system. Solaris 10 installed fine and it won't boot. It did have Solaris 8 on the system, but I put in new drives to start my Solaris 10 install.
    I tried booting to single user cd-rom (ok boot cdrom -s) and ran this:
    # installboot /usr/platform/SUNW,UltraAX-i2/lib/fs/ufs/bookblk /dev/rdsk/c1t0d0s1
    (SUNW,UltraAX-i2 was derived from # uname -i)
    It didn't help.
    I also tried "setenv diag-switch? false" at the okay prompt. It didn't help
    Any thoughts?

  • Autofill in Google Toolbar does not appear to be working with Firefox 4 - Aways saying Autofill not available for this page even on pages I have used it before FF4 upgrade

    Autofill in Google Toolbar does not appear to be working with Firefox 4 - It aways gives the message "Autofill not available for this page". This is happening on pages I have used Autofill on before upgrading to FF4 from Firefox 3.5.x

    i did not see a solution posted - I tired what I read. Going back to an old version may solve the problem but it is a stupid solution so I have yet to do that.
    I am on version 4 and autofil this does not work :
    Popular answer Go to this answer
    Uninstall version 5, then Google "google toolbar version 4", follow the link to FileHippo.com, and download and install the last version 4. When you reinstall it, make sure you turn off the option to perform automatic updates.
    6 of 7 people found this answer helpful. Did you? Sign in to vote. Report abuse

  • Where is the direct download page for Ps CC? CC webpage will not download and install the app. Ps CC does not appear in CC Desktop.

    Win 7 Home Premium. Photoshop CC was crashing constantly and some features would not work properly. I uninstalled and now cannot get it to reinstall from the CC Website, Photoshop CC does not appear in the CC Desktop app. In the past I have been directed to a page where I could directly access the download, but I cannot find that page.

    ShowLowAZ please try utilizing a different web browser.  As an alternative please see Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html for information on how to install directly from the Creative Cloud Desktop application.

Maybe you are looking for

  • Getting 500 Internal Server Error while tryig to log into freshly upgraded

    Hi Getting 500 Internal Server Error while tryig to log into freshly R12 upgraded. Below is the application.log messages. ================================================================================================= 12/12/31 10:02:22.295 html: Se

  • .DWG extension files in SharePoint.

    Hi all !! I am facing a problem in SharePoint 2010 i'e in my document library i uploaded multiple kind of documents, like word, doc, pdf and .DWG  file formats. except .dwg i aam able to open all the document in the browser on clicking on the documen

  • Sales employee sales

    hi all, can we capture sales employee related data in sales group. by doing this i can get the report employee wise

  • [nQSError: 46115] - Admin Tools: can't import table from database .

    hi all, Need your help, i am using Bi Administration Tool, and i try to import tables from database,but encounter issue: (1)."File->import->from database...",select connection type as OCI 10g/11g, type TNS Name,User Name and Password,then click "OK".

  • Printer Change of Production TO

    Hi, The requirement is to change the printer from XXX to YYY for Production TOs YYY is already configured in SAP System. But currently in OMLV the current setting is with ZZZ printer for corresponding Warehouse, Is there any other place where I can c