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

Bug#604709: marked as done (xserver-xorg-video-intel: DPI is wrong after boot)



Your message dated Wed, 23 Feb 2011 00:11:53 +0100
with message-id <20110222231153.GA26889@debian.org>
and subject line Re: Bug#604709: xserver-xorg-video-intel: DPI is wrong after boot
has caused the Debian Bug report #604709,
regarding xserver-xorg-video-intel: DPI is wrong after boot
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.)


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


After bootup, DPI is set to 96x96, but my screen has ~129 DPI. There are
right screen size and dpi in X server's log.

xdpyinfo output fragment:

screen #0:
  dimensions:    1680x1050 pixels (444x277 millimeters)
  resolution:    96x96 dots per inch


This bug is reproduced with 2:2.13.0-2 version of xserver-xorg-video-intel also.

-- 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 Feb 24  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1770468 Nov 10 02:32 /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 GM965/GL960 Integrated Graphics Controller (rev 0c)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4477 Nov  3 00:34 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
#	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/share/fonts/X11/CID"
#	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
#	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
#	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
#	FontPath	"/usr/lib/X11/fonts/Type1"
#	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/share/fonts/X11/100dpi"
#	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
#	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
	  
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us,by(winkeys),ru(winkeys)"
	Option		"XkbOptions"	"grp:ctrl_shift_toggle,grp_led:scroll_lock"
EndSection

Section "InputDevice"
	Identifier	"TPPS/2 IBM TrackPoint"
	Driver		"evdev"
	Option		"Device" "/dev/input/by-path/platform-i8042-serio-3-event-mouse"
#	Option		"CorePointer"
#	Option		"Device"		"/dev/input/mice"
#	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"false"
	Option		"XAxisMapping"		"4 5"
	Option		"YAxisMapping"		"6 7"
	Option          "EmulateWheel"          "on"
	Option          "EmulateWheelButton"    "2"
		  
EndSection

Section "InputDevice"
	Identifier	"TouchPad"
	Driver		"synaptics"
	Option		"Device"        "/dev/psaux"
	Option		"Protocol"      "auto-dev"
	Option		"CorePointer"
	Option		"SHMConfig"	"on"
#	Option       "LeftEdge"      "1700"
#	Option       "RightEdge"     "5300"
#	Option       "TopEdge"       "1700"
#	Option       "BottomEdge"    "4200"
#	Option       "FingerLow"     "25"
#	Option       "FingerHigh"    "30"
#	Option       "MaxTapTime"    "180"
#	Option       "MaxTapMove"    "220"
#	Option       "VertScrollDelta" "100"
#	Option       "MinSpeed"      "0.06"
#	Option       "MaxSpeed"      "0.12"
#	Option       "AccelFactor" "0.0010"
#	Option       "SHMConfig"     "on"
#	Option       "Repeater"      "/dev/ps2mouse"
EndSection
	#


Section "Device"
	Identifier	"intel"
	Driver		"intel"
	Option		"Tiling"	"On"
	Option "FramebufferCompression" "On"
#	Option "AddARGBGLXVisuals" "On"
#	Option		"HWCursor"	"Off"
#	Option		"ModeDebug"	"On"
EndSection

Section "Monitor"
	Identifier	"LVDS"
#	Option		"DPMS"
#	HorizSync	28-110
#	VertRefresh	43-75
	DisplaySize	333 210
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"intel"
#	Monitor		"Generic Monitor"
#	DefaultDepth	24
#	SubSection "Display"
#		Depth		1
#		Modes		"1024x768"
#	EndSubSection
#	SubSection "Display"
#		Depth		4
#		Modes		"1024x768"
#	EndSubSection
#	SubSection "Display"
#		Depth		8
#		Modes		"1024x768"
#	EndSubSection
#	SubSection "Display"
#		Depth		15
#		Modes		"1024x768"
#	EndSubSection
#	SubSection "Display"
#		Depth		16
#		Modes		"1024x768"
#	EndSubSection
#	SubSection "Display"
#		Depth		24
#		Modes		"1024x768"
#	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"TPPS/2 IBM TrackPoint"
#	InputDevice	"TouchPad"

EndSection

Section "ServerFlags"
	Option "DontZap"	"true"
#	Option "AutoAddDevices"	"no"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
	Option "Composite" "Enable"
EndSection

Contents of /etc/X11/xorg.conf.d:
total 4
-rw-r--r-- 1 root root 476 Sep  6 14:58 20-thinkpad.conf


Kernel version (/proc/version):
Linux version 2.6.36 (root@jeknote) (gcc version 4.4.5 (Debian 4.4.5-6) ) #3 SMP Wed Nov 3 00:08:43 EET 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 44459 Nov 17  2008 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 31226 Nov 23 19:27 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
[  1226.967] 
X.Org X Server 1.9.2
Release Date: 2010-10-30
[  1226.967] X Protocol Version 11, Revision 0
[  1226.967] Build Operating System: Linux 2.6.26-2-amd64 i686 Debian
[  1226.967] Current Operating System: Linux jeknote 2.6.36 #3 SMP Wed Nov 3 00:08:43 EET 2010 i686
[  1226.967] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.36 root=/dev/mapper/vgsys--jeknote-root ro resume=/dev/sda2 quiet
[  1226.967] Build Date: 10 November 2010  12:27:30AM
[  1226.967] xorg-server 2:1.9.2-1 (Cyril Brulebois <kibi@debian.org>) 
[  1226.967] Current version of pixman: 0.16.4
[  1226.967] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1226.967] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1226.967] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 23 19:27:51 2010
[  1226.967] (==) Using config file: "/etc/X11/xorg.conf"
[  1226.967] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1226.967] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1226.968] (==) ServerLayout "Default Layout"
[  1226.968] (**) |-->Screen "Default Screen" (0)
[  1226.968] (**) |   |-->Monitor "<default monitor>"
[  1226.968] (**) |   |-->Device "intel"
[  1226.968] (==) No monitor specified for screen "Default Screen".
	Using a default monitor configuration.
[  1226.968] (**) |-->Input Device "Generic Keyboard"
[  1226.968] (**) |-->Input Device "TPPS/2 IBM TrackPoint"
[  1226.968] (**) Option "DontZap" "true"
[  1226.968] (==) Automatically adding devices
[  1226.968] (==) Automatically enabling devices
[  1226.969] (WW) The directory "/usr/share/fonts/X11/CID" does not exist.
[  1226.969] 	Entry deleted from font path.
[  1226.969] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1226.969] 	Entry deleted from font path.
[  1226.969] (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
[  1226.969] 	Entry deleted from font path.
[  1226.969] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
[  1226.969] 	Entry deleted from font path.
[  1226.969] 	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
[  1226.969] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1226.969] 	Entry deleted from font path.
[  1226.969] (**) FontPath set to:
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/misc,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/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
[  1226.969] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1226.969] (**) Extension "Composite" is enabled
[  1226.969] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1226.969] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1226.969] (WW) Disabling Generic Keyboard
[  1226.969] (II) Loader magic: 0x81f5d80
[  1226.969] (II) Module ABI versions:
[  1226.969] 	X.Org ANSI C Emulation: 0.4
[  1226.969] 	X.Org Video Driver: 8.0
[  1226.969] 	X.Org XInput driver : 11.0
[  1226.969] 	X.Org Server Extension : 4.0
[  1226.971] (--) PCI:*(0:0:2:0) 8086:2a02:17aa:20b5 rev 12, Mem @ 0xf8100000/1048576, 0xe0000000/268435456, I/O @ 0x00001800/8
[  1226.971] (--) PCI: (0:0:2:1) 8086:2a03:17aa:20b5 rev 12, Mem @ 0xf8200000/1048576
[  1226.971] (II) Open ACPI successful (/var/run/acpid.socket)
[  1226.971] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  1226.971] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  1226.971] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  1226.971] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[  1226.971] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[  1226.971] (II) "dri2" will be loaded by default.
[  1226.971] (II) LoadModule: "dbe"
[  1226.971] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  1226.971] (II) Module dbe: vendor="X.Org Foundation"
[  1226.971] 	compiled for 1.9.2, module version = 1.0.0
[  1226.971] 	Module class: X.Org Server Extension
[  1226.971] 	ABI class: X.Org Server Extension, version 4.0
[  1226.971] (II) Loading extension DOUBLE-BUFFER
[  1226.971] (II) LoadModule: "ddc"
[  1226.971] (II) Module "ddc" already built-in
[  1226.971] (II) LoadModule: "dri"
[  1226.972] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  1226.972] (II) Module dri: vendor="X.Org Foundation"
[  1226.972] 	compiled for 1.9.2, module version = 1.0.0
[  1226.972] 	ABI class: X.Org Server Extension, version 4.0
[  1226.972] (II) Loading extension XFree86-DRI
[  1226.972] (II) LoadModule: "extmod"
[  1226.972] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  1226.972] (II) Module extmod: vendor="X.Org Foundation"
[  1226.972] 	compiled for 1.9.2, module version = 1.0.0
[  1226.972] 	Module class: X.Org Server Extension
[  1226.972] 	ABI class: X.Org Server Extension, version 4.0
[  1226.973] (II) Loading extension SELinux
[  1226.973] (II) Loading extension MIT-SCREEN-SAVER
[  1226.973] (II) Loading extension XFree86-VidModeExtension
[  1226.973] (II) Loading extension XFree86-DGA
[  1226.973] (II) Loading extension DPMS
[  1226.973] (II) Loading extension XVideo
[  1226.973] (II) Loading extension XVideo-MotionCompensation
[  1226.973] (II) Loading extension X-Resource
[  1226.973] (II) LoadModule: "glx"
[  1226.973] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1226.973] (II) Module glx: vendor="X.Org Foundation"
[  1226.973] 	compiled for 1.9.2, module version = 1.0.0
[  1226.973] 	ABI class: X.Org Server Extension, version 4.0
[  1226.973] (==) AIGLX enabled
[  1226.973] (II) Loading extension GLX
[  1226.973] (II) LoadModule: "int10"
[  1226.973] (II) Loading /usr/lib/xorg/modules/libint10.so
[  1226.973] (II) Module int10: vendor="X.Org Foundation"
[  1226.973] 	compiled for 1.9.2, module version = 1.0.0
[  1226.973] 	ABI class: X.Org Video Driver, version 8.0
[  1226.973] (II) LoadModule: "record"
[  1226.973] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  1226.974] (II) Module record: vendor="X.Org Foundation"
[  1226.974] 	compiled for 1.9.2, module version = 1.13.0
[  1226.974] 	Module class: X.Org Server Extension
[  1226.974] 	ABI class: X.Org Server Extension, version 4.0
[  1226.974] (II) Loading extension RECORD
[  1226.974] (II) LoadModule: "v4l"
[  1226.974] (WW) Warning, couldn't open module v4l
[  1226.974] (II) UnloadModule: "v4l"
[  1226.974] (EE) Failed to load module "v4l" (module does not exist, 0)
[  1226.974] (II) LoadModule: "vbe"
[  1226.974] (II) Loading /usr/lib/xorg/modules/libvbe.so
[  1226.974] (II) Module vbe: vendor="X.Org Foundation"
[  1226.974] 	compiled for 1.9.2, module version = 1.1.0
[  1226.974] 	ABI class: X.Org Video Driver, version 8.0
[  1226.974] (II) LoadModule: "dri2"
[  1226.974] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1226.974] (II) Module dri2: vendor="X.Org Foundation"
[  1226.974] 	compiled for 1.9.2, module version = 1.2.0
[  1226.974] 	ABI class: X.Org Server Extension, version 4.0
[  1226.974] (II) Loading extension DRI2
[  1226.975] (II) LoadModule: "intel"
[  1226.975] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1226.975] (II) Module intel: vendor="X.Org Foundation"
[  1226.975] 	compiled for 1.9.0.902, module version = 2.13.901
[  1226.975] 	Module class: X.Org Video Driver
[  1226.975] 	ABI class: X.Org Video Driver, version 8.0
[  1226.975] (II) LoadModule: "evdev"
[  1226.975] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1226.975] (II) Module evdev: vendor="X.Org Foundation"
[  1226.975] 	compiled for 1.9.2, module version = 2.5.99
[  1226.975] 	Module class: X.Org XInput Driver
[  1226.975] 	ABI class: X.Org XInput driver, version 11.0
[  1226.975] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[  1226.976] (++) using VT number 7

[  1226.976] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[  1226.976] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[  1226.984] drmOpenDevice: node name is /dev/dri/card0
[  1226.984] drmOpenDevice: open result is 11, (OK)
[  1226.997] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  1226.997] drmOpenDevice: node name is /dev/dri/card0
[  1226.997] drmOpenDevice: open result is 11, (OK)
[  1226.997] drmOpenByBusid: drmOpenMinor returns 11
[  1226.997] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  1226.997] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
[  1226.997] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  1226.997] (==) intel(0): RGB weight 888
[  1226.997] (==) intel(0): Default visual is TrueColor
[  1226.997] (**) intel(0): Option "Tiling" "On"
[  1226.997] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
[  1226.997] (--) intel(0): Chipset: "965GM"
[  1226.997] (**) intel(0): Tiling enabled
[  1226.997] (**) intel(0): SwapBuffers wait enabled
[  1226.997] (==) intel(0): video overlay key set to 0x101fe
[  1227.103] (II) intel(0): Output LVDS1 has no monitor section
[  1227.103] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[  1227.124] (II) intel(0): Output VGA1 has no monitor section
[  1227.152] (II) intel(0): Output DVI1 has no monitor section
[  1227.257] (II) intel(0): EDID for output LVDS1
[  1227.257] (II) intel(0): Manufacturer: IBM  Model: 2887  Serial#: 0
[  1227.257] (II) intel(0): Year: 2005  Week: 0
[  1227.257] (II) intel(0): EDID Version: 1.3
[  1227.257] (II) intel(0): Digital Display Input
[  1227.257] (II) intel(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[  1227.257] (II) intel(0): Gamma: 2.20
[  1227.257] (II) intel(0): No DPMS capabilities specified
[  1227.257] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1227.257] (II) intel(0): First detailed timing is preferred mode
[  1227.257] (II) intel(0): redX: 0.569 redY: 0.332   greenX: 0.312 greenY: 0.544
[  1227.257] (II) intel(0): blueX: 0.149 blueY: 0.132   whiteX: 0.313 whiteY: 0.329
[  1227.257] (II) intel(0): Manufacturer's mask: 0
[  1227.257] (II) intel(0): Supported detailed timing:
[  1227.257] (II) intel(0): clock: 122.0 MHz   Image Size:  331 x 207 mm
[  1227.257] (II) intel(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[  1227.257] (II) intel(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[  1227.257] (II) intel(0): Supported detailed timing:
[  1227.257] (II) intel(0): clock: 101.7 MHz   Image Size:  331 x 207 mm
[  1227.257] (II) intel(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[  1227.257] (II) intel(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[  1227.257] (II) intel(0): Unknown vendor-specific block f
[  1227.257] (II) intel(0):  LTN154P2-L05
[  1227.257] (II) intel(0): EDID (in hex):
[  1227.258] (II) intel(0): 	00ffffffffffff00244d872800000000
[  1227.258] (II) intel(0): 	000f0103802115780acd7591554f8b26
[  1227.258] (II) intel(0): 	21505400000001010101010101010101
[  1227.258] (II) intel(0): 	010101010101a82f90e0601a10402040
[  1227.258] (II) intel(0): 	13004bcf10000019b72790e0601a1040
[  1227.258] (II) intel(0): 	204013004bcf100000190000000f00b3
[  1227.258] (II) intel(0): 	0a32b30a281401004ca35833000000fe
[  1227.258] (II) intel(0): 	004c544e31353450322d4c30350a00a7
[  1227.258] (II) intel(0): EDID vendor "IBM", prod id 10375
[  1227.258] (II) intel(0): Printing DDC gathered Modelines:
[  1227.258] (II) intel(0): Modeline "1680x1050"x0.0  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[  1227.258] (II) intel(0): Modeline "1680x1050"x0.0  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)
[  1227.258] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[  1227.258] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[  1227.258] (II) intel(0): Printing probed modes for output LVDS1
[  1227.258] (II) intel(0): Modeline "1680x1050"x60.1  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[  1227.258] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[  1227.258] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[  1227.258] (II) intel(0): Modeline "1680x1050"x50.1  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)
[  1227.258] (II) intel(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz)
[  1227.258] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
[  1227.258] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  1227.258] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  1227.258] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[  1227.258] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[  1227.258] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz)
[  1227.259] (II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
[  1227.259] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1227.259] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1227.259] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  1227.259] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1227.280] (II) intel(0): EDID for output VGA1
[  1227.308] (II) intel(0): EDID for output DVI1
[  1227.308] (II) intel(0): Output LVDS1 connected
[  1227.308] (II) intel(0): Output VGA1 disconnected
[  1227.308] (II) intel(0): Output DVI1 disconnected
[  1227.308] (II) intel(0): Using exact sizes for initial modes
[  1227.308] (II) intel(0): Output LVDS1 using initial mode 1680x1050
[  1227.308] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1227.308] (II) intel(0): Kernel page flipping support detected, enabling
[  1227.308] (**) intel(0): Display dimensions: (330, 210) mm
[  1227.308] (**) intel(0): DPI set to (129, 126)
[  1227.308] (II) Loading sub module "fb"
[  1227.308] (II) LoadModule: "fb"
[  1227.309] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1227.309] (II) Module fb: vendor="X.Org Foundation"
[  1227.309] 	compiled for 1.9.2, module version = 1.0.0
[  1227.309] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1227.309] (==) Depth 24 pixmap format is 32 bpp
[  1227.309] (==) intel(0): VideoRam: 262144 KB
[  1227.309] (II) intel(0): [DRI2] Setup complete
[  1227.309] (II) intel(0): [DRI2]   DRI driver: i965
[  1227.309] (II) intel(0): Allocated new frame buffer 1728x1050 stride 7168, tiled
[  1227.319] (II) UXA(0): Driver registered support for the following operations:
[  1227.319] (II)         solid
[  1227.319] (II)         copy
[  1227.319] (II)         composite (RENDER acceleration)
[  1227.319] (II)         put_image
[  1227.319] (II)         get_image
[  1227.319] (==) intel(0): Backing store disabled
[  1227.319] (==) intel(0): Silken mouse enabled
[  1227.319] (II) intel(0): Initializing HW Cursor
[  1227.336] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1227.339] (==) intel(0): DPMS enabled
[  1227.339] (==) intel(0): Intel XvMC decoder enabled
[  1227.339] (II) intel(0): Set up textured video
[  1227.339] (II) intel(0): Set up overlay video
[  1227.339] (II) intel(0): [XvMC] i965_xvmc driver initialized.
[  1227.339] (II) intel(0): direct rendering: DRI2 Enabled
[  1227.339] (WW) intel(0): Option "FramebufferCompression" is not used
[  1227.339] (--) RandR disabled
[  1227.339] (II) Initializing built-in extension Generic Event Extension
[  1227.339] (II) Initializing built-in extension SHAPE
[  1227.339] (II) Initializing built-in extension MIT-SHM
[  1227.339] (II) Initializing built-in extension XInputExtension
[  1227.339] (II) Initializing built-in extension XTEST
[  1227.339] (II) Initializing built-in extension BIG-REQUESTS
[  1227.339] (II) Initializing built-in extension SYNC
[  1227.339] (II) Initializing built-in extension XKEYBOARD
[  1227.339] (II) Initializing built-in extension XC-MISC
[  1227.339] (II) Initializing built-in extension XINERAMA
[  1227.339] (II) Initializing built-in extension XFIXES
[  1227.339] (II) Initializing built-in extension RENDER
[  1227.339] (II) Initializing built-in extension RANDR
[  1227.339] (II) Initializing built-in extension COMPOSITE
[  1227.339] (II) Initializing built-in extension DAMAGE
[  1227.339] (II) SELinux: Disabled on system
[  1227.351] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1227.351] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1227.351] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1227.351] (II) AIGLX: enabled GLX_SGI_make_current_read
[  1227.351] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1227.351] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[  1227.351] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1227.351] (II) intel(0): Setting screen physical size to 444 x 277
[  1227.439] (**) TPPS/2 IBM TrackPoint: always reports core events
[  1227.439] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/by-path/platform-i8042-serio-3-event-mouse"
[  1227.439] (EE) Unable to open evdev device "/dev/input/by-path/platform-i8042-serio-3-event-mouse".
[  1227.439] (II) UnloadModule: "evdev"
[  1227.439] (EE) PreInit returned NULL for "TPPS/2 IBM TrackPoint"
[  1227.448] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1227.448] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1227.448] (**) Power Button: always reports core events
[  1227.448] (**) Power Button: Device: "/dev/input/event3"
[  1227.452] (--) Power Button: Found keys
[  1227.452] (II) Power Button: Configuring as keyboard
[  1227.452] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  1227.452] (**) Option "xkb_rules" "evdev"
[  1227.452] (**) Option "xkb_model" "pc105"
[  1227.452] (**) Option "xkb_layout" "us,by"
[  1227.452] (**) Option "xkb_variant" ","
[  1227.452] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[  1227.479] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[  1227.479] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1227.479] (**) Video Bus: always reports core events
[  1227.479] (**) Video Bus: Device: "/dev/input/event6"
[  1227.488] (--) Video Bus: Found keys
[  1227.488] (II) Video Bus: Configuring as keyboard
[  1227.488] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[  1227.488] (**) Option "xkb_rules" "evdev"
[  1227.488] (**) Option "xkb_model" "pc105"
[  1227.488] (**) Option "xkb_layout" "us,by"
[  1227.488] (**) Option "xkb_variant" ","
[  1227.488] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[  1227.495] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  1227.495] (II) No input driver/identifier specified (ignoring)
[  1227.495] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  1227.495] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  1227.495] (**) Sleep Button: always reports core events
[  1227.495] (**) Sleep Button: Device: "/dev/input/event2"
[  1227.504] (--) Sleep Button: Found keys
[  1227.504] (II) Sleep Button: Configuring as keyboard
[  1227.504] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[  1227.504] (**) Option "xkb_rules" "evdev"
[  1227.504] (**) Option "xkb_model" "pc105"
[  1227.504] (**) Option "xkb_layout" "us,by"
[  1227.504] (**) Option "xkb_variant" ","
[  1227.504] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[  1227.507] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[  1227.507] (II) No input driver/identifier specified (ignoring)
[  1227.512] (II) config/udev: Adding input device hdaps (/dev/input/event8)
[  1227.513] (II) No input driver/identifier specified (ignoring)
[  1227.513] (II) config/udev: Adding input device hdaps (/dev/input/js0)
[  1227.513] (II) No input driver/identifier specified (ignoring)
[  1227.513] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1227.513] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1227.513] (**) AT Translated Set 2 keyboard: always reports core events
[  1227.513] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  1227.524] (--) AT Translated Set 2 keyboard: Found keys
[  1227.524] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[  1227.524] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[  1227.524] (**) Option "xkb_rules" "evdev"
[  1227.524] (**) Option "xkb_model" "pc105"
[  1227.524] (**) Option "xkb_layout" "us,by"
[  1227.524] (**) Option "xkb_variant" ","
[  1227.524] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[  1227.524] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[  1227.524] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  1227.524] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  1227.524] (II) LoadModule: "synaptics"
[  1227.525] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1227.525] (II) Module synaptics: vendor="X.Org Foundation"
[  1227.525] 	compiled for 1.9.2, module version = 1.3.0
[  1227.525] 	Module class: X.Org XInput Driver
[  1227.525] 	ABI class: X.Org XInput driver, version 11.0
[  1227.525] (II) Synaptics touchpad driver version 1.3.0
[  1227.525] (**) Option "Device" "/dev/input/event4"
[  1227.548] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[  1227.548] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[  1227.548] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  1227.548] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  1227.548] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[  1227.552] (--) SynPS/2 Synaptics TouchPad: touchpad found
[  1227.552] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1227.556] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[  1227.556] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  1227.556] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[  1227.556] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[  1227.556] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  1227.556] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  1227.556] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1227.556] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1227.560] (--) SynPS/2 Synaptics TouchPad: touchpad found
[  1227.560] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1227.560] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  1227.560] (II) Synaptics touchpad driver version 1.3.0
[  1227.760] (EE) SynPS/2 Synaptics TouchPad no synaptics event device found
[  1227.760] (**) Option "Device" "/dev/input/mouse0"
[  1227.773] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[  1227.773] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[  1227.773] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[  1227.773] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[  1227.793] (EE) Query no Synaptics: 6003C8
[  1227.793] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[  1227.793] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[  1227.796] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[  1227.796] (II) UnloadModule: "synaptics"
[  1227.796] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event9)
[  1227.796] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[  1227.796] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
[  1227.796] (**) TPPS/2 IBM TrackPoint: always reports core events
[  1227.796] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event9"
[  1227.800] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[  1227.800] (--) TPPS/2 IBM TrackPoint: Found relative axes
[  1227.800] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[  1227.800] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[  1227.800] (**) Option "Emulate3Buttons" "false"
[  1227.800] (**) Option "EmulateWheel" "true"
[  1227.800] (**) Option "EmulateWheelButton" "2"
[  1227.800] (**) Option "YAxisMapping" "4 5"
[  1227.800] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[  1227.800] (**) Option "XAxisMapping" "6 7"
[  1227.800] (**) TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
[  1227.800] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1227.800] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[  1227.800] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[  1227.800] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[  1227.800] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[  1227.800] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[  1227.800] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[  1227.800] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[  1227.800] (II) No input driver/identifier specified (ignoring)
[  1227.801] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[  1227.801] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[  1227.801] (**) ThinkPad Extra Buttons: always reports core events
[  1227.801] (**) ThinkPad Extra Buttons: Device: "/dev/input/event5"
[  1227.812] (--) ThinkPad Extra Buttons: Found keys
[  1227.812] (II) ThinkPad Extra Buttons: Configuring as keyboard
[  1227.812] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[  1227.812] (**) Option "xkb_rules" "evdev"
[  1227.812] (**) Option "xkb_model" "pc105"
[  1227.812] (**) Option "xkb_layout" "us,by"
[  1227.812] (**) Option "xkb_variant" ","
[  1227.812] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[  1233.155] (II) intel(0): EDID vendor "IBM", prod id 10375
[  1233.155] (II) intel(0): Printing DDC gathered Modelines:
[  1233.155] (II) intel(0): Modeline "1680x1050"x0.0  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[  1233.155] (II) intel(0): Modeline "1680x1050"x0.0  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)
[  1233.321] (II) intel(0): EDID vendor "IBM", prod id 10375
[  1233.321] (II) intel(0): Printing DDC gathered Modelines:
[  1233.321] (II) intel(0): Modeline "1680x1050"x0.0  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[  1233.321] (II) intel(0): Modeline "1680x1050"x0.0  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)
[  1233.478] (II) intel(0): EDID vendor "IBM", prod id 10375
[  1233.478] (II) intel(0): Printing DDC gathered Modelines:
[  1233.478] (II) intel(0): Modeline "1680x1050"x0.0  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[  1233.478] (II) intel(0): Modeline "1680x1050"x0.0  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)

udev information:
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
S: char/13:67
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=us,by
E: XKBVARIANT=,
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:67

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event6
N: input/event6
S: char/13:70
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=us,by
E: XKBVARIANT=,
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:70

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/event1
N: input/event1
S: char/13:65
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:65

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2
N: input/event2
S: char/13:66
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=us,by
E: XKBVARIANT=,
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:66

P: /devices/pci0000:00/0000:00:1b.0/input/input7/event7
N: input/event7
S: char/13:71
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:71

P: /devices/platform/hdaps/input/input8/event8
N: input/event8
S: char/13:72
S: input/by-path/platform-hdaps-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/hdaps/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=platform-hdaps
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:72 /dev/input/by-path/platform-hdaps-event

P: /devices/platform/hdaps/input/input8/js0
N: input/js0
S: char/13:0
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/hdaps/input/input8/js0
E: MAJOR=13
E: MINOR=0
E: DEVNAME=/dev/input/js0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=platform-hdaps
E: DEVLINKS=/dev/char/13:0

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: char/13:64
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=us,by
E: XKBVARIANT=,
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: DMI_VENDOR=LENOVO
E: x11_options.EmulateWheel=1
E: x11_options.EmulateWheelButton=2
E: x11_options.XAxisMapping=6 7
E: x11_options.YAxisMapping=4 5
E: x11_options.Emulate3Buttons=0
E: DEVLINKS=/dev/char/13:64 /dev/input/by-path/platform-i8042-serio-0-event-kbd

P: /devices/platform/i8042/serio1/input/input4/event4
N: input/event4
S: char/13:68
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DMI_VENDOR=LENOVO
E: x11_options.EmulateWheel=1
E: x11_options.EmulateWheelButton=2
E: x11_options.XAxisMapping=6 7
E: x11_options.YAxisMapping=4 5
E: x11_options.Emulate3Buttons=0
E: DEVLINKS=/dev/char/13:68 /dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input4/mouse0
N: input/mouse0
S: char/13:32
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input4/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DEVLINKS=/dev/char/13:32 /dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/i8042/serio1/serio2/input/input9/event9
N: input/event9
S: char/13:73
S: input/by-path/platform-i8042-serio-2-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: DMI_VENDOR=LENOVO
E: x11_options.EmulateWheel=1
E: x11_options.EmulateWheelButton=2
E: x11_options.XAxisMapping=6 7
E: x11_options.YAxisMapping=4 5
E: x11_options.Emulate3Buttons=0
E: DEVLINKS=/dev/char/13:73 /dev/input/by-path/platform-i8042-serio-2-event-mouse

P: /devices/platform/i8042/serio1/serio2/input/input9/mouse1
N: input/mouse1
S: char/13:33
S: input/by-path/platform-i8042-serio-2-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input9/mouse1
E: MAJOR=13
E: MINOR=33
E: DEVNAME=/dev/input/mouse1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: DEVLINKS=/dev/char/13:33 /dev/input/by-path/platform-i8042-serio-2-mouse

P: /devices/platform/thinkpad_acpi/input/input5/event5
N: input/event5
S: char/13:69
S: input/by-path/platform-thinkpad_acpi-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/thinkpad_acpi/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-thinkpad_acpi
E: XKBMODEL=pc105
E: XKBLAYOUT=us,by
E: XKBVARIANT=,
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:69 /dev/input/by-path/platform-thinkpad_acpi-event

DRM Information from dmesg:
[    0.981574] Linux agpgart interface v0.103
[    0.981708] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[    0.983051] agpgart-intel 0000:00:00.0: detected 7676K stolen memory
[    0.987875] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[   15.810862] [drm] Initialized drm 1.1.0 20060810
[   16.082865] [drm] set up 7M of stolen space
[   16.520806] [drm] initialized overlay support
[   17.105743] fb0: inteldrmfb frame buffer device
[   17.105745] drm: registered panic notifier
[   17.108686] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.36 (SMP w/2 CPU cores)
Locale: LANG=be_BY.UTF-8, LC_CTYPE=be_BY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                  2.11.2-7          Embedded GNU C Library: Shared lib
ii  libdrm-intel1          2.4.21-1~squeeze3 Userspace interface to intel-speci
ii  libdrm2                2.4.21-1~squeeze3 Userspace interface to kernel DRM 
ii  libpciaccess0          0.12.0-1          Generic PCI access library for X
ii  libx11-6               2:1.3.3-3         X11 client-side library
ii  libx11-xcb1            2:1.3.3-3         Xlib/XCB interface library
ii  libxcb-aux0            0.3.6-1           utility libraries for X C Binding 
ii  libxcb-dri2-0          1.6-1             X C Binding, dri2 extension
ii  libxcb1                1.6-1             X C Binding
ii  libxext6               2:1.1.2-1         X11 miscellaneous extension librar
ii  libxfixes3             1:4.0.5-1         X11 miscellaneous 'fixes' extensio
ii  libxv1                 2:1.0.5-1         X11 Video extension library
ii  libxvmc1               2:1.0.5-1         X11 Video extension library
ii  xserver-xorg-core [xor 2:1.9.2-1         Xorg X server - core server

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Hi,

Yauhen Kharuzhy <jekhor@gmail.com> (23/11/2010):
> After bootup, DPI is set to 96x96, but my screen has ~129 DPI. There
> are right screen size and dpi in X server's log.
> 
> xdpyinfo output fragment:
> 
> screen #0:
>   dimensions:    1680x1050 pixels (444x277 millimeters)
>   resolution:    96x96 dots per inch

not a bug in the driver, the core X DPI is hardcoded to 96 (upstream
chose to do so), but I think desktop environments let you play around
with it (at least Xfce lets you do so).

I'm closing this bug report accordingly.

KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: