[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#578654: marked as done ("I830PMEvent: Capability change" over and over...)



Your message dated Wed, 21 Apr 2010 19:24:04 +0200
with message-id <4BCF34B4.9090305@ens-lyon.org>
and subject line Re: Bug#578654: "I830PMEvent: Capability change" over and over...
has caused the Debian Bug report #578654,
regarding "I830PMEvent: Capability change" over and over...
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
578654: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578654
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.11.0-1
Severity: normal

hi!

after login to x, the display flickers (maybe around 3hz, not totally
constant), X uses around 80% cpu, and to Xorg.log a block of lines
starting with a "PM Event received: Capability Changed" is logged over
and over... (see Xorg.log below)

when opening a xterm and moving it to the upper left corner, flicker
stops, cpu usage goes back to normal and the log entries stop. another
method to make the problem stop is to switch to a text vt and back.
interestingly the problem can be forced to reappear by calling xrandr.
also a bit strange: the problem doesn't appear at the gdm screen. that's
why i at first thought it might occur at compiz startup, but without
compiz it's just the same. but by starting compiz the problem can be
forced to reappear, too.

the only guess i have is the mode that has been detected by the xserver:
i've been told it should be +vsync (hearsay)...
i tried to set the 1366x786 mode with +vsync in the xorg.conf, but
Modelines seem to be ignored completely (also tested with LVDSFixedMode
false - details below in the xorg.conf).

i think the graphics chipset (GM45) is some sort of integrated x4500hd
variant...

i tested with 2.2.9.1-3 (squeeze) and 2.2.11.0-1 (experimental) - it's
the same with both.

regards,

	Chris

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Apr 16 17:13 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1876992 Apr  5 16:37 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series
Chipset Integrated Graphics Controller (rev 07)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2880 Apr 20 21:36 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "dri2"
	Load  "dbe"
	Load  "record"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	Option		"PreferredMode"		"1368x768_60.00"
	#ModeLine	"1366x768x60.0"   70.83  1366 1414 1446 1494  768 770 775 790
-HSync +VSync
	Modeline	"1368x768_60.00"	85.25  1368 1440 1576 1784  768 771 781 798
-hsync +vsync

EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 4 Series Chipset Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
	Option		"ModeDebug"		"true"
	Option		"LVDSFixedMode"		"false"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes	"1368x768_60.00"
	EndSubSection
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 769237 Apr 21 15:36 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-4-amd64 x86_64 Debian
Current Operating System: Linux loki 2.6.32-3-amd64 #1 SMP Wed Feb 24
18:07:42 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-3-amd64
root=/dev/mapper/sda2_crypt ro video=280 splash quiet
Build Date: 05 April 2010  02:21:15PM
xorg-server 2:1.7.6-2 (Timo Aaltonen <tjaalton@ubuntu.com>)
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 21 15:34:54 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x7c59c0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 8

(--) PCI:*(0:0:2:0) 8086:2a42:1025:029b Intel Corporation Mobile 4
Series Chipset Integrated Graphics Controller rev 7, Mem @
0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00003100/8
(--) PCI: (0:0:2:1) 8086:2a43:1025:029b Intel Corporation Mobile 4
Series Chipset Integrated Graphics Controller rev 7, Mem @
0xd2400000/1048576
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also
specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
(II) "record" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dri2" will be loaded. This was enabled by default and also
specified in the config file.
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 2.11.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 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, Clarkdale, Arrandale
(II) Primary Device is: PCI 00@00:02:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
(--) intel(0): Chipset: "GM45"
(==) intel(0): video overlay key set to 0x101fe
(II) intel(0): Output VGA1 using monitor section Monitor0
(**) intel(0): Option "PreferredMode" "1368x768_60.00"
(II) intel(0): Output LVDS1 has no monitor section
(II) intel(0): found backlight control interface
/sys/class/backlight/acpi_video0
(II) intel(0): Output HDMI1 has no monitor section
(II) intel(0): Output DP1 has no monitor section
(II) intel(0): Output HDMI2 has no monitor section
(II) intel(0): Output DP2 has no monitor section
(II) intel(0): Output DP3 has no monitor section
(**) intel(0): Option "ModeDebug" "true"
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) intel(0): Output VGA1 disconnected
(II) intel(0): Output LVDS1 connected
(II) intel(0): Output HDMI1 disconnected
(II) intel(0): Output DP1 disconnected
(II) intel(0): Output HDMI2 disconnected
(II) intel(0): Output DP2 disconnected
(II) intel(0): Output DP3 disconnected
(II) intel(0): Using exact sizes for initial modes
(II) intel(0): Output LVDS1 using initial mode 1366x768
(II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise
stated.
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(==) Depth 24 pixmap format is 32 bpp
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(II)         put_image
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled
message.
(==) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder enabled
(II) intel(0): Set up textured video
(II) intel(0): [XvMC] xvmc_vld driver initialized.
(II) intel(0): direct rendering: DRI2 Enabled
(WW) intel(0): Option "LVDSFixedMode" is not used
(WW) intel(0): Option "PreferredMode" is not used
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 361 x 203
(II) config/udev: Adding input device Power Button (/dev/input/event5)
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event5"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(II) config/udev: Adding input device Video Bus (/dev/input/event6)
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event6"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(II) config/udev: Adding input device Power Button (/dev/input/event2)
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event2"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(II) config/udev: Adding input device Lid Switch (/dev/input/event3)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Sleep Button (/dev/input/event4)
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event4"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device CNF9011 (/dev/input/event8)
(**) CNF9011: always reports core events
(**) CNF9011: Device: "/dev/input/event8"
(II) CNF9011: Found keys
(II) CNF9011: Configuring as keyboard
(II) XINPUT: Adding extended input device "CNF9011" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(II) config/udev: Adding input device AT Translated Set 2 keyboard
(/dev/input/event1)
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard"
(type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/event10)
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(II) Synaptics touchpad driver version 1.2.1
(**) Option "Device" "/dev/input/event10"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad"
(type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device PC Speaker (/dev/input/event7)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation
(/dev/input/event0)
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button
emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation
(/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device ACPI Virtual Keyboard Device
(/dev/input/event11)
(**) ACPI Virtual Keyboard Device: always reports core events
(**) ACPI Virtual Keyboard Device: Device: "/dev/input/event11"
(II) ACPI Virtual Keyboard Device: Found keys
(II) ACPI Virtual Keyboard Device: Configuring as keyboard
(II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device"
(type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494
768 770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: SEC  Model: 3052  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 27  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end
1494 h_border: 0
(II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking:
790 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  SAMSUNG
(II) intel(0):  116AT01-A01
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004ca3523000000000
(II) intel(0): 	00130103801b10780a87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101ab1b5680500016303020
(II) intel(0): 	25000090100000190000000f00000000
(II) intel(0): 	00000000001eb4027400000000fe0053
(II) intel(0): 	414d53554e470a2020202020000000fe
(II) intel(0): 	00313136415430312d4130310a20000b
(II) intel(0): EDID vendor "SEC", prod id 12370
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768
770 775 790 -hsync -vsync (47.4 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode n



--- End Message ---
--- Begin Message ---
debian@x.ray.net wrote:
> hi!
>
> Brice Goglin wrote:
>   
>> Your kernel is too old, you want 2.6.32-4 or 2.6.33
>>     
>
> fixed (only tested with 2.6.33-2 and 2:2.11.0-1)!
> thanx 1e6, after days of desperate testing (i didn't even realize there
> were newer kernels available already), solved within minutes after
> filing the report - i'm really amazed and grateful, thanx again! :)
>   

Closing the bug.

Brice



--- End Message ---

Reply to: