[solved] ThinkPad connect with extern Monitor Problem

Hello community
I have installed arch on my T420 integrated HD 3000 and i have the Problem that when i start arch and the boot messages comes i can see the deamon starts ok,ok,ok who should be on the right side but on the NEC they was displayed 5 cm inside. Also when iam on the console and i type dmesg all the output scroll down and broke 5 cm from the roof. And when iam on openbox and i will maximize one window it would be maximized on the size from the Laptop LCD.
I have made an .xinitrc
#!/bin/sh
# ~/.xinitrc
# Executed by startx (run your window manager from here)
#xrandr --output DP2 --auto --output LVDS --right-of LVDS
#xrandr --output DP1 --auto --output LVDS --auto --same-as DP1
xrandr -d DP2 -s 1900x1200
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# exec gnome-session
# exec startkde
# exec startxfce4
and here is my Xorg.0.log
[ 81.298]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 81.298] X Protocol Version 11, Revision 0
[ 81.298] Build Operating System: Linux 3.4.8-1-ARCH x86_64
[ 81.298] Current Operating System: Linux bullitt 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 08:12:04 CEST 2012 x86_64
[ 81.298] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7b8780ba-278c-4d61-a1ec-ba2a6f96c6ba ro quiet
[ 81.299] Build Date: 27 August 2012 08:04:39AM
[ 81.299]
[ 81.299] Current version of pixman: 0.26.2
[ 81.299] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 81.299] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 81.306] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 7 16:33:34 2012
[ 81.307] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 81.308] (==) No Layout section. Using the first Screen section.
[ 81.308] (==) No screen section available. Using defaults.
[ 81.308] (**) |-->Screen "Default Screen Section" (0)
[ 81.308] (**) | |-->Monitor "<default monitor>"
[ 81.308] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 81.308] (==) Automatically adding devices
[ 81.308] (==) Automatically enabling devices
[ 81.308] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 81.308] Entry deleted from font path.
[ 81.308] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 81.308] Entry deleted from font path.
[ 81.308] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 81.308] Entry deleted from font path.
[ 81.308] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 81.308] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 81.308] Entry deleted from font path.
[ 81.308] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 81.308] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/
[ 81.308] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 81.308] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 81.308] (II) Loader magic: 0x7c8b00
[ 81.308] (II) Module ABI versions:
[ 81.308] X.Org ANSI C Emulation: 0.4
[ 81.308] X.Org Video Driver: 12.1
[ 81.308] X.Org XInput driver : 16.0
[ 81.308] X.Org Server Extension : 6.0
[ 81.308] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21ce rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
[ 81.308] (II) Open ACPI successful (/var/run/acpid.socket)
[ 81.308] (II) LoadModule: "extmod"
[ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 81.309] (II) Module extmod: vendor="X.Org Foundation"
[ 81.309] compiled for 1.12.4, module version = 1.0.0
[ 81.309] Module class: X.Org Server Extension
[ 81.309] ABI class: X.Org Server Extension, version 6.0
[ 81.309] (II) Loading extension MIT-SCREEN-SAVER
[ 81.309] (II) Loading extension XFree86-VidModeExtension
[ 81.309] (II) Loading extension XFree86-DGA
[ 81.309] (II) Loading extension DPMS
[ 81.309] (II) Loading extension XVideo
[ 81.309] (II) Loading extension XVideo-MotionCompensation
[ 81.309] (II) Loading extension X-Resource
[ 81.309] (II) LoadModule: "dbe"
[ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 81.309] (II) Module dbe: vendor="X.Org Foundation"
[ 81.309] compiled for 1.12.4, module version = 1.0.0
[ 81.309] Module class: X.Org Server Extension
[ 81.309] ABI class: X.Org Server Extension, version 6.0
[ 81.309] (II) Loading extension DOUBLE-BUFFER
[ 81.309] (II) LoadModule: "glx"
[ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 81.309] (II) Module glx: vendor="X.Org Foundation"
[ 81.309] compiled for 1.12.4, module version = 1.0.0
[ 81.309] ABI class: X.Org Server Extension, version 6.0
[ 81.309] (==) AIGLX enabled
[ 81.309] (II) Loading extension GLX
[ 81.309] (II) LoadModule: "record"
[ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 81.309] (II) Module record: vendor="X.Org Foundation"
[ 81.309] compiled for 1.12.4, module version = 1.13.0
[ 81.309] Module class: X.Org Server Extension
[ 81.309] ABI class: X.Org Server Extension, version 6.0
[ 81.309] (II) Loading extension RECORD
[ 81.309] (II) LoadModule: "dri"
[ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 81.309] (II) Module dri: vendor="X.Org Foundation"
[ 81.309] compiled for 1.12.4, module version = 1.0.0
[ 81.309] ABI class: X.Org Server Extension, version 6.0
[ 81.309] (II) Loading extension XFree86-DRI
[ 81.309] (II) LoadModule: "dri2"
[ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 81.309] (II) Module dri2: vendor="X.Org Foundation"
[ 81.309] compiled for 1.12.4, module version = 1.2.0
[ 81.309] ABI class: X.Org Server Extension, version 6.0
[ 81.309] (II) Loading extension DRI2
[ 81.309] (==) Matched intel as autoconfigured driver 0
[ 81.309] (==) Matched vesa as autoconfigured driver 1
[ 81.309] (==) Matched fbdev as autoconfigured driver 2
[ 81.309] (==) Assigned the driver to the xf86ConfigLayout
[ 81.309] (II) LoadModule: "intel"
[ 81.310] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 81.310] (II) Module intel: vendor="X.Org Foundation"
[ 81.310] compiled for 1.12.4, module version = 2.20.9
[ 81.310] Module class: X.Org Video Driver
[ 81.310] ABI class: X.Org Video Driver, version 12.1
[ 81.310] (II) LoadModule: "vesa"
[ 81.310] (WW) Warning, couldn't open module vesa
[ 81.310] (II) UnloadModule: "vesa"
[ 81.310] (II) Unloading vesa
[ 81.310] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 81.310] (II) LoadModule: "fbdev"
[ 81.310] (WW) Warning, couldn't open module fbdev
[ 81.310] (II) UnloadModule: "fbdev"
[ 81.310] (II) Unloading fbdev
[ 81.310] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 81.310] (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
[ 81.310] (--) using VT number 7
[ 81.313] drmOpenDevice: node name is /dev/dri/card0
[ 81.314] drmOpenDevice: open result is 8, (OK)
[ 81.314] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 81.314] drmOpenDevice: node name is /dev/dri/card0
[ 81.314] drmOpenDevice: open result is 8, (OK)
[ 81.314] drmOpenByBusid: drmOpenMinor returns 8
[ 81.314] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 81.314] drmOpenDevice: node name is /dev/dri/card0
[ 81.314] drmOpenDevice: open result is 9, (OK)
[ 81.314] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 81.314] drmOpenDevice: node name is /dev/dri/card0
[ 81.314] drmOpenDevice: open result is 9, (OK)
[ 81.314] drmOpenByBusid: drmOpenMinor returns 9
[ 81.314] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 81.314] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 81.314] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 81.314] (==) intel(0): RGB weight 888
[ 81.314] (==) intel(0): Default visual is TrueColor
[ 81.314] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+)
[ 81.314] (**) intel(0): Relaxed fencing enabled
[ 81.314] (**) intel(0): Wait on SwapBuffers? enabled
[ 81.314] (**) intel(0): Triple buffering? enabled
[ 81.314] (**) intel(0): Framebuffer tiled
[ 81.315] (**) intel(0): Pixmaps tiled
[ 81.315] (**) intel(0): 3D buffers tiled
[ 81.315] (**) intel(0): SwapBuffers wait enabled
[ 81.315] (==) intel(0): video overlay key set to 0x101fe
[ 81.315] (II) intel(0): Output LVDS1 has no monitor section
[ 81.315] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 81.315] (II) intel(0): Output VGA1 has no monitor section
[ 81.340] (II) intel(0): Output HDMI1 has no monitor section
[ 81.380] (II) intel(0): Output DP1 has no monitor section
[ 81.393] (II) intel(0): Output HDMI2 has no monitor section
[ 81.406] (II) intel(0): Output HDMI3 has no monitor section
[ 81.464] (II) intel(0): Output DP2 has no monitor section
[ 81.506] (II) intel(0): Output DP3 has no monitor section
[ 81.507] (II) intel(0): EDID for output LVDS1
[ 81.507] (II) intel(0): Manufacturer: AUO Model: 213e Serial#: 0
[ 81.507] (II) intel(0): Year: 2010 Week: 33
[ 81.507] (II) intel(0): EDID Version: 1.4
[ 81.507] (II) intel(0): Digital Display Input
[ 81.507] (II) intel(0): 6 bits per channel
[ 81.507] (II) intel(0): Digital interface is undefined
[ 81.507] (II) intel(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 81.507] (II) intel(0): Gamma: 2.20
[ 81.507] (II) intel(0): No DPMS capabilities specified
[ 81.507] (II) intel(0): Supported color encodings: RGB 4:4:4
[ 81.507] (II) intel(0): First detailed timing is preferred mode
[ 81.507] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 81.507] (II) intel(0): redX: 0.610 redY: 0.350 greenX: 0.320 greenY: 0.560
[ 81.507] (II) intel(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329
[ 81.507] (II) intel(0): Manufacturer's mask: 0
[ 81.507] (II) intel(0): Supported detailed timing:
[ 81.507] (II) intel(0): clock: 110.0 MHz Image Size: 309 x 174 mm
[ 81.507] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0
[ 81.507] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
[ 81.507] (II) intel(0): Supported detailed timing:
[ 81.507] (II) intel(0): clock: 73.3 MHz Image Size: 309 x 174 mm
[ 81.507] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0
[ 81.507] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
[ 81.507] (II) intel(0): AUO
[ 81.507] (II) intel(0): B140RW02 V1
[ 81.507] (II) intel(0): EDID (in hex):
[ 81.507] (II) intel(0): 00ffffffffffff0006af3e2100000000
[ 81.507] (II) intel(0): 21140104901f11780261959c59528f26
[ 81.507] (II) intel(0): 21505400000001010101010101010101
[ 81.507] (II) intel(0): 010101010101f82a409a61840c30402a
[ 81.507] (II) intel(0): 330035ae10000018a51c409a61840c30
[ 81.507] (II) intel(0): 402a330035ae10000018000000fe0041
[ 81.507] (II) intel(0): 554f0a202020202020202020000000fe
[ 81.507] (II) intel(0): 004231343052573032205631200a00d0
[ 81.507] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 81.507] (II) intel(0): Printing DDC gathered Modelines:
[ 81.508] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
[ 81.508] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
[ 81.508] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 81.508] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 81.508] (II) intel(0): Printing probed modes for output LVDS1
[ 81.508] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
[ 81.508] (II) intel(0): Modeline "1600x900"x40.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
[ 81.508] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 81.508] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 81.508] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 81.508] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 81.508] (II) intel(0): EDID for output VGA1
[ 81.533] (II) intel(0): EDID for output HDMI1
[ 81.573] (II) intel(0): EDID for output DP1
[ 81.586] (II) intel(0): EDID for output HDMI2
[ 81.600] (II) intel(0): EDID for output HDMI3
[ 81.657] (II) intel(0): EDID for output DP2
[ 81.657] (II) intel(0): Manufacturer: NEC Model: 67d1 Serial#: 0
[ 81.657] (II) intel(0): Year: 2011 Week: 33
[ 81.657] (II) intel(0): EDID Version: 1.4
[ 81.657] (II) intel(0): Digital Display Input
[ 81.657] (II) intel(0): 10 bits per channel
[ 81.657] (II) intel(0): Digital interface is DisplayPort
[ 81.657] (II) intel(0): Max Image Size [cm]: horiz.: 52 vert.: 32
[ 81.657] (II) intel(0): Gamma: 2.20
[ 81.657] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[ 81.657] (II) intel(0): Supported color encodings: RGB 4:4:4
[ 81.657] (II) intel(0): First detailed timing is preferred mode
[ 81.657] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 81.657] (II) intel(0): redX: 0.679 redY: 0.310 greenX: 0.210 greenY: 0.686
[ 81.657] (II) intel(0): blueX: 0.149 blueY: 0.047 whiteX: 0.313 whiteY: 0.329
[ 81.657] (II) intel(0): Supported established timings:
[ 81.657] (II) intel(0): 720x400@70Hz
[ 81.657] (II) intel(0): 640x480@60Hz
[ 81.657] (II) intel(0): 640x480@67Hz
[ 81.657] (II) intel(0): 640x480@72Hz
[ 81.657] (II) intel(0): 640x480@75Hz
[ 81.657] (II) intel(0): 800x600@56Hz
[ 81.657] (II) intel(0): 800x600@60Hz
[ 81.657] (II) intel(0): 800x600@72Hz
[ 81.657] (II) intel(0): 800x600@75Hz
[ 81.657] (II) intel(0): 832x624@75Hz
[ 81.657] (II) intel(0): 1024x768@60Hz
[ 81.657] (II) intel(0): 1024x768@70Hz
[ 81.657] (II) intel(0): 1024x768@75Hz
[ 81.657] (II) intel(0): 1280x1024@75Hz
[ 81.657] (II) intel(0): 1152x864@75Hz
[ 81.657] (II) intel(0): Manufacturer's mask: 0
[ 81.657] (II) intel(0): Supported standard timings:
[ 81.657] (II) intel(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 81.657] (II) intel(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 81.657] (II) intel(0): #2: hsize: 1400 vsize 1050 refresh: 60 vid: 16528
[ 81.657] (II) intel(0): #3: hsize: 1360 vsize 765 refresh: 60 vid: 49291
[ 81.657] (II) intel(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 81.657] (II) intel(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 81.657] (II) intel(0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 81.657] (II) intel(0): #7: hsize: 1920 vsize 1200 refresh: 60 vid: 209
[ 81.657] (II) intel(0): Supported detailed timing:
[ 81.657] (II) intel(0): clock: 154.0 MHz Image Size: 518 x 324 mm
[ 81.657] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 81.657] (II) intel(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 81.657] (II) intel(0): Ranges: V min: 50 V max: 85 Hz, H min: 31 H max: 92 kHz, PixClock max 165 MHz
[ 81.657] (II) intel(0): Monitor name: PA241W
[ 81.657] (II) intel(0): Serial No: 18107120UB
[ 81.657] (II) intel(0): EDID (in hex):
[ 81.657] (II) intel(0): 00ffffffffffff0038a3d16700000000
[ 81.657] (II) intel(0): 21150104b5342078e2de45ad4f35af26
[ 81.657] (II) intel(0): 0c5054bfef8081c0818090408bc09500
[ 81.657] (II) intel(0): a940b300d100283c80a070b023403020
[ 81.657] (II) intel(0): 360006442100001a000000fd0032551f
[ 81.657] (II) intel(0): 5c10000a202020202020000000fc0050
[ 81.657] (II) intel(0): 41323431570a202020202020000000ff
[ 81.657] (II) intel(0): 00313831303731323055420a2020004b
[ 81.657] (II) intel(0): Printing probed modes for output DP2
[ 81.657] (II) intel(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 81.657] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 81.657] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 81.657] (II) intel(0): Modeline "1680x945"x60.0 131.48 1680 1784 1960 2240 945 946 949 978 -hsync +vsync (58.7 kHz)
[ 81.657] (II) intel(0): Modeline "1400x1050"x74.9 156.00 1400 1504 1648 1896 1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
[ 81.657] (II) intel(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 81.657] (II) intel(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
[ 81.657] (II) intel(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 81.657] (II) intel(0): Modeline "1440x900"x84.8 157.00 1440 1544 1696 1952 900 903 909 948 -hsync +vsync (80.4 kHz e)
[ 81.657] (II) intel(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 81.657] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 81.657] (II) intel(0): Modeline "1360x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
[ 81.657] (II) intel(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x800"x84.9 122.50 1280 1360 1496 1712 800 803 809 843 -hsync +vsync (71.6 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 81.657] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x768"x84.8 117.50 1280 1360 1496 1712 768 771 778 809 -hsync +vsync (68.6 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x768"x74.9 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 81.657] (II) intel(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 81.658] (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz e)
[ 81.658] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 81.658] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 81.658] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 81.658] (II) intel(0): Modeline "1024x576"x60.0 46.97 1024 1064 1168 1312 576 577 580 597 -hsync +vsync (35.8 kHz)
[ 81.658] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 81.658] (II) intel(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
[ 81.658] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 81.658] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 81.658] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 81.658] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 81.658] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 81.658] (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
[ 81.658] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
[ 81.658] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 81.658] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 81.658] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 81.658] (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz e)
[ 81.658] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 81.658] (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz e)
[ 81.658] (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz e)
[ 81.700] (II) intel(0): EDID for output DP3
[ 81.700] (II) intel(0): Output LVDS1 connected
[ 81.700] (II) intel(0): Output VGA1 disconnected
[ 81.700] (II) intel(0): Output HDMI1 disconnected
[ 81.700] (II) intel(0): Output DP1 disconnected
[ 81.700] (II) intel(0): Output HDMI2 disconnected
[ 81.700] (II) intel(0): Output HDMI3 disconnected
[ 81.700] (II) intel(0): Output DP2 connected
[ 81.700] (II) intel(0): Output DP3 disconnected
[ 81.700] (II) intel(0): Using exact sizes for initial modes
[ 81.700] (II) intel(0): Output LVDS1 using initial mode 1600x900
[ 81.700] (II) intel(0): Output DP2 using initial mode 1600x900
[ 81.700] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 81.700] (II) intel(0): Kernel page flipping support detected, enabling
[ 81.700] (**) intel(0): Display dimensions: (310, 170) mm
[ 81.700] (**) intel(0): DPI set to (131, 134)
[ 81.700] (II) Loading sub module "fb"
[ 81.700] (II) LoadModule: "fb"
[ 81.701] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 81.701] (II) Module fb: vendor="X.Org Foundation"
[ 81.701] compiled for 1.12.4, module version = 1.0.0
[ 81.701] ABI class: X.Org ANSI C Emulation, version 0.4
[ 81.701] (II) Loading sub module "dri2"
[ 81.701] (II) LoadModule: "dri2"
[ 81.701] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 81.701] (II) Module dri2: vendor="X.Org Foundation"
[ 81.701] compiled for 1.12.4, module version = 1.2.0
[ 81.701] ABI class: X.Org Server Extension, version 6.0
[ 81.701] (==) Depth 24 pixmap format is 32 bpp
[ 81.702] (II) intel(0): [DRI2] Setup complete
[ 81.702] (II) intel(0): [DRI2] DRI driver: i965
[ 81.702] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[ 81.704] (II) UXA(0): Driver registered support for the following operations:
[ 81.704] (II) solid
[ 81.704] (II) copy
[ 81.704] (II) composite (RENDER acceleration)
[ 81.704] (II) put_image
[ 81.704] (II) get_image
[ 81.704] (==) intel(0): Backing store disabled
[ 81.704] (==) intel(0): Silken mouse enabled
[ 81.704] (II) intel(0): Initializing HW Cursor
[ 81.704] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 81.707] (==) intel(0): DPMS enabled
[ 81.707] (==) intel(0): Intel XvMC decoder enabled
[ 81.707] (II) intel(0): Set up textured video
[ 81.707] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 81.707] (II) intel(0): direct rendering: DRI2 Enabled
[ 81.707] (==) intel(0): hotplug detection: "enabled"
[ 82.106] (--) RandR disabled
[ 82.107] (II) Initializing built-in extension Generic Event Extension
[ 82.107] (II) Initializing built-in extension SHAPE
[ 82.107] (II) Initializing built-in extension MIT-SHM
[ 82.107] (II) Initializing built-in extension XInputExtension
[ 82.107] (II) Initializing built-in extension XTEST
[ 82.107] (II) Initializing built-in extension BIG-REQUESTS
[ 82.107] (II) Initializing built-in extension SYNC
[ 82.107] (II) Initializing built-in extension XKEYBOARD
[ 82.107] (II) Initializing built-in extension XC-MISC
[ 82.107] (II) Initializing built-in extension SECURITY
[ 82.107] (II) Initializing built-in extension XINERAMA
[ 82.107] (II) Initializing built-in extension XFIXES
[ 82.107] (II) Initializing built-in extension RENDER
[ 82.107] (II) Initializing built-in extension RANDR
[ 82.107] (II) Initializing built-in extension COMPOSITE
[ 82.107] (II) Initializing built-in extension DAMAGE
[ 82.119] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 82.119] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 82.119] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 82.119] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 82.119] (II) AIGLX: Loaded and initialized i965
[ 82.119] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 82.119] (II) intel(0): Setting screen physical size to 423 x 238
[ 82.158] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 82.158] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 82.158] (II) LoadModule: "evdev"
[ 82.159] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 82.159] (II) Module evdev: vendor="X.Org Foundation"
[ 82.159] compiled for 1.12.3.901, module version = 2.7.3
[ 82.159] Module class: X.Org XInput Driver
[ 82.159] ABI class: X.Org XInput driver, version 16.0
[ 82.159] (II) Using input driver 'evdev' for 'Power Button'
[ 82.159] (**) Power Button: always reports core events
[ 82.159] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 82.159] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 82.159] (--) evdev: Power Button: Found keys
[ 82.159] (II) evdev: Power Button: Configuring as keyboard
[ 82.159] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 82.160] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 82.160] (**) Option "xkb_rules" "evdev"
[ 82.160] (**) Option "xkb_model" "evdev"
[ 82.160] (**) Option "xkb_layout" "de"
[ 82.160] (**) Option "xkb_variant" "nodeadkeys"
[ 82.193] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 82.193] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 82.193] (II) Using input driver 'evdev' for 'Video Bus'
[ 82.193] (**) Video Bus: always reports core events
[ 82.193] (**) evdev: Video Bus: Device: "/dev/input/event12"
[ 82.193] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 82.193] (--) evdev: Video Bus: Found keys
[ 82.193] (II) evdev: Video Bus: Configuring as keyboard
[ 82.193] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input12/event12"
[ 82.193] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 82.193] (**) Option "xkb_rules" "evdev"
[ 82.193] (**) Option "xkb_model" "evdev"
[ 82.193] (**) Option "xkb_layout" "de"
[ 82.193] (**) Option "xkb_variant" "nodeadkeys"
[ 82.195] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 82.195] (II) No input driver specified, ignoring this device.
[ 82.195] (II) This device may have been added with another device file.
[ 82.195] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 82.195] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 82.195] (II) Using input driver 'evdev' for 'Sleep Button'
[ 82.195] (**) Sleep Button: always reports core events
[ 82.195] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[ 82.195] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 82.195] (--) evdev: Sleep Button: Found keys
[ 82.195] (II) evdev: Sleep Button: Configuring as keyboard
[ 82.195] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[ 82.195] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 82.195] (**) Option "xkb_rules" "evdev"
[ 82.196] (**) Option "xkb_model" "evdev"
[ 82.196] (**) Option "xkb_layout" "de"
[ 82.196] (**) Option "xkb_variant" "nodeadkeys"
[ 82.197] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
[ 82.197] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 82.197] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 82.197] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 82.197] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
[ 82.197] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc01e
[ 82.197] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 82.197] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 82.197] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 82.197] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 82.197] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 82.197] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 82.197] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 82.197] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 82.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1/event1"
[ 82.197] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[ 82.197] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 82.197] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 82.197] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 82.197] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 82.197] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 82.197] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 82.197] (II) No input driver specified, ignoring this device.
[ 82.197] (II) This device may have been added with another device file.
[ 82.197] (II) config/udev: Adding input device Integrated Camera (/dev/input/event10)
[ 82.197] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[ 82.197] (II) Using input driver 'evdev' for 'Integrated Camera'
[ 82.197] (**) Integrated Camera: always reports core events
[ 82.197] (**) evdev: Integrated Camera: Device: "/dev/input/event10"
[ 82.197] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb221
[ 82.197] (--) evdev: Integrated Camera: Found keys
[ 82.197] (II) evdev: Integrated Camera: Configuring as keyboard
[ 82.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input10/event10"
[ 82.197] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
[ 82.197] (**) Option "xkb_rules" "evdev"
[ 82.197] (**) Option "xkb_model" "evdev"
[ 82.197] (**) Option "xkb_layout" "de"
[ 82.197] (**) Option "xkb_variant" "nodeadkeys"
[ 82.198] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
[ 82.198] (II) No input driver specified, ignoring this device.
[ 82.198] (II) This device may have been added with another device file.
[ 82.198] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[ 82.198] (II) No input driver specified, ignoring this device.
[ 82.198] (II) This device may have been added with another device file.
[ 82.198] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[ 82.198] (II) No input driver specified, ignoring this device.
[ 82.198] (II) This device may have been added with another device file.
[ 82.198] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event16)
[ 82.198] (II) No input driver specified, ignoring this device.
[ 82.198] (II) This device may have been added with another device file.
[ 82.198] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
[ 82.198] (II) No input driver specified, ignoring this device.
[ 82.198] (II) This device may have been added with another device file.
[ 82.198] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event18)
[ 82.198] (II) No input driver specified, ignoring this device.
[ 82.198] (II) This device may have been added with another device file.
[ 82.198] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event19)
[ 82.198] (II) No input driver specified, ignoring this device.
[ 82.198] (II) This device may have been added with another device file.
[ 82.198] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
[ 82.198] (II) No input driver specified, ignoring this device.
[ 82.198] (II) This device may have been added with another device file.
[ 82.199] (II) config/udev: Adding input device HID 046a:0101 (/dev/input/event5)
[ 82.199] (**) HID 046a:0101: Applying InputClass "evdev keyboard catchall"
[ 82.199] (II) Using input driver 'evdev' for 'HID 046a:0101'
[ 82.199] (**) HID 046a:0101: always reports core events
[ 82.199] (**) evdev: HID 046a:0101: Device: "/dev/input/event5"
[ 82.199] (--) evdev: HID 046a:0101: Vendor 0x46a Product 0x101
[ 82.199] (--) evdev: HID 046a:0101: Found keys
[ 82.199] (II) evdev: HID 046a:0101: Configuring as keyboard
[ 82.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input5/event5"
[ 82.199] (II) XINPUT: Adding extended input device "HID 046a:0101" (type: KEYBOARD, id 11)
[ 82.199] (**) Option "xkb_rules" "evdev"
[ 82.199] (**) Option "xkb_model" "evdev"
[ 82.199] (**) Option "xkb_layout" "de"
[ 82.199] (**) Option "xkb_variant" "nodeadkeys"
[ 82.199] (II) config/udev: Adding input device HID 046a:0101 (/dev/input/event7)
[ 82.199] (**) HID 046a:0101: Applying InputClass "evdev keyboard catchall"
[ 82.199] (II) Using input driver 'evdev' for 'HID 046a:0101'
[ 82.199] (**) HID 046a:0101: always reports core events
[ 82.199] (**) evdev: HID 046a:0101: Device: "/dev/input/event7"
[ 82.199] (--) evdev: HID 046a:0101: Vendor 0x46a Product 0x101
[ 82.199] (--) evdev: HID 046a:0101: Found 1 mouse buttons
[ 82.199] (--) evdev: HID 046a:0101: Found scroll wheel(s)
[ 82.199] (--) evdev: HID 046a:0101: Found relative axes
[ 82.199] (II) evdev: HID 046a:0101: Forcing relative x/y axes to exist.
[ 82.199] (--) evdev: HID 046a:0101: Found absolute axes
[ 82.199] (II) evdev: HID 046a:0101: Forcing absolute x/y axes to exist.
[ 82.199] (--) evdev: HID 046a:0101: Found keys
[ 82.199] (II) evdev: HID 046a:0101: Configuring as mouse
[ 82.199] (II) evdev: HID 046a:0101: Configuring as keyboard
[ 82.199] (II) evdev: HID 046a:0101: Adding scrollwheel support
[ 82.199] (**) evdev: HID 046a:0101: YAxisMapping: buttons 4 and 5
[ 82.199] (**) evdev: HID 046a:0101: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 82.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/input/input7/event7"
[ 82.199] (II) XINPUT: Adding extended input device "HID 046a:0101" (type: KEYBOARD, id 12)
[ 82.199] (**) Option "xkb_rules" "evdev"
[ 82.199] (**) Option "xkb_model" "evdev"
[ 82.199] (**) Option "xkb_layout" "de"
[ 82.199] (**) Option "xkb_variant" "nodeadkeys"
[ 82.199] (II) evdev: HID 046a:0101: initialized for relative axes.
[ 82.199] (WW) evdev: HID 046a:0101: ignoring absolute axes.
[ 82.199] (**) HID 046a:0101: (accel) keeping acceleration scheme 1
[ 82.199] (**) HID 046a:0101: (accel) acceleration profile 0
[ 82.199] (**) HID 046a:0101: (accel) acceleration factor: 2.000
[ 82.199] (**) HID 046a:0101: (accel) acceleration threshold: 4
[ 82.200] (II) config/udev: Adding input device HID 046a:0101 (/dev/input/event8)
[ 82.200] (**) HID 046a:0101: Applying InputClass "evdev pointer catchall"
[ 82.200] (II) Using input driver 'evdev' for 'HID 046a:0101'
[ 82.200] (**) HID 046a:0101: always reports core events
[ 82.200] (**) evdev: HID 046a:0101: Device: "/dev/input/event8"
[ 82.200] (--) evdev: HID 046a:0101: Vendor 0x46a Product 0x101
[ 82.200] (--) evdev: HID 046a:0101: Found 9 mouse buttons
[ 82.200] (--) evdev: HID 046a:0101: Found scroll wheel(s)
[ 82.200] (--) evdev: HID 046a:0101: Found relative axes
[ 82.200] (--) evdev: HID 046a:0101: Found x and y relative axes
[ 82.200] (II) evdev: HID 046a:0101: Configuring as mouse
[ 82.200] (II) evdev: HID 046a:0101: Adding scrollwheel support
[ 82.200] (**) evdev: HID 046a:0101: YAxisMapping: buttons 4 and 5
[ 82.200] (**) evdev: HID 046a:0101: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 82.200] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/input/input8/event8"
[ 82.200] (II) XINPUT: Adding extended input device "HID 046a:0101" (type: MOUSE, id 13)
[ 82.200] (II) evdev: HID 046a:0101: initialized for relative axes.
[ 82.200] (**) HID 046a:0101: (accel) keeping acceleration scheme 1
[ 82.200] (**) HID 046a:0101: (accel) acceleration profile 0
[ 82.200] (**) HID 046a:0101: (accel) acceleration factor: 2.000
[ 82.200] (**) HID 046a:0101: (accel) acceleration threshold: 4
[ 82.200] (II) config/udev: Adding input device HID 046a:0101 (/dev/input/mouse1)
[ 82.200] (II) No input driver specified, ignoring this device.
[ 82.200] (II) This device may have been added with another device file.
[ 82.200] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 82.200] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 82.200] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 82.200] (**) AT Translated Set 2 keyboard: always reports core events
[ 82.200] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 82.200] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 82.200] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 82.200] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 82.200] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 82.200] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 82.200] (**) Option "xkb_rules" "evdev"
[ 82.200] (**) Option "xkb_model" "evdev"
[ 82.200] (**) Option "xkb_layout" "de"
[ 82.200] (**) Option "xkb_variant" "nodeadkeys"
[ 82.201] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[ 82.201] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 82.201] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 82.201] (II) LoadModule: "synaptics"
[ 82.201] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 82.201] (II) Module synaptics: vendor="X.Org Foundation"
[ 82.201] compiled for 1.12.2, module version = 1.6.2
[ 82.201] Module class: X.Org XInput Driver
[ 82.201] ABI class: X.Org XInput driver, version 16.0
[ 82.201] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 82.201] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 82.201] (**) Option "Device" "/dev/input/event11"
[ 82.203] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
[ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820
[ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 82.203] (**) Option "TapButton1" "1"
[ 82.203] (**) Option "TapButton2" "2"
[ 82.203] (**) Option "TapButton3" "3"
[ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 82.203] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 82.204] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
[ 82.204] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[ 82.204] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 82.204] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 82.204] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
[ 82.204] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 82.204] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 82.204] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 82.204] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 82.204] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 82.204] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[ 82.204] (II) No input driver specified, ignoring this device.
[ 82.204] (II) This device may have been added with another device file.
[ 82.204] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event21)
[ 82.204] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 82.204] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 82.204] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 82.204] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event21"
[ 82.204] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[ 82.204] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 82.204] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[ 82.204] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 82.204] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[ 82.204] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 82.204] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 82.204] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input21/event21"
[ 82.204] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 16)
[ 82.205] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 82.205] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 82.205] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 82.205] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 82.205] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 82.205] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse3)
[ 82.205] (II) No input driver specified, ignoring this device.
[ 82.205] (II) This device may have been added with another device file.
[ 82.205] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 82.205] (II) No input driver specified, ignoring this device.
[ 82.205] (II) This device may have been added with another device file.
[ 82.205] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event9)
[ 82.205] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 82.205] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 82.205] (**) ThinkPad Extra Buttons: always reports core events
[ 82.205] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event9"
[ 82.205] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[ 82.205] (--) evdev: ThinkPad Extra Buttons: Found keys
[ 82.205] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[ 82.205] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event9"
[ 82.205] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 17)
[ 82.205] (**) Option "xkb_rules" "evdev"
[ 82.205] (**) Option "xkb_model" "evdev"
[ 82.205] (**) Option "xkb_layout" "de"
[ 82.205] (**) Option "xkb_variant" "nodeadkeys"
[ 82.222] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 82.222] (II) intel(0): Printing DDC gathered Modelines:
[ 82.222] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
[ 82.222] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
[ 82.415] (II) intel(0): Allocated new frame buffer 1920x1200 stride 7680, tiled
[ 106.807] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 117.740] (II) Open ACPI successful (/var/run/acpid.socket)
[ 117.740] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 117.767] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 117.767] (II) intel(0): Printing DDC gathered Modelines:
[ 117.767] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
[ 117.767] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
[ 117.959] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
I have connect my ThinkPad per Dockingstation Displayport (I try also DVI) with an NEC PA241W. It seems arch takes the 1600x900 resolution from the Laptop :-(
I dont know what to do makes the Kernel the Problem?
On my second PC i have there an Nvidia when i start arch for install all are perfect on my NEC i connected it with DVI
here is my xrandr
[frank@bullitt ~]$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 8192 x 8192
LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1600x900 60.0*+ 40.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
DP2 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
1920x1200 60.0*+
1600x1200 60.0
1680x1050 60.0
1680x945 60.0
1400x1050 74.9 60.0
1600x900 60.0
1280x1024 85.0 75.0 60.0
1440x900 84.8 75.0 59.9
1280x960 85.0 60.0
1360x768 59.8 60.0
1280x800 84.9 74.9 59.8
1152x864 75.0
1280x768 84.8 74.9 59.9
1280x720 60.0
1024x768 85.0 75.1 70.1 60.0
1024x576 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
848x480 60.0
640x480 85.0 72.8 75.0 66.7 60.0
720x400 85.0 70.1
640x400 85.1
640x350 85.1
DP3 disconnected (normal left inverted right x axis y axis)
Does anybody have the same kind of connected an Laptop with an external Monitor and knows what was the Problem?
I like arch very much but so it doesnt make fun :-(
I hope someone can help me
the picture shows openbox with the Thunar maximized
Last edited by kerasi (2012-10-12 23:12:12)

@trilby
i use my Laptop at home 95% and at work 5%
so my first choice would be to have the perfect resolution on my NEC external and when i opened a window it would display there and i dont have to open my Laptop to move the screen to see it on my external or is it so that you must have opened the laptop display to move the windows?
And when i would take it at work it would be perfect if i see it on the laptop with his resolution 1600x900
i hope i explained it well.
@anoknusa
i change your config to this
xrandr --output LVDS1 --mode 1600x900 --pos 0x900 --rotate normal --output DP2 --mode 1920x1200 --pos 0x0 --rotate normal
when i start firefox it was displayes well on my external but when i opened xterm or thunar pcman i have to open my laptop and move from it up to the external do i make a mistake?
anoknusa wrote:I stuck that in a script to run when I start X; if the external monitor isn't plugged in, only the laptop display is used.  This sets each screen to act as a seperate display; I can still drag windows between them if I wish, as well as assign windows to open on one screen or the other through DWM's configuration file.  As mentioned earlier, this is also the only way (I think) to get each screen to display at its native resolution.  Note that I specify the resolution for both my T520 LCD and my external monitor, and specify their positions (my external is mounted to the wall above my desk, directly above my laptop); change those as necessary.
what has xrandr to look like for my external monitor and laptop?
and what would the script look like for me?
external 1920x1200
T420 1600x900
and thank you for your patience and have a nice day
ps: i know iam very close to find a solution for my problem
Last edited by kerasi (2012-10-11 00:05:55)

Similar Messages

  • Losing connection with external monitor

    Hi
    I have a MacPro G5 running FCE HD with firewire connection through a Sony DSR11 deck hooked up to a Sony Trinitron DV Pal external monitor. I was until recently using a brand new external drive shared over a network connection with a PowerMac G4 running FCP3 linked to DV/VHS combo deck and Trintron monitor. That shared drive has just failed and is awaiting replacement so I am back to using the internal drive on the MacPro - which is where I have recently encountered a very frustrating problem. One day the output to the external monitor is fine, the next day is has gone. I have tried two suggestions from this forum which have both worked - temporarily.
    1. Creating a new user account. 2. Trashing preferences. If this problem persists despite these short term fixes can anyone tell me if there is something else I should/could be considering. Also can I run FCE on the PowerMac ?
    Many thanks

    Tom
    Thanks for the reply. I will try a new cable if I keep losing the connection. The external drive (when I get it replaced) is shared over the ethernet. The external monitor problem I have is only with the set up running FCE on the Mac Pro. My external monitor connected to the Power Mac G4 with FCP3 has worked fine for 3 years now.

  • MacBook looses connection with external monitor

    Hey Apple humans!
    I have a MacBook Pro (mid 2009) and an external monitor Samsung SyncMaster XL2370 connected via DVI/DisplayPort. Works fine since the mid of 2009 but in the last few days the MacBook looses connection with the monitor and isn't able to get the connection up again. The button "Monitore recognise" (don't know the exact translation of it in english) in preferences doesn't work, even a reboot brings nothing.
    I've changed nothing on the setup, only the newest patches for OS X were installed. Any ideas?
    Thanks in advance and sorry for my bad english, right now I'm to ****** to concentrate
    Message was edited by: FabianFerdinand
    Message was edited by: FabianFerdinand

    have a Mac Pro with 2 Samsung syncmasters and after updating os x to 10.6.6 computer loose the connection with the monitors. Randomly it seems, might work for a while and suddenly go black.
    Have to restart the Mac. I'm sure it's related to the os update. Tried all resets, throwing prefs, emptying
    cache but nothing helps.
    Jesper

  • Macbook wont connect with external monitor

    Hi. I recently bought a monitor to my desktop and a dvi to mini display port cable. It worked fine for a couple of weeks but now it won't connect with it. The monitors little light symbol turns blue for a couple of seconds but then says No signal. In the beginning i just had to shut down my mac, log in go plug it in but now it just won't work. Anyone that has tried the same and has a solution?

    Hi adamrisum,
    Welcome to the Apple Support Communities!
    In your situation I would recommend the troubleshooting steps located in the following article.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/HT1573
    Have a great day,
    Joe

  • OSX Mavericks Keeps Restarting at Random Times When Connected with External Monitors

    Starting today, my MacBook Pro started crashing with the below panic report. It appears to only happen when I connect external monitors to the Thunderbolt port. I've been using multiple monitors for the last 6 months without issue.
    Thanks in advance.
    Anonymous UUID:       A360D603-6A80-886D-AD0E-D45705CFADBD
    Thu Dec 12 10:25:15 2013
    panic(cpu 2 caller 0xffffff7f922c8fac): "GPU Panic: [<None>] 4 0 a0 d9 9 8 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0x112c00000 0xffffff811b67d000 0x0e7150a2, D0, P1/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.12/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 2), Frame : Return Address
    0xffffff810aaf2f90 : 0xffffff8010022f69
    0xffffff810aaf3010 : 0xffffff7f922c8fac
    0xffffff810aaf30e0 : 0xffffff7f909fbcf8
    0xffffff810aaf31a0 : 0xffffff7f90ac8e26
    0xffffff810aaf31e0 : 0xffffff7f90ac8e84
    0xffffff810aaf3250 : 0xffffff7f90cf3f31
    0xffffff810aaf32c0 : 0xffffff7f90aec011
    0xffffff810aaf32e0 : 0xffffff7f90a02841
    0xffffff810aaf3390 : 0xffffff7f90a00362
    0xffffff810aaf3590 : 0xffffff7f90a01acd
    0xffffff810aaf3660 : 0xffffff7f90ba36f9
    0xffffff810aaf36a0 : 0xffffff7f90ba1947
    0xffffff810aaf36c0 : 0xffffff7f90b9e553
    0xffffff810aaf3730 : 0xffffff7f90b94bcf
    0xffffff810aaf3820 : 0xffffff7f90b953b5
    0xffffff810aaf3850 : 0xffffff7f90b87dbe
    0xffffff810aaf3880 : 0xffffff7f90b99d66
    0xffffff810aaf3a10 : 0xffffff7f909aca2f
    0xffffff810aaf3a90 : 0xffffff7f9099cee2
    0xffffff810aaf3b10 : 0xffffff7f909a0e53
    0xffffff810aaf3b90 : 0xffffff7f909aef4b
    0xffffff810aaf3c40 : 0xffffff7f909a0c48
    0xffffff810aaf3c70 : 0xffffff7f909a0dd0
    0xffffff810aaf3cf0 : 0xffffff7f909aef4b
    0xffffff810aaf3da0 : 0xffffff7f909676f7
    0xffffff810aaf3e90 : 0xffffff7f90967250
    0xffffff810aaf3ec0 : 0xffffff7f909671a1
    0xffffff810aaf3ef0 : 0xffffff80104ada80
    0xffffff810aaf3f30 : 0xffffff80104ac522
    0xffffff810aaf3f80 : 0xffffff80104ac5f7
    0xffffff810aaf3fb0 : 0xffffff80100d6aa7
          Kernel Extensions in backtrace:
             com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f90958000->0xffffff7f9098ffff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f906ba000
             com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f9099b000->0xffffff7f909aafff
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f90958000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f906ba000
             com.apple.driver.AppleMuxControl(3.4.12)[A4934A66-0E30-36E9-984A-650481102449]@ 0xffffff7f922bb000->0xffffff7f922cdfff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.12)[661E3C87-5B97-3272-88FF-B9BA9B6E2 4ED]@0xffffff7f922b3000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f912c4000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f906ba000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f90958000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7f922b6000
             com.apple.nvidia.driver.NVDAResman(8.1.8)[3A2A3C2D-E129-3190-A682-E831B38F0FBF] @0xffffff7f909ab000->0xffffff7f90c15fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f906ba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f9099b000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f90958000
             com.apple.nvidia.driver.NVDAGK100Hal(8.1.8)[3CF8C2FA-83E6-39E3-A5B7-C7CC839B8C7 5]@0xffffff7f90c20000->0xffffff7f90dcffff
                dependency: com.apple.nvidia.driver.NVDAResman(8.1.8)[3A2A3C2D-E129-3190-A682-E831B38F0FBF] @0xffffff7f909ab000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f906ba000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x000000000fe00000
    Kernel text base: 0xffffff8010000000
    System model name: MacBookPro10,1 (Mac-C3EC7CD22292981F)
    System uptime in nanoseconds: 10854270617
    last loaded kext at 5245204296: com.apple.driver.AppleHWSensor          1.9.5d0 (addr 0xffffff7f92025000, size 36864)
    loaded kexts:
    com.displaylink.driver.DisplayLinkDriver          2.0
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch          80.14
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDAHardwareConfigDriver          2.5.2fc2
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.GeForce          8.1.8
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.iokit.IOBluetoothUSBDFU          4.2.0f6
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleIntelHD4000Graphics          8.1.8
    com.apple.driver.AppleHWAccess          1
    com.apple.nvidia.NVDAStartup          8.1.8
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.driver.AppleIntelFramebufferCapri          8.1.8
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyEventDriver          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleSDXC          1.4.0
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.iokit.AppleBCM5701Ethernet          3.6.9b9
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBXHCI          650.4.3
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.driver.AppleMultitouchDriver          245.13
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOAcceleratorFamily          98.7.1
    com.apple.nvidia.driver.NVDAGK100Hal          8.1.8
    com.apple.nvidia.driver.NVDAResman          8.1.8
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.iokit.IOSurface          91
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleGraphicsControl          3.4.12
    com.apple.iokit.IOAcceleratorFamily2          98.7.1
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.AppleThunderboltEDMSink          1.2.1
    com.apple.driver.AppleThunderboltDPOutAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IOEthernetAVBController          1.0.3b3
    com.apple.driver.mDNSOffloadUserClient          1.0.1b4
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    System Profile:
    Model: MacBookPro10,1, BootROM MBP101.00EE.B02, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Serial ATA Device: APPLE SSD SM256E, 251 GB
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4

    Starting today, my MacBook Pro started crashing with the below panic report. It appears to only happen when I connect external monitors to the Thunderbolt port. I've been using multiple monitors for the last 6 months without issue.
    Thanks in advance.
    Anonymous UUID:       A360D603-6A80-886D-AD0E-D45705CFADBD
    Thu Dec 12 10:25:15 2013
    panic(cpu 2 caller 0xffffff7f922c8fac): "GPU Panic: [<None>] 4 0 a0 d9 9 8 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0x112c00000 0xffffff811b67d000 0x0e7150a2, D0, P1/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.12/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 2), Frame : Return Address
    0xffffff810aaf2f90 : 0xffffff8010022f69
    0xffffff810aaf3010 : 0xffffff7f922c8fac
    0xffffff810aaf30e0 : 0xffffff7f909fbcf8
    0xffffff810aaf31a0 : 0xffffff7f90ac8e26
    0xffffff810aaf31e0 : 0xffffff7f90ac8e84
    0xffffff810aaf3250 : 0xffffff7f90cf3f31
    0xffffff810aaf32c0 : 0xffffff7f90aec011
    0xffffff810aaf32e0 : 0xffffff7f90a02841
    0xffffff810aaf3390 : 0xffffff7f90a00362
    0xffffff810aaf3590 : 0xffffff7f90a01acd
    0xffffff810aaf3660 : 0xffffff7f90ba36f9
    0xffffff810aaf36a0 : 0xffffff7f90ba1947
    0xffffff810aaf36c0 : 0xffffff7f90b9e553
    0xffffff810aaf3730 : 0xffffff7f90b94bcf
    0xffffff810aaf3820 : 0xffffff7f90b953b5
    0xffffff810aaf3850 : 0xffffff7f90b87dbe
    0xffffff810aaf3880 : 0xffffff7f90b99d66
    0xffffff810aaf3a10 : 0xffffff7f909aca2f
    0xffffff810aaf3a90 : 0xffffff7f9099cee2
    0xffffff810aaf3b10 : 0xffffff7f909a0e53
    0xffffff810aaf3b90 : 0xffffff7f909aef4b
    0xffffff810aaf3c40 : 0xffffff7f909a0c48
    0xffffff810aaf3c70 : 0xffffff7f909a0dd0
    0xffffff810aaf3cf0 : 0xffffff7f909aef4b
    0xffffff810aaf3da0 : 0xffffff7f909676f7
    0xffffff810aaf3e90 : 0xffffff7f90967250
    0xffffff810aaf3ec0 : 0xffffff7f909671a1
    0xffffff810aaf3ef0 : 0xffffff80104ada80
    0xffffff810aaf3f30 : 0xffffff80104ac522
    0xffffff810aaf3f80 : 0xffffff80104ac5f7
    0xffffff810aaf3fb0 : 0xffffff80100d6aa7
          Kernel Extensions in backtrace:
             com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f90958000->0xffffff7f9098ffff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f906ba000
             com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f9099b000->0xffffff7f909aafff
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f90958000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f906ba000
             com.apple.driver.AppleMuxControl(3.4.12)[A4934A66-0E30-36E9-984A-650481102449]@ 0xffffff7f922bb000->0xffffff7f922cdfff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.12)[661E3C87-5B97-3272-88FF-B9BA9B6E2 4ED]@0xffffff7f922b3000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f912c4000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f906ba000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f90958000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7f922b6000
             com.apple.nvidia.driver.NVDAResman(8.1.8)[3A2A3C2D-E129-3190-A682-E831B38F0FBF] @0xffffff7f909ab000->0xffffff7f90c15fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f906ba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f9099b000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f90958000
             com.apple.nvidia.driver.NVDAGK100Hal(8.1.8)[3CF8C2FA-83E6-39E3-A5B7-C7CC839B8C7 5]@0xffffff7f90c20000->0xffffff7f90dcffff
                dependency: com.apple.nvidia.driver.NVDAResman(8.1.8)[3A2A3C2D-E129-3190-A682-E831B38F0FBF] @0xffffff7f909ab000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f906ba000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x000000000fe00000
    Kernel text base: 0xffffff8010000000
    System model name: MacBookPro10,1 (Mac-C3EC7CD22292981F)
    System uptime in nanoseconds: 10854270617
    last loaded kext at 5245204296: com.apple.driver.AppleHWSensor          1.9.5d0 (addr 0xffffff7f92025000, size 36864)
    loaded kexts:
    com.displaylink.driver.DisplayLinkDriver          2.0
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch          80.14
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDAHardwareConfigDriver          2.5.2fc2
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.GeForce          8.1.8
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.iokit.IOBluetoothUSBDFU          4.2.0f6
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleIntelHD4000Graphics          8.1.8
    com.apple.driver.AppleHWAccess          1
    com.apple.nvidia.NVDAStartup          8.1.8
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.driver.AppleIntelFramebufferCapri          8.1.8
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyEventDriver          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleSDXC          1.4.0
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.iokit.AppleBCM5701Ethernet          3.6.9b9
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBXHCI          650.4.3
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.driver.AppleMultitouchDriver          245.13
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOAcceleratorFamily          98.7.1
    com.apple.nvidia.driver.NVDAGK100Hal          8.1.8
    com.apple.nvidia.driver.NVDAResman          8.1.8
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.iokit.IOSurface          91
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleGraphicsControl          3.4.12
    com.apple.iokit.IOAcceleratorFamily2          98.7.1
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.AppleThunderboltEDMSink          1.2.1
    com.apple.driver.AppleThunderboltDPOutAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IOEthernetAVBController          1.0.3b3
    com.apple.driver.mDNSOffloadUserClient          1.0.1b4
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    System Profile:
    Model: MacBookPro10,1, BootROM MBP101.00EE.B02, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Serial ATA Device: APPLE SSD SM256E, 251 GB
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4

  • Macbook pro with external monitor problem?

    i notice after turning everything on, using an external mouse and monitor, and then CLOSING the macbook pro, logic crashes alot. If I leave the macbook pro open, no crashes. anyone having this problem? no big deal, but it would be nice to be able to close the laptop if I'm using the external monitor and mouse in my main studio, and just using it as a laptop when I'm out on the road.
    thanks
    macbook pro
    OSX 10.4.6
    logic pro 7.2
    apogee mini dac and mini me
    2 gig ram
    7200 rpm HD internal
    7200 rpm Glyph external firewire HD

    that works, although the laptop isn't really close enough to my other monitor for that to make sense. I'd still like to know why it's acting this way.................... thanks for the feedback, though

  • Problem connecting U310 touch with external monitors/projectors/TV

    I spend almost 80% of my day in front of laptop or computers, running simulations, preparing ppts or report.
    Liked the looks and light weight of the LENOVO Ultrabook U310 touch laptop so much, that I ended up buying it.
    Except for look and light weight the laptop and LENOVO have turned into a big disappointment.
    Found the laptop extremely slow.. on top of it, the LCD hinge broke down within few weeks.
    The latest problem is with connecting external monitors or projectors. The laptop connects external monitors only if I uninstall driver and reinstall it. The connection is again lost if I reboot, and the driver again needs uninstalling and Reinstalling to connect any external monitor. Appreciate any suggestions
    Best,
    Sudhir

    Could be your TV is using DVI-I and apple adapter
    using DVI-D.
    Hope this link provide information you need:
    http://www.datapro.net/techinfo/dvi_info.html
    Looking at the photos provided in this link, here is the details of what I´m using :
    - standard mini-DVI to DVI-D Dual Link (provided by Apple)
    - connector on the TV is DVI-I Dual Link
    - cable provided by LG with the TV is DVI-D Single Link
    Reading the comments regarding apple adapter, I came to this : "If you want to hook up some other sort of monitor (analog, DVI-I, ADC), this is not for you, or you may need an additional adaptor. ". I guess I´m in this situation but still don´t know what type of adapter or cable I should use...
    Other possible solution : My TV has also HDMI port, I could try a DVI to HDMI cable but it´s quite difficult to find it here (south of spain...)
    Does anyone have an idea with these new informations ?
    Thanks in advance.

  • Problems with External Monitor In XP

    Ok, I've got a huge problem with XP on Bootcamp.
    I've recently got a Samsung TV which I can use as an external monitor. This works absolutely fine when I'm using OSX, recognizes the TV and can use it as a second screen.
    When I try to use the same monitor in Windows under Bootcamp, it works as an extension of my desktop, but not able to mirror my desktop. I want to do this so I can play my games on a large screen instead of a small one.
    I've trawled the forums on this kind of problem and found a few answers. However, many of them talk about the ATI graphics drivers. I've downloaded the appropriate drivers and the control center from the website, but to no avail.
    People have also said about going into display properties: settings: advanced and selecting the ATI tab. I have no ATI tab.
    Also with the Catalyst Control Center, when I try to run it, it tells me that I dont have permission to change the settings and to contact my administrator, even though I am the administrator.
    Does anyone have any ideas how I can solve this?
    By the way. I'm connecting the external monitor via the DVI on my Macbook Pro to the HDMI connection on the TV.
    Many thanks
    Chris

    My logic tells me, if you are using a new MBP the way it's designed is that even if you are plugged in at times it will go in battery mode for a few minutes in order to prevent battery damage, than it will recharge. This happens in the background without notice. However, within this couple of minutes you might notice your display screen to sleep because it is setup to sleep in 1 minute or less in the preference under battery mode. So within that window you might have your screen go blank since the entire process takes a lot more than a minute. I hope this helps.

  • Photoshop is a problem - "sticky" tools with external monitor

    Hello!
    When working in Photoshop is a problem - "sticky" tools. For example: working tool "Healing brush tool" we stifle alt and select the area and then release the Alt key and the target remains in the form of a cursor unstrument not be returned. The same problem with navigation for example, pinching the "space" appears "hand", which also remains.
    New keyboard) works on mac. Connected laptop + external monitor, using a graphics tablet Wacom

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • I connected an external monitor to my MacBook Pro, but it doesn't open any programs. It Just sits there with a blank screen.  How do I get it to open programs and act like a monitor?

    I connected an external monitor to my MacBook Pro, but it doesn't open any programs. It Just sits there with a blank screen.  How do I get it to open programs and act like a monitor?

    Dear Jean:
    It sounds like you are trying to get your external monitor to act as the primary viewing screen. For example it would have your Doc, Icons, Etc. In order to make the external monitor the primary screen you have to:
    Open System Preferences.
    Choose the Displays Icon
    There will be several tabs to choose from pick Arrangement
    Drag the toolbar to desired display
    Let me know if this helps at all!
    Lance

  • Screen sleeps during Media playback (With external monitor connected)

    Here's a weird one...
    With no external screen connected to my T410 I can watch the BBC iPlayer without the screen 'sleeping' after 5 minutes, which is perfect..... as I don't want the screen dimming and then going into power save mode while watching anything.
    However when I connect an external monitor, in Extended desktop mode, whenever I watch the iPlayer the screens shut down after 5 minutes.
    Im sure there's a setting but just cannot find it.
    Any help appreciated 
    T410(2537) -- i7 620M - Intel HD GPU (1440 x 900) - 8GB RAM - 128GB Crucial M4 SSD - 250GB Hitachi HDD - Windows 7 & 8 Pro

    Has anyone experimented with tip 2 (active corners)?  Perhaps it still works.
    http://www.cultofmac.com/176329/turn-off-internal-lcd-display-of-your-macbook-ai r-os-x-tips/
    Κοσμά τι λες; Τα έχεις μπερδέψει. Άλλο συζητάμε εδώ. Το ότι δεν μπορείς πια να δουλεύεις μόνο με την εξωτερική οθόνη (να έχεις σβηστή την ενσωματωμένη οθόνη όταν έχεις συνδεμένη εξωτερική).

  • IMac will not boot with external monitor connected

    Hi everyone,
    I have a mid 2010, 27" iMAC.  If I connect an external monitor to the Mac (using display port), everything works as it should. If I try to reboot or do a cold boot while the external monitor is connected the system boots to a white screen and no further.  Sometimes I get 2 spinning colored wheels, but nothing more.  If I let it sit at the white screen long enough the screen saver kicks in and everything goes black, move the mouse or hit a key and the white screens come back.
    I've tried a few things (that I've found on-line) but I'm an old PC user (25+ years) so I'm not used to or know all the tricks or what I really should be trying.
    I just upgraded to Mountain Lion thinking maybe that would help, but no change.
    Any help would greatly be appreciated.

    Sorry about my lack of details, I am using the Apple brand of display port to DVI adapter, a DVI cable that is plugged into an ACER 26" monitor (not sure of the model nuimber right now as I am at work).  This monitor and DVI cable worked fine during reboots/shutdowns, etc while connect to 2 different Intel based PC's that I have that also run dual monitors.  As I mentioned I've done PC work for many moons and would know how to check for drivers, etc, but now in the Apple environment I am lacking these same skills. So I've done all the standard stuff, switching known good cables etc, but I am unsure of how to uninstall drivers and those type of tasks if need be.  I know it could be a monitor problem, but that same monitor works fine while connected to the PC's that I have.

  • Problems connecting to external monitor

    Hi, ive just purchased a imac this week and one of my first tasks is connecting a external monitor to watch my films on. Ive watched a few youtube tutorials on how to do it and it seemed easy, the items i have are:
    1, Hdmi Cable
    2, Mini displayport to Hdmi adaptor
    3, 32 inch samsung 1080p hdtv
    So i connected the hdmi cable to the hdmi2 socket on my tv, i then connected the hdmi cable to the mini display adaptor and then connected the adaptor to the mini display port on the back of my imac, so now according the videos on youtube, both monitors are supposed to flash blue and then the display will appear on my tv. But absolutely nothing happens, my imac screen doesnt flash blue, and my tv still says "HDMI 2 - No signal".
    So im stuck know on what to do next, i tried changing my screen resolution to a lower resolution on my imac just incase the tv wouldnt pick the signal up becuase it was too high of a resolution but that hasn't worked.
    I know its not my tv and its not the hdmi lead as i connected it to my xbox360 and it worked fine. My first suspicions were that the adaptor was faulty, but i disconnected the wire and removed the adaptor from the back of the imac, i then attached the adaptor back to the hdmi cable ( while not attached to the imac) and the tv went completely blank for 3 seconds and came back to "Hdmi 2 - no signal" So im guessing the adaptor isnt faulty?
    Any suggestions or help on this subject would be great!
    Thanks
    Message was edited by: Kiz5000

    Have you tried resetting the PRAM?
    Reset the PRAM
    • (Re)start the computer
    • Immediately press & hold the CommandOption+PR keys
    • Wait for two startup chimes
    • Release the keys and allow the computer to boot.
    Also Apple suggests that you always turn on the display/TV first before turning on the Mac so that the Mac gets a good read on the display's identification of itself to the Mac. I would power down both devices and connect all of the cables. Then power up the TV and lastly power up the Mac.
    Dah•veed

  • Yosemite: Turning off Macbook Pro screen (lid open) with external monitor connected

    Here we go again, this worked pre-Yosemite. Now it seems this trick no longer works. After following these steps again the screen on my Macbook Pro now turns on after logging in and opening the clam shell.
    Anyone figure out/know a way to turn off the screen on the Macbook Pro with external monitors plugged in? (yes, closing the clam shell–but I'm referring to keeping the clam shell open with the display turned off)
    http://gizmodo.com/5938452/a-trick-to-make-using-an-external-monitor-with-your-m acbook-way-better
    To execute in Terminal:
    sudo nvram boot-args="iog=0x0"
    To undo in Terminal:
    sudo nvram -d boot-args
    Once you type it into terminal I believe you need to enter your password. I then restart my machine. Now the TRICK is to either restart your machine with the lid already closed (hit restart then slam the lid!) OR turn the machine on for the first time (then quickly slam the lid!) once you are past the login screen you can open the lid.

    Has anyone experimented with tip 2 (active corners)?  Perhaps it still works.
    http://www.cultofmac.com/176329/turn-off-internal-lcd-display-of-your-macbook-ai r-os-x-tips/
    Κοσμά τι λες; Τα έχεις μπερδέψει. Άλλο συζητάμε εδώ. Το ότι δεν μπορείς πια να δουλεύεις μόνο με την εξωτερική οθόνη (να έχεις σβηστή την ενσωματωμένη οθόνη όταν έχεις συνδεμένη εξωτερική).

  • Possible to connect an external monitor to HP Pavilion dv4t-4200 CTO Entertainment Notebook PC

    I have a HP Pavilion dv4t-4200 CTO Entertainment Notebook PC model # A1M02AV and it has a VGA port, one that looks like a phone/broadband cable port, and one that looks like a USB port but indented on either side at the bottom. Can I even connect an external monitor? How do I find out if I have more than 1 video card? Besides the usual USB/headphone ports, I don't have any other ports. It says my drivers are up to date...but I don't even know what I should be looking for. Do I need to install something or buy some sort of adapter? 
    I am trying to connect a Dell external montitor via the VGA port with a VGA cable. The monitor has power but my notebook does not recognize/detect it. However, when I first plugged it in, my notebook display shrank into a square (vs the whole screen) so it recognized something...but nothing happened on the external monitor. 
    I tried detecting it via my display settings, but  I accidentally changed some dispaly setting so that the home desktop only shows on monitor 1, but unselected my actual notebook display or something or changed it to be monitor 2 (even though monitor 1 does not exist), so when I plug the cable in to my notebook, all of a sudden my desktop goes away and it's a just a blank background screen - and I cannot access the computer display settings or anything.... when the cable is unplugged this setting looks normal, so I can't figure out how to fix it. 
    Sorry, I have no idea what I'm doing here - please help! 
    This question was solved.
    View Solution.

    Hi,
    All Dell monitors come with CD's for drivers. Your laptop may not know the monitor w/o its driver, it won't install automatically. Please check:
    Ringht click a blank space on desktop,
    Click Personalize
    Click Display
    Click Change display settings
    Can you see BOTH laptop screen and external monitor in there as shown on the following image:
    For testing, I put my Dell monitor is my main display. If I can't see 2 monitor, you need its driver first and then check the cable.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • What acp card do I need to operate Final Cut Express?

    I recently installed Final Cut Express and got a message that it cannot work without and ACP card. Which one and where can I buy it?

  • KM Document iView Vs URL iView

    Hi,   We have uploaded the content(publishing html pages and documents) to the KM folders. Now we have to proceed further by creating iViews.   We are in a confusion to select type of iView<b>(either KM Document iView or URL iView)</b> to create, whi

  • Video Manager download site errors

    The following link to the "Video Manager" software does not work: http://nds1.nokia.com/files/support/global/phones/​software/NokiaVideoManager_1_5_20.exe I have tried for the past 2 weeks. The link is at this site: http://europe.nokia.com/A4399599 C

  • Formatting printer output for dotmatrix printer

    Hi Experts, i'm trying to format the output of the EPSON LQ-870 dot matrix printer to print the output in the paper size height 280 mm & width 210 mm.The device type i used for my output device is EPESCP2.For the first page the header and line items

  • Problem when plugging in M-Audio into USB port

    Hi there, Whenever I plug in my M-Audio Fast Track Ultra into the USB drive, the screen greys out and it comes up with a message that I have to restart by holding down the power button. Once I've done this it works fine, and there are no issues while