Problem with Displayport and M11x

Okay so I have an M11x R3 laptop running Arch x86_64.  I have an issue I just got a Displayport to DVI and Displayport to VGA adapters.  I have tried HDMI but it doesn't show up with xrandr -q command.  I was wondering what I should do because it shows my VGA1 disconnected even when the DisplayPort adapter is connected to the monitor and to the laptop?
xrandr -q output:
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
1366x768 60.0*+
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
Now I try to run this to get the display extended to a secondary monitor.  Nothing happens!
xrandr --output VGA1 --auto --left-of LVDS1
sudo lspci -v
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Dell Device 04c8
Flags: bus master, fast devsel, latency 0, IRQ 51
Memory at d1400000 (64-bit, non-prefetchable) [size=4M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 7000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Dell Device 04c8
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d0000000 (32-bit, non-prefetchable) [size=16M]
Memory at a0000000 (64-bit, prefetchable) [size=256M]
Memory at b0000000 (64-bit, prefetchable) [size=32M]
I/O ports at 6000 [size=128]
Expansion ROM at d1000000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [b4] Vendor Specific Information: Len=14 <?>
Capabilities: [100] Virtual Channel
Capabilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
Kernel driver in use: nvidia
Now under /etc/X11/xorg.conf.d/ I don't have a specific xorg.conf file for then Intel card that runs on the i915 driver.  Should I make one that can help with the detection of the displayport?
here is my /etc/bumblebee/xorg.nvidia.conf
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "true"
Option "UseEDID" "false"
Option "ConnectedMonitor" "DFP"
EndSection
Last but not least here is my /var/log/Xorg.1.log
[ 3822.058]
X.Org X Server 1.13.2
Release Date: 2013-01-24
[ 3822.058] X Protocol Version 11, Revision 0
[ 3822.058] Build Operating System: Linux 3.7.4-1-ARCH x86_64
[ 3822.058] Current Operating System: Linux tux_laptop 3.7.4-1-ARCH #1 SMP PREEMPT Mon Jan 21 23:05:29 CET 2013 x86_64
[ 3822.058] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ac0ab469-8109-477b-a746-13d28a8fe11b ro quiet
[ 3822.058] Build Date: 25 January 2013 09:33:50AM
[ 3822.058]
[ 3822.058] Current version of pixman: 0.28.2
[ 3822.058] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3822.058] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3822.058] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Jan 27 21:12:19 2013
[ 3822.058] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 3822.059] (==) No Layout section. Using the first Screen section.
[ 3822.059] (==) No screen section available. Using defaults.
[ 3822.059] (**) |-->Screen "Default Screen Section" (0)
[ 3822.059] (**) | |-->Monitor "<default monitor>"
[ 3822.059] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 3822.059] (==) Automatically adding devices
[ 3822.059] (==) Automatically enabling devices
[ 3822.059] (==) Automatically adding GPU devices
[ 3822.059] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[ 3822.059] Entry deleted from font path.
[ 3822.059] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[ 3822.059] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 3822.059] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3822.059] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3822.059] (II) Loader magic: 0x7fcc40
[ 3822.059] (II) Module ABI versions:
[ 3822.059] X.Org ANSI C Emulation: 0.4
[ 3822.059] X.Org Video Driver: 13.1
[ 3822.059] X.Org XInput driver : 18.0
[ 3822.059] X.Org Server Extension : 7.0
[ 3822.059] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 3822.061] (--) PCI:*(0:0:2:0) 8086:0116:1028:04c8 rev 9, Mem @ 0xd1400000/4194304, 0xc0000000/268435456, I/O @ 0x00007000/64
[ 3822.061] (--) PCI: (0:1:0:0) 10de:0df4:1028:04c8 rev 161, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00006000/128, BIOS @ 0x????????/524288
[ 3822.061] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3822.061] Initializing built-in extension Generic Event Extension
[ 3822.061] Initializing built-in extension SHAPE
[ 3822.061] Initializing built-in extension MIT-SHM
[ 3822.061] Initializing built-in extension XInputExtension
[ 3822.061] Initializing built-in extension XTEST
[ 3822.061] Initializing built-in extension BIG-REQUESTS
[ 3822.061] Initializing built-in extension SYNC
[ 3822.061] Initializing built-in extension XKEYBOARD
[ 3822.061] Initializing built-in extension XC-MISC
[ 3822.061] Initializing built-in extension SECURITY
[ 3822.061] Initializing built-in extension XINERAMA
[ 3822.061] Initializing built-in extension XFIXES
[ 3822.061] Initializing built-in extension RENDER
[ 3822.061] Initializing built-in extension RANDR
[ 3822.061] Initializing built-in extension COMPOSITE
[ 3822.061] Initializing built-in extension DAMAGE
[ 3822.061] Initializing built-in extension MIT-SCREEN-SAVER
[ 3822.061] Initializing built-in extension DOUBLE-BUFFER
[ 3822.061] Initializing built-in extension RECORD
[ 3822.061] Initializing built-in extension DPMS
[ 3822.061] Initializing built-in extension X-Resource
[ 3822.061] Initializing built-in extension XVideo
[ 3822.061] Initializing built-in extension XVideo-MotionCompensation
[ 3822.062] Initializing built-in extension XFree86-VidModeExtension
[ 3822.062] Initializing built-in extension XFree86-DGA
[ 3822.062] Initializing built-in extension XFree86-DRI
[ 3822.062] Initializing built-in extension DRI2
[ 3822.062] (II) LoadModule: "glx"
[ 3822.062] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3822.062] (II) Module glx: vendor="X.Org Foundation"
[ 3822.062] compiled for 1.13.2, module version = 1.0.0
[ 3822.062] ABI class: X.Org Server Extension, version 7.0
[ 3822.062] (==) AIGLX enabled
[ 3822.062] Loading extension GLX
[ 3822.062] (==) Matched intel as autoconfigured driver 0
[ 3822.062] (==) Matched intel as autoconfigured driver 1
[ 3822.062] (==) Matched vesa as autoconfigured driver 2
[ 3822.062] (==) Matched modesetting as autoconfigured driver 3
[ 3822.062] (==) Matched fbdev as autoconfigured driver 4
[ 3822.063] (==) Assigned the driver to the xf86ConfigLayout
[ 3822.063] (II) LoadModule: "intel"
[ 3822.063] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 3822.064] (II) Module intel: vendor="X.Org Foundation"
[ 3822.064] compiled for 1.13.1, module version = 2.20.19
[ 3822.064] Module class: X.Org Video Driver
[ 3822.064] ABI class: X.Org Video Driver, version 13.1
[ 3822.064] (II) LoadModule: "vesa"
[ 3822.064] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 3822.064] (II) Module vesa: vendor="X.Org Foundation"
[ 3822.064] compiled for 1.13.0, module version = 2.3.2
[ 3822.064] Module class: X.Org Video Driver
[ 3822.064] ABI class: X.Org Video Driver, version 13.0
[ 3822.064] (II) LoadModule: "modesetting"
[ 3822.064] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 3822.065] (II) Module modesetting: vendor="X.Org Foundation"
[ 3822.065] compiled for 1.13.1, module version = 0.6.0
[ 3822.065] Module class: X.Org Video Driver
[ 3822.065] ABI class: X.Org Video Driver, version 13.1
[ 3822.065] (II) LoadModule: "fbdev"
[ 3822.065] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 3822.065] (II) Module fbdev: vendor="X.Org Foundation"
[ 3822.065] compiled for 1.13.0, module version = 0.4.3
[ 3822.065] Module class: X.Org Video Driver
[ 3822.065] ABI class: X.Org Video Driver, version 13.0
[ 3822.065] (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
[ 3822.066] (II) VESA: driver for VESA chipsets: vesa
[ 3822.066] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 3822.066] (II) FBDEV: driver for framebuffer: fbdev
[ 3822.066] (++) using VT number 1
[ 3822.066] (WW) Falling back to old probe method for vesa
[ 3822.066] (WW) Falling back to old probe method for modesetting
[ 3822.067] (WW) Falling back to old probe method for fbdev
[ 3822.067] (II) Loading sub module "fbdevhw"
[ 3822.067] (II) LoadModule: "fbdevhw"
[ 3822.067] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 3822.067] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 3822.067] compiled for 1.13.2, module version = 0.0.2
[ 3822.067] ABI class: X.Org Video Driver, version 13.1
[ 3822.067] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 3822.067] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 3822.067] (==) intel(0): RGB weight 888
[ 3822.067] (==) intel(0): Default visual is TrueColor
[ 3822.067] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
[ 3822.067] (**) intel(0): Relaxed fencing enabled
[ 3822.067] (**) intel(0): Wait on SwapBuffers? enabled
[ 3822.067] (**) intel(0): Triple buffering? enabled
[ 3822.067] (**) intel(0): Framebuffer tiled
[ 3822.067] (**) intel(0): Pixmaps tiled
[ 3822.067] (**) intel(0): 3D buffers tiled
[ 3822.067] (**) intel(0): SwapBuffers wait enabled
[ 3822.067] (==) intel(0): video overlay key set to 0x101fe
[ 3822.067] (II) intel(0): Output LVDS1 has no monitor section
[ 3822.067] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 3822.092] (II) intel(0): Output VGA1 has no monitor section
[ 3822.093] (II) intel(0): EDID for output LVDS1
[ 3822.093] (II) intel(0): Manufacturer: AUO Model: 305c Serial#: 0
[ 3822.093] (II) intel(0): Year: 2009 Week: 0
[ 3822.093] (II) intel(0): EDID Version: 1.4
[ 3822.093] (II) intel(0): Digital Display Input
[ 3822.093] (II) intel(0): 6 bits per channel
[ 3822.093] (II) intel(0): Digital interface is undefined
[ 3822.093] (II) intel(0): Max Image Size [cm]: horiz.: 26 vert.: 14
[ 3822.093] (II) intel(0): Gamma: 2.20
[ 3822.093] (II) intel(0): No DPMS capabilities specified
[ 3822.093] (II) intel(0): Supported color encodings: RGB 4:4:4
[ 3822.093] (II) intel(0): First detailed timing is preferred mode
[ 3822.093] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 3822.093] (II) intel(0): redX: 0.584 redY: 0.333 greenX: 0.338 greenY: 0.571
[ 3822.093] (II) intel(0): blueX: 0.158 blueY: 0.133 whiteX: 0.313 whiteY: 0.329
[ 3822.093] (II) intel(0): Manufacturer's mask: 0
[ 3822.093] (II) intel(0): Supported detailed timing:
[ 3822.093] (II) intel(0): clock: 70.0 MHz Image Size: 256 x 144 mm
[ 3822.093] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1470 h_border: 0
[ 3822.093] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 793 v_border: 0
[ 3822.093] (II) intel(0): Supported detailed timing:
[ 3822.093] (II) intel(0): clock: 70.0 MHz Image Size: 256 x 144 mm
[ 3822.093] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1470 h_border: 0
[ 3822.093] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 793 v_border: 0
[ 3822.093] (II) intel(0): 2VD2KB116XW3
[ 3822.093] (II) intel(0): Unknown vendor-specific block 0
[ 3822.093] (II) intel(0): EDID (in hex):
[ 3822.093] (II) intel(0): 00ffffffffffff0006af5c3000000000
[ 3822.093] (II) intel(0): 00130104901a0e780299859555569228
[ 3822.093] (II) intel(0): 22505400000001010101010101010101
[ 3822.093] (II) intel(0): 010101010101581b5668500019303020
[ 3822.093] (II) intel(0): 360000901000001a581b566850001930
[ 3822.093] (II) intel(0): 3020360000901000001a000000fe0032
[ 3822.093] (II) intel(0): 5644324b804231313658573300000000
[ 3822.093] (II) intel(0): 0000410a960111000002010a202000b6
[ 3822.093] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 3822.093] (II) intel(0): Printing probed modes for output LVDS1
[ 3822.093] (II) intel(0): Modeline "1366x768"x60.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
[ 3822.093] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 3822.093] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 3822.093] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 3822.093] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 3822.119] (II) intel(0): EDID for output VGA1
[ 3822.119] (II) intel(0): Output LVDS1 connected
[ 3822.119] (II) intel(0): Output VGA1 disconnected
[ 3822.119] (II) intel(0): Using exact sizes for initial modes
[ 3822.119] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 3822.119] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 3822.119] (II) intel(0): Kernel page flipping support detected, enabling
[ 3822.119] (==) intel(0): DPI set to (96, 96)
[ 3822.119] (II) Loading sub module "fb"
[ 3822.119] (II) LoadModule: "fb"
[ 3822.119] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 3822.120] (II) Module fb: vendor="X.Org Foundation"
[ 3822.120] compiled for 1.13.2, module version = 1.0.0
[ 3822.120] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3822.120] (II) Loading sub module "dri2"
[ 3822.120] (II) LoadModule: "dri2"
[ 3822.120] (II) Module "dri2" already built-in
[ 3822.120] (II) UnloadModule: "vesa"
[ 3822.120] (II) Unloading vesa
[ 3822.120] (II) UnloadModule: "modesetting"
[ 3822.120] (II) Unloading modesetting
[ 3822.120] (II) UnloadModule: "fbdev"
[ 3822.120] (II) Unloading fbdev
[ 3822.120] (II) UnloadSubModule: "fbdevhw"
[ 3822.120] (II) Unloading fbdevhw
[ 3822.120] (==) Depth 24 pixmap format is 32 bpp
[ 3822.120] (II) intel(0): [DRI2] Setup complete
[ 3822.120] (II) intel(0): [DRI2] DRI driver: i965
[ 3822.120] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[ 3822.121] (II) UXA(0): Driver registered support for the following operations:
[ 3822.121] (II) solid
[ 3822.121] (II) copy
[ 3822.121] (II) composite (RENDER acceleration)
[ 3822.121] (II) put_image
[ 3822.121] (II) get_image
[ 3822.121] (==) intel(0): Backing store disabled
[ 3822.121] (==) intel(0): Silken mouse enabled
[ 3822.121] (II) intel(0): Initializing HW Cursor
[ 3822.121] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 3822.121] (==) intel(0): DPMS enabled
[ 3822.121] (==) intel(0): Intel XvMC decoder enabled
[ 3822.121] (II) intel(0): Set up textured video
[ 3822.121] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 3822.121] (II) intel(0): direct rendering: DRI2 Enabled
[ 3822.121] (==) intel(0): hotplug detection: "enabled"
[ 3822.143] (--) RandR disabled
[ 3822.151] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 3822.151] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 3822.151] (II) AIGLX: enabled GLX_ARB_create_context
[ 3822.151] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 3822.151] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 3822.151] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 3822.151] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 3822.151] (II) AIGLX: Loaded and initialized i965
[ 3822.151] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 3822.151] (II) intel(0): Setting screen physical size to 361 x 203
[ 3822.232] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 3822.233] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 3822.233] (II) LoadModule: "evdev"
[ 3822.233] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 3822.234] (II) Module evdev: vendor="X.Org Foundation"
[ 3822.234] compiled for 1.13.0, module version = 2.7.3
[ 3822.234] Module class: X.Org XInput Driver
[ 3822.234] ABI class: X.Org XInput driver, version 18.0
[ 3822.234] (II) Using input driver 'evdev' for 'Power Button'
[ 3822.234] (**) Power Button: always reports core events
[ 3822.234] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 3822.234] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 3822.234] (--) evdev: Power Button: Found keys
[ 3822.234] (II) evdev: Power Button: Configuring as keyboard
[ 3822.234] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 3822.234] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 3822.234] (**) Option "xkb_rules" "evdev"
[ 3822.234] (**) Option "xkb_model" "evdev"
[ 3822.234] (**) Option "xkb_layout" "us"
[ 3822.258] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 3822.258] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 3822.258] (II) Using input driver 'evdev' for 'Video Bus'
[ 3822.259] (**) Video Bus: always reports core events
[ 3822.259] (**) evdev: Video Bus: Device: "/dev/input/event12"
[ 3822.259] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 3822.259] (--) evdev: Video Bus: Found keys
[ 3822.259] (II) evdev: Video Bus: Configuring as keyboard
[ 3822.259] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event12"
[ 3822.259] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 3822.259] (**) Option "xkb_rules" "evdev"
[ 3822.259] (**) Option "xkb_model" "evdev"
[ 3822.259] (**) Option "xkb_layout" "us"
[ 3822.260] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 3822.260] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 3822.260] (II) Using input driver 'evdev' for 'Video Bus'
[ 3822.260] (**) Video Bus: always reports core events
[ 3822.260] (**) evdev: Video Bus: Device: "/dev/input/event11"
[ 3822.260] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 3822.260] (--) evdev: Video Bus: Found keys
[ 3822.260] (II) evdev: Video Bus: Configuring as keyboard
[ 3822.260] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input11/event11"
[ 3822.260] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 3822.260] (**) Option "xkb_rules" "evdev"
[ 3822.260] (**) Option "xkb_model" "evdev"
[ 3822.260] (**) Option "xkb_layout" "us"
[ 3822.261] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 3822.261] (II) No input driver specified, ignoring this device.
[ 3822.261] (II) This device may have been added with another device file.
[ 3822.262] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 3822.262] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[ 3822.262] (II) No input driver specified, ignoring this device.
[ 3822.262] (II) This device may have been added with another device file.
[ 3822.263] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[ 3822.263] (II) No input driver specified, ignoring this device.
[ 3822.263] (II) This device may have been added with another device file.
[ 3822.263] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[ 3822.264] (II) No input driver specified, ignoring this device.
[ 3822.264] (II) This device may have been added with another device file.
[ 3822.264] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[ 3822.264] (II) No input driver specified, ignoring this device.
[ 3822.264] (II) This device may have been added with another device file.
[ 3822.265] (II) config/udev: Adding input device Plantronics Plantronics GameCom 780 (/dev/input/event1)
[ 3822.265] (**) Plantronics Plantronics GameCom 780: Applying InputClass "evdev keyboard catchall"
[ 3822.265] (II) Using input driver 'evdev' for 'Plantronics Plantronics GameCom 780'
[ 3822.265] (**) Plantronics Plantronics GameCom 780: always reports core events
[ 3822.265] (**) evdev: Plantronics Plantronics GameCom 780: Device: "/dev/input/event1"
[ 3822.265] (--) evdev: Plantronics Plantronics GameCom 780: Vendor 0x47f Product 0xc010
[ 3822.265] (--) evdev: Plantronics Plantronics GameCom 780: Found keys
[ 3822.265] (II) evdev: Plantronics Plantronics GameCom 780: Configuring as keyboard
[ 3822.265] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.5/0000:19:00.0/usb2/2-2/2-2:1.3/input/input1/event1"
[ 3822.265] (II) XINPUT: Adding extended input device "Plantronics Plantronics GameCom 780" (type: KEYBOARD, id 9)
[ 3822.265] (**) Option "xkb_rules" "evdev"
[ 3822.265] (**) Option "xkb_model" "evdev"
[ 3822.265] (**) Option "xkb_layout" "us"
[ 3822.266] (II) config/udev: Adding input device Microsoft Bluetooth Notebook Mouse 5000 (/dev/input/event14)
[ 3822.266] (**) Microsoft Bluetooth Notebook Mouse 5000: Applying InputClass "evdev pointer catchall"
[ 3822.266] (II) Using input driver 'evdev' for 'Microsoft Bluetooth Notebook Mouse 5000'
[ 3822.266] (**) Microsoft Bluetooth Notebook Mouse 5000: always reports core events
[ 3822.266] (**) evdev: Microsoft Bluetooth Notebook Mouse 5000: Device: "/dev/input/event14"
[ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Vendor 0x45e Product 0x700
[ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Found 8 mouse buttons
[ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Found scroll wheel(s)
[ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Found relative axes
[ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Found x and y relative axes
[ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Found absolute axes
[ 3822.267] (II) evdev: Microsoft Bluetooth Notebook Mouse 5000: Forcing absolute x/y axes to exist.
[ 3822.267] (II) evdev: Microsoft Bluetooth Notebook Mouse 5000: Configuring as mouse
[ 3822.267] (II) evdev: Microsoft Bluetooth Notebook Mouse 5000: Adding scrollwheel support
[ 3822.267] (**) evdev: Microsoft Bluetooth Notebook Mouse 5000: YAxisMapping: buttons 4 and 5
[ 3822.267] (**) evdev: Microsoft Bluetooth Notebook Mouse 5000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 3822.267] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.0/bluetooth/hci0/hci0:11/input14/event14"
[ 3822.267] (II) XINPUT: Adding extended input device "Microsoft Bluetooth Notebook Mouse 5000" (type: MOUSE, id 10)
[ 3822.267] (II) evdev: Microsoft Bluetooth Notebook Mouse 5000: initialized for relative axes.
[ 3822.267] (WW) evdev: Microsoft Bluetooth Notebook Mouse 5000: ignoring absolute axes.
[ 3822.267] (**) Microsoft Bluetooth Notebook Mouse 5000: (accel) keeping acceleration scheme 1
[ 3822.268] (**) Microsoft Bluetooth Notebook Mouse 5000: (accel) acceleration profile 0
[ 3822.268] (**) Microsoft Bluetooth Notebook Mouse 5000: (accel) acceleration factor: 2.000
[ 3822.268] (**) Microsoft Bluetooth Notebook Mouse 5000: (accel) acceleration threshold: 4
[ 3822.268] (II) config/udev: Adding input device Microsoft Bluetooth Notebook Mouse 5000 (/dev/input/mouse1)
[ 3822.268] (II) No input driver specified, ignoring this device.
[ 3822.268] (II) This device may have been added with another device file.
[ 3822.269] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2M (/dev/input/event10)
[ 3822.269] (**) Laptop_Integrated_Webcam_2M: Applying InputClass "evdev keyboard catchall"
[ 3822.269] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2M'
[ 3822.269] (**) Laptop_Integrated_Webcam_2M: always reports core events
[ 3822.269] (**) evdev: Laptop_Integrated_Webcam_2M: Device: "/dev/input/event10"
[ 3822.269] (--) evdev: Laptop_Integrated_Webcam_2M: Vendor 0xc45 Product 0x6430
[ 3822.269] (--) evdev: Laptop_Integrated_Webcam_2M: Found keys
[ 3822.269] (II) evdev: Laptop_Integrated_Webcam_2M: Configuring as keyboard
[ 3822.269] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10/event10"
[ 3822.269] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2M" (type: KEYBOARD, id 11)
[ 3822.269] (**) Option "xkb_rules" "evdev"
[ 3822.269] (**) Option "xkb_model" "evdev"
[ 3822.269] (**) Option "xkb_layout" "us"
[ 3822.270] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 3822.270] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 3822.270] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 3822.270] (**) AT Translated Set 2 keyboard: always reports core events
[ 3822.271] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 3822.271] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 3822.271] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 3822.271] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 3822.271] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 3822.271] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 3822.271] (**) Option "xkb_rules" "evdev"
[ 3822.271] (**) Option "xkb_model" "evdev"
[ 3822.271] (**) Option "xkb_layout" "us"
[ 3822.272] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
[ 3822.272] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 3822.272] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 3822.272] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 3822.272] (II) LoadModule: "synaptics"
[ 3822.272] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 3822.273] (II) Module synaptics: vendor="X.Org Foundation"
[ 3822.273] compiled for 1.13.1, module version = 1.6.2
[ 3822.273] Module class: X.Org XInput Driver
[ 3822.273] ABI class: X.Org XInput driver, version 18.0
[ 3822.273] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 3822.273] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 3822.273] (**) Option "Device" "/dev/input/event13"
[ 3822.306] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 3822.306] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5590
[ 3822.306] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4582
[ 3822.306] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 3822.306] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 3822.307] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 3822.307] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 3822.307] (**) Option "TapButton1" "1"
[ 3822.307] (**) Option "TapButton2" "2"
[ 3822.307] (**) Option "TapButton3" "3"
[ 3822.307] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 3822.307] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 3822.316] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event13"
[ 3822.316] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[ 3822.316] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 3822.316] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 3822.316] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
[ 3822.317] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 3822.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 3822.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 3822.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 3822.317] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 3822.318] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 3822.318] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 3822.318] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 3822.318] (II) No input driver specified, ignoring this device.
[ 3822.318] (II) This device may have been added with another device file.
[ 3822.319] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event5)
[ 3822.319] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 3822.319] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 3822.320] (**) Dell WMI hotkeys: always reports core events
[ 3822.320] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event5"
[ 3822.320] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[ 3822.320] (--) evdev: Dell WMI hotkeys: Found keys
[ 3822.320] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[ 3822.320] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event5"
[ 3822.320] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[ 3822.320] (**) Option "xkb_rules" "evdev"
[ 3822.320] (**) Option "xkb_model" "evdev"
[ 3822.320] (**) Option "xkb_layout" "us"
[ 3822.330] (II) intel(0): EDID vendor "AUO", prod id 12380
[ 3822.330] (II) intel(0): Printing DDC gathered Modelines:
[ 3822.330] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
[ 3822.715] (II) intel(0): EDID vendor "AUO", prod id 12380
[ 3822.715] (II) intel(0): Printing DDC gathered Modelines:
[ 3822.715] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
[ 3833.041] (II) intel(0): EDID vendor "AUO", prod id 12380
[ 3833.041] (II) intel(0): Printing DDC gathered Modelines:
[ 3833.041] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
[ 3833.208] (II) intel(0): EDID vendor "AUO", prod id 12380
[ 3833.208] (II) intel(0): Printing DDC gathered Modelines:
[ 3833.208] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
[ 3833.654] (II) intel(0): EDID vendor "AUO", prod id 12380
[ 3833.654] (II) intel(0): Printing DDC gathered Modelines:
[ 3833.654] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
[ 4144.113] (II) evdev: Dell WMI hotkeys: Close
[ 4144.113] (II) UnloadModule: "evdev"
[ 4144.113] (II) UnloadModule: "synaptics"
[ 4144.113] (II) evdev: AT Translated Set 2 keyboard: Close
[ 4144.113] (II) UnloadModule: "evdev"
[ 4144.113] (II) evdev: Laptop_Integrated_Webcam_2M: Close
[ 4144.113] (II) UnloadModule: "evdev"
[ 4144.113] (II) evdev: Microsoft Bluetooth Notebook Mouse 5000: Close
[ 4144.114] (II) UnloadModule: "evdev"
[ 4144.114] (II) evdev: Plantronics Plantronics GameCom 780: Close
[ 4144.114] (II) UnloadModule: "evdev"
[ 4144.114] (II) evdev: Video Bus: Close
[ 4144.114] (II) UnloadModule: "evdev"
[ 4144.114] (II) evdev: Video Bus: Close
[ 4144.114] (II) UnloadModule: "evdev"
[ 4144.114] (II) evdev: Power Button: Close
[ 4144.114] (II) UnloadModule: "evdev"
[ 4144.870] Server terminated successfully (0). Closing log file.
I can use optirun or primusrun I have both installed.  I have run both optirun and primusrun with the xrandr queries to see about detecting a secondary display with the Displayport or hdmi and nothing!  Any helps, tips, tricks, comments would be greatly appreciated because I am designing an Android application for my work and could use my secondary display working for more screen space.
**EDIT #1**
What I am currently running:
nvidia bumblebee/primus-git driver from AUR 313.18-1 and I am going to update my git repos of lib32-primus-git and primus-git to see if that doesn't help...
Also using 3.7.4-1-ARCH kernel.
**EDIT #2**
Okay so I have found out that the HDMI/VGA1 are both I guess hooked up to the GT 540M card which means that it won't show up without bumblebee/primus working.  So I have tried using the Bumblebee how-to guide on github how to setup an external secondary display and well it really didn't work well at all!
First I did this:
I removed from /etc/bumblebee/bumblebee.conf KeepUnusedXServer = false to = true.  I also have removed the UseEDID, and Option "AutoAddDevices" "false", from /etc/bumblebee/xorg.conf.nvidia.  Also have tried to setup an export path before running commands:
export DISPLAY=:8 LD_LIBRARY_PATH=/usr/lib/nvidia-bumblebee:$LD_LIBRARY_PATH
optirun -vv true
[ 711.059889] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 711.250374] [DEBUG]optirun version 3.0.1 starting...
[ 711.250427] [DEBUG]Active configuration:
[ 711.250450] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 711.250457] [DEBUG] X display: :8
[ 711.250464] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee
[ 711.250470] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 711.250476] [DEBUG] VGL Compression: proxy
[ 711.447419] [INFO]Response: No - error: Could not load GPU driver
[ 711.447441] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
[ 711.447447] [DEBUG]Socket closed.
[ 711.447463] [ERROR]Aborting because fallback start is disabled.
[ 711.447469] [DEBUG]Killing all remaining processes.
Last edited by adramalech (2013-01-31 20:55:47)

Thanks, I finally find the same question here,posted a year ago.
https://discussions.apple.com/thread/4249436?start=30&tstart=0
But there is still no solutions today.
Thanks God! I found a way to solve that.
MonitorMenu-DisplaySetting--Sharpness----Set it to 0. This finally solved my problem.

Similar Messages

  • Problem with Displayport and HDMI on 15pro Late2013

    I just got a new 15pro few days ago(the one with 750M video card)
    When I trying to connect it to my external monitor(DELL U2913WM 2560 x 1080) by miniDisplayport(to miniDP port), everything shown on my external monitor looks like I'm using a VGA cable instead. All images and texts are not clear.
    I have another windows PC, whcih is using HDMI-HDMI with this monitor, everything are very clear. ==> No problem with the HDMI cable and monitor.
    Then I tried to connect my MBP with HDMI-HDMI cable, both screen went dark for every 3 second peroid(and it is still not clear when the screen is on), again and again
    Any suggestions?
    Thanks.

    Thanks, I finally find the same question here,posted a year ago.
    https://discussions.apple.com/thread/4249436?start=30&tstart=0
    But there is still no solutions today.
    Thanks God! I found a way to solve that.
    MonitorMenu-DisplaySetting--Sharpness----Set it to 0. This finally solved my problem.

  • Problem with JFrame and busy/wait Cursor

    Hi -- I'm trying to set a JFrame's cursor to be the busy cursor,
    for the duration of some operation (usually just a few seconds).
    I can get it to work in some situations, but not others.
    Timing does seem to be an issue.
    There are thousands of posts on the BugParade, but
    in general Sun indicates this is not a bug. I just need
    a work-around.
    I've written a test program below to demonstrate the problem.
    I have the problem on Solaris, running with both J2SE 1.3 and 1.4.
    I have not tested on Windows yet.
    When you run the following code, three JFrames will be opened,
    each with the same 5 buttons. The first "F1" listens to its own
    buttons, and works fine. The other two (F2 and F3) listen
    to each other's buttons.
    The "BUSY" button simply sets the cursor on its listener
    to the busy cursor. The "DONE" button sets it to the
    default cursor. These work fine.
    The "SLEEP" button sets the cursor, sleeps for 3 seconds,
    and sets it back. This does not work.
    The "INVOKE LATER" button does the same thing,
    except is uses invokeLater to sleep and set the
    cursor back. This also does not work.
    The "DELAY" button sleeps for 3 seconds (giving you
    time to move the mouse into the other (listerner's)
    window, and then it behaves just like the "SLEEP"
    button. This works.
    Any ideas would be appreciated, thanks.
    -J
    import java.awt.BorderLayout;
    import java.awt.Cursor;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.SwingUtilities;
    public class BusyFrameTest implements ActionListener
    private static Cursor busy = Cursor.getPredefinedCursor (Cursor.WAIT_CURSOR);
    private static Cursor done = Cursor.getDefaultCursor();
    JFrame frame;
    JButton[] buttons;
    public BusyFrameTest (String title)
    frame = new JFrame (title);
    buttons = new JButton[5];
    buttons[0] = new JButton ("BUSY");
    buttons[1] = new JButton ("DONE");
    buttons[2] = new JButton ("SLEEP");
    buttons[3] = new JButton ("INVOKE LATER");
    buttons[4] = new JButton ("DELAY");
    JPanel buttonPanel = new JPanel();
    for (int i = 0; i < buttons.length; i++)
    buttonPanel.add (buttons);
    frame.getContentPane().add (buttonPanel);
    frame.pack();
    frame.setVisible (true);
    public void addListeners (ActionListener listener)
    for (int i = 0; i < buttons.length; i++)
    buttons[i].addActionListener (listener);
    public void actionPerformed (ActionEvent e)
    System.out.print (frame.getTitle() + ": " + e.getActionCommand());
    if (e.getActionCommand().equals ("BUSY"))
    frame.setCursor (busy);
    else if (e.getActionCommand().equals ("DONE"))
    frame.setCursor (done);
    else if (e.getActionCommand().equals ("SLEEP"))
    frame.setCursor (busy);
    try { Thread.sleep (3000); } catch (Exception ex) { }
    frame.setCursor (done);
    System.out.print (" finished");
    else if (e.getActionCommand().equals ("INVOKE LATER"))
    frame.setCursor (busy);
    SwingUtilities.invokeLater (thread);
    else if (e.getActionCommand().equals ("DELAY"))
    try { Thread.sleep (3000); } catch (Exception ex) { }
    frame.setCursor (busy);
    try { Thread.sleep (3000); } catch (Exception ex) { }
    frame.setCursor (done);
    System.out.print (" finished");
    System.out.println();
    Runnable thread = new Runnable()
    public void run()
    try { Thread.sleep (3000); } catch (Exception ex) { }
    frame.setCursor (done);
    System.out.println (" finished");
    public static void main (String[] args)
    BusyFrameTest f1 = new BusyFrameTest ("F1");
    f1.addListeners (f1);
    BusyFrameTest f2 = new BusyFrameTest ("F2");
    BusyFrameTest f3 = new BusyFrameTest ("F3");
    f2.addListeners (f3); // 2 listens to 3
    f3.addListeners (f2); // 3 listens to 2

    I've had the same problems with cursors and repaints in a swing application, and I was thinking of if I could use invokeLater, but I never got that far with it.
    I still believe you would need a thread for the time consuming task, and that invokeLater is something you only need to use in a thread different from the event thread.

  • Problem with installing and running some applications or drivers

    When installing and installing some items, towards the end of the installation I get this message:
    /System/Library/Extensions/comcy_driver_USBDevice.kext
    *was installed improperly and cannot be used. Please try reinstalling it or contact product's vendor for update*
    The end result is that some things do not seem to work properly, such as my HP printer. Would anybody have any ideas on how to fix this problem?

    Thank you for your response. Originally, I had a problem with Airport and ended up reinstalling Snow Leopard. Since then, when downloading upgrades etc, such as HP printer drivers, iTunes etc., towards the end of the download when its running the script, I get this message: /System/Library/Extensions/comcy_driver_USBDevice.kext
    +was installed improperly and cannot be used. Please try reinstalling it or contact product's vendor for update+
    Sometimes, the download hangs and is unable to complete. The main problem I've encountered so far with an application is when I use the printer to scan an image via Preview, it's blank: there's nothing there.

  • Problems with outlook and address book contacts: my outlook contacts had around 3,000 entries. Outlook duplicated by itself and now outlook and address book have each over 340,000. What should I do?

    Problems with outlook and address book contacts: my outlook contacts had around 3,000 entries. Outlook duplicated entries and have now 340,000. I reinstalled microsoft office and, thus, outlook, and reinstalled mac OS X system and applications. While I managed to delete outlook contacts so that I can re-sync with my blackberry, the contacts at Mac Address Book were not deleted and still have over 340,000 entries. I do not mind deleting all contacts since I have back up, but I have not been able to delete them. Also, when I go at Address Book and try to delete or merge duplicated entries, the system takes forever and never ends because of such large amount of entries. Worse, when I do so I run out of RAM memory.
    My Macbook pro is just 2 months old.
    What should I do? Is there a way to delete my Mac Address Book without having the problem above?
    Many thanks
    Regis

    zlatan24 wrote:
    For solving out troubles connected with corrupted or lost address book you may use address book recovery. It owns various features such as restoring wab files, it working under any Windows OS. The utility has modern and easy to use interface due to almost every experienced users.
    If it is a windows problem it's not going to run on the OP's MacBook Pro

  • Problems with Safari and Firefox (HTTP?)

    Problems with Safari and Firefox (HTTP?)
    On a laptop G4, 10.5.8 and Safari 5.02 I experience the following:
    On the account of my oldest daughter everything works fine, i.e. wireless internet works and no problems with mail or safari.
    On the same laptop, on the account of my other daughter, the wireless is OK, she can mail etc. But safari nor firefox works. It says: can’t find server (whatever site) and in the activity window it looks if safari tries to open files (in the safari preferences-folder) in stead of http. Same applies to Firefox, so maybe it has more to do with HTTP in general?
    What goes wrong? What to do? I tried the following on the host terminal (tips from Apple)
    defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false
    and
    defaults delete com.apple.safari WebKitDNSPrefetchingEnabled
    but that did not help,
    Nanne

    I'm still wondering why it happens now at this moment in time...
    PC does seem to be a bit odd & inconsistent, the few times I've tested with it, at least so far as we content filtering goes; and if I remember rightly, you're not the first to report previously ok settings suddenly preventing some or all internet until pc is switched off altogether.
    It may work when re-enabled

  • Haven't been able to use pages for a while.  Keep getting following message.  Have tried reinstalling iWork, but no luck.  Same problems with Keynote and Numbers/Users/scottmcdonald/Desktop/Screen Shot 2012-03-14 at 9.39.52 PM.png

    Haven't been able to use pages for a while.  Keep getting following message.  Have tried reinstalling iWork, but no luck.  Same problems with Keynote and Numbers/

    Have you moved Pages from its installed location? Or just dragged a copy to your current system?
    It can't find some of its resources apparently.
    Peter

  • Problem with DMGs and error: "No Mountable File Systems"

    Problem with DMGs and error: "No Mountable File Systems"
    The files are not corrupt. The problem is occurring with all DMGs that are apparently formatted in MS-DOS FAT16. No the file will not mount with Disk utility or any other disk mounter programs I have found.
    This is now the second time this occurred and now effects my MBP and my iMac. First time i spent days with Apple support and the only solution was ultimately back up the data, reformat the HD, start over from scratch and reload everything. That lasted about a month before the problem resurfaced and is now an issue on both iMac and MBP.
    I tried to identify all the programs I installed immediately before the error, as I am convinced it is the result of a software conflict.
    Recent programs includes:
    1) upgrading from Parallels 5.5 to 6.0 on both machines.
    2) using an HP secure II usb drive and setting up a secure disk.
    3) installing new itunes 10
    4) new update to Flip For Mac.
    The files affected are downloaded dmgs, including personal brain and google earth, both which are formatted in FAT16.
    Any help or thoughts? Apple has now spent hours trying and they say i now have to reformat and wipe and start over. That is unacceptable and based on pasted experience the problem is likely to repeat itself. having to wipe and rebuild a HD ever month is not an solution. i need to fid the root problem.
    In the meantime, anyone got a real solution on how to extract the data for a DMG using a different method?
    Message was edited by: remaia

    Where you able to find the solution, i am having the same problem, all was fine till i install some programs only same one i saw did we both did was flip4mac i uninstalled it but the problem is still there, i also restored and erased the hardrive but im not up to doing that all over again. If you found anything out let me know i would greatly appreciate it

  • Problem with Send and Receive Emal In SAP System

    Hi gurus!
    I have a following quote:
    Dear !
    I have a problem with send and receive email in SAP system following :
    I want to test send and receive email in local network at my company. I
    had two server
    Server 1 : I setup Exchange Mail Server 2007 with domain controller is
    fes.com
    Server 2 : I setup SAP ERP ECC 6.0
    On Server 1 : I created 2 account ( u1Afes.com and u2Afes.com ) and then I tested send and receive email between u1 and u2 in local network through Microsoft Outlook 2007 -> OK
    and then
    On Server 2: I had configured send and receive email on SAP system
    through tcode SBWP, SCOT and SOST as Note 455140 - "Configuration of
    e-mail, fax, paging or SMS using SMTP"
    for example :
    I logged in SAP system with user Basis01 (with email u1Afes.com ) -> then,using tcode SBWP -> new message -> send to u2Afes.com with Internet Mail type and then status message with green light -> sending ok
    and then I have used Microsoft Outlook 2007, I logged with account u2 ->check email -> Ok. I saw message which send from u1
    Finally, My problem is how can receive mail in SAP system without using Microsoft Outlook
    For example:
    Login system SAP with Basis01 account (with  u1Afes.com ) -> tcode SBWP ->New Message -> send to u2Afes.com
    and then
    Login system SAP with Basis02 account (with u2Afes.com ) -> tcode ??? ->
    To receive email from Basis01 (with u1Afes.com )
    Please help me now
    Thanks
    I replace "@" with "A" because of banning email of this forum.
    This quote is about sending email in local network. And we can't receive any email from the outside email address. Addition if I wanna send email to internal email in Internet (we've just tried with email address in local network) What should I config in SAP and Exchange ?
    By the way, Is SAP Server IP added to Relay Agent for sending or receiving mail ?
    Regards
    An NLP
    Edited by: An NLP on Apr 6, 2010 7:03 PM

    Hi,
    This problem is a classic problem of mail routing via Exchange. Exchange like most mail servers use the domain part of the email address as a means to route mails. So I will make an assumption that your main company mail addrss is "User @ fes.com".
    So when you send a mail to the "User @ fes.com mail" address the mail is delivered to your Outlook mail address as this is the default route for company.
    (Q) So how do you get your Exchange server to relay the mail into the sending SAP system?
    (A) The easiest way would be to setup and unique mail domain for your SAP system. I always recommend "user @ client.sid.company.com" which in your case would be "u1 @ 100.PRD.fes.com". You can then instruct Exchange to send any emails addressed to 100.PRD.fes.com domain to your SAP system. Also using this format of address you can configure multiple mail connections into multiple SAP systems.
    (A) Another answer would be to enter the "Full" email address (LOcal and Domain part of address) into the routing rule for Exchange e.g. "U1 @ fes.com" so that all emails addressed to this user will be delivered into SAP. However this method requires a lot of Admin as you will have to update Exchange with ALL email address that need to receive emails. Also if your corporate mail address is "U1 @ fes.com" then all mails will be forwarded to SAP.
    I would definitely NOT recommend this method but the decision is up to you.
    P.S. The IP address of the SAP system is entered into the mail header of the email. This is standard practice in SMTP relay. You can suppress this header in Exchange
    Hope this helps
    Michael

  • Problem with Speaker and Headset in Windows Vista

    Hi, I just got my Macbook Pro 13" and having problem with speaker and headset when working with Windows Vista (I have installed the driver from bootcamp). The sound very weak if I play music from Itunes or youtube even the volume already full and if i put my headset the sound not coming out. Is there anyone can help me to solve this problem?
    Regards,Edwin

    When you post about Windows / Boot Camp, in Mac Pro (workstation) forum where others with a MacBOOK would be more likely to have same hardware configuration, and you won't find Windows drivers on Apple downloads. More like at
    http://www.guru3d.com or other sites, or go to RealTek (if that is the type of audio you have).

  • Problem with trigger and entity in JHeadsart, JBO-25019

    Hi to all,
    I am using JDeveloper 10.1.2 and developing an application using ADF Business Components and JheadStart 10.1.2.27
    I have a problem with trigger and entity in JHeadsart
    I have 3 entity and 3 views
    DsitTelephoneView based on DsitTelephone entity based on DSIT_TELEPHONE database table.
    TelUoView based on TelUo entity based on TEL_UO database table.
    NewAnnuaireView based on NewAnnuaire entity based on NEW_ANNUAIRE database view.
    I am using JHS to create :
    A JHS table-form based on DsitTelephoneView
    A JHS table based on TelUoView
    A JHS table based on NewAnnuaireView
    LIB_POSTE is a :
    DSIT_TELEPHONE column
    TEL_UO column
    NEW_ANNUAIRE column
    NEW_ANNUAIRE database view is built from DSIT_TELEPHONE database table.
    Lib_poste is an updatable attribut in TelUo entity, DsitTelephone entity, NewAnnuaire entity.
    Lib_poste is upadated in JHS table based on TelUoView
    I added a trigger on my database shema « IAN » to upadate LIB_POSTE in DSIT_TELEPHONE database table :
    CREATE OR REPLACES TRIGGER “IAN”.TEL_UO_UPDATE_LIB_POSTE
    AFTER INSERT OR UPDATE OFF lib_poste ONE IAN.TEL_UO
    FOR EACH ROW
    BEGIN
    UPDATE DSIT_TELEPHONE T
    SET t.lib_poste = :new.lib_poste
    WHERE t.id_tel = :new.id_tel;
    END;
    When I change the lib_poste with the application :
    - the lib_poste in DSIT_TELEPHONE database table is correctly updated by trigger.
    - but in JHS table-form based on DsitTelephoneView the lib_poste is not updated. If I do a quicksearch it is updated.
    - in JHS table based on NewAnnuaireView the lib_poste is not updated. if I do a quicksearch, I have an error:
    oracle.jbo.RowAlreadyDeletedException: JBO-25019: The row of entity of the key oracle.jbo. Key [null 25588] is not found in NewAnnuaire.
    25588 is the primary key off row in NEW_ANNUAIRE whose lib_poste was updated by the trigger.
    It is as if it had lost the bond with the row in the entity.
    Could you help me please ?
    Regards
    Laurent

    The following example should help.
    SQL> create sequence workorders_seq
      2  start with 1
      3  increment by 1
      4  nocycle
      5  nocache;
    Sequence created.
    SQL> create table workorders(workorder_id number,
      2  description varchar2(30),
      3   created_date date default sysdate);
    Table created.
    SQL> CREATE OR REPLACE TRIGGER TIMESTAMP_CREATED
      2  BEFORE INSERT ON workorders
      3  FOR EACH ROW
      4  BEGIN
      5  SELECT workorders_seq.nextval
      6    INTO :new.workorder_id
      7    FROM dual;
      8  END;
      9  /
    Trigger created.
    SQL> ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY HH24:MI:SS';
    Session altered.
    SQL> insert into workorders(description) values('test1');
    1 row created.
    SQL> insert into workorders(description) values('test2');
    1 row created.
    SQL> select * from workorders;
    WORKORDER_ID DESCRIPTION                    CREATED_DATE
               1 test1                          30-NOV-2004 15:30:34
               2 test2                          30-NOV-2004 15:30:42
    2 rows selected.

  • Problem with ADS and LDAP

    Problem with ADS and LDAP
    I have installed Win2000 + sp1 and ADS on a computer. This computer is PDC.
    After connection via LDAP I cann't get any object ( users or goups etc. ).
    I try connect to ADS by java ( JNDI ).
    When I use another clients of LDAP ( eg. Maxware Directory Explorer) I have
    the same problem - no objects.
    Can anybody help me?
    Grzegorz Pszona
    my e-mail: [email protected]

    Thanks a lot.
    Softerra's browser is really good.
    Thanks
    Rashmi
    "Anant Kadiyala" <[email protected]> wrote:
    >
    I used Softerra's LDAP browser. The browser is free. There is also a
    java baded
    LDAP browser from Univ of Michigan. I found the Softerra browser to be
    more easier
    to use.
    -anant
    "rashmi" <[email protected]> wrote:
    Hi,
    Can you please let me know which exact ADS tool that you used to examine
    the
    DN. I have Active Directory Users and Computers, Sites and Servicesand
    Domain
    and Trusts installed on my machine but I am not able to figure out how
    to get
    the DN?
    Thanks
    Rashmi
    for Stephen Davies <[email protected]> wrote:
    Grzegorz,
    I have had WLS6.1 & ADS working ok using LDAP V2. Mind you it did take
    a
    fair bit of messing around to get it going. MS does have a few oddities,
    for example the Administrators DN might look something like this:
    cn=Administrator,cn=Users,dc=eglobal,dc=net
    One tool that I found invaluable came with the additional support tools
    for Windows 2000. The 'Active Directory Administration Tool' made it
    easy to list the directory contents and examine the DNs.
    Regards,
    Steve
    Stephen Davies
    Principal Consultant
    eGlobal Services Pty. Ltd.
    Sydney, Australia
    Ph. +61 2 9283 1033
    http://www.eglobal.net/

  • Problem with Rescue and Recovery after installing Norton Internet Security 2010

    Hi all.
    It's my first time in this forum.
    I have a problem, with Rescue and Recovery, after installing Norton Internet Security 2010 on my T43.
    The message I get it:
    "Rescue and Recovery is unable to back up the file 'C:\Documents and settings\all Users\Application Data\ Norton\ 00000082\00000109\000003c1\cltMLS1.bat' Because the file is either corrupted or being used by another application. Please close any application that could be using the file.
    I tried to close the Norton but I couldn't find how.
    Tanks
    Doron71

    Hi and welcome to the forum,
    the reason for this situation is, that the antivir files are protected from being modified.
    This is the reason, why this file cannot be backed up. I assume, that you would get much more such messages, as there are surelly multiple files files, that are protected like this.
    So the solution is to block folders from being archived. Please start RnR application and in the configuration set this folder as the excluded one.
    This will skip the backup of this file and will fix your situation.
    Please let me know, if you have covered this.
    Cheers

  • Problem with dreamweaver and Flash

    Hi, maybe someone can help me, i have any problem with
    dreamweaver and flash, i have a page and i have a menu and
    sub-menu, and the same page i have a category en flash 550 x 700 (
    photography and more... ) but when the menu to unfold
    the menu to see under flash and it cant see ( sorry my
    english is bad.... i hope you can understand me, and help me.. )
    i dont now why always flash ever stay up, or first, and
    another information under flash... this a problem... if you have
    menus...
    thanks.... have nice day.....

    This is a drawback of using flash or any other active
    content. By default, all active content including flash will
    display over every other content and thats why your menu stays
    under the flash movie. Some people make the flash background
    transparent to show content under the flash movie, but that will
    not work for menu items.
    I would suggest that you make the menu such that it does not
    overlap with the flash movie.

  • Problem with Preview and PSD files - random gray square

    Hi guys, hope you can help...
    I've got a problem with Preview and PSD files.
    If I open in Preview both an original jpg straight from my reflex and the photoshop version of the same picture, the psd file presents a gray square (of what it seems unrendered image) in a random area of the photo (sometimes in the center.). The square is quite big...
    If I zoom in or zoom out it disappears...if I scroll to another photo and then back to the psd, the square it's there again...sometimes in a different position.
    I've tried the same psd on my older iMac with leopard...and got no problem at all.
    I suspect it got something to do with my Ati...
    (this is the second iMac 27...the first went back for gray banding on the lcd screen and flickering and yellow tinge........)
    Thanks for your help.
    DAve.

    maybe I'm onto something...
    I've just found out that opening Preview in 32bit mode (instead of default 64bit) works flawlessly with any psd files. If I switch back to 64bit mode, Preview is much faster but the gray square comes back...
    It seems like the i7 is much faster than the Ati....
    Any more realistic ideas?

Maybe you are looking for