Dual Screen ThinkPad W520 with docking station

I'm trying to use an external monitor with my docking station to extend my desktop but I can't get it to work.
I'm using the intel HD video card and I already followed thoses guide
https://wiki.archlinux.org/index.php/Intel
https://wiki.archlinux.org/index.php/Xo … ual_screen
/etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
    Identifier "old intel stuff"
    Driver "intel"
    Option "Shadow" "True"
    Option "DRI" "false"
EndSection
/etc/modprobe.d/modprobe.conf
options i915 modeset=1
/etc/mkinitcpio.conf
MODULES="intel_agp i915"
FILES="/etc/modprobe.d/modprobe.conf
mkinitcpio -p linux
reboot
The output of xrandr -q is VGA1 disconnected even if it's plugged in the dock or the laptop itself.
Do you guys have any clues?
thanks

I'm not sure what log message I should look at. I already looked at the Xorg log
[ 184.940]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 184.941] X Protocol Version 11, Revision 0
[ 184.941] Build Operating System: Linux 3.1.5-1-ARCH x86_64
[ 184.941] Current Operating System: Linux DUDE-ARCHLINUX 3.2.1-1-ARCH #1 SMP PREEMPT Fri Jan 13 06:50:31 CET 2012 x86_64
[ 184.941] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/disk/by-uuid/216a6a09-6be1-47c8-8147-377642302ba6 ro quiet splash
[ 184.941] Build Date: 17 December 2011 09:17:41AM
[ 184.941]
[ 184.941] Current version of pixman: 0.24.0
[ 184.941] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 184.941] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 184.942] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 24 09:14:51 2012
[ 184.951] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 184.980] (==) No Layout section. Using the first Screen section.
[ 184.980] (**) |-->Screen "Screen0" (0)
[ 184.980] (**) | |-->Monitor "Monitor0"
[ 184.980] (**) | |-->Device "Device0"
[ 184.980] (==) Automatically adding devices
[ 184.980] (==) Automatically enabling devices
[ 185.024] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 185.024] Entry deleted from font path.
[ 185.043] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 185.043] Entry deleted from font path.
[ 185.043] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 185.044] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 185.044] Entry deleted from font path.
[ 185.044] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 185.044] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 185.044] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 185.044] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 185.044] (II) Loader magic: 0x7ccae0
[ 185.044] (II) Module ABI versions:
[ 185.044] X.Org ANSI C Emulation: 0.4
[ 185.044] X.Org Video Driver: 11.0
[ 185.044] X.Org XInput driver : 13.0
[ 185.044] X.Org Server Extension : 6.0
[ 185.046] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21d1 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64
[ 185.046] (--) PCI: (0:1:0:0) 10de:0dfa:17aa:21d1 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[ 185.046] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 185.046] (II) LoadModule: "extmod"
[ 185.075] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 185.089] (II) Module extmod: vendor="X.Org Foundation"
[ 185.089] compiled for 1.11.3, module version = 1.0.0
[ 185.089] Module class: X.Org Server Extension
[ 185.089] ABI class: X.Org Server Extension, version 6.0
[ 185.089] (II) Loading extension MIT-SCREEN-SAVER
[ 185.089] (II) Loading extension XFree86-VidModeExtension
[ 185.089] (II) Loading extension XFree86-DGA
[ 185.089] (II) Loading extension DPMS
[ 185.089] (II) Loading extension XVideo
[ 185.089] (II) Loading extension XVideo-MotionCompensation
[ 185.089] (II) Loading extension X-Resource
[ 185.089] (II) LoadModule: "dbe"
[ 185.089] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 185.090] (II) Module dbe: vendor="X.Org Foundation"
[ 185.090] compiled for 1.11.3, module version = 1.0.0
[ 185.090] Module class: X.Org Server Extension
[ 185.090] ABI class: X.Org Server Extension, version 6.0
[ 185.090] (II) Loading extension DOUBLE-BUFFER
[ 185.090] (II) LoadModule: "glx"
[ 185.090] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 185.104] (II) Module glx: vendor="X.Org Foundation"
[ 185.105] compiled for 1.11.3, module version = 1.0.0
[ 185.105] ABI class: X.Org Server Extension, version 6.0
[ 185.105] (==) AIGLX enabled
[ 185.105] (II) Loading extension GLX
[ 185.105] (II) LoadModule: "record"
[ 185.105] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 185.106] (II) Module record: vendor="X.Org Foundation"
[ 185.106] compiled for 1.11.3, module version = 1.13.0
[ 185.106] Module class: X.Org Server Extension
[ 185.106] ABI class: X.Org Server Extension, version 6.0
[ 185.106] (II) Loading extension RECORD
[ 185.106] (II) LoadModule: "dri"
[ 185.106] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 185.117] (II) Module dri: vendor="X.Org Foundation"
[ 185.117] compiled for 1.11.3, module version = 1.0.0
[ 185.117] ABI class: X.Org Server Extension, version 6.0
[ 185.117] (II) Loading extension XFree86-DRI
[ 185.117] (II) LoadModule: "dri2"
[ 185.118] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 185.118] (II) Module dri2: vendor="X.Org Foundation"
[ 185.118] compiled for 1.11.3, module version = 1.2.0
[ 185.118] ABI class: X.Org Server Extension, version 6.0
[ 185.118] (II) Loading extension DRI2
[ 185.118] (II) LoadModule: "intel"
[ 185.119] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 185.135] (II) Module intel: vendor="X.Org Foundation"
[ 185.135] compiled for 1.11.2, module version = 2.17.0
[ 185.135] Module class: X.Org Video Driver
[ 185.135] ABI class: X.Org Video Driver, version 11.0
[ 185.135] (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
[ 185.136] (--) using VT number 7
[ 185.148] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 185.148] drmOpenDevice: node name is /dev/dri/card0
[ 185.148] drmOpenDevice: open result is 8, (OK)
[ 185.148] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 185.148] drmOpenDevice: node name is /dev/dri/card0
[ 185.148] drmOpenDevice: open result is 8, (OK)
[ 185.148] drmOpenByBusid: drmOpenMinor returns 8
[ 185.148] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 185.148] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[ 185.148] (==) intel(0): RGB weight 888
[ 185.148] (==) intel(0): Default visual is TrueColor
[ 185.148] (**) intel(0): Option "DRI" "false"
[ 185.148] (**) intel(0): Option "Shadow" "True"
[ 185.148] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+)
[ 185.148] (--) intel(0): Chipset: "Sandybridge Mobile (GT2+)"
[ 185.149] (**) intel(0): Shadow buffer enabled, 2D GPU acceleration disabled.
[ 185.149] (**) intel(0): Relaxed fencing enabled
[ 185.149] (**) intel(0): Wait on SwapBuffers? enabled
[ 185.149] (**) intel(0): Triple buffering? enabled
[ 185.149] (**) intel(0): Framebuffer tiled
[ 185.149] (**) intel(0): Pixmaps tiled
[ 185.149] (**) intel(0): 3D buffers tiled
[ 185.149] (**) intel(0): SwapBuffers wait enabled
[ 185.149] (==) intel(0): video overlay key set to 0x101fe
[ 185.149] (II) intel(0): Output LVDS1 using monitor section Monitor0
[ 185.149] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 185.149] (II) intel(0): Output VGA1 has no monitor section
[ 185.150] (II) intel(0): EDID for output LVDS1
[ 185.150] (II) intel(0): Manufacturer: LEN Model: 40b1 Serial#: 0
[ 185.150] (II) intel(0): Year: 2009 Week: 0
[ 185.150] (II) intel(0): EDID Version: 1.3
[ 185.150] (II) intel(0): Digital Display Input
[ 185.150] (II) intel(0): Max Image Size [cm]: horiz.: 35 vert.: 19
[ 185.150] (II) intel(0): Gamma: 2.20
[ 185.150] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[ 185.150] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 185.150] (II) intel(0): First detailed timing is preferred mode
[ 185.150] (II) intel(0): redX: 0.610 redY: 0.348 greenX: 0.316 greenY: 0.589
[ 185.150] (II) intel(0): blueX: 0.151 blueY: 0.066 whiteX: 0.313 whiteY: 0.329
[ 185.150] (II) intel(0): Manufacturer's mask: 0
[ 185.150] (II) intel(0): Supported detailed timing:
[ 185.150] (II) intel(0): clock: 108.5 MHz Image Size: 345 x 194 mm
[ 185.150] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1920 h_border: 0
[ 185.150] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 942 v_border: 0
[ 185.150] (II) intel(0): Supported detailed timing:
[ 185.150] (II) intel(0): clock: 90.4 MHz Image Size: 345 x 194 mm
[ 185.150] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1920 h_border: 0
[ 185.150] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 942 v_border: 0
[ 185.150] (II) intel(0): Unknown vendor-specific block f
[ 185.150] (II) intel(0): LP156WD1-TLB2
[ 185.150] (II) intel(0): EDID (in hex):
[ 185.150] (II) intel(0): 00ffffffffffff0030aeb14000000000
[ 185.150] (II) intel(0): 0013010380231378ea43c59c59519626
[ 185.150] (II) intel(0): 11505400000001010101010101010101
[ 185.150] (II) intel(0): 010101010101622a404061842a303020
[ 185.150] (II) intel(0): 350059c2100000195323404061842a30
[ 185.150] (II) intel(0): 3020350059c2100000190000000f00a9
[ 185.150] (II) intel(0): 0932a9092816090030e40002000000fe
[ 185.150] (II) intel(0): 004c503135365744312d544c423200e2
[ 185.150] (II) intel(0): EDID vendor "LEN", prod id 16561
[ 185.151] (II) intel(0): Printing DDC gathered Modelines:
[ 185.151] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz)
[ 185.151] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz)
[ 185.151] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 185.151] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 185.151] (II) intel(0): Printing probed modes for output LVDS1
[ 185.151] (II) intel(0): Modeline "1600x900"x60.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz)
[ 185.151] (II) intel(0): Modeline "1600x900"x50.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz)
[ 185.151] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 185.151] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 185.151] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 185.151] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 185.151] (II) intel(0): EDID for output VGA1
[ 185.151] (II) intel(0): Output LVDS1 connected
[ 185.151] (II) intel(0): Output VGA1 disconnected
[ 185.151] (II) intel(0): Using exact sizes for initial modes
[ 185.151] (II) intel(0): Output LVDS1 using initial mode 1600x900
[ 185.152] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 185.152] (II) intel(0): Kernel page flipping support detected, enabling
[ 185.152] (**) intel(0): Display dimensions: (448, 254) mm
[ 185.152] (WW) intel(0): Probed monitor is 350x190 mm, using Displaysize 448x254 mm
[ 185.152] (**) intel(0): DPI set to (90, 90)
[ 185.152] (II) Loading sub module "fb"
[ 185.152] (II) LoadModule: "fb"
[ 185.152] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 185.153] (II) Module fb: vendor="X.Org Foundation"
[ 185.153] compiled for 1.11.3, module version = 1.0.0
[ 185.153] ABI class: X.Org ANSI C Emulation, version 0.4
[ 185.153] (==) Depth 24 pixmap format is 32 bpp
[ 185.153] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[ 185.157] (II) UXA(0): Driver registered support for the following operations:
[ 185.157] (II) solid
[ 185.157] (II) copy
[ 185.157] (II) composite (RENDER acceleration)
[ 185.157] (II) put_image
[ 185.157] (II) get_image
[ 185.157] (==) intel(0): Backing store disabled
[ 185.157] (==) intel(0): Silken mouse enabled
[ 185.157] (II) intel(0): Initializing HW Cursor
[ 185.223] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 185.227] (==) intel(0): DPMS enabled
[ 185.227] (==) intel(0): Intel XvMC decoder enabled
[ 185.227] (WW) intel(0): Disabling Xv because no adaptors could be initialized.
[ 185.227] (II) intel(0): direct rendering: Disabled
[ 185.227] (==) intel(0): hotplug detection: "enabled"
[ 185.227] (--) RandR disabled
[ 185.227] (II) Initializing built-in extension Generic Event Extension
[ 185.227] (II) Initializing built-in extension SHAPE
[ 185.227] (II) Initializing built-in extension MIT-SHM
[ 185.227] (II) Initializing built-in extension XInputExtension
[ 185.227] (II) Initializing built-in extension XTEST
[ 185.227] (II) Initializing built-in extension BIG-REQUESTS
[ 185.227] (II) Initializing built-in extension SYNC
[ 185.227] (II) Initializing built-in extension XKEYBOARD
[ 185.227] (II) Initializing built-in extension XC-MISC
[ 185.227] (II) Initializing built-in extension SECURITY
[ 185.227] (II) Initializing built-in extension XINERAMA
[ 185.227] (II) Initializing built-in extension XFIXES
[ 185.227] (II) Initializing built-in extension RENDER
[ 185.227] (II) Initializing built-in extension RANDR
[ 185.227] (II) Initializing built-in extension COMPOSITE
[ 185.227] (II) Initializing built-in extension DAMAGE
[ 185.254] (II) AIGLX: Screen 0 is not DRI2 capable
[ 185.254] (II) AIGLX: Screen 0 is not DRI capable
[ 185.582] (II) AIGLX: Loaded and initialized swrast
[ 185.582] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 185.583] (II) intel(0): Setting screen physical size to 448 x 254
[ 185.918] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 185.918] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 185.918] (**) Power Button: Applying InputClass "keyboard-layout"
[ 185.918] (II) LoadModule: "evdev"
[ 185.919] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 185.932] (II) Module evdev: vendor="X.Org Foundation"
[ 185.932] compiled for 1.10.99.902, module version = 2.6.0
[ 185.932] Module class: X.Org XInput Driver
[ 185.932] ABI class: X.Org XInput driver, version 13.0
[ 185.932] (II) Using input driver 'evdev' for 'Power Button'
[ 185.933] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 185.933] (**) Power Button: always reports core events
[ 185.933] (**) Power Button: Device: "/dev/input/event3"
[ 185.933] (--) Power Button: Found keys
[ 185.933] (II) Power Button: Configuring as keyboard
[ 185.933] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 185.933] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 185.933] (**) Option "xkb_rules" "evdev"
[ 185.933] (**) Option "xkb_model" "evdev"
[ 185.933] (**) Option "xkb_layout" "us, ca"
[ 185.933] (**) Option "xkb_options" "grp:caps_toggle"
[ 185.997] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 185.997] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 185.997] (**) Video Bus: Applying InputClass "keyboard-layout"
[ 185.997] (II) Using input driver 'evdev' for 'Video Bus'
[ 185.997] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 185.997] (**) Video Bus: always reports core events
[ 185.997] (**) Video Bus: Device: "/dev/input/event4"
[ 185.997] (--) Video Bus: Found keys
[ 185.997] (II) Video Bus: Configuring as keyboard
[ 185.997] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[ 185.997] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 185.997] (**) Option "xkb_rules" "evdev"
[ 185.997] (**) Option "xkb_model" "evdev"
[ 185.997] (**) Option "xkb_layout" "us, ca"
[ 185.997] (**) Option "xkb_options" "grp:caps_toggle"
[ 185.999] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 185.999] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 185.999] (**) Video Bus: Applying InputClass "keyboard-layout"
[ 185.999] (II) Using input driver 'evdev' for 'Video Bus'
[ 185.999] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 185.999] (**) Video Bus: always reports core events
[ 185.999] (**) Video Bus: Device: "/dev/input/event5"
[ 185.999] (--) Video Bus: Found keys
[ 185.999] (II) Video Bus: Configuring as keyboard
[ 185.999] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input5/event5"
[ 185.999] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 185.999] (**) Option "xkb_rules" "evdev"
[ 185.999] (**) Option "xkb_model" "evdev"
[ 185.999] (**) Option "xkb_layout" "us, ca"
[ 185.999] (**) Option "xkb_options" "grp:caps_toggle"
[ 186.000] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 186.000] (II) No input driver/identifier specified (ignoring)
[ 186.001] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 186.001] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 186.001] (**) Sleep Button: Applying InputClass "keyboard-layout"
[ 186.001] (II) Using input driver 'evdev' for 'Sleep Button'
[ 186.001] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 186.001] (**) Sleep Button: always reports core events
[ 186.001] (**) Sleep Button: Device: "/dev/input/event2"
[ 186.001] (--) Sleep Button: Found keys
[ 186.001] (II) Sleep Button: Configuring as keyboard
[ 186.001] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[ 186.001] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 186.001] (**) Option "xkb_rules" "evdev"
[ 186.001] (**) Option "xkb_model" "evdev"
[ 186.001] (**) Option "xkb_layout" "us, ca"
[ 186.001] (**) Option "xkb_options" "grp:caps_toggle"
[ 186.002] (II) config/udev: Adding input device Integrated Camera (/dev/input/event8)
[ 186.002] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[ 186.002] (**) Integrated Camera: Applying InputClass "keyboard-layout"
[ 186.002] (II) Using input driver 'evdev' for 'Integrated Camera'
[ 186.002] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 186.002] (**) Integrated Camera: always reports core events
[ 186.002] (**) Integrated Camera: Device: "/dev/input/event8"
[ 186.003] (--) Integrated Camera: Found keys
[ 186.003] (II) Integrated Camera: Configuring as keyboard
[ 186.003] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input8/event8"
[ 186.003] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
[ 186.003] (**) Option "xkb_rules" "evdev"
[ 186.003] (**) Option "xkb_model" "evdev"
[ 186.003] (**) Option "xkb_layout" "us, ca"
[ 186.003] (**) Option "xkb_options" "grp:caps_toggle"
[ 186.004] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 186.004] (II) No input driver/identifier specified (ignoring)
[ 186.004] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 186.004] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 186.004] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-layout"
[ 186.004] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 186.005] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 186.005] (**) AT Translated Set 2 keyboard: always reports core events
[ 186.005] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 186.005] (--) AT Translated Set 2 keyboard: Found keys
[ 186.005] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 186.005] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 186.005] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 186.005] (**) Option "xkb_rules" "evdev"
[ 186.005] (**) Option "xkb_model" "evdev"
[ 186.005] (**) Option "xkb_layout" "us, ca"
[ 186.005] (**) Option "xkb_options" "grp:caps_toggle"
[ 186.006] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[ 186.006] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 186.006] (II) LoadModule: "synaptics"
[ 186.006] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 186.016] (II) Module synaptics: vendor="X.Org Foundation"
[ 186.016] compiled for 1.11.0, module version = 1.5.0
[ 186.016] Module class: X.Org XInput Driver
[ 186.016] ABI class: X.Org XInput driver, version 13.0
[ 186.016] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 186.016] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 186.016] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 186.016] (**) Option "Device" "/dev/input/event9"
[ 186.346] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
[ 186.346] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820
[ 186.346] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 186.346] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[ 186.346] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 186.346] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 186.346] (**) Option "TapButton1" "1"
[ 186.346] (**) Option "TapButton2" "2"
[ 186.347] (**) Option "TapButton3" "3"
[ 186.453] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 186.453] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 186.560] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
[ 186.560] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 186.560] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 186.560] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 186.560] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
[ 186.560] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 186.560] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 186.560] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 186.560] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 186.560] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 186.561] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 186.561] (II) No input driver/identifier specified (ignoring)
[ 186.562] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event10)
[ 186.562] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 186.562] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 186.562] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 186.562] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 186.562] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event10"
[ 186.562] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 186.562] (--) TPPS/2 IBM TrackPoint: Found relative axes
[ 186.562] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 186.562] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[ 186.562] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 186.562] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 186.562] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input10/event10"
[ 186.562] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 186.562] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 186.562] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 186.563] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 186.563] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 186.563] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 186.563] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 186.563] (II) No input driver/identifier specified (ignoring)
[ 186.564] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[ 186.564] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 186.564] (**) ThinkPad Extra Buttons: Applying InputClass "keyboard-layout"
[ 186.564] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 186.564] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 186.564] (**) ThinkPad Extra Buttons: always reports core events
[ 186.564] (**) ThinkPad Extra Buttons: Device: "/dev/input/event6"
[ 186.564] (--) ThinkPad Extra Buttons: Found keys
[ 186.564] (II) ThinkPad Extra Buttons: Configuring as keyboard
[ 186.564] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event6"
[ 186.564] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[ 186.564] (**) Option "xkb_rules" "evdev"
[ 186.564] (**) Option "xkb_model" "evdev"
[ 186.565] (**) Option "xkb_layout" "us, ca"
[ 186.565] (**) Option "xkb_options" "grp:caps_toggle"
Last edited by mtetreault (2012-01-24 14:17:56)

Similar Messages

  • Not Getting "Undock" Option in Windows 7 with W520 in Docking Station

    I just bought a W520 which is my 5th ThinkPad in about 10 years.  This one is different in that I don't get the option to "Undock" in the Windows 7 "Shutdown" option list.  I also noticed the W520 doesn't seat as securely into the docking station as my prior ThinkPads, but the docking station ports all work correctly.
    Is there something wrong with my hardware or Windows 7 settings?

    Hi all
    I guess, this article would help
    http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/thread/94468d2b-4ae8-4228-90a6-2c5ae...
    If the undock option is not available, you could just put your laptop into sleep mode (or simply close the lid by default) and just undock the docking station from it. Resuming from sleep mode does not take much time either.
    Have a nice day! 
    Peter
    W520 (4284-A99)
    Does someone’s post help you? Give them kudos as a reward, as they will do better to improve | Mark it as solved if the solution works for you, so it could be reference for others in the future 
    =====================================
    Sound Enthusiast and Enhancement (Post comments, share mixes, etc.)
    http://forums.lenovo.com/t5/General-Discussion/Dolby-Home-Theater-v4-for-most-Lenovo-Laptops/td-p/62... 

  • Multiple external displays for X220 + ThinkPad Series 3 Docking Station

    I have ThinkPad X220 [PN#4290HT6] and will plan to use 02 external monitors.
    My plan is to buy ThinkPad Series 3 Docking Station and 02 external monitors.
    Is ThinkPad Series 3 Docking Station working with 02 external monitors by my X220?
    Which ports of Docking to be used [VGA or DVI]?
    Thank you!!

    I would be verry happy if you could post the results of your check (the "amperage" especially).
    Yes, I am aware that there are 2 versions (with and without eSATA). The one I have ordered is unfortunately the newer one, with USB 3.0 (no eSATA). But from reading other threads I know that the eSATA port on the docking station is limited - it is not powered (eSATA-p, but plain eSATA), in contrast to the laptop port, so I will not be missing this feature so much as I thought I would. I will still connect directly to the laptop port instead. Why?
    I'm using one-cable connection (powered eSATA cable eSATA-p connector to normal SATA drive connector) to connect external 2.5" drive to easily boot the alternative system. Great solution, by the way, and very cheap, cost of ca. 10EUR incl shipment (Delock is the only brand I've found that produces such cables). I never liked the need to have additional power adapter or USB power connection for SATA connection - too many cables for me. So initially I was looking for the older version of docking station. But after reading about the above limitations of eSATA port on docking station, I gave up, because I would still need additional USB cable to power it up when connecting to the docking station.
    Unfortunaltely, all W-series compatible docking stations are very rare on the used market here in Poland, so I didn't have too many possibilities to choose from.

  • Labview for laptop with dock station.

    I use labview on desk top computer and it works fine. But, after I use it on a laptop with dock station, it does not work. I use the exact setting and configuration and I have no idea why does not work? Any suggestion. Thanks.

    There isn't any kind of information you've provided for anyone to be able to help you.
    "It does not work" could mean millions of things.  How is it not working?
    What "exact setting and configuration" are you talking about?
    Does it work when the laptop is not on the docking station?

  • IPod will not work with docking stations

    My 5th gen iPod works fine except it will not work with docking stations. I can sync it with my computer and it plays fine, just won't work with docking stations and other accessories like the Belkin FM radio converter. I bought a iMode boom box and it does not work properly with my iPod.
    Any ideas??

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

  • Thinkpad W520 with Minidock+ Series 3 - Dual monitors and USB fail sporadical​ly

    Hello there,
    I wonder if anyone has experienced problems ThinkPad W520 and Mini Dock Plus Series 3 (Part number: 433830U)? I run into problems with dual monitor and USB devices.
     For dual monitor setup, sometimes only a single monitor is detected, sometimes no monitors are available in the NVidia control panel. Rigorous display detection doesn't help. Disabling Optimus in BIOS doesn't seem to affect it. After I dock and undock couple of times, reboot, unplug the power cord, it seems to resolve and both monitors work fine.
    Also, I run into troubles with USB devices (keyboard/mouse). Sometimes they are not detected at all, but if I plug them into different USB ports on the mini dock, they are detected and work fine.
    For me this problem happens about 50% of the time when I dock... Any ideas, insights or suggestions are greatly appreciated. Could it be a faulty Thinkpad, docking station or may be both? I really to upgrade next time to W530, but I've been through so many problems with W520, so I don't know if it's a good idea...
    Thanks so much.
    Solved!
    Go to Solution.

    If system update isn't finding anything, and the system works just fine on its own, it could potentially be a faulty Dock.
    It could be overloaded.  Could you try testing the dock using just one monitor, and no keyboard or mouse, to see if you run into the same issue.  It would still be a faulty dock, but it may be a potential workaround for the time being.

  • T61p dual monitor with docking station, maximum resolution

    I wonder what is the maximal resolution one can get with the quadro fx 570m. I specially want to reach the 2560x1600+2560x1600 with two 30'' monitors. Does anyone know about it or have experience with it?
    dual monitor with docking station

    You will need the huge docking station with Dual-Display Port & DVI. Then it should work, but you will only be able to use 2 displays at once (one external+laptop LCD or 2 external). But I think you already know that.
    VGA on such resolution would be suicidal and i doubt it would even work.
    ThinkPad T61p | 15,4 WSXGA+ | Intel Core2Duo T9300 2.5GHz | 4GB CL4 DDR2 RAM | nVidia Quadro FX 570M | Win7 Ultimate x64

  • Thinkpad T420 with Dock 4338 Dual External Monitors won't work

    Hey Everyone,
          I recently purchased a T420 with Dock Model 4338 and am trying to connect two external monitors.  I want to have my desktop visible on my primary monitor with laptop closed and that desktop extended onto my second external monitors.  Both external monitors are Dell 19", one is being ran through the VGA port on the dock and the other is a VGA cord that I put a VGA to DVI-D adapter on to run off of one of the DVI Ports on the dock.  I can get my desktop to display on the main external monitor, and everything detects the other monitor fine, but the extended monitor remains black.  The screen is on, and recognized as the button light on the monitor is green not yellow and i can scroll my mouse over to that window and i lose the mouse so it's extending just not visible.  I have made sure that both monitors work by checking each individually in the VGA port and they are operational, but the DVI-D port doesn't seem to work on my second monitor.  
         I have done some pretty extensive searching and can't seem to get this to work.  At my job I have a T430 with the same dock and dual monitor setup that took no time and works great.  Does the T420 just not support this?
    All help is appreciated.
    Thank you all,
    NickG
    Solved!
    Go to Solution.

    DVI-D don't support passive dvi to VGA adapter. You are better off with a displayport to VGA adapter, as they are cheaper then a dvi-d to VGA converter.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • T400 with docking stations, ThinkPad Advanced Dock and ThinkPad Dock II

    Hello,
    I think of buying the ThinkPad T400 with one of these docking stations: ThinkPad Advanced Dock or ThinkPad Dock II.
    I have several technical questions and haven't found neither appropriate information, nor the way to get it.
    Here are my questions:
    1. Do these docking stations support DVI when T400 with integrated (not discrete) graphics is connected? 
    2. Where can I find a complete list of UltraBay devices supported by each one of these docking stations?
    Thanks

    I have a T400 with integrated graphics and recently purchased the Advanced Mini Dock 250410U.  The Advanced Dock and Advanced Mini Dock support DVI pass-through.  I looked into this before purchasing as well.
    This page will confirm the feature:  http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-72148.  Also see reference guide for docking stations: http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-4TPJF4 which says ThinkPad Dock II is discontinued.  This brochure says the Advanced Mini Dock does not support Ultrabay, but the Advanced Dock does.  http://download.lenovo.com/ibmdl/pub/pc/pccbbs/options_iso/tp_docking_solutions_june09.pdf .

  • W520 only charges with docking station wall plug does not work

    I have experienced this problem twice and am very confused about why it is occuring. 
    I usually use my W520 laptop on a docking station and when I am at home or travelling I keep it powered by with a wall adapter.  So at work it stays charged and operating from the docking station (i.e. ports on the bottom of the laptop).  When I am at home it stays charged by pulling it in using the Lenovo (170W power adapter).
    Last year I was in China working and all of a sudden my laptop would no longer charge and would shutdown when the battery died) with the wall adapter.  I ended up buying a docking station and managed to keep it charged and operating that way.  Obtaining any type of warranty service in China was a major pain but the problem was diagnosed to be an issue with my motherboard.  I returned to Canada and had my computer replaced (computer was about 3 months old).
    Now I am back in Canada and have the same problem with my new replacement laptop.  I am puzzled why this keeps happening.  Has this occured with anyone else?  Is the plug on the W520 not very good quality?  Any thoughts or suggestions will be super appreciated. 

    Thanks for the reply. Actually everyone always thinks it is a problem with the power adapter cable but the cable I am using is the same one for my dock. I only had one cable for my dock and when I am travelling unpug it and use it when I am on the road.
    Last time in China they took apart my computer and confirmed (I was watching them as they used the voltmeter) that power and proper voltgage was coming into my computer from the plug and all the way to the board (ie checking every interface along the way). Yet it was not charging the battery or providing power to run the computer. The only way to solv the problem was to use a dock. Only thing I could think of is that maybe something on the bottomdock connector is messed up and hence the computer believes it is connected to the dock and hence not wanting to provide power via the power adapter at the same time to avoid shorting out the board. Any thoughts?

  • Dual monitor setup with Docking station and W500 on windows 8

    Hi there
    I have a w500 with ATI Radeon 3650
    Trying hard to have it set up with windows 8 and two monitors with my docking station. It worked with XP, Vista, W7...but no go now.
    Any solutions out there? I don't care about catalyst control center, or which drivers I have to use, just give me back my two monitors connected to a docking station

    I have the same W500 setup and have had no luck finding Windows 8 drivers on Lenovo's site or AMD's. I have a support ticket in to Lenovo to see what they come up with. I have two flat panel monitors that I need to work. According to  MS, Catalyst Control Center has compatibility issues with Win8. It was easy to set up both monitors under Win7 with CCC. I have not been able to set them up using Windows display setting in Control Panel. Does anyone out there know of an app that I can use to replace CCC and run two monitors?
    kb5

  • X200 with OCZ ssd blue screens when booting from docking station

    The x200 blue screens when booting from the docking station. If I take the laptop out of the docking station to boot and then dock once booted the laptop is fine.
    The issue started happening when you I upgraded the laptop form xp to windows 7 and installed an OCZ vertex 2 solid state drive.
    I have tried updating the firmware on the ssd using this utility
    http://support.lenovo.com/en_US/detail.page?LegacyDocID=MIGR-69806
    The program showed that my ssd was running firmware version 1.29 and did not need to be updated.
    I have also tried updating the x200 to the latest BIOS. Nothing seems to work.
    Any ideas or suggestions are greatly appreciated.
    Solved!
    Go to Solution.

    you need to modify a registry value before going from AHCI to IDE. (or viceversa).
    http://www.ocztechnologyforum.com/forum/showthread.php?69682-Change-from-IDE-to-AHCI-after-Installat... 

  • T61 with Docking Station: can it handle two 21" external Monitors?

    Hi
    I would like to know if somebody knows if the T61 laptop grafic card can handle two 21" monitors attached at the docking station. Our internal IT guys are confirming two 19" are fine, but they do not know about two 21".
    thanks
    GC

    If I remember correctly, you have the Intel-graphics-chip, and the docking/chip-combo does not support the dual-monitor setup via both VGA + DVI. You should be able to get image on the laptop-screen and the DVI output, I think?
    IT-technician, running my own company in Bergen, Norway
    Thinkpad T61, 8895CTO C2D 2Ghz/4GB/120GB SSD/1400x1050

  • External Speakers not working with docking station

    A thinkpad is in a docking station and external speakers are plugged in, they don't have any sound. The speakers work fine if they are plugged into the laptop itself. Does anyone have the solution?

    Hi, sjadnew
    Apologies, as I wasn't too clear in my last post. If you look on the bottom of the computer, you should see a seven digit code in the format of XXXX-XXX, which is your machine's make and model. If you look on the bottom of the docking station, you should also see a model number, though it may be in a different format. This information can be used to look up the exact docking station and computer hardware to better diagnose. If possible, I would try putting in a request with the IT department to see if you can get the drivers updated.
    Best,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • T500 loses screen when ejected from docking station

    At my desk, I use a docking station with external monitor (DVI attach). If I eject from the docking station, my laptop screen goes dark. The only way I can make it work is to power down, eject, and reboot. It works fine then.
    I have the ATI graphics card, and I don't think the switchable graphics is working. Is it possible to use the onboard Intel graphics when on battery power? This seems to be ideal.
    Any advice will be appreciated.
    Solved!
    Go to Solution.

    Thanks for the suggestion.
    I apologize for not including the model number. I wrote my question several times, only to lose it before posting. This BB works very differently from the one I use a lot.
    The machine is a 2081-CTO with 4GB ram, DVD drive, and Vista as shipped from Lenovo. Vista is up to date.
    Earlier, I ran the Lenovo system update, and it installed seven fixes, including a new BIOS. The fixes were all listed as optional. Once I installed these fixes, I am unable to eject and get my display working. However, the screen flashes a few times and my icons were rearranged. I have reset my icons several times in the last few days, and find this to be very disconcerting.
    The laptop spends a great deal of time connected to the docking station, which has the attached DVI monitor. I do take it to client locations, so the working laptop display is essential. I have been experimenting with connection to a 40 inch HD TV, and when we changed the resolution on the video port (VGA) (to read it from across the room), it messed my laptop display and DVI display's resolution. I had to reset all my icons for that as well. All my icons stay on the laptop screen.

Maybe you are looking for

  • How do I set document resolution

    I'm trying to create a pages document that can be exported as a pdf, then converted to an ebook for uploading to an iPad. I've set the document size to 5"x7.5" (2x3 ratio) but can't find a method to set the document resoluton to 120 dpi. When I creat

  • Weird Problem (Please See thread reference)

    Here is the thread started for iWorks.  What I need to know is what the gentlemen asked in the a thread on the 3rd page and also how I can create a new login account with as minimal problems as possible.  I.e.  what does it do?  Does it reset my pass

  • Certificate not on phone or sim nokia 5130 xpressM...

    When i download any app problem occur that certificate not on phone or sim plz snd me the certificate on nokia 5130 plz sir

  • DHCP from CSM Server VLAN

    Is there a way to add a helper-address (or something similiar) to the CSM server VLAN? My unix team is planning on setting up a PIXE server boot server and a few of their servers that would need the ability to boot from it are in the server VLAN that

  • HT1918 I can not purchase credit card. In the game Clash Of Calns please help

    I can not purchase credit card. In the game Clash Of Calns please help