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

Bug#697532: xserver-xorg-video-mga: refuses to start when matroxfb is active



Package: xserver-xorg-video-mga
Version: 1:1.5.0-2
Severity: important

Dear Maintainer,

The check introduced in -2 to not start the driver when the g200se KMS
module is active, is too broad: apparently it only checks whether the
device is claimed by any other driver -- but that is also the case when
matroxfb is active, which should *not* prevent mga from starting.

-antrik-


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jul 18  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2027892 Nov 29 21:58 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
02:00.0 VGA compatible controller [0300]: Matrox Electronics Systems Ltd. MGA G400/G450 [102b:0525] (rev 82)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 8717 Dec  9 07:24 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.

Section "InputDevice"
	Identifier	"Custom Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de_alt"
EndSection

Section "InputDevice"
	Identifier	"Custom Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/gpmdata"
	Option		"Protocol"		"IntelliMouse"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"notexG450"
	Driver		"mga"
	Option		"UseFBDev" "off"
	Option		"HWCursor" "off"
	#Option		"TexturedVideo" "on"
	#Option		"AccelMethod" "EXA"
EndSection

Section "Device"
	Identifier	"G450"
	Driver		"mga"
	Option		"UseFBDev" "off"
	Option		"HWCursor" "off"
	Option		"TexturedVideo" "on"
	Option		"AccelMethod" "XAA"
EndSection

Section "Device"
	Identifier	"Mystique"
	Driver		"mga"
	Option		"UseFBDev" "off"
EndSection

Section "Monitor"
	Identifier	"900IFT"
	HorizSync	30-98
	VertRefresh	60-160
	Option		"DPMS"

    Mode "640x480"
        # D: 39.909 MHz, H: 47.968 kHz, V: 89.995 Hz
        DotClock 39.910
        HTimings 640 672 712 832
        VTimings 480 505 519 533
        Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel
    EndMode

    Mode "704x528"
        # D: 58.824 MHz, H: 62.313 kHz, V: 111.273 Hz
        DotClock 58.825
        HTimings 704 752 816 944
        VTimings 528 529 559 560
        Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel
    EndMode

    Mode "768x576"
        # D: 44.248 MHz, H: 44.605 kHz, V: 73.122 Hz
        DotClock 44.249
        HTimings 768 792 872 992
        VTimings 576 576 600 610
        Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel
    EndMode

    Mode "896x672"
        # D: 90.909 MHz, H: 75.256 kHz, V: 106.898 Hz
        DotClock 90.910
        HTimings 896 960 1024 1208
        VTimings 672 673 703 704
        Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel
    EndMode

    Mode "960x720"
        # D: 100.000 MHz, H: 79.365 kHz, V: 104.980 Hz
        DotClock 100.001
        HTimings 960 1008 1088 1260
        VTimings 720 721 755 756
        Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel
    EndMode

    Mode "1152x864"
        # D: 149.254 MHz, H: 96.169 kHz, V: 103.407 Hz
        DotClock 149.255
        HTimings 1152 1232 1360 1552
        VTimings 864 865 929 930
        Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel
    EndMode

    Mode "1280x960"
        # D: 161.290 MHz, H: 94.654 kHz, V: 92.435 Hz
        DotClock 161.291
        HTimings 1280 1368 1496 1704
        VTimings 960 961 1025 1026
        Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel
    EndMode

    Mode "1440x1080"
        # D: 169.981 MHz, H: 90.802 kHz, V: 81.951 Hz
        DotClock 169.982
        HTimings 1440 1512 1656 1872
        VTimings 1080 1080 1104 1108
        Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel
    EndMode

    Mode "1440x1080"
        # D: 179.695 MHz, H: 95.991 kHz, V: 86.634 Hz
        DotClock 179.696
        HTimings 1440 1512 1656 1872
        VTimings 1080 1081 1104 1108
        Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel
    EndMode
EndSection

Section "Screen"
	Identifier	"notexScreen"
	Device		"notexG450"
	Monitor		"900IFT"
	DefaultDepth	24
	DefaultFbBpp	32
	SubSection "Display"
		Depth		8
		Modes		"1280x960" "1152x864" "1024x768" "960x720" "800x600" "768x576" "640x480" #"1440x1080"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x960" "1152x864" "1024x768" "960x720" "800x600" "768x576" "640x480" #"1440x1080"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x960" "1152x864" "1024x768" "960x720" "800x600" "768x576" "640x480" #"1440x1080"
	EndSubSection
	SubSection "Display"
		Depth		24
		FbBpp		24
		Modes		"1280x960" "1152x864" "1024x768" "960x720" "800x600" "768x576" "640x480" #"1440x1080"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Custom Screen"
	Device		"G450"
	Monitor		"900IFT"
	DefaultDepth	24
	DefaultFbBpp	32
	SubSection "Display"
		Depth		8
		Modes		"1280x960" "1152x864" "1024x768" "960x720" "800x600" "768x576" "640x480" #"1440x1080"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x960" "1152x864" "1024x768" "960x720" "800x600" "768x576" "640x480" #"1440x1080"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x960" "1152x864" "1024x768" "960x720" "896x672" "800x600" "768x576" "704x528" "640x480" #"1440x1080"
	EndSubSection
	SubSection "Display"
		Depth		24
		FbBpp		24
		Modes		"1280x960" "1152x864" "1024x768" "960x720" "800x600" "768x576" "640x480" #"1440x1080"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Custom Layout"
	Screen		"Custom Screen"
	InputDevice	"Custom Keyboard"
	InputDevice	"Custom Mouse"
EndSection

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/CID"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"extmod"
	Load	"freetype"
	Load	"type1"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"alt"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/gpmdata"
	Option		"Protocol"		"MouseSystems"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Matrox Mystique220"
	Driver		"mga"
EndSection

Section "Monitor"
	Identifier	"Samsung 900IFT"
	HorizSync	30-98
	VertRefresh	60-160
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Matrox Mystique220"
	Monitor		"Samsung 900IFT"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

### END DEBCONF SECTION


Section "Files"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	#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/misc"
EndSection

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

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 3.2.21antrik1 (unknown) (olaf@sky.local) (gcc version 4.6.2 (Debian 4.6.2-4) ) #2 PREEMPT Fri Jul 27 21:23:07 CEST 2012

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 45606 Jan  2 09:40 /var/log/Xorg.1.log
-rw-r--r-- 1 root root  7194 Jan  6 16:45 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[1123354.181] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[1123354.182] X Protocol Version 11, Revision 0
[1123354.182] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[1123354.182] Current Operating System: Linux sky.local 3.2.21antrik1 #2 PREEMPT Fri Jul 27 21:23:07 CEST 2012 i686
[1123354.182] Kernel command line: root=/dev/sda5 video=matroxfb:vesa:0x107,pixclock:6200,xres:1280,yres:960,left:208,right:88,upper:0,lower:0,hslen:128,vslen:64 
[1123354.183] Build Date: 29 November 2012  08:52:43PM
[1123354.183] xorg-server 2:1.12.4-4 (Julien Cristau <jcristau@debian.org>) 
[1123354.183] Current version of pixman: 0.26.0
[1123354.184] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[1123354.184] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[1123354.185] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan  6 16:45:54 2013
[1123354.208] (==) Using config file: "/etc/X11/xorg.conf"
[1123354.209] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[1123354.214] (==) ServerLayout "Custom Layout"
[1123354.214] (**) |-->Screen "Custom Screen" (0)
[1123354.214] (**) |   |-->Monitor "900IFT"
[1123354.215] (**) |   |-->Device "G450"
[1123354.215] (**) |-->Input Device "Custom Keyboard"
[1123354.215] (**) |-->Input Device "Custom Mouse"
[1123354.215] (==) Automatically adding devices
[1123354.215] (==) Automatically enabling devices
[1123354.215] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[1123354.215] 	Entry deleted from font path.
[1123354.298] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[1123354.298] 	Entry deleted from font path.
[1123354.298] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[1123354.298] 	Entry deleted from font path.
[1123354.299] (**) FontPath set to:
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/misc,
	/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
[1123354.299] (==) ModulePath set to "/usr/lib/xorg/modules"
[1123354.299] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[1123354.299] (WW) Disabling Custom Keyboard
[1123354.299] (WW) Disabling Custom Mouse
[1123354.299] (II) Loader magic: 0xb77c25a0
[1123354.299] (II) Module ABI versions:
[1123354.299] 	X.Org ANSI C Emulation: 0.4
[1123354.299] 	X.Org Video Driver: 12.1
[1123354.299] 	X.Org XInput driver : 16.0
[1123354.299] 	X.Org Server Extension : 6.0
[1123354.300] (--) PCI:*(0:2:0:0) 102b:0525:102b:0d41 rev 130, Mem @ 0xd8000000/33554432, 0xd4000000/16384, 0xd5000000/8388608, BIOS @ 0x????????/131072
[1123354.300] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[1123354.301] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[1123354.301] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[1123354.301] (II) "glx" will be loaded by default.
[1123354.301] (II) "record" will be loaded by default.
[1123354.301] (II) "dri" will be loaded by default.
[1123354.301] (II) "dri2" will be loaded by default.
[1123354.301] (II) LoadModule: "dbe"
[1123354.309] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[1123354.328] (II) Module dbe: vendor="X.Org Foundation"
[1123354.328] 	compiled for 1.12.4, module version = 1.0.0
[1123354.328] 	Module class: X.Org Server Extension
[1123354.328] 	ABI class: X.Org Server Extension, version 6.0
[1123354.328] (II) Loading extension DOUBLE-BUFFER
[1123354.328] (II) LoadModule: "extmod"
[1123354.329] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[1123354.330] (II) Module extmod: vendor="X.Org Foundation"
[1123354.330] 	compiled for 1.12.4, module version = 1.0.0
[1123354.330] 	Module class: X.Org Server Extension
[1123354.330] 	ABI class: X.Org Server Extension, version 6.0
[1123354.330] (II) Loading extension SELinux
[1123354.330] (II) Loading extension MIT-SCREEN-SAVER
[1123354.330] (II) Loading extension XFree86-VidModeExtension
[1123354.330] (II) Loading extension XFree86-DGA
[1123354.330] (II) Loading extension DPMS
[1123354.330] (II) Loading extension XVideo
[1123354.330] (II) Loading extension XVideo-MotionCompensation
[1123354.330] (II) Loading extension X-Resource
[1123354.330] (II) LoadModule: "glx"
[1123354.331] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[1123354.343] (II) Module glx: vendor="X.Org Foundation"
[1123354.343] 	compiled for 1.12.4, module version = 1.0.0
[1123354.344] 	ABI class: X.Org Server Extension, version 6.0
[1123354.344] (==) AIGLX enabled
[1123354.352] (II) Loading extension GLX
[1123354.352] (II) LoadModule: "record"
[1123354.353] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[1123354.353] (II) Module record: vendor="X.Org Foundation"
[1123354.353] 	compiled for 1.12.4, module version = 1.13.0
[1123354.353] 	Module class: X.Org Server Extension
[1123354.353] 	ABI class: X.Org Server Extension, version 6.0
[1123354.353] (II) Loading extension RECORD
[1123354.353] (II) LoadModule: "dri"
[1123354.354] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[1123354.355] (II) Module dri: vendor="X.Org Foundation"
[1123354.355] 	compiled for 1.12.4, module version = 1.0.0
[1123354.355] 	ABI class: X.Org Server Extension, version 6.0
[1123354.355] (II) Loading extension XFree86-DRI
[1123354.355] (II) LoadModule: "dri2"
[1123354.355] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[1123354.356] (II) Module dri2: vendor="X.Org Foundation"
[1123354.356] 	compiled for 1.12.4, module version = 1.2.0
[1123354.356] 	ABI class: X.Org Server Extension, version 6.0
[1123354.356] (II) Loading extension DRI2
[1123354.356] (II) LoadModule: "mga"
[1123354.356] (II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so
[1123354.356] (II) Module mga: vendor="X.Org Foundation"
[1123354.356] 	compiled for 1.12.1.902, module version = 1.5.0
[1123354.356] 	Module class: X.Org Video Driver
[1123354.356] 	ABI class: X.Org Video Driver, version 12.0
[1123354.357] (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI,
	mgag200 SE A PCI, mgag200 SE B PCI, mgag200 EV Maxim,
	mgag200 ER SH7757, mgag200 eW Nuvoton, mgag200eH, mgag400, mgag550
[1123354.357] (--) using VT number 9

[1123354.364] (EE) mga: The PCI device 0x525 at 02@00:00:0 has a kernel module claiming it.
[1123354.364] (EE) mga: This driver cannot operate until it has been unloaded.
[1123354.364] (EE) No devices detected.
[1123354.364] 
Fatal server error:
[1123354.364] no screens found
[1123354.364] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[1123354.364] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[1123354.365] 

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
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=4581338

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
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=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4629402
E: XKBLAYOUT=de_alt
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
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=4590862

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0
N: input/event0
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0
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=64
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4746836
E: XKBLAYOUT=de_alt
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/platform/i8042/serio0/input/input3
E: DEVPATH=/devices/platform/i8042/serio0/input/input3
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=4841143

P: /devices/platform/i8042/serio0/input/input3/event3
N: input/event3
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/event3
E: DEVPATH=/devices/platform/i8042/serio0/input/input3/event3
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=67
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4881661
E: XKBLAYOUT=de_alt
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp

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:b0011v0002p0005e0000-e0,1,2,k110,111,112,r0,1,8,amlsfw
E: NAME="ImPS/2 Generic Wheel Mouse"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/5/0
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4854810

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=4896303

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=4892499

P: /devices/platform/pcspkr/input/input2
E: DEVPATH=/devices/platform/pcspkr/input/input2
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=4856933

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


DRM Information from dmesg:
---------------------------


-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.21antrik1 (PREEMPT)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-video-mga depends on:
ii  libc6                                  2.13-37
ii  xserver-xorg-core [xorg-video-abi-12]  2:1.12.4-4

xserver-xorg-video-mga recommends no packages.

Versions of packages xserver-xorg-video-mga suggests:
pn  firmware-linux  <none>

-- no debconf information


Reply to: