Cannot run in framebuffer mode

I have just installed Arch on my ThinkPad x220 and configured X to support both my internal LCD as well as my external USB monitor that uses Displaylink.
I have (From memory) installed the following graphics drivers: xf86-video-intel, xf86-video-displaylink and xf86-video-fbdev.
When I try to start x with the USB monitor disconnected, everything works fine but as soon as I try to start x with it plugged in, I get an error in the log stating that "Cannot run in framebuffer mode, please specifiy BusIDs for all framebuffer devices" as can be seen below I have specified BusIDs for both devices.
If I comment out the last two lines in the ServerLayout and try to start x with the USB monitor connected it works fine.
What I want is to be able to use the USB monitor to extend my desktop but be able to use the laptop's internal LCD on its own when I don't have the USB monitor connected.
My xorg.conf:
Section "Device"
Identifier "intel"
driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "dl1"
driver "fbdev"
Option "fbdev" "/dev/fb1"
BusID "USB"
EndSection
Section "Monitor"
Identifier "monitor0"
EndSection
Section "Monitor"
Identifier "monitor1"
EndSection
Section "Screen"
Identifier "screen0"
Device "dl1"
Monitor "monitor0"
DefaultDepth 16
EndSection
Section "Screen"
Identifier "screen1"
Device "intel"
Monitor "monitor1"
DefaultDepth 16
EndSection
Section "ServerLayout"
Identifier "multihead"
Screen 0 "screen0"
Screen 1 "screen1" LeftOf "screen0"
Option "Xinerama" "off"
EndSection
My error log from when I try to start x with the USB monitor connected:
[ 1519.870]
X.Org X Server 1.14.0
Release Date: 2013-03-05
[ 1519.873] X Protocol Version 11, Revision 0
[ 1519.875] Build Operating System: Linux 3.8.2-1-ARCH x86_64
[ 1519.876] Current Operating System: Linux localhost 3.8.4-1-ARCH #1 SMP PREEMPT Wed Mar 20 22:10:25 CET 2013 x86_64
[ 1519.876] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=07d0daf8-43f7-4294-a552-48d5f0521ae3 ro
[ 1519.877] Build Date: 09 March 2013 11:43:05AM
[ 1519.877]
[ 1519.878] Current version of pixman: 0.28.2
[ 1519.879] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1519.879] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1519.881] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 23 00:43:24 2013
[ 1519.881] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1519.881] (==) ServerLayout "multihead"
[ 1519.881] (**) |-->Screen "screen0" (0)
[ 1519.881] (**) | |-->Monitor "monitor0"
[ 1519.881] (**) | |-->Device "dl1"
[ 1519.881] (**) |-->Screen "screen1" (1)
[ 1519.881] (**) | |-->Monitor "monitor1"
[ 1519.881] (**) | |-->Device "intel"
[ 1519.881] (**) Option "Xinerama" "off"
[ 1519.881] (==) Automatically adding devices
[ 1519.881] (==) Automatically enabling devices
[ 1519.881] (==) Automatically adding GPU devices
[ 1519.881] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 1519.881] Entry deleted from font path.
[ 1519.881] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 1519.881] Entry deleted from font path.
[ 1519.881] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 1519.881] Entry deleted from font path.
[ 1519.881] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 1519.881] Entry deleted from font path.
[ 1519.881] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 1519.881] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 1519.881] Entry deleted from font path.
[ 1519.881] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 1519.881] (==) FontPath set to:
/usr/share/fonts/misc/
[ 1519.881] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1519.881] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1519.881] (II) Loader magic: 0x7fdc20
[ 1519.881] (II) Module ABI versions:
[ 1519.881] X.Org ANSI C Emulation: 0.4
[ 1519.881] X.Org Video Driver: 14.1
[ 1519.881] X.Org XInput driver : 19.1
[ 1519.881] X.Org Server Extension : 7.0
[ 1519.882] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 1519.883] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21da rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
[ 1519.884] Initializing built-in extension Generic Event Extension
[ 1519.884] Initializing built-in extension SHAPE
[ 1519.885] Initializing built-in extension MIT-SHM
[ 1519.885] Initializing built-in extension XInputExtension
[ 1519.886] Initializing built-in extension XTEST
[ 1519.886] Initializing built-in extension BIG-REQUESTS
[ 1519.887] Initializing built-in extension SYNC
[ 1519.887] Initializing built-in extension XKEYBOARD
[ 1519.887] Initializing built-in extension XC-MISC
[ 1519.888] Initializing built-in extension SECURITY
[ 1519.888] Initializing built-in extension XINERAMA
[ 1519.889] Initializing built-in extension XFIXES
[ 1519.889] Initializing built-in extension RENDER
[ 1519.890] Initializing built-in extension RANDR
[ 1519.890] Initializing built-in extension COMPOSITE
[ 1519.891] Initializing built-in extension DAMAGE
[ 1519.891] Initializing built-in extension MIT-SCREEN-SAVER
[ 1519.892] Initializing built-in extension DOUBLE-BUFFER
[ 1519.892] Initializing built-in extension RECORD
[ 1519.893] Initializing built-in extension DPMS
[ 1519.893] Initializing built-in extension X-Resource
[ 1519.893] Initializing built-in extension XVideo
[ 1519.894] Initializing built-in extension XVideo-MotionCompensation
[ 1519.894] Initializing built-in extension XFree86-VidModeExtension
[ 1519.895] Initializing built-in extension XFree86-DGA
[ 1519.895] Initializing built-in extension XFree86-DRI
[ 1519.896] Initializing built-in extension DRI2
[ 1519.896] (II) LoadModule: "glx"
[ 1519.896] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1519.896] (II) Module glx: vendor="X.Org Foundation"
[ 1519.896] compiled for 1.14.0, module version = 1.0.0
[ 1519.896] ABI class: X.Org Server Extension, version 7.0
[ 1519.896] (==) AIGLX enabled
[ 1519.896] Loading extension GLX
[ 1519.896] (II) LoadModule: "fbdev"
[ 1519.896] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 1519.896] (II) Module fbdev: vendor="X.Org Foundation"
[ 1519.897] compiled for 1.14.0, module version = 0.4.3
[ 1519.897] Module class: X.Org Video Driver
[ 1519.897] ABI class: X.Org Video Driver, version 14.1
[ 1519.897] (II) LoadModule: "intel"
[ 1519.897] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 1519.897] (II) Module intel: vendor="X.Org Foundation"
[ 1519.897] compiled for 1.14.0, module version = 2.21.5
[ 1519.897] Module class: X.Org Video Driver
[ 1519.897] ABI class: X.Org Video Driver, version 14.1
[ 1519.897] (II) FBDEV: driver for framebuffer: fbdev
[ 1519.897] (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 Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
Haswell Server (GT2+), Haswell SDV Desktop (GT1),
Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
Haswell ULT Server (GT1), Haswell ULT Server (GT2),
Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
ValleyView PO board
[ 1519.897] (++) using VT number 1
[ 1519.897] (WW) Falling back to old probe method for fbdev
[ 1519.897] (II) Loading sub module "fbdevhw"
[ 1519.897] (II) LoadModule: "fbdevhw"
[ 1519.897] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 1519.897] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 1519.897] compiled for 1.14.0, module version = 0.0.2
[ 1519.897] ABI class: X.Org Video Driver, version 14.1
[ 1519.897] (II) FBDEV(0): using /dev/fb1
[ 1519.897]
Fatal server error:
[ 1519.897] Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
[ 1519.897]
[ 1519.897] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 1519.897] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 1519.897] (EE)
[ 1519.901] Server terminated with error (1). Closing log file.
Any help is greatly appreciated,
Cameron

I managed to get xf86-video-fbdev-for-displaylink installed. Had to move the modules to the correct location in /usr/lib/xorg/modules/driver/ and change the bitdepth to 16 in order for it to work. But I still get the module unload of whichever module is next. Whether intel or fbdev.
[ 14.539]
X.Org X Server 1.14.0
Release Date: 2013-03-05
[ 14.540] X Protocol Version 11, Revision 0
[ 14.540] Build Operating System: Linux 3.8.2-1-ARCH x86_64
[ 14.540] Current Operating System: Linux arch.agioit.com 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013 x86_64
[ 14.540] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b6ac9907-e07a-4c63-b4be-6660e0c85139 ro quiet
[ 14.540] Build Date: 09 March 2013 11:43:05AM
[ 14.540]
[ 14.540] Current version of pixman: 0.28.2
[ 14.540] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.540] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.540] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 16 12:56:35 2013
[ 14.705] (==) Using config file: "/etc/X11/xorg.conf"
[ 14.705] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 14.705] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 14.862] (==) ServerLayout "Layout0"
[ 14.862] (**) |-->Screen "Screen0" (0)
[ 14.862] (**) | |-->Monitor "DisplayLinkMonitor"
[ 14.862] (**) | |-->Device "DisplayLinkDevice"
[ 14.862] (**) |-->Screen "Screen1" (1)
[ 14.862] (**) | |-->Monitor "Monitor0"
[ 14.862] (**) | |-->Device "Card0"
[ 14.862] (**) |-->Screen "Screen2" (2)
[ 14.862] (**) | |-->Monitor "Monitor1"
[ 14.862] (**) | |-->Device "Card1"
[ 14.862] (**) |-->Input Device "Keyboard0"
[ 14.862] (**) |-->Input Device "Mouse0"
[ 14.862] (**) Option "Xinerama" "On"
[ 14.862] (==) Automatically adding devices
[ 14.862] (==) Automatically enabling devices
[ 14.862] (==) Automatically adding GPU devices
[ 14.863] (**) Xinerama: enabled
[ 15.083] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 15.084] Entry deleted from font path.
[ 15.084] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 15.084] Entry deleted from font path.
[ 15.122] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 15.122] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 15.122] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 15.122] (WW) Disabling Keyboard0
[ 15.122] (WW) Disabling Mouse0
[ 15.122] (II) Loader magic: 0x7fdc20
[ 15.122] (II) Module ABI versions:
[ 15.122] X.Org ANSI C Emulation: 0.4
[ 15.122] X.Org Video Driver: 14.1
[ 15.122] X.Org XInput driver : 19.1
[ 15.122] X.Org Server Extension : 7.0
[ 15.122] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 15.124] (--) PCI:*(0:0:2:0) 8086:0126:106b:00e6 rev 9, Mem @ 0xa0000000/4194304, 0x90000000/268435456, I/O @ 0x00002000/64
[ 15.137] Initializing built-in extension Generic Event Extension
[ 15.137] Initializing built-in extension SHAPE
[ 15.137] Initializing built-in extension MIT-SHM
[ 15.137] Initializing built-in extension XInputExtension
[ 15.137] Initializing built-in extension XTEST
[ 15.137] Initializing built-in extension BIG-REQUESTS
[ 15.137] Initializing built-in extension SYNC
[ 15.137] Initializing built-in extension XKEYBOARD
[ 15.137] Initializing built-in extension XC-MISC
[ 15.137] Initializing built-in extension SECURITY
[ 15.137] Initializing built-in extension XINERAMA
[ 15.137] Initializing built-in extension XFIXES
[ 15.137] Initializing built-in extension RENDER
[ 15.137] Initializing built-in extension RANDR
[ 15.137] Initializing built-in extension COMPOSITE
[ 15.137] Initializing built-in extension DAMAGE
[ 15.137] Initializing built-in extension MIT-SCREEN-SAVER
[ 15.137] Initializing built-in extension DOUBLE-BUFFER
[ 15.137] Initializing built-in extension RECORD
[ 15.137] Initializing built-in extension DPMS
[ 15.137] Initializing built-in extension X-Resource
[ 15.137] Initializing built-in extension XVideo
[ 15.138] Initializing built-in extension XVideo-MotionCompensation
[ 15.138] Initializing built-in extension XFree86-VidModeExtension
[ 15.138] Initializing built-in extension XFree86-DGA
[ 15.138] Initializing built-in extension XFree86-DRI
[ 15.138] Initializing built-in extension DRI2
[ 15.138] (II) "glx" will be loaded by default.
[ 15.138] (II) LoadModule: "dri2"
[ 15.138] (II) Module "dri2" already built-in
[ 15.138] (II) LoadModule: "glamoregl"
[ 15.144] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 15.389] (II) Module glamoregl: vendor="X.Org Foundation"
[ 15.389] compiled for 1.14.0, module version = 0.5.0
[ 15.389] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.389] (II) LoadModule: "glx"
[ 15.426] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 15.436] (II) Module glx: vendor="X.Org Foundation"
[ 15.436] compiled for 1.14.0, module version = 1.0.0
[ 15.436] ABI class: X.Org Server Extension, version 7.0
[ 15.436] (==) AIGLX enabled
[ 15.437] Loading extension GLX
[ 15.437] (II) LoadModule: "fbdev"
[ 15.437] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 15.444] (II) Module fbdev: vendor="X.Org Foundation"
[ 15.445] compiled for 1.14.0, module version = 0.4.3
[ 15.445] Module class: X.Org Video Driver
[ 15.445] ABI class: X.Org Video Driver, version 14.1
[ 15.445] (II) LoadModule: "intel"
[ 15.445] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 15.481] (II) Module intel: vendor="X.Org Foundation"
[ 15.481] compiled for 1.14.0, module version = 2.21.6
[ 15.481] Module class: X.Org Video Driver
[ 15.481] ABI class: X.Org Video Driver, version 14.1
[ 15.481] (II) FBDEV: driver for framebuffer: fbdev
[ 15.481] (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 Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
Haswell Server (GT2+), Haswell SDV Desktop (GT1),
Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
Haswell ULT Server (GT1), Haswell ULT Server (GT2),
Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
ValleyView PO board
[ 15.482] (++) using VT number 7
[ 15.494] (II) Loading sub module "fbdevhw"
[ 15.494] (II) LoadModule: "fbdevhw"
[ 15.494] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 15.510] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 15.510] compiled for 1.14.0, module version = 0.0.2
[ 15.510] ABI class: X.Org Video Driver, version 14.1
[ 15.510] (**) FBDEV(0): claimed PCI slot 0@0:2:0
[ 15.510] (II) FBDEV(0): using /dev/fb1
[ 15.511] (II) FBDEV(0): Creating default Display subsection in Screen section
"Screen0" for depth/fbbpp 16/16
[ 15.511] (**) FBDEV(0): Depth 16, (--) framebuffer bpp 16
[ 15.511] (==) FBDEV(0): RGB weight 565
[ 15.511] (==) FBDEV(0): Default visual is TrueColor
[ 15.511] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 15.511] (II) FBDEV(0): hardware: udlfb (video memory: 4052kB)
[ 15.511] (**) FBDEV(0): Option "fbdev" "/dev/fb1"
[ 15.511] (II) FBDEV(0): checking modes against framebuffer device...
[ 15.511] (II) FBDEV(0): checking modes against monitor...
[ 15.511] (--) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
[ 15.511] (**) FBDEV(0): Built-in mode "current": 138.5 MHz, 66.6 kHz, 59.9 Hz
[ 15.511] (II) FBDEV(0): Modeline "current"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 -hsync +vsync -csync (66.6 kHz b)
[ 15.511] (==) FBDEV(0): DPI set to (96, 96)
[ 15.511] (II) Loading sub module "fb"
[ 15.511] (II) LoadModule: "fb"
[ 15.511] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 15.513] (II) Module fb: vendor="X.Org Foundation"
[ 15.513] compiled for 1.14.0, module version = 1.0.0
[ 15.513] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.513] (**) FBDEV(0): using shadow framebuffer
[ 15.513] (II) Loading sub module "shadow"
[ 15.513] (II) LoadModule: "shadow"
[ 15.513] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 15.520] (II) Module shadow: vendor="X.Org Foundation"
[ 15.520] compiled for 1.14.0, module version = 1.1.0
[ 15.520] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.520] (II) UnloadModule: "intel"
[ 15.520] (II) Unloading intel
[ 15.546] (==) FBDEV(0): Backing store disabled
[ 15.546] (==) FBDEV(0): DPMS enabled
[ 15.546] (==) RandR enabled
[ 15.554] (II) AIGLX: Screen 0 is not DRI2 capable
[ 15.554] (II) AIGLX: Screen 0 is not DRI capable
[ 16.124] (II) AIGLX: Loaded and initialized swrast
[ 16.124] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 16.464] (II) config/udev: Adding input device Power Button (/dev/input/event8)
[ 16.464] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.464] (II) LoadModule: "evdev"
[ 16.465] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.487] (II) Module evdev: vendor="X.Org Foundation"
[ 16.487] compiled for 1.14.0, module version = 2.8.0
[ 16.487] Module class: X.Org XInput Driver
[ 16.487] ABI class: X.Org XInput driver, version 19.1
[ 16.487] (II) Using input driver 'evdev' for 'Power Button'
[ 16.487] (**) Power Button: always reports core events
[ 16.487] (**) evdev: Power Button: Device: "/dev/input/event8"
[ 16.487] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 16.488] (--) evdev: Power Button: Found keys
[ 16.488] (II) evdev: Power Button: Configuring as keyboard
[ 16.488] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event8"
[ 16.488] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 16.488] (**) Option "xkb_rules" "evdev"
[ 16.488] (**) Option "xkb_model" "evdev"
[ 16.488] (**) Option "xkb_layout" "us"
[ 16.518] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 16.518] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 16.518] (II) Using input driver 'evdev' for 'Video Bus'
[ 16.518] (**) Video Bus: always reports core events
[ 16.518] (**) evdev: Video Bus: Device: "/dev/input/event9"
[ 16.518] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 16.518] (--) evdev: Video Bus: Found keys
[ 16.518] (II) evdev: Video Bus: Configuring as keyboard
[ 16.518] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
[ 16.518] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 16.518] (**) Option "xkb_rules" "evdev"
[ 16.518] (**) Option "xkb_model" "evdev"
[ 16.518] (**) Option "xkb_layout" "us"
[ 16.519] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[ 16.519] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.519] (II) Using input driver 'evdev' for 'Power Button'
[ 16.519] (**) Power Button: always reports core events
[ 16.519] (**) evdev: Power Button: Device: "/dev/input/event6"
[ 16.519] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 16.519] (--) evdev: Power Button: Found keys
[ 16.519] (II) evdev: Power Button: Configuring as keyboard
[ 16.519] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event6"
[ 16.519] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 16.519] (**) Option "xkb_rules" "evdev"
[ 16.519] (**) Option "xkb_model" "evdev"
[ 16.519] (**) Option "xkb_layout" "us"
[ 16.521] (II) config/udev: Adding input device Sleep Button (/dev/input/event7)
[ 16.521] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 16.521] (II) Using input driver 'evdev' for 'Sleep Button'
[ 16.521] (**) Sleep Button: always reports core events
[ 16.521] (**) evdev: Sleep Button: Device: "/dev/input/event7"
[ 16.521] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 16.521] (--) evdev: Sleep Button: Found keys
[ 16.521] (II) evdev: Sleep Button: Configuring as keyboard
[ 16.521] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event7"
[ 16.521] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 16.521] (**) Option "xkb_rules" "evdev"
[ 16.521] (**) Option "xkb_model" "evdev"
[ 16.521] (**) Option "xkb_layout" "us"
[ 16.522] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 16.523] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/event0)
[ 16.523] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall"
[ 16.523] (II) Using input driver 'evdev' for 'Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)'
[ 16.523] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): always reports core events
[ 16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Device: "/dev/input/event0"
[ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Vendor 0x45e Product 0x39
[ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found 9 mouse buttons
[ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found scroll wheel(s)
[ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found relative axes
[ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found x and y relative axes
[ 16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Configuring as mouse
[ 16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Adding scrollwheel support
[ 16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5
[ 16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.523] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/input/input0/event0"
[ 16.523] (II) XINPUT: Adding extended input device "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 10)
[ 16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): initialized for relative axes.
[ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1
[ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0
[ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
[ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[ 16.524] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[ 16.524] (II) No input driver specified, ignoring this device.
[ 16.524] (II) This device may have been added with another device file.
[ 16.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event3)
[ 16.525] (II) No input driver specified, ignoring this device.
[ 16.525] (II) This device may have been added with another device file.
[ 16.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event4)
[ 16.526] (II) No input driver specified, ignoring this device.
[ 16.526] (II) This device may have been added with another device file.
[ 16.526] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[ 16.526] (II) No input driver specified, ignoring this device.
[ 16.526] (II) This device may have been added with another device file.
[ 16.526] (II) config/udev: Adding input device HDA Intel PCH SPDIF In (/dev/input/event11)
[ 16.526] (II) No input driver specified, ignoring this device.
[ 16.526] (II) This device may have been added with another device file.
[ 16.527] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[ 16.527] (II) No input driver specified, ignoring this device.
[ 16.527] (II) This device may have been added with another device file.
[ 16.527] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[ 16.527] (II) No input driver specified, ignoring this device.
[ 16.527] (II) This device may have been added with another device file.
[ 16.527] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event1)
[ 16.527] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[ 16.527] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[ 16.527] (**) Microsoft Wired Keyboard 600: always reports core events
[ 16.527] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event1"
[ 16.527] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
[ 16.527] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[ 16.527] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[ 16.527] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.0/input/input1/event1"
[ 16.527] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 11)
[ 16.527] (**) Option "xkb_rules" "evdev"
[ 16.527] (**) Option "xkb_model" "evdev"
[ 16.527] (**) Option "xkb_layout" "us"
[ 16.527] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event2)
[ 16.527] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[ 16.527] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[ 16.527] (**) Microsoft Wired Keyboard 600: always reports core events
[ 16.527] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event2"
[ 16.527] (II) evdev: Microsoft Wired Keyboard 600: Using mtdev for this device
[ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
[ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found 1 mouse buttons
[ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found scroll wheel(s)
[ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found relative axes
[ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found absolute axes
[ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found absolute multitouch axes
[ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found x and y absolute axes
[ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Forcing relative x/y axes to exist.
[ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Configuring as mouse
[ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Adding scrollwheel support
[ 16.528] (**) evdev: Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
[ 16.528] (**) evdev: Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.528] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.1/input/input2/event2"
[ 16.528] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 12)
[ 16.528] (**) Option "xkb_rules" "evdev"
[ 16.528] (**) Option "xkb_model" "evdev"
[ 16.528] (**) Option "xkb_layout" "us"
[ 16.528] (II) evdev: Microsoft Wired Keyboard 600: initialized for relative axes.
[ 16.528] (WW) evdev: Microsoft Wired Keyboard 600: ignoring absolute axes.
[ 16.528] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
[ 16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
[ 16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
[ 16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
[ 16.528] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
[ 16.528] (II) No input driver specified, ignoring this device.
[ 16.528] (II) This device may have been added with another device file.
[ 16.528] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 16.528] (II) No input driver specified, ignoring this device.
[ 16.528] (II) This device may have been added with another device file.

Similar Messages

  • When I tried to open a fresh iTunes download my computer gave the error message : 'program cannot run in DOS mode'. Since both items are Apple, why might this be happening?

    When I tried to open a fresh iTunes download my computer gave the error message : 'program cannot run in DOS mode'. Since both items are Apple, why might this be happening?

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99602)

  • Javac cannot run in dos mode

    I have windows 98, I don't have a dos prompt, my only way to go to DOS is "Restart in dos mode", I do it , and when I try to run javac I get he message: "This program cannot run in dos mode". I created an icon for javac, i right click and try to go to "program", "advanced", but those options are not in the shortcut. I have sdk 1.3, I have the book, I studied 175 pages, but I cannot run a hello world program. i am beginning to feel deseperated. Thanks for your help.

    Hi,
    You don't have to restart in dos mode. Click on "Start", then "Run", and type in "command" (this is "cmd" on NT/2000). This should open a dos prompt. You can press "Alt+enter" to switch between full-screen and normal window.
    Hope this helps,
    Kurt.

  • AJAX truclient for IE, script cannot run in load mode

    I have LR 11.5 Ajax truclient for IE script which runs fine in script mode. In load mode the script starts but remains showing the status 'running'. In the task manager, it shows that the TruClient for IE Browser task is not responding.
    I have already added in the HIPS file to make exclusions for :
    C:\HP Loadrunner\bin\LrWebIELauncher.exe
    C:\HP Loadrunner\bin\Vugen.exe
    C:\HP Loadrunner\bin\wlrun.exe
    C:\HP Loadrunner\bin\mdrv.exe
    C:\HP Loadrunner\bin\HP.Utt.StandaloneDebugger.exe
    Any suggestions how to fix this. Thanks

    Hi,
    To trap error message from Forte log, I usually do this
    egrep '(EXCEPTION|Exception|exception|ERROR|Error|error)' filename
    This takes a regular expression to 'egrep' all occurrences of "exception" or
    "error" not matter they are in upper case or lower case.
    Hope this help.
    Regards,
    Peter Sham.
    -----Original Message-----
    From: [email protected] [SMTP:[email protected]]
    Sent: Wednesday, March 17, 1999 12:58 AM
    To: Forte-Users (Adresse de messagerie)
    Subject: Reporting after many forte tasks run in
    batch mode ?
    Hi,
    I would like to know if overnight builds went okay, and
    therefore need to parse the log(s).
    The issue is that I don't have a proper string to look for
    (i.e. for grep).
    If I consider 'ERROR", then the following message won't be
    understandable.
    There might a way to cheat with the indentation (i.e. the
    lines with only two first blank chars)..
    Has anyone experimented such a need ?
    J-Paul Gabrielli
    DTS
    SYSTEM ERROR: Service object
    MySuperApplicationServer.MySuperMgrSO has
    not been partitioned. Therefore, you cannot move it to an
    existing partition.
    Class: qqsp_UsageException
    Error #: [1602, 606]
    Detected at: qqcf_StandardConfig::MoveServiceObject at 3
    Error Time: Tue Mar 16 17:39:26
    Exception occurred (locally) on partition
    "Fscript_cl9_Client",
    (partitionId =
    B84E6180-D639-11D2-82F2-1863030AAA77:0x244:0x1, taskId =
    [B84E6180-D639-11D2-82F2-1863030AAA77:0x244:0x1.1]) in
    application
    "fscript", pid 22713 on node rambo in environment
    SuperEnv.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

  • I downloaded a game off the internet that is intended for Macs, but when I tried to open it textedit open saying "This program cannot run in DOS mode"

    How do I fix this? I thought Macs didn't have DOS mode.

    They don't. What is the game and do you have a link to where you got it?

  • Word 2007 AddIn Cannot Run on Windows XP SP3 + Office 2007

    Hi All,
    I faced an issue regarding our Word 2007 AddIn cannot run on Office 2007 + WinXP SP3.
    I developed a Word 2007 AddIn using VS 2010. The addin works fine on Win7 + Office 2007. But It cannot run in Word 2007 in WinXP.
    I have tried the following testing.
    1. I rebuild a new WinXP environment + Office 2007 + VS 2010. No antivirus in my machine. I create the Word 2007 AddIn using VS 2010. But unfortunately, it cannot run in my WinXP machine. it's very strange.
    2. I rebuild a new Win7 environment + Office 2007 + VS 2010. No antivirus in my machine, and the same steps with previous. it runs fine.
    3. I noticed that, if I debug the Word AddIn Project using VS 2010 In XP, it cannot run into debug mode. I checked the Word Options
    I have highlight the test addins it always uncheck. If I checked it, when I reopen Word. it will change to uncheck status. 
    And the addins always in Inactive Application Addin group.
    @All guys, How to solve this issue? It's very very strange. 
    Thanks a lot for your help.
    Regards,

    Hello Ricky,
    First of all, I'd suggest checking the Trust Center settings in Outlook. Then take a look at the Disabled Items list. Is your add-in listed there?
    Microsoft Office applications can disable add-ins that behave unexpectedly. If an application does not load your add-in when you try to debug it, the application might have hard disabled or soft disabled your add-in.
    Hard disabling can occur when an add-in causes the application to close unexpectedly. It might also occur on your development computer if you stop the debugger while the Startup event
    handler in your add-in is executing.
    Soft disabling can occur when an add-in produces an error that does not cause the application to unexpectedly close. For example, an application might soft disable an add-in if it throws an unhandled exception while the Startup event
    handler is executing.
    When you re-enable a soft-disabled add-in, the application immediately attempts to load the add-in. If the problem that initially caused the application to soft disable the add-in has not been fixed, the application will soft disable the add-in
    again.
    You can read more about that in the
    How to: Re-enable an Add-in That Has Been Disabled article in MSDN.

  • Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Go to the support site for the provider of the MRI software.
    Sounds like it windows/PC. I have ran across that for the CDs that veterinarians provide for digital x-rays.
    I would try on a PC or on yuur Mac with Windows via BootCamp or a virtual machine like VirtualBox

  • After fresh installation on a new machine, my licensed copy of Adobe Encore CS6 "cannot run in non-royalty serialized mode."

    "The application needs to be serialized with a royalty bearing serial number."
    I have done everything recommended in all of the other threads relating to this issue  -
    Uninstalled the entire CS and used the Adobe cleaner tool  - to no avail.
    Uninstalled just Encore and re-installed, nothing.
    And multiple combinations of the above mentioned.
    Really need this to work, ASAP. We've tried to contact Adobe via phone, chat, and other means. They are very to receive an audience from, it appears. Can anyone offer a different solution?
    This is for a brand new edit suite that is running Windows 7 pro, 32 GB of RAM, and the [email protected] GHz.

    I did not see this earlier. Forums are a bit odd today.
    Do you  have a subscription (to the cloud) or is this a perpetual license? You cannot run Encore in trial mode.
    Generally, with CS6 suite (or earlier?) this indicated that Premiere is not activated, or there is a problem with activation. What version are you trying to install?
    Unfortunately, the link that tells you how to fix this went missing in action some time ago.

  • I am trying to reinstall Windows on my macbook pro.  I downloaded the support files and Windows 7 iso file to a USB drive.  However, when I try to run the setup.exe program I get the message "this program cannot be run in DOS mode."

    I am trying to reinstall Windows (would not launch).  I removed the partition and started over.  I downloaded the support files and Windows 7 iso file to a USB drive.  However, when I try to run the setup.exe program I get the message "this program cannot be run in DOS mode."  I was successful before, what am I doing wrong this time?

    Try a restart.
    If that doesn't fix the problem, shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application unistaller. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About
    General information.
    Isolating issues in Mac OS X
    Troubleshooting Permission Issues
    Step by Step to Fix Your Mac

  • Frm-40208 from running in query mode. cannot change database fields

    Hi,
    Could some one help me with this.
    I am calling a form from another form. I am passing the parameter list to the calling form and doing a query by setting the block property. But when queries the message
    FRM-40208 Form running in query mode. cannot change database fields .
    I do not want the message to appear when they go the called form . Please some one could help me how could I avoid displaying the message.
    Regards
    Bain

    Hi,
    Good day! I am working with a module that also calls another form. It uses call_form with query mode parameter set to query_only. My problem is, whenever i call the other form using the call_form, it would display the called module and then as it populates the detail block of the called form, it will display frm-40208 from running in query mode. cannot change database fields per record. What I want is for the message to be displayed only once.
    I have tried capturing the error by using on-error trigger, but it doesn't go to that whenever the other form was being called. I think the message has to do with the post-query trigger, because it passes some values on a dbase block objects.
    Do you have any suggested solutions or workarounds to make the message display only once whenever the other form is being invoked by the call_form?
    I would greatly appreciate any suggestions/ideas.
    Thanks and regards,
    ASantiago

  • I can't upload a copy I got of Adobe Photoshop CS on my Mac Mini OS X 10.5.8. All I can get for why is this  "This program cannot be run in DOS mode" I have no idea what this means?

    I can't upload a copy I got of Adobe Photoshop CS on my Mac Mini OS X 10.5.8. All I can get for why is this
    "This program cannot be run in DOS mode"
    I have no idea what this means?

    Are you certain the copy of Adobe Photoshop CS is for the Mac OS, not Windows?

  • Adobe Encore CS6 cannot run in non-royalty serialized mode. The application needs to be serialized with a royalty bearing serial number

    Adobe Encore CS6 cannot run in non-royalty serialized mode. The application needs to be serialized with a royalty bearing serial number.

    This is an activation issue. its solution has changed over time. Assuming you have a cloud subscription, see this.
    http://helpx.adobe.com/premiere-pro/kb/features-presets-missing-premiere-pro.html

  • Report server running in integrated mode , but cannot deploy reports again and again prompts for login

    Report server running in integrated mode , but cannot deploy reports again and again prompts for login
    Nur Mondal

    Hello,
    How are you deploying the reports? Via Visual Studio, Report builder or manually uploading RDL files?
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Cannot run reader in protected mode with MS Office 2010

    I just set up 6 identical Dell Optiplex XE machines with Office Home and Business 2010 pre-loaded.  Reader 10.1.1 will run in protected mode if it is installed before I go through the Office 2010 activation/installation procedure.  On the 2 machines where Office was set up before installing Adobe reader, protected mode will not work.  If protected mode is not enabled, I cannot go into preferences - general and turn the protected mode log to try to debug this problem.  For now I an running those two machines with protected mode off.  Has anyone else seen this?

    You should always use official documentation for support details but I am pretty sure Windows 7 support was not available for the EAS client until 11.1.1.3.
    http://www.oracle.com/technetwork/middleware/bi-foundation/hyperion-supported-platforms-085957.html

  • Adobe Encore 'cannot run in non-royalty serialized mode'

    Hello,
    I just purchased a monthly subscription license for Adobe Premiere Pro CS 5.5, which comes bundled with Encore. Premiere runs perfectly, but when I try to run Encore, I get the following error:
    Adobe Encore CS5.1 cannot run in non-royalty serialized mode. The application needs to be serialized with a royalty bearing serial number.
    I intend to make a DVD and BluRay of my project when it's finished, so I need Encore to work. Any ideas why this may be? It was my understanding that the license I purchased would allow for full function of Encore as well as Premiere.
    Thank you in advance!

    Not sure what is the current policy here, but in any case - serial number/ licensing problems can only be handled by phone support or live web chat. If you need a different serial to get this working, that is way to go...
    Mylenium

Maybe you are looking for