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

Bug#658546: xorg: Display error in lower half of screen when in dual monitor mode



Package: xorg
Version: 1:7.6+10


Greetings,

when xorg.conf is set to use two monitors, some applications like TkDesk, Geany or Unison show display errors in the lower half of the screen (to be precise, the upper 548 of the 1024 pixel lines are ok, and the lower 476 lines are partially unusable). As can be seen in the attached screenshot, the right-click menu of TkDesk shows no text beyond 548 pixels, and this is also the case with the Geany window. When scrolling in Geany, the text in the lower screen area becomes partially visible, but is not properly refreshed. In single monitor mode (i.e. when the three lines marked "# problematic" are removed from xorg.conf), everything is fine. Without these lines, the xorg.conf is identical with the one that X-configure generates. I am running Debian Squeeze on the same machine, and in Squeeze also the dual monitor mode works well. Until this bug can be tracked down and resolved, I would also be grateful for any hint on how to work around this problem.
Thanks and best regards

Jan



-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jan 26 03:26 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2044072 Jan 19 11:37 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV34 [GeForce FX 5200] [10de:0322] (rev a1)

Xorg X server configuration file status:
----------------------------------------
lrwxrwxrwx 1 root root 15 Feb  3 15:40 /etc/X11/xorg.conf -> xorg.conf.dual3

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

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

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

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

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	Option       "LeftOf" "Monitor0" # problematic
EndSection

Section "Monitor"
	Identifier   "Monitor2"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nouveau"
	BusID       "PCI:1:0:0"
	Option      "Monitor-DVI-I-1" "Monitor0" # problematic
	Option      "Monitor-DVI-I-2" "Monitor1" # problematic
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "fbdev"              	# <str>
        #Option     "debug"              	# [<bool>]
	Identifier  "Card1"
	Driver      "fbdev"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card2"
	Driver      "vesa"
	BusID       "PCI:1:0:0"
EndSection

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

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Card2"
	Monitor    "Monitor2"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	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 3.1.0-1-amd64 (Debian 3.1.8-2) (ben@decadent.org.uk) (gcc version 4.6.2 (Debian 4.6.2-11) ) #1 SMP Tue Jan 10 06:25:07 UTC 2012

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 31557 Feb  3 21:05 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    10.001]
X.Org X Server 1.11.3.901 (1.11.4 RC 1)
Release Date: 2012-01-06
[    10.001] X Protocol Version 11, Revision 0
[    10.001] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[ 10.001] Current Operating System: Linux alnair 3.1.0-1-amd64 #1 SMP Tue Jan 10 06:25:07 UTC 2012 x86_64 [ 10.001] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-amd64 root=UUID=1c545d21-0495-4ce7-9b16-5ade94698f61 ro quiet
[    10.001] Build Date: 19 January 2012  10:32:06AM
[    10.001] xorg-server 2:1.11.3.901-2 (Cyril Brulebois <kibi@debian.org>)
[    10.001] Current version of pixman: 0.24.2
[    10.001] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 10.001] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.001] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 3 21:05:16 2012
[    10.019] (==) Using config file: "/etc/X11/xorg.conf"
[    10.019] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.045] (==) ServerLayout "X.org Configured"
[    10.045] (**) |-->Screen "Screen0" (0)
[    10.045] (**) |   |-->Monitor "Monitor0"
[    10.059] (**) |   |-->Device "Card0"
[    10.059] (**) |-->Screen "Screen1" (1)
[    10.059] (**) |   |-->Monitor "Monitor1"
[    10.060] (**) |   |-->Device "Card1"
[    10.060] (**) |-->Screen "Screen2" (2)
[    10.060] (**) |   |-->Monitor "Monitor2"
[    10.060] (**) |   |-->Device "Card2"
[    10.060] (**) |-->Input Device "Mouse0"
[    10.060] (**) |-->Input Device "Keyboard0"
[    10.060] (==) Automatically adding devices
[    10.060] (==) Automatically enabling devices
[ 10.166] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    10.166] 	Entry deleted from font path.
[ 10.240] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    10.240] 	Entry deleted from font path.
[ 10.240] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    10.240] 	Entry deleted from font path.
[ 10.240] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    10.240] 	Entry deleted from font path.
[    10.240] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    10.240] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 10.240] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    10.240] (WW) Disabling Mouse0
[    10.240] (WW) Disabling Keyboard0
[    10.245] (II) Loader magic: 0xf7712580
[    10.245] (II) Module ABI versions:
[    10.245] 	X.Org ANSI C Emulation: 0.4
[    10.245] 	X.Org Video Driver: 11.0
[    10.245] 	X.Org XInput driver : 13.0
[    10.245] 	X.Org Server Extension : 6.0
[ 10.246] (--) PCI:*(0:1:0:0) 10de:0322:107d:53c3 rev 161, Mem @ 0xfb000000/16777216, 0xe8000000/134217728, BIOS @ 0x????????/131072
[    10.246] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10.246] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [ 10.246] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [ 10.246] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 10.246] (II) "record" will be loaded. This was enabled by default and also specified in the config file. [ 10.246] (II) "dri" will be loaded. This was enabled by default and also specified in the config file. [ 10.246] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    10.246] (II) LoadModule: "dri"
[    10.263] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    10.326] (II) Module dri: vendor="X.Org Foundation"
[    10.326] 	compiled for 1.11.3.901, module version = 1.0.0
[    10.326] 	ABI class: X.Org Server Extension, version 6.0
[    10.326] (II) Loading extension XFree86-DRI
[    10.326] (II) LoadModule: "record"
[    10.327] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    10.332] (II) Module record: vendor="X.Org Foundation"
[    10.332] 	compiled for 1.11.3.901, module version = 1.13.0
[    10.332] 	Module class: X.Org Server Extension
[    10.332] 	ABI class: X.Org Server Extension, version 6.0
[    10.332] (II) Loading extension RECORD
[    10.332] (II) LoadModule: "glx"
[    10.332] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.344] (II) Module glx: vendor="X.Org Foundation"
[    10.344] 	compiled for 1.11.3.901, module version = 1.0.0
[    10.344] 	ABI class: X.Org Server Extension, version 6.0
[    10.344] (==) AIGLX enabled
[    10.344] (II) Loading extension GLX
[    10.344] (II) LoadModule: "extmod"
[    10.344] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    10.348] (II) Module extmod: vendor="X.Org Foundation"
[    10.348] 	compiled for 1.11.3.901, module version = 1.0.0
[    10.348] 	Module class: X.Org Server Extension
[    10.348] 	ABI class: X.Org Server Extension, version 6.0
[    10.348] (II) Loading extension SELinux
[    10.348] (II) Loading extension MIT-SCREEN-SAVER
[    10.348] (II) Loading extension XFree86-VidModeExtension
[    10.348] (II) Loading extension XFree86-DGA
[    10.348] (II) Loading extension DPMS
[    10.348] (II) Loading extension XVideo
[    10.348] (II) Loading extension XVideo-MotionCompensation
[    10.348] (II) Loading extension X-Resource
[    10.348] (II) LoadModule: "dbe"
[    10.348] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    10.349] (II) Module dbe: vendor="X.Org Foundation"
[    10.349] 	compiled for 1.11.3.901, module version = 1.0.0
[    10.349] 	Module class: X.Org Server Extension
[    10.349] 	ABI class: X.Org Server Extension, version 6.0
[    10.349] (II) Loading extension DOUBLE-BUFFER
[    10.349] (II) LoadModule: "dri2"
[    10.349] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    10.349] (II) Module dri2: vendor="X.Org Foundation"
[    10.349] 	compiled for 1.11.3.901, module version = 1.2.0
[    10.349] 	ABI class: X.Org Server Extension, version 6.0
[    10.349] (II) Loading extension DRI2
[    10.349] (II) LoadModule: "nouveau"
[    10.370] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    10.388] (II) Module nouveau: vendor="X.Org Foundation"
[    10.388] 	compiled for 1.11.2.901, module version = 0.0.16
[    10.388] 	Module class: X.Org Video Driver
[    10.388] 	ABI class: X.Org Video Driver, version 11.0
[    10.389] (II) LoadModule: "fbdev"
[    10.389] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    10.394] (II) Module fbdev: vendor="X.Org Foundation"
[    10.394] 	compiled for 1.11.0, module version = 0.4.2
[    10.394] 	ABI class: X.Org Video Driver, version 11.0
[    10.394] (II) LoadModule: "vesa"
[    10.395] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    10.402] (II) Module vesa: vendor="X.Org Foundation"
[    10.402] 	compiled for 1.11.0, module version = 2.3.0
[    10.402] 	Module class: X.Org Video Driver
[    10.402] 	ABI class: X.Org Video Driver, version 11.0
[    10.402] (II) NOUVEAU driver Date:   Wed Nov 30 18:56:54 2011 +0100
[    10.402] (II) NOUVEAU driver for NVIDIA chipset families :
[    10.402] 	RIVA TNT        (NV04)
[    10.402] 	RIVA TNT2       (NV05)
[    10.402] 	GeForce 256     (NV10)
[    10.402] 	GeForce 2       (NV11, NV15)
[    10.402] 	GeForce 4MX     (NV17, NV18)
[    10.402] 	GeForce 3       (NV20)
[    10.402] 	GeForce 4Ti     (NV25, NV28)
[    10.402] 	GeForce FX      (NV3x)
[    10.402] 	GeForce 6       (NV4x)
[    10.402] 	GeForce 7       (G7x)
[    10.402] 	GeForce 8       (G8x)
[    10.402] 	GeForce GTX 200 (NVA0)
[    10.402] 	GeForce GTX 400 (NVC0)
[    10.402] (II) FBDEV: driver for framebuffer: fbdev
[    10.402] (II) VESA: driver for VESA chipsets: vesa
[    10.402] (++) using VT number 7

[    10.402] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[    10.402] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[    10.406] drmOpenDevice: node name is /dev/dri/card0
[    10.406] drmOpenDevice: open result is 8, (OK)
[    10.406] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    10.406] drmOpenDevice: node name is /dev/dri/card0
[    10.406] drmOpenDevice: open result is 8, (OK)
[    10.406] drmOpenByBusid: drmOpenMinor returns 8
[    10.406] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    10.406] (II) [drm] nouveau interface version: 0.0.16
[    10.406] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    10.406] (WW) Falling back to old probe method for fbdev
[    10.406] (II) Loading sub module "fbdevhw"
[    10.406] (II) LoadModule: "fbdevhw"
[    10.406] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    10.410] (II) Module fbdevhw: vendor="X.Org Foundation"
[    10.410] 	compiled for 1.11.3.901, module version = 0.0.2
[    10.410] 	ABI class: X.Org Video Driver, version 11.0
[    10.410] (WW) Falling back to old probe method for vesa
[    10.410] (II) Loading sub module "dri"
[    10.410] (II) LoadModule: "dri"
[    10.410] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    10.410] (II) Module dri: vendor="X.Org Foundation"
[    10.410] 	compiled for 1.11.3.901, module version = 1.0.0
[    10.410] 	ABI class: X.Org Server Extension, version 6.0
[    10.410] (II) NOUVEAU(0): Loaded DRI module
[    10.410] drmOpenDevice: node name is /dev/dri/card0
[    10.410] drmOpenDevice: open result is 9, (OK)
[    10.411] drmOpenDevice: node name is /dev/dri/card0
[    10.411] drmOpenDevice: open result is 9, (OK)
[    10.411] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    10.411] drmOpenDevice: node name is /dev/dri/card0
[    10.411] drmOpenDevice: open result is 9, (OK)
[    10.411] drmOpenByBusid: drmOpenMinor returns 9
[    10.411] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    10.411] (II) [drm] DRM interface version 1.4
[    10.411] (II) [drm] DRM open master succeeded.
[    10.411] (--) NOUVEAU(0): Chipset: "NVIDIA NV34"
[    10.411] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    10.411] (==) NOUVEAU(0): RGB weight 888
[    10.411] (==) NOUVEAU(0): Default visual is TrueColor
[    10.411] (==) NOUVEAU(0): Using HW cursor
[    10.411] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[    10.411] (==) NOUVEAU(0): Page flipping enabled
[    10.538] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
[    10.646] (II) NOUVEAU(0): Output DVI-I-2 using monitor section Monitor1
[    10.646] (**) NOUVEAU(0): Option "LeftOf" "Monitor0"
[    10.764] (II) NOUVEAU(0): EDID for output DVI-I-1
[ 10.765] (II) NOUVEAU(0): Manufacturer: FUS Model: 503 Serial#: 16843009
[    10.765] (II) NOUVEAU(0): Year: 2004  Week: 16
[    10.765] (II) NOUVEAU(0): EDID Version: 1.3
[    10.765] (II) NOUVEAU(0): Digital Display Input
[    10.765] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[    10.765] (II) NOUVEAU(0): Gamma: 2.20
[    10.765] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[ 10.765] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    10.765] (II) NOUVEAU(0): First detailed timing is preferred mode
[ 10.765] (II) NOUVEAU(0): redX: 0.634 redY: 0.354 greenX: 0.308 greenY: 0.606 [ 10.765] (II) NOUVEAU(0): blueX: 0.138 blueY: 0.087 whiteX: 0.310 whiteY: 0.330
[    10.765] (II) NOUVEAU(0): Supported established timings:
[    10.765] (II) NOUVEAU(0): 720x400@70Hz
[    10.765] (II) NOUVEAU(0): 640x480@60Hz
[    10.765] (II) NOUVEAU(0): 640x480@75Hz
[    10.765] (II) NOUVEAU(0): 800x600@60Hz
[    10.765] (II) NOUVEAU(0): 800x600@75Hz
[    10.765] (II) NOUVEAU(0): 1024x768@60Hz
[    10.765] (II) NOUVEAU(0): 1024x768@70Hz
[    10.765] (II) NOUVEAU(0): 1024x768@75Hz
[    10.765] (II) NOUVEAU(0): Manufacturer's mask: 0
[    10.765] (II) NOUVEAU(0): Supported standard timings:
[ 10.765] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[    10.765] (II) NOUVEAU(0): Supported detailed timing:
[    10.765] (II) NOUVEAU(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
[ 10.765] (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 10.765] (II) NOUVEAU(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 10.765] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 64 kHz, PixClock max 115 MHz
[    10.765] (II) NOUVEAU(0): Monitor name: P19-1
[    10.765] (II) NOUVEAU(0): Serial No: YEGA544148
[    10.765] (II) NOUVEAU(0): EDID (in hex):
[    10.765] (II) NOUVEAU(0): 	00ffffffffffff001ab3030501010101
[    10.765] (II) NOUVEAU(0): 	100e010380261e78ea6d56a25a4e9b23
[    10.765] (II) NOUVEAU(0): 	164f54a54e0081800101010101010101
[    10.765] (II) NOUVEAU(0): 	010101010101302a009851002a403070
[    10.765] (II) NOUVEAU(0): 	1300782d1100001e000000fd00384b1f
[    10.765] (II) NOUVEAU(0): 	400b000a202020202020000000fc0050
[    10.765] (II) NOUVEAU(0): 	31392d310a20202020202020000000ff
[    10.765] (II) NOUVEAU(0): 	00594547413534343134380a202000d0
[    10.765] (II) NOUVEAU(0): EDID vendor "FUS", prod id 1283
[    10.765] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[    10.765] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[    10.765] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 10.765] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[    10.765] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[ 10.765] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 10.765] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[    10.874] (II) NOUVEAU(0): EDID for output DVI-I-2
[ 10.874] (II) NOUVEAU(0): Manufacturer: FUS Model: 503 Serial#: 16843009
[    10.874] (II) NOUVEAU(0): Year: 2004  Week: 14
[    10.874] (II) NOUVEAU(0): EDID Version: 1.3
[    10.874] (II) NOUVEAU(0): Digital Display Input
[    10.874] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[    10.874] (II) NOUVEAU(0): Gamma: 2.20
[    10.874] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[ 10.874] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    10.874] (II) NOUVEAU(0): First detailed timing is preferred mode
[ 10.874] (II) NOUVEAU(0): redX: 0.634 redY: 0.354 greenX: 0.308 greenY: 0.606 [ 10.874] (II) NOUVEAU(0): blueX: 0.138 blueY: 0.087 whiteX: 0.310 whiteY: 0.330
[    10.874] (II) NOUVEAU(0): Supported established timings:
[    10.874] (II) NOUVEAU(0): 720x400@70Hz
[    10.874] (II) NOUVEAU(0): 640x480@60Hz
[    10.874] (II) NOUVEAU(0): 640x480@75Hz
[    10.874] (II) NOUVEAU(0): 800x600@60Hz
[    10.874] (II) NOUVEAU(0): 800x600@75Hz
[    10.874] (II) NOUVEAU(0): 1024x768@60Hz
[    10.874] (II) NOUVEAU(0): 1024x768@70Hz
[    10.874] (II) NOUVEAU(0): 1024x768@75Hz
[    10.874] (II) NOUVEAU(0): Manufacturer's mask: 0
[    10.874] (II) NOUVEAU(0): Supported standard timings:
[ 10.874] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[    10.874] (II) NOUVEAU(0): Supported detailed timing:
[    10.874] (II) NOUVEAU(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
[ 10.874] (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 10.874] (II) NOUVEAU(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 10.874] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 64 kHz, PixClock max 115 MHz
[    10.874] (II) NOUVEAU(0): Monitor name: P19-1
[    10.874] (II) NOUVEAU(0): Serial No: YEGA537905
[    10.874] (II) NOUVEAU(0): EDID (in hex):
[    10.874] (II) NOUVEAU(0): 	00ffffffffffff001ab3030501010101
[    10.874] (II) NOUVEAU(0): 	0e0e010380261e78ea6d56a25a4e9b23
[    10.874] (II) NOUVEAU(0): 	164f54a54e0081800101010101010101
[    10.874] (II) NOUVEAU(0): 	010101010101302a009851002a403070
[    10.874] (II) NOUVEAU(0): 	1300782d1100001e000000fd00384b1f
[    10.874] (II) NOUVEAU(0): 	400b000a202020202020000000fc0050
[    10.874] (II) NOUVEAU(0): 	31392d310a20202020202020000000ff
[    10.874] (II) NOUVEAU(0): 	00594547413533373930350a202000cf
[    10.874] (II) NOUVEAU(0): Printing probed modes for output DVI-I-2
[ 10.874] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 10.874] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) [ 10.874] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 10.874] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 10.874] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 10.874] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 10.874] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 10.874] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 10.874] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[    10.874] (II) NOUVEAU(0): Output DVI-I-1 connected
[    10.874] (II) NOUVEAU(0): Output DVI-I-2 connected
[    10.874] (II) NOUVEAU(0): Using user preference for initial modes
[    10.874] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1280x1024
[    10.874] (II) NOUVEAU(0): Output DVI-I-2 using initial mode 1280x1024
[ 10.874] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    10.875] (--) NOUVEAU(0): Virtual size is 2560x1024 (pitch 0)
[ 10.875] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz [ 10.875] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 10.875] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz [ 10.875] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) [ 10.875] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz [ 10.875] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 10.875] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz [ 10.875] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 10.875] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz [ 10.875] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 10.875] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz [ 10.875] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 10.875] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz [ 10.875] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 10.875] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz [ 10.875] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 10.875] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz [ 10.875] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[    10.875] (**) NOUVEAU(0): Display dimensions: (380, 300) mm
[    10.875] (**) NOUVEAU(0): DPI set to (171, 86)
[    10.875] (II) Loading sub module "fb"
[    10.875] (II) LoadModule: "fb"
[    10.875] (II) Loading /usr/lib/xorg/modules/libfb.so
[    10.994] (II) Module fb: vendor="X.Org Foundation"
[    10.995] 	compiled for 1.11.3.901, module version = 1.0.0
[    10.995] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.995] (II) Loading sub module "exa"
[    10.995] (II) LoadModule: "exa"
[    10.995] (II) Loading /usr/lib/xorg/modules/libexa.so
[    11.002] (II) Module exa: vendor="X.Org Foundation"
[    11.002] 	compiled for 1.11.3.901, module version = 2.5.0
[    11.002] 	ABI class: X.Org Video Driver, version 11.0
[    11.002] (II) Loading sub module "shadowfb"
[    11.002] (II) LoadModule: "shadowfb"
[    11.002] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    11.003] (II) Module shadowfb: vendor="X.Org Foundation"
[    11.003] 	compiled for 1.11.3.901, module version = 1.0.0
[    11.003] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.003] (II) UnloadModule: "fbdev"
[    11.003] (II) Unloading fbdev
[    11.003] (II) UnloadModule: "fbdevhw"
[    11.003] (II) Unloading fbdevhw
[    11.003] (II) UnloadModule: "vesa"
[    11.003] (II) Unloading vesa
[    11.003] (--) Depth 24 pixmap format is 32 bpp
[    11.004] (II) NOUVEAU(0): Opened GPU channel 1
[    11.004] (II) NOUVEAU(0): [DRI2] Setup complete
[    11.004] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    11.004] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    11.004] (II) NOUVEAU(0): GART: 128MiB available
[    11.021] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[    11.041] (II) EXA(0): Driver allocated offscreen pixmaps
[ 11.041] (II) EXA(0): Driver registered support for the following operations:
[    11.041] (II)         Solid
[    11.041] (II)         Copy
[    11.041] (II)         Composite (RENDER acceleration)
[    11.041] (II)         UploadToScreen
[    11.041] (II)         DownloadFromScreen
[    11.041] (==) NOUVEAU(0): Backing store disabled
[    11.041] (==) NOUVEAU(0): Silken mouse enabled
[    11.042] (II) NOUVEAU(0): [XvMC] Associated with NV30 texture adapter.
[    11.042] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    11.042] (==) NOUVEAU(0): DPMS enabled
[ 11.042] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    11.042] (--) RandR disabled
[    11.042] (II) Initializing built-in extension Generic Event Extension
[    11.042] (II) Initializing built-in extension SHAPE
[    11.042] (II) Initializing built-in extension MIT-SHM
[    11.042] (II) Initializing built-in extension XInputExtension
[    11.042] (II) Initializing built-in extension XTEST
[    11.042] (II) Initializing built-in extension BIG-REQUESTS
[    11.042] (II) Initializing built-in extension SYNC
[    11.042] (II) Initializing built-in extension XKEYBOARD
[    11.042] (II) Initializing built-in extension XC-MISC
[    11.042] (II) Initializing built-in extension SECURITY
[    11.042] (II) Initializing built-in extension XINERAMA
[    11.042] (II) Initializing built-in extension XFIXES
[    11.042] (II) Initializing built-in extension RENDER
[    11.042] (II) Initializing built-in extension RANDR
[    11.042] (II) Initializing built-in extension COMPOSITE
[    11.042] (II) Initializing built-in extension DAMAGE
[    11.043] (II) SELinux: Disabled on system
[    11.652] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    11.652] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 11.652] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    11.653] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 11.653] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    11.653] (II) AIGLX: Loaded and initialized nouveau
[    11.653] (II) GLX: Initialized DRI2 GL provider for screen 0
[    11.660] (II) NOUVEAU(0): NVEnterVT is called.
[    11.660] (II) NOUVEAU(0): Setting screen physical size to 677 x 270
[    11.660] resize called 2560 1024
[ 12.421] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 12.421] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    12.421] (II) LoadModule: "evdev"
[    12.421] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    12.458] (II) Module evdev: vendor="X.Org Foundation"
[    12.458] 	compiled for 1.11.0, module version = 2.6.0
[    12.458] 	Module class: X.Org XInput Driver
[    12.458] 	ABI class: X.Org XInput driver, version 13.0
[    12.458] (II) Using input driver 'evdev' for 'Power Button'
[    12.458] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    12.458] (**) Power Button: always reports core events
[    12.459] (**) Power Button: Device: "/dev/input/event2"
[    12.459] (--) Power Button: Found keys
[    12.459] (II) Power Button: Configuring as keyboard
[ 12.459] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 12.459] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    12.459] (**) Option "xkb_rules" "evdev"
[    12.459] (**) Option "xkb_model" "pc105"
[    12.459] (**) Option "xkb_layout" "de"
[    12.459] (**) Option "xkb_variant" "nodeadkeys"
[ 12.504] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 12.504] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    12.504] (II) Using input driver 'evdev' for 'Power Button'
[    12.504] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    12.505] (**) Power Button: always reports core events
[    12.505] (**) Power Button: Device: "/dev/input/event1"
[    12.505] (--) Power Button: Found keys
[    12.505] (II) Power Button: Configuring as keyboard
[ 12.505] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1" [ 12.505] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    12.505] (**) Option "xkb_rules" "evdev"
[    12.505] (**) Option "xkb_model" "pc105"
[    12.505] (**) Option "xkb_layout" "de"
[    12.505] (**) Option "xkb_variant" "nodeadkeys"
[ 12.505] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0) [ 12.505] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 12.505] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    12.505] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    12.505] (**) AT Translated Set 2 keyboard: always reports core events
[    12.506] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    12.506] (--) AT Translated Set 2 keyboard: Found keys
[    12.506] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 12.506] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0" [ 12.506] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[    12.506] (**) Option "xkb_rules" "evdev"
[    12.506] (**) Option "xkb_model" "pc105"
[    12.506] (**) Option "xkb_layout" "de"
[    12.506] (**) Option "xkb_variant" "nodeadkeys"
[ 12.506] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event4) [ 12.506] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall" [ 12.506] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[    12.506] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    12.506] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[    12.506] (**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event4"
[    12.506] (--) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[    12.506] (--) ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[    12.506] (--) ImPS/2 Logitech Wheel Mouse: Found relative axes
[    12.506] (--) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[    12.507] (II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[    12.507] (II) ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[    12.507] (**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[ 12.507] (**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 12.507] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4" [ 12.507] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 9) [ 12.507] (II) ImPS/2 Logitech Wheel Mouse: initialized for relative axes. [ 12.507] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1 [ 12.507] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0 [ 12.507] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000 [ 12.507] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4 [ 12.507] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[    12.507] (II) No input driver/identifier specified (ignoring)
[ 12.507] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    12.507] (II) No input driver/identifier specified (ignoring)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: KEY=100000 0 0 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4083784

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
E: DMI_VENDOR=ECS
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4257674
E: XKBLAYOUT=de
E: XKBMODEL=pc105
E: XKBVARIANT=nodeadkeys

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: KEY=100000 0 0 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: NAME="Power Button"
E: PHYS="PNP0C0C/button/input0"
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4082923

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
E: DMI_VENDOR=ECS
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4257967
E: XKBLAYOUT=de
E: XKBMODEL=pc105
E: XKBVARIANT=nodeadkeys

P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PRODUCT=11/1/1/ab41
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=3936229

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: DMI_VENDOR=ECS
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4257298
E: XKBLAYOUT=de
E: XKBMODEL=pc105
E: XKBVARIANT=nodeadkeys

P: /devices/platform/i8042/serio1/input/input4
E: DEVPATH=/devices/platform/i8042/serio1/input/input4
E: EV=7
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=70000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0011v0002p0005e0055-e0,1,2,k110,111,112,r0,1,8,amlsfw
E: NAME="ImPS/2 Logitech Wheel Mouse"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/5/55
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=5133591

P: /devices/platform/i8042/serio1/input/input4/event4
N: input/event4
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/platform/i8042/serio1/input/input4/event4
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=5136266

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

P: /devices/platform/pcspkr/input/input3
E: DEVPATH=/devices/platform/pcspkr/input/input3
E: EV=40001
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PRODUCT=10/1f/1/100
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4844081

P: /devices/platform/pcspkr/input/input3/event3
N: input/event3
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/platform/pcspkr/input/input3/event3
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4849075


DRM Information from dmesg:
---------------------------
[    0.000000] AGP bridge at 00:00:00
[    0.000000] Aperture from AGP @ f0000000 old size 32 MB
[    0.000000] Aperture from AGP @ f0000000 size 32 MB (APSIZE 0)
[    0.000000] AGP bridge at 00:00:00
[    0.000000] Aperture from AGP @ f0000000 old size 32 MB
[    0.000000] Aperture from AGP @ f0000000 size 32 MB (APSIZE 0)
[    0.075682] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[    0.328866] agpgart-amd64 0000:00:00.0: AGP bridge [10de/00e1]
[ 0.328874] agpgart-amd64 0000:00:00.0: aperture size 4096 MB is not right, using settings from NB
[    0.328881] agpgart-amd64 0000:00:00.0: setting up Nforce3 AGP
[    0.332776] agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
[    0.414461] Linux agpgart interface v0.103
[    5.346394] [drm] Initialized drm 1.1.0 20060810
[ 5.520705] [drm] nouveau 0000:01:00.0: Detected an NV30 generation card (0x034200b1) [ 5.520844] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[    5.578005] [drm] nouveau 0000:01:00.0: ... appears to be valid
[    5.578350] [drm] nouveau 0000:01:00.0: BMP BIOS found
[    5.578353] [drm] nouveau 0000:01:00.0: BMP version 5.40
[    5.578356] [drm] nouveau 0000:01:00.0: Bios version 04.34.20.42
[ 5.578360] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 2.2 [ 5.578365] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 01000300 000088b8 [ 5.578369] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00000000 [ 5.578372] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02010310 000088b8 [ 5.578375] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 04010312 00000000 [ 5.578731] [drm] nouveau 0000:01:00.0: Loading NV17 power sequencing microcode [ 5.578736] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xEF40 [ 5.580769] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xF1B0 [ 5.580781] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xF2F6 [ 5.580834] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xF488 [ 5.580840] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xF4A5 [ 5.580846] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 5 at offset 0xF4C2 [ 5.597710] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 6 at offset 0xF646
[    5.619183] [drm] nouveau 0000:01:00.0: 0 available performance level(s)
[    5.619196] [drm] nouveau 0000:01:00.0: c: memory 405MHz core 249MHz
[    5.619359] [drm] nouveau 0000:01:00.0: Detected 64MiB VRAM
[    5.619523] agpgart-amd64 0000:00:00.0: AGP 3.0 bridge
[ 5.619540] agpgart: work_for_cpu tried to set rate=x12. Setting to AGP3 x8 mode. [ 5.619549] agpgart-amd64 0000:00:00.0: putting AGP V3 device into 8x mode
[    5.619581] nouveau 0000:01:00.0: putting AGP V3 device into 8x mode
[    5.619585] [drm] nouveau 0000:01:00.0: 128 MiB GART (aperture)
[    5.619640] [drm] nouveau 0000:01:00.0: Saving VGA fonts
[    5.678568] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    5.678571] [drm] No driver support for vblank timestamp query.
[ 5.680151] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga encoder (output 0) [ 5.680155] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on tmds encoder (output 1) [ 5.680159] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga encoder (output 2) [ 5.680162] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on tmds encoder (output 3) [ 5.934019] [drm] nouveau 0000:01:00.0: allocated 1280x1024 fb: 0x49000, bo ffff88001e7ccc00 [ 5.948501] [drm] nouveau 0000:01:00.0: 0xE091: Parsing digital output script table [ 5.948525] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on tmds encoder (output 1) [ 5.948529] [drm] nouveau 0000:01:00.0: Output DVI-I-1 is running on CRTC 0 using output A [ 5.958807] [drm] nouveau 0000:01:00.0: 0xE150: Parsing digital output script table [ 5.958829] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on tmds encoder (output 3) [ 5.958832] [drm] nouveau 0000:01:00.0: Output DVI-I-2 is running on CRTC 1 using output C
[    5.962590] drm: registered panic notifier
[ 5.962598] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xorg depends on:
ii  libgl1-mesa-dri              7.11.2-1
ii  libgl1-mesa-glx [libgl1]     7.11.2-1
ii  libglu1-mesa                 7.11.2-1
ii  x11-apps                     7.6+5
ii  x11-session-utils            7.6+2
ii  x11-utils                    7.6+4
ii  x11-xfs-utils                7.6+1
ii  x11-xkb-utils                7.6+4
ii  x11-xserver-utils            7.6+3
ii  xauth                        1:1.0.6-1
ii  xfonts-100dpi                1:1.0.3
ii  xfonts-75dpi                 1:1.0.3
ii  xfonts-base                  1:1.0.3
ii  xfonts-scalable              1:1.0.3-1
ii  xfonts-utils                 1:7.6+1
ii  xinit                        1.3.1-1
ii  xkb-data                     2.5-1
ii  xorg-docs-core               1:1.6-1
ii  xserver-xorg                 1:7.6+10
ii  xterm [x-terminal-emulator]  276-2

xorg recommends no packages.

Versions of packages xorg suggests:
pn  xorg-docs  <none>

Versions of packages xserver-xorg depends on:
ii  libc6                                        2.13-24
ii  x11-xkb-utils                                7.6+4
ii  xkb-data                                     2.5-1
ii  xserver-xorg-core                            2:1.11.3.901-2
ii  xserver-xorg-input-all                       1:7.6+10
ii  xserver-xorg-input-evdev [xorg-driver-input  1:2.6.0-2+b2
ii  xserver-xorg-input-synaptics [xorg-driver-i  1.5.0-2
ii  xserver-xorg-input-wacom [xorg-driver-input  0.12.0-1
ii  xserver-xorg-video-all                       1:7.6+10
ii  xserver-xorg-video-apm [xorg-driver-video]   1:1.2.3-2+b2
ii  xserver-xorg-video-ark [xorg-driver-video]   1:0.7.3-2+b2
ii  xserver-xorg-video-ati [xorg-driver-video]   1:6.14.3-2
ii  xserver-xorg-video-chips [xorg-driver-video  1:1.2.4-1+b2
ii  xserver-xorg-video-cirrus [xorg-driver-vide  1:1.3.2-4+b2
ii  xserver-xorg-video-fbdev [xorg-driver-video  1:0.4.2-4+b2
ii  xserver-xorg-video-geode [xorg-driver-video  2.11.13-2
ii  xserver-xorg-video-i128 [xorg-driver-video]  1:1.3.4-2+b2
ii  xserver-xorg-video-i740 [xorg-driver-video]  1:1.3.2-4+b2
ii  xserver-xorg-video-intel [xorg-driver-video  2:2.17.0-1
ii  xserver-xorg-video-mach64 [xorg-driver-vide  6.9.0-1+b1
ii  xserver-xorg-video-mga [xorg-driver-video]   1:1.4.13.dfsg-4
ii  xserver-xorg-video-neomagic [xorg-driver-vi  1:1.2.5-2+b2
ii xserver-xorg-video-nouveau [xorg-driver-vid 1:0.0.16+git20111201+b5534a1-1
ii  xserver-xorg-video-openchrome [xorg-driver-  1:0.2.904+svn920-1+b1
ii  xserver-xorg-video-r128 [xorg-driver-video]  6.8.1-5+b2
ii  xserver-xorg-video-radeon [xorg-driver-vide  1:6.14.3-2
ii  xserver-xorg-video-rendition [xorg-driver-v  1:4.2.4-2+b2
ii  xserver-xorg-video-s3 [xorg-driver-video]    1:0.6.3-4+b2
ii  xserver-xorg-video-s3virge [xorg-driver-vid  1:1.10.4-4+b2
ii  xserver-xorg-video-savage [xorg-driver-vide  1:2.3.3-1
ii  xserver-xorg-video-siliconmotion [xorg-driv  1:1.7.5-1+b2
ii  xserver-xorg-video-sis [xorg-driver-video]   1:0.10.3-3+b2
ii  xserver-xorg-video-sisusb [xorg-driver-vide  1:0.9.4-2+b2
ii  xserver-xorg-video-tdfx [xorg-driver-video]  1:1.4.3-4+b2
ii  xserver-xorg-video-trident [xorg-driver-vid  1:1.3.4-2+b2
ii  xserver-xorg-video-tseng [xorg-driver-video  1:1.2.4-2+b2
ii  xserver-xorg-video-vesa [xorg-driver-video]  1:2.3.0-7+b1
ii  xserver-xorg-video-vmware [xorg-driver-vide  1:11.0.99.901-1
ii  xserver-xorg-video-voodoo [xorg-driver-vide  1:1.2.4-2+b2

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri  7.11.2-1

-- no debconf information

Attachment: 2012-02-03_display-error.png
Description: PNG image


Reply to: