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

Bug#623245: marked as done (X crashes after starting qt-based apps)



Your message dated Tue, 19 Apr 2011 12:37:00 +0200
with message-id <20110419103700.GQ16010@debian.org>
and subject line Re: Bug#623245: X crashes after starting qt-based apps
has caused the Debian Bug report #623245,
regarding X crashes after starting qt-based apps
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.)


-- 
623245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623245
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Subject: xserver-xorg-video-intel: X crashes after starting qt-based apps
Package: xserver-xorg-video-intel
Version: 2:2.14.902-1
Severity: important

*** Please type your report below this line ***
X crashes starting qt-based apps.
I have verified that with kmail, virtualbox-ose-qt, konqueror, reportbug-ng.

The program starts, shows its main window, then X crashes and gdm restarts it prompting the login.
I'm using a Debian testing, with daily upgrades. It started crashing on April, 9th or 10th.
On other PCs I've the same software installed, but different graphics hardware: until now I've not experienced any crash with qt-based apps.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jun  3  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1783236 Mar 26 08:55 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e32] (rev 03)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 6219 Apr 13 10:56 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "PS/2 Mouse" "CorePointer"
#	InputDevice    "cursor" "SendCoreEvents"
#	InputDevice    "stylus" "SendCoreEvents"
#	InputDevice    "eraser" "SendCoreEvents"
#	InputDevice    "AcecadTablet" "SendCoreEvents"
# Serial Mouse not detected
# USB Mouse not detected
EndSection

Section "ServerFlags"
	Option "AllowMouseOpenFail"  "true"
	
EndSection

Section "Files"
	FontPath     "unix/:7100"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
	FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/share/fonts/ttf/western"
	FontPath     "/usr/local/share/fonts"
	FontPath     "/usr/share/fonts/ttf/decoratives"
	FontPath     "/usr/share/fonts/truetype/openoffice"
	FontPath     "/usr/share/fonts/truetype/freefont"
	FontPath     "/usr/share/fonts/truetype/MS"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
        Load  "bitmap" # bitmap-fonts
#	Load  "type1"
	Load  "freetype"
	Load  "record"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
        Option      "CoreKeyboard"
	Option "XkbRules" "xfree86"
	Option "XkbModel" "pc104"
	Option "XkbLayout" "it"

EndSection

Section "InputDevice"
	Identifier  "Serial Mouse"
	Driver      "mouse"
	Option      "Protocol" "Microsoft"
	Option      "Device" "/dev/ttyS0"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection

#Section "InputDevice"
#	Identifier  "AcecadTablet"
#	Driver      "acecad"
#	Option      "Protocol" "AceCad"
#	Option      "Device" "/dev/ttyS0"
#	Option	    "SendCoreEvents"  "true"
#	Option	    "Mode"  "Relative"
#EndSection

Section "InputDevice"
	Identifier  "PS/2 Mouse"
	Driver      "mouse"
	Option      "Protocol" "ImPS/2"
        Option      "ZAxisMapping"          "4 5"
	Option      "Device" "/dev/psaux"
#	Option      "Emulate3Buttons" "true"
#	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

#Section "InputDevice"
#	Driver "wacom"
#	Identifier "stylus"
#	Option "Device" "/dev/input/event0"
#	Option "Type" "stylus"
#	Option "USB" "on"
#	Option "Mode" "Relative"
#EndSection

#Section "InputDevice"
#	Driver "wacom"
#	Identifier "eraser"
#	Option "Device" "/dev/input/event0"
#	Option "Type" "eraser"
#	Option "USB" "on"
#	Option "Mode" "Relative"
#EndSection

#Section "InputDevice"
#	Driver "wacom"
#	Identifier "cursor"
#	Option "Device" "/dev/input/event0"
#	Option "Type" "cursor"
#	Option "USB" "on"
#	Option "Mode" "Relative"
#EndSection

Section "Monitor"
	Identifier	"Monitor0"
	Option	"DPMS"	"true"
	VendorName	"STN"
	ModelName	"STN0005"
	HorizSync 30 - 98 # DDC-probed
	VertRefresh 55 - 65 # DDC-probed
	# These are the DDC-probed settings reported by your monitor.
	# 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00
	#ModeLine "1024x768"	 94.50 1024 1072 1168 1376  768  769  772  808 +hsync +vsync
	# 800x600, 85.0Hz; hfreq=53.67, vfreq=85.06
	#ModeLine "800x600"	 56.25  800  832  896 1048  600  601  604  631 +hsync +vsync
	# 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
	#ModeLine "800x600"	 40.00  800  840  968 1056  600  601  605  628 +hsync +vsync
	# 640x480, 85.0Hz; hfreq=43.27, vfreq=85.01
	#ModeLine "640x480"	 36.00  640  696  752  832  480  481  484  509 -hsync -vsync
	# 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
	#ModeLine "640x480"	 31.50  640  656  720  840  480  481  484  500 -hsync -vsync
	# 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
	#ModeLine "640x480"	 25.17  640  648  744  784  480  482  484  509 -hsync -vsync
	
EndSection



Section "Device"
	### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        #Option     "hw_cursor"
        #Option      "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
#	VideoRam    32768
	Identifier  "Card0"
#	Driver      "vesa"
#	Driver      "via"
#	Driver      "openchrome"
	Driver      "intel"
	VendorName  "All"
	BoardName   "All"
#	BusType     "PCI"
#	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth 16
	SubSection "Display"
		Depth     1
		Modes "1920x1080" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes "1920x1080" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes "1920x1080" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes "1920x1080" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes "1920x1080" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes "1920x1080" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes "1920x1080" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.38-2-686 (Debian 2.6.38-3) (ben@decadent.org.uk) (gcc version 4.4.5 (Debian 4.4.5-15) ) #1 SMP Thu Apr 7 05:24:21 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 34206 Sep 25  2006 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 26964 Nov  7  2006 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 44528 Apr 18 17:36 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   778.218] 
X.Org X Server 1.9.5
Release Date: 2011-03-17
[   778.218] X Protocol Version 11, Revision 0
[   778.218] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[   778.218] Current Operating System: Linux max 2.6.38-2-686 #1 SMP Thu Apr 7 05:24:21 UTC 2011 i686
[   778.218] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-2-686 root=/dev/sda5 ro quiet
[   778.218] Build Date: 26 March 2011  07:50:38AM
[   778.218] xorg-server 2:1.9.5-1 (Cyril Brulebois <kibi@debian.org>) 
[   778.218] Current version of pixman: 0.21.4
[   778.218] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   778.218] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   778.218] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 18 14:47:41 2011
[   778.218] (==) Using config file: "/etc/X11/xorg.conf"
[   778.218] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   778.218] (==) ServerLayout "XFree86 Configured"
[   778.218] (**) |-->Screen "Screen0" (0)
[   778.218] (**) |   |-->Monitor "Monitor0"
[   778.219] (**) |   |-->Device "Card0"
[   778.219] (**) |-->Input Device "Keyboard0"
[   778.219] (**) |-->Input Device "PS/2 Mouse"
[   778.219] (**) Option "AllowMouseOpenFail" "true"
[   778.219] (==) Automatically adding devices
[   778.219] (==) Automatically enabling devices
[   778.219] (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/misc".
[   778.219] 	Entry deleted from font path.
[   778.219] 	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc").
[   778.219] (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/misc".
[   778.219] 	Entry deleted from font path.
[   778.219] 	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc").
[   778.219] (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi".
[   778.219] 	Entry deleted from font path.
[   778.219] 	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi").
[   778.219] (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi".
[   778.219] 	Entry deleted from font path.
[   778.219] 	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi").
[   778.219] (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi".
[   778.219] 	Entry deleted from font path.
[   778.219] 	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi").
[   778.219] (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi".
[   778.219] 	Entry deleted from font path.
[   778.219] 	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi").
[   778.219] (WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist.
[   778.219] 	Entry deleted from font path.
[   778.219] (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
[   778.219] 	Entry deleted from font path.
[   778.219] (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/75dpi" does not exist.
[   778.219] 	Entry deleted from font path.
[   778.219] (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/100dpi" does not exist.
[   778.219] 	Entry deleted from font path.
[   778.219] (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Type1".
[   778.219] 	Entry deleted from font path.
[   778.219] 	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Type1").
[   778.224] (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
[   778.224] 	Entry deleted from font path.
[   778.224] (WW) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts".
[   778.225] 	Entry deleted from font path.
[   778.225] 	(Run 'mkfontdir' on "/usr/local/share/fonts").
[   778.225] (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
[   778.225] 	Entry deleted from font path.
[   778.225] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/openoffice".
[   778.225] 	Entry deleted from font path.
[   778.225] 	(Run 'mkfontdir' on "/usr/share/fonts/truetype/openoffice").
[   778.225] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/freefont".
[   778.225] 	Entry deleted from font path.
[   778.225] 	(Run 'mkfontdir' on "/usr/share/fonts/truetype/freefont").
[   778.225] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/MS".
[   778.225] 	Entry deleted from font path.
[   778.225] 	(Run 'mkfontdir' on "/usr/share/fonts/truetype/MS").
[   778.225] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   778.225] 	Entry deleted from font path.
[   778.225] (**) FontPath set to:
	unix/:7100,
	/usr/X11R6/lib/X11/fonts/Speedo,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID,
	/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
[   778.225] (==) ModulePath set to "/usr/lib/xorg/modules"
[   778.225] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   778.225] (WW) Disabling Keyboard0
[   778.225] (WW) Disabling PS/2 Mouse
[   778.225] (II) Loader magic: 0x81f9f60
[   778.225] (II) Module ABI versions:
[   778.225] 	X.Org ANSI C Emulation: 0.4
[   778.225] 	X.Org Video Driver: 8.0
[   778.225] 	X.Org XInput driver : 11.0
[   778.225] 	X.Org Server Extension : 4.0
[   778.226] (--) PCI:*(0:0:2:0) 8086:2e32:1462:7592 rev 3, Mem @ 0xfe400000/4194304, 0xd0000000/268435456, I/O @ 0x0000cc00/8
[   778.226] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   778.226] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[   778.226] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[   778.226] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   778.226] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[   778.226] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[   778.226] (II) "dri2" will be loaded by default.
[   778.226] (II) LoadModule: "ddc"
[   778.226] (II) Module "ddc" already built-in
[   778.226] (II) LoadModule: "dbe"
[   778.226] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   778.226] (II) Module dbe: vendor="X.Org Foundation"
[   778.226] 	compiled for 1.9.5, module version = 1.0.0
[   778.226] 	Module class: X.Org Server Extension
[   778.226] 	ABI class: X.Org Server Extension, version 4.0
[   778.226] (II) Loading extension DOUBLE-BUFFER
[   778.226] (II) LoadModule: "dri"
[   778.226] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   778.227] (II) Module dri: vendor="X.Org Foundation"
[   778.227] 	compiled for 1.9.5, module version = 1.0.0
[   778.227] 	ABI class: X.Org Server Extension, version 4.0
[   778.227] (II) Loading extension XFree86-DRI
[   778.227] (II) LoadModule: "extmod"
[   778.227] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   778.227] (II) Module extmod: vendor="X.Org Foundation"
[   778.227] 	compiled for 1.9.5, module version = 1.0.0
[   778.227] 	Module class: X.Org Server Extension
[   778.227] 	ABI class: X.Org Server Extension, version 4.0
[   778.227] (II) Loading extension SELinux
[   778.227] (II) Loading extension MIT-SCREEN-SAVER
[   778.227] (II) Loading extension XFree86-VidModeExtension
[   778.227] (II) Loading extension XFree86-DGA
[   778.227] (II) Loading extension DPMS
[   778.227] (II) Loading extension XVideo
[   778.227] (II) Loading extension XVideo-MotionCompensation
[   778.227] (II) Loading extension X-Resource
[   778.227] (II) LoadModule: "glx"
[   778.227] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   778.227] (II) Module glx: vendor="X.Org Foundation"
[   778.227] 	compiled for 1.9.5, module version = 1.0.0
[   778.227] 	ABI class: X.Org Server Extension, version 4.0
[   778.227] (==) AIGLX enabled
[   778.227] (II) Loading extension GLX
[   778.227] (II) LoadModule: "record"
[   778.228] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   778.228] (II) Module record: vendor="X.Org Foundation"
[   778.228] 	compiled for 1.9.5, module version = 1.13.0
[   778.228] 	Module class: X.Org Server Extension
[   778.228] 	ABI class: X.Org Server Extension, version 4.0
[   778.228] (II) Loading extension RECORD
[   778.228] (II) LoadModule: "dri2"
[   778.228] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   778.228] (II) Module dri2: vendor="X.Org Foundation"
[   778.228] 	compiled for 1.9.5, module version = 1.2.0
[   778.228] 	ABI class: X.Org Server Extension, version 4.0
[   778.228] (II) Loading extension DRI2
[   778.228] (II) LoadModule: "intel"
[   778.228] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   778.228] (II) Module intel: vendor="X.Org Foundation"
[   778.228] 	compiled for 1.9.5, module version = 2.14.902
[   778.229] 	Module class: X.Org Video Driver
[   778.229] 	ABI class: X.Org Video Driver, version 8.0
[   778.229] (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
[   778.229] (++) using VT number 8

[   778.273] drmOpenDevice: node name is /dev/dri/card0
[   778.273] drmOpenDevice: open result is 8, (OK)
[   778.273] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   778.273] drmOpenDevice: node name is /dev/dri/card0
[   778.273] drmOpenDevice: open result is 8, (OK)
[   778.273] drmOpenByBusid: drmOpenMinor returns 8
[   778.273] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   778.273] (**) intel(0): Depth 16, (--) framebuffer bpp 16
[   778.273] (==) intel(0): RGB weight 565
[   778.273] (==) intel(0): Default visual is TrueColor
[   778.273] (II) intel(0): Integrated Graphics Chipset: Intel(R) G41
[   778.273] (--) intel(0): Chipset: "G41"
[   778.274] (**) intel(0): Framebuffer tiled
[   778.274] (**) intel(0): Pixmaps tiled
[   778.274] (**) intel(0): 3D buffers tiled
[   778.274] (**) intel(0): SwapBuffers wait enabled
[   778.274] (==) intel(0): video overlay key set to 0x83e
[   778.360] (II) intel(0): Output VGA1 using monitor section Monitor0
[   778.452] (II) intel(0): EDID for output VGA1
[   778.452] (II) intel(0): Manufacturer: ACR  Model: ff  Serial#: 2474678969
[   778.452] (II) intel(0): Year: 2009  Week: 38
[   778.452] (II) intel(0): EDID Version: 1.3
[   778.452] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[   778.452] (II) intel(0): Sync:  Separate
[   778.452] (II) intel(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[   778.452] (II) intel(0): Gamma: 2.20
[   778.452] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[   778.452] (II) intel(0): First detailed timing is preferred mode
[   778.452] (II) intel(0): redX: 0.646 redY: 0.334   greenX: 0.303 greenY: 0.616
[   778.452] (II) intel(0): blueX: 0.147 blueY: 0.067   whiteX: 0.313 whiteY: 0.329
[   778.452] (II) intel(0): Supported established timings:
[   778.452] (II) intel(0): 720x400@70Hz
[   778.452] (II) intel(0): 640x480@60Hz
[   778.452] (II) intel(0): 640x480@67Hz
[   778.452] (II) intel(0): 800x600@56Hz
[   778.452] (II) intel(0): 800x600@60Hz
[   778.452] (II) intel(0): 1024x768@60Hz
[   778.452] (II) intel(0): 1024x768@70Hz
[   778.452] (II) intel(0): Manufacturer's mask: 0
[   778.452] (II) intel(0): Supported standard timings:
[   778.452] (II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   778.452] (II) intel(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   778.452] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   778.452] (II) intel(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   778.452] (II) intel(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   778.452] (II) intel(0): #5: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   778.452] (II) intel(0): Supported detailed timing:
[   778.452] (II) intel(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[   778.453] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   778.453] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   778.453] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[   778.453] (II) intel(0): Monitor name: Viseo 220Dx
[   778.453] (II) intel(0): Serial No: D230W0104310
[   778.453] (II) intel(0): EDID (in hex):
[   778.453] (II) intel(0): 	00ffffffffffff000472ff00b99a8093
[   778.453] (II) intel(0): 	2613010368301b782aabd5a5554d9d25
[   778.453] (II) intel(0): 	115054b30c00714f810081809500b300
[   778.453] (II) intel(0): 	d1c001010101023a801871382d40582c
[   778.453] (II) intel(0): 	4500dd0c1100001e000000fd00384b1e
[   778.453] (II) intel(0): 	5311000a202020202020000000fc0056
[   778.453] (II) intel(0): 	6973656f2032323044780a20000000ff
[   778.453] (II) intel(0): 	004432333057303130343331300a00b8
[   778.453] (II) intel(0): EDID vendor "ACR", prod id 255
[   778.453] (II) intel(0): Using hsync ranges from config file
[   778.453] (II) intel(0): Using vrefresh ranges from config file
[   778.453] (II) intel(0): Printing DDC gathered Modelines:
[   778.453] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   778.453] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   778.453] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   778.453] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   778.453] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   778.453] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   778.453] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   778.453] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   778.453] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   778.453] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[   778.453] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   778.453] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   778.453] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   778.454] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[   778.454] (II) intel(0): Not using mode "1152x864" (vrefresh out of range)
[   778.454] (II) intel(0): Not using mode "1024x768" (vrefresh out of range)
[   778.454] (II) intel(0): Not using mode "640x480" (vrefresh out of range)
[   778.454] (II) intel(0): Not using mode "720x400" (vrefresh out of range)
[   778.454] (II) intel(0): Printing probed modes for output VGA1
[   778.454] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   778.454] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   778.454] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   778.454] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   778.454] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz)
[   778.454] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   778.454] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   778.454] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   778.454] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   778.454] (II) intel(0): Output VGA1 connected
[   778.454] (II) intel(0): Using user preference for initial modes
[   778.454] (II) intel(0): Output VGA1 using initial mode 1920x1080
[   778.454] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   778.454] (II) intel(0): Kernel page flipping support detected, enabling
[   778.454] (**) intel(0): Display dimensions: (480, 270) mm
[   778.454] (**) intel(0): DPI set to (101, 101)
[   778.454] (II) Loading sub module "fb"
[   778.454] (II) LoadModule: "fb"
[   778.454] (II) Loading /usr/lib/xorg/modules/libfb.so
[   778.455] (II) Module fb: vendor="X.Org Foundation"
[   778.455] 	compiled for 1.9.5, module version = 1.0.0
[   778.455] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   778.455] (II) Loading sub module "dri2"
[   778.455] (II) LoadModule: "dri2"
[   778.455] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[   778.455] (II) intel(0): [DRI2] Setup complete
[   778.455] (II) intel(0): [DRI2]   DRI driver: i965
[   778.455] (II) intel(0): Allocated new frame buffer 1920x1080 stride 4096, tiled
[   778.469] (II) UXA(0): Driver registered support for the following operations:
[   778.469] (II)         solid
[   778.469] (II)         copy
[   778.469] (II)         composite (RENDER acceleration)
[   778.469] (II)         put_image
[   778.469] (II)         get_image
[   778.469] (==) intel(0): Backing store disabled
[   778.469] (==) intel(0): Silken mouse enabled
[   778.469] (II) intel(0): Initializing HW Cursor
[   778.496] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   778.496] (**) intel(0): DPMS enabled
[   778.496] (==) intel(0): Intel XvMC decoder enabled
[   778.496] (II) intel(0): Set up textured video
[   778.496] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   778.496] (II) intel(0): direct rendering: DRI2 Enabled
[   778.496] (==) intel(0): hotplug detection: "enabled"
[   778.496] (--) RandR disabled
[   778.496] (II) Initializing built-in extension Generic Event Extension
[   778.496] (II) Initializing built-in extension SHAPE
[   778.496] (II) Initializing built-in extension MIT-SHM
[   778.496] (II) Initializing built-in extension XInputExtension
[   778.496] (II) Initializing built-in extension XTEST
[   778.496] (II) Initializing built-in extension BIG-REQUESTS
[   778.496] (II) Initializing built-in extension SYNC
[   778.496] (II) Initializing built-in extension XKEYBOARD
[   778.496] (II) Initializing built-in extension XC-MISC
[   778.496] (II) Initializing built-in extension SECURITY
[   778.496] (II) Initializing built-in extension XINERAMA
[   778.496] (II) Initializing built-in extension XFIXES
[   778.496] (II) Initializing built-in extension RENDER
[   778.496] (II) Initializing built-in extension RANDR
[   778.496] (II) Initializing built-in extension COMPOSITE
[   778.496] (II) Initializing built-in extension DAMAGE
[   778.497] (II) SELinux: Disabled on system
[   778.509] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   778.509] (II) AIGLX: enabled GLX_INTEL_swap_event
[   778.509] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   778.509] (II) AIGLX: enabled GLX_SGI_make_current_read
[   778.509] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   778.509] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[   778.509] (II) GLX: Initialized DRI2 GL provider for screen 0
[   778.510] (II) intel(0): Setting screen physical size to 507 x 285
[   778.618] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   778.618] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   778.618] (II) LoadModule: "evdev"
[   778.618] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   778.618] (II) Module evdev: vendor="X.Org Foundation"
[   778.618] 	compiled for 1.9.4, module version = 2.6.0
[   778.618] 	Module class: X.Org XInput Driver
[   778.618] 	ABI class: X.Org XInput driver, version 11.0
[   778.618] (**) Power Button: always reports core events
[   778.618] (**) Power Button: Device: "/dev/input/event3"
[   778.632] (--) Power Button: Found keys
[   778.632] (II) Power Button: Configuring as keyboard
[   778.632] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   778.632] (**) Option "xkb_rules" "evdev"
[   778.632] (**) Option "xkb_model" "pc104"
[   778.632] (**) Option "xkb_layout" "it"
[   778.632] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   778.666] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   778.666] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   778.666] (**) Power Button: always reports core events
[   778.666] (**) Power Button: Device: "/dev/input/event2"
[   778.684] (--) Power Button: Found keys
[   778.684] (II) Power Button: Configuring as keyboard
[   778.684] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   778.684] (**) Option "xkb_rules" "evdev"
[   778.684] (**) Option "xkb_model" "pc104"
[   778.684] (**) Option "xkb_layout" "it"
[   778.684] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   778.702] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   778.702] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   778.702] (**) AT Translated Set 2 keyboard: always reports core events
[   778.702] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   778.716] (--) AT Translated Set 2 keyboard: Found keys
[   778.716] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[   778.716] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[   778.716] (**) Option "xkb_rules" "evdev"
[   778.716] (**) Option "xkb_model" "pc104"
[   778.716] (**) Option "xkb_layout" "it"
[   778.716] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   778.717] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event4)
[   778.717] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[   778.717] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[   778.717] (**) ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event4"
[   778.717] (--) ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
[   778.717] (--) ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
[   778.717] (--) ImExPS/2 Generic Explorer Mouse: Found relative axes
[   778.717] (--) ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
[   778.717] (II) ImExPS/2 Generic Explorer Mouse: Configuring as mouse
[   778.717] (II) ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
[   778.717] (**) ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
[   778.717] (**) ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   778.717] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE)
[   778.717] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
[   778.717] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
[   778.717] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[   778.717] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[   778.717] (II) ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
[   778.718] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[   778.718] (II) No input driver/identifier specified (ignoring)
[   778.719] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
[   778.719] (II) No input driver/identifier specified (ignoring)
[   779.232] (II) intel(0): EDID vendor "ACR", prod id 255
[   779.232] (II) intel(0): Using hsync ranges from config file
[   779.232] (II) intel(0): Using vrefresh ranges from config file
[   779.232] (II) intel(0): Printing DDC gathered Modelines:
[   779.232] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   779.232] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   779.232] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   779.232] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   779.232] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   779.232] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   779.232] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   779.232] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   779.232] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   779.232] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[   779.232] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   779.232] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   779.232] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   779.232] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[   779.316] (II) intel(0): EDID vendor "ACR", prod id 255
[   779.316] (II) intel(0): Using hsync ranges from config file
[   779.316] (II) intel(0): Using vrefresh ranges from config file
[   779.316] (II) intel(0): Printing DDC gathered Modelines:
[   779.316] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   779.316] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   779.316] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   779.316] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   779.316] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   779.316] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   779.316] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   779.316] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   779.316] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   779.316] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[   779.316] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   779.316] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   779.316] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   779.316] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[   779.400] (II) intel(0): EDID vendor "ACR", prod id 255
[   779.400] (II) intel(0): Using hsync ranges from config file
[   779.400] (II) intel(0): Using vrefresh ranges from config file
[   779.400] (II) intel(0): Printing DDC gathered Modelines:
[   779.400] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   779.400] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   779.400] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   779.400] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   779.400] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   779.400] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   779.400] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   779.400] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   779.400] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   779.400] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[   779.400] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   779.400] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   779.400] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   779.400] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[   784.999] (II) intel(0): EDID vendor "ACR", prod id 255
[   785.000] (II) intel(0): Using hsync ranges from config file
[   785.000] (II) intel(0): Using vrefresh ranges from config file
[   785.000] (II) intel(0): Printing DDC gathered Modelines:
[   785.000] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   785.000] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   785.000] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   785.000] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   785.000] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   785.000] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   785.000] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   785.000] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   785.000] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   785.000] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[   785.000] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   785.000] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   785.000] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   785.000] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[   785.084] (II) intel(0): EDID vendor "ACR", prod id 255
[   785.084] (II) intel(0): Using hsync ranges from config file
[   785.084] (II) intel(0): Using vrefresh ranges from config file
[   785.084] (II) intel(0): Printing DDC gathered Modelines:
[   785.084] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   785.084] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   785.084] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   785.084] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   785.084] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   785.084] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   785.084] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   785.084] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   785.084] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   785.084] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[   785.084] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   785.084] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   785.084] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   785.084] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[   785.164] (II) intel(0): EDID vendor "ACR", prod id 255
[   785.164] (II) intel(0): Using hsync ranges from config file
[   785.164] (II) intel(0): Using vrefresh ranges from config file
[   785.164] (II) intel(0): Printing DDC gathered Modelines:
[   785.164] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   785.164] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   785.164] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   785.164] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   785.164] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   785.164] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   785.164] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   785.164] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   785.164] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   785.164] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[   785.164] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   785.164] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   785.164] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   785.164] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[   785.964] (II) intel(0): EDID vendor "ACR", prod id 255
[   785.964] (II) intel(0): Using hsync ranges from config file
[   785.964] (II) intel(0): Using vrefresh ranges from config file
[   785.964] (II) intel(0): Printing DDC gathered Modelines:
[   785.964] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   785.964] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   785.964] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   785.964] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   785.964] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   785.964] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   785.964] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   785.964] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   785.965] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   785.965] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[   785.965] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   785.965] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   785.965] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   785.965] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[  3382.192] (II) intel(0): EDID vendor "ACR", prod id 255
[  3382.192] (II) intel(0): Using hsync ranges from config file
[  3382.192] (II) intel(0): Using vrefresh ranges from config file
[  3382.192] (II) intel(0): Printing DDC gathered Modelines:
[  3382.192] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[  3382.192] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  3382.192] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  3382.192] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[  3382.192] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  3382.192] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  3382.192] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  3382.192] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  3382.192] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  3382.192] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[  3382.192] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  3382.192] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  3382.192] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[  3382.192] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[  8952.044] (II) intel(0): EDID vendor "ACR", prod id 255
[  8952.044] (II) intel(0): Using hsync ranges from config file
[  8952.044] (II) intel(0): Using vrefresh ranges from config file
[  8952.044] (II) intel(0): Printing DDC gathered Modelines:
[  8952.044] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[  8952.044] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  8952.044] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  8952.044] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[  8952.044] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  8952.044] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  8952.044] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  8952.044] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  8952.044] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  8952.044] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[  8952.044] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  8952.044] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  8952.044] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[  8952.044] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 10928.288] (II) intel(0): EDID vendor "ACR", prod id 255
[ 10928.288] (II) intel(0): Using hsync ranges from config file
[ 10928.288] (II) intel(0): Using vrefresh ranges from config file
[ 10928.288] (II) intel(0): Printing DDC gathered Modelines:
[ 10928.288] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 10928.288] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10928.288] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10928.288] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 10928.288] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10928.288] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 10928.288] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 10928.288] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10928.288] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 10928.288] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[ 10928.288] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 10928.288] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[ 10928.288] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 10928.288] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
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=pc104
E: XKBLAYOUT=it
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=MSI

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C: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=pc104
E: XKBLAYOUT=it
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=MSI

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
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=pc104
E: XKBLAYOUT=it
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=MSI

P: /devices/platform/i8042/serio1/input/input4/event4
N: input/event4
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_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DMI_VENDOR=MSI
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input4/mouse0
N: input/mouse0
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_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/pcspkr/input/input1/event1
N: input/event1
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=MSI
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr


DRM Information from dmesg:
---------------------------
[    0.886959] Linux agpgart interface v0.103
[    0.887065] agpgart-intel 0000:00:00.0: Intel G41 Chipset
[    0.887119] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    0.887532] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    0.887635] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[  667.526542] [drm] Initialized drm 1.1.0 20060810
[  667.857919] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[  667.857921] [drm] Driver supports precise vblank timestamp query.
[  667.966282] fb0: inteldrmfb frame buffer device
[  667.966284] drm: registered panic notifier
[  667.966829] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable'), (800, 'unstable'), (500, 'stable-updates')
Architecture: i386 (i686)

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

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                         2.11.2-11  Embedded GNU C Library: Shared lib
ii  libdrm-intel1                 2.4.23-3   Userspace interface to intel-speci
ii  libdrm2                       2.4.23-3   Userspace interface to kernel DRM 
ii  libpciaccess0                 0.12.1-1   Generic PCI access library for X
ii  libudev0                      167-1      libudev shared library
ii  libx11-6                      2:1.4.3-1  X11 client-side library
ii  libx11-xcb1                   2:1.4.3-1  Xlib/XCB interface library
ii  libxcb-aux0                   0.3.6-1    utility libraries for X C Binding 
ii  libxcb-dri2-0                 1.7-2      X C Binding, dri2 extension
ii  libxcb1                       1.7-2      X C Binding
ii  libxext6                      2:1.2.0-2  X11 miscellaneous extension librar
ii  libxfixes3                    1:4.0.5-1  X11 miscellaneous 'fixes' extensio
ii  libxv1                        2:1.0.6-1  X11 Video extension library
ii  libxvmc1                      2:1.0.6-1  X11 Video extension library
ii  xserver-xorg-core [xorg-video 2:1.9.5-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,

massifr@fastwebnet.it <massifr@fastwebnet.it> (19/04/2011):
> Thanks a lot, this solved the problem, even if I have not understood
> why.
> 
> I think the bug should be closed now, and perhaps
> xserver-xorg-video-intel was not the right target.  What should I do
> to make other people know the bug is solved?

yeah, that's a bug in the server: FDO#31501/Debian#616578 as mentioned
on http://blog.ikibiki.org/2011/04/03/DXN-8/

Since we already have a report to track the status, I'm closing this
one. Thanks anyway for reporting and following up.

KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: