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

Bug#801090: xserver-xorg-core: Xserver doesn't start using systemD



Package: xserver-xorg-core
Version: 2:1.17.2-1.1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

Rebooting

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Just starting

   * What was the outcome of this action?

At syslog:
Oct  6 00:30:57 9398 org.xfce.FileManager[2916]: okular: Fatal IO error: client killed
Oct  6 00:30:57 9398 org.xfce.FileManager[2916]: XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
Oct  6 00:30:57 9398 org.xfce.FileManager[2916]: after 2698 requests (2695 known processed) with 0 events remaining.
Oct  6 00:30:57 9398 org.xfce.FileManager[2916]: Thunar: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
Oct  6 00:30:57 9398 org.xfce.FileManager[2916]: XIO:  fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server ":0.0"

X can be started perfectly with sysV, every time, all the time, constantly stable

   * What outcome did you expect instead?

Stable starting X

*** End of the template - remove these template lines ***


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Dec 13  2013 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2539480 Aug 11 12:09 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] (rev 02)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 3566 Jan  2  2014 /etc/X11/xorg.conf

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

Section "Files"
# RgbPath      "/etc/X11/rgb"
	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"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "GLcore"
	Load  "xtrap"
	Load  "record"
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"
#	HorizSync	81
#	Vertrefresh	75
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "82G33/G31 Express Integrated Graphics Controller"
	BusID       "PCI:0:2: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      "Default Screen"
#        Device          "Standardgrafikkarte"
        Device          "82G33/G31 Express Integrated Graphics Controller"
        Monitor         "Standardbildschirm"
        DefaultDepth    32
        SubSection      "Display"
                        Depth   16
                        Modes   "1280x1024" "1024x768"  "800x600"  "640x480"
        EndSubSection
        SubSection      "Display"
                        Depth   24
                #       Modes   "1024x768"  "800x600"  "640x480"
                        Modes   "1280x1024" "1024x768"  "800x600"  "640x480"
        EndSubSection
        SubSection      "Display"
                        Depth   32
                #       Modes   "1024x768"  "800x600"  "640x480"
                #       Modes   "1280x1024" "1024x768"  "800x600"  "640x480"
                        Modes   "1280x1024" 
        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 4.2.0-1-686-pae (debian-kernel@lists.debian.org) (gcc version 4.9.3 (Debian 4.9.3-4) ) #1 SMP Debian 4.2.1-2 (2015-09-27)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 17786 Jul 31 08:53 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 17038 Oct  6 09:09 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   744.534] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[   744.538] X Protocol Version 11, Revision 0
[   744.539] Build Operating System: Linux 3.16.0-4-amd64 i686 Debian
[   744.540] Current Operating System: Linux 9398 4.2.0-1-686-pae #1 SMP Debian 4.2.1-2 (2015-09-27) i686
[   744.540] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-1-686-pae root=UUID=51052b81-aa31-419e-8bb0-8a6ca7f0b466 ro vga=0x11a verbose
[   744.544] Build Date: 11 August 2015  10:03:42AM
[   744.546] xorg-server 2:1.17.2-1.1 (http://www.debian.org/support) 
[   744.547] Current version of pixman: 0.33.2
[   744.549] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   744.549] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   744.554] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct  6 08:08:20 2015
[   744.555] (==) Using config file: "/etc/X11/xorg.conf"
[   744.557] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   744.557] (==) ServerLayout "X.org Configured"
[   744.557] (**) |-->Screen "Screen0" (0)
[   744.557] (**) |   |-->Monitor "Monitor0"
[   744.557] (**) |   |-->Device "Card0"
[   744.557] (**) |-->Input Device "Mouse0"
[   744.557] (**) |-->Input Device "Keyboard0"
[   744.557] (==) Automatically adding devices
[   744.557] (==) Automatically enabling devices
[   744.557] (==) Automatically adding GPU devices
[   744.557] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   744.557] 	Entry deleted from font path.
[   744.557] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[   744.557] 	Entry deleted from font path.
[   744.557] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   744.557] 	Entry deleted from font path.
[   744.557] (**) 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,
	/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
[   744.557] (**) ModulePath set to "/usr/lib/xorg/modules"
[   744.557] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   744.557] (WW) Disabling Mouse0
[   744.557] (WW) Disabling Keyboard0
[   744.557] (II) Loader magic: 0x803606c0
[   744.557] (II) Module ABI versions:
[   744.557] 	X.Org ANSI C Emulation: 0.4
[   744.557] 	X.Org Video Driver: 19.0
[   744.557] 	X.Org XInput driver : 21.0
[   744.557] 	X.Org Server Extension : 9.0
[   744.558] (II) xfree86: Adding drm device (/dev/dri/card0)
[   744.559] (--) PCI:*(0:0:2:0) 8086:29c2:8086:29c2 rev 2, Mem @ 0xfeb00000/524288, 0xc0000000/268435456, 0xfe700000/1048576, I/O @ 0x0000d140/8
[   744.559] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   744.559] (II) LoadModule: "extmod"
[   744.559] (II) Module "extmod" already built-in
[   744.559] (II) LoadModule: "dbe"
[   744.559] (II) Module "dbe" already built-in
[   744.559] (II) LoadModule: "dri"
[   744.559] (II) Module "dri" already built-in
[   744.559] (II) LoadModule: "glx"
[   744.559] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   744.560] (II) Module glx: vendor="X.Org Foundation"
[   744.560] 	compiled for 1.17.2, module version = 1.0.0
[   744.560] 	ABI class: X.Org Server Extension, version 9.0
[   744.560] (==) AIGLX enabled
[   744.560] (II) LoadModule: "xtrap"
[   744.560] (WW) Warning, couldn't open module xtrap
[   744.560] (II) UnloadModule: "xtrap"
[   744.560] (II) Unloading xtrap
[   744.560] (EE) Failed to load module "xtrap" (module does not exist, 0)
[   744.560] (II) LoadModule: "record"
[   744.560] (II) Module "record" already built-in
[   744.560] (II) LoadModule: "intel"
[   744.560] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   744.560] (II) Module intel: vendor="X.Org Foundation"
[   744.560] 	compiled for 1.17.2, module version = 2.99.917
[   744.560] 	Module class: X.Org Video Driver
[   744.560] 	ABI class: X.Org Video Driver, version 19.0
[   744.560] (II) intel: Driver for Intel(R) 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
[   744.561] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[   744.561] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[   744.561] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[   744.561] (++) using VT number 6

[   744.561] (--) controlling tty is VT number 6, auto-enabling KeepTty
[   744.561] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150522
[   744.561] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917-2 (Vincent Cheng <vcheng@debian.org>)
[   744.561] (II) intel(0): SNA compiled for use with valgrind
[   744.561] (--) intel(0): Integrated Graphics Chipset: Intel(R) G33
[   744.561] (--) intel(0): CPU: x86, sse2, sse3, ssse3
[   744.561] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   744.561] (==) intel(0): RGB weight 888
[   744.561] (==) intel(0): Default visual is TrueColor
[   744.561] (II) intel(0): Output VGA1 using monitor section Monitor0
[   744.561] (II) intel(0): Enabled output VGA1
[   744.561] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   744.561] (II) intel(0): Output VIRTUAL1 has no monitor section
[   744.561] (II) intel(0): Enabled output VIRTUAL1
[   744.562] (--) intel(0): Output VGA1 using initial mode 1024x768 on pipe 0
[   744.562] (==) intel(0): TearFree disabled
[   744.562] (==) intel(0): DPI set to (96, 96)
[   744.562] (II) Loading sub module "dri2"
[   744.562] (II) LoadModule: "dri2"
[   744.562] (II) Module "dri2" already built-in
[   744.562] (II) Loading sub module "present"
[   744.562] (II) LoadModule: "present"
[   744.562] (II) Module "present" already built-in
[   744.562] (==) Depth 24 pixmap format is 32 bpp
[   744.562] (II) intel(0): SNA initialized with Alviso (gen3) backend
[   744.562] (==) intel(0): Backing store enabled
[   744.562] (==) intel(0): Silken mouse enabled
[   744.562] (II) intel(0): HW Cursor enabled
[   744.562] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   744.562] (==) intel(0): DPMS enabled
[   744.562] (==) intel(0): display hotplug detection enabled
[   744.562] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[   744.562] (II) intel(0): [DRI2] Setup complete
[   744.562] (II) intel(0): [DRI2]   DRI driver: i915
[   744.562] (II) intel(0): [DRI2]   VDPAU driver: i915
[   744.562] (II) intel(0): direct rendering: DRI2 enabled
[   744.562] (II) intel(0): hardware support for Present enabled
[   744.562] (--) RandR disabled
[   744.570] (II) SELinux: Disabled on system
[   744.574] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   744.574] (II) AIGLX: enabled GLX_ARB_create_context
[   744.574] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   744.574] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[   744.574] (II) AIGLX: enabled GLX_INTEL_swap_event
[   744.574] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   744.574] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   744.574] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   744.574] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   744.574] (II) AIGLX: Loaded and initialized i915
[   744.574] (II) GLX: Initialized DRI2 GL provider for screen 0
[   744.578] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[   744.579] (II) intel(0): Setting screen physical size to 270 x 203
[   744.633] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   744.633] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   744.633] (II) LoadModule: "evdev"
[   744.634] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   744.634] (II) Module evdev: vendor="X.Org Foundation"
[   744.634] 	compiled for 1.16.4, module version = 2.9.2
[   744.634] 	Module class: X.Org XInput Driver
[   744.634] 	ABI class: X.Org XInput driver, version 21.0
[   744.634] (II) Using input driver 'evdev' for 'Power Button'
[   744.634] (**) Power Button: always reports core events
[   744.634] (**) evdev: Power Button: Device: "/dev/input/event3"
[   744.634] (--) evdev: Power Button: Vendor 0 Product 0x1
[   744.634] (--) evdev: Power Button: Found keys
[   744.634] (II) evdev: Power Button: Configuring as keyboard
[   744.634] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   744.634] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   744.634] (**) Option "xkb_rules" "evdev"
[   744.634] (**) Option "xkb_model" "pc105"
[   744.634] (**) Option "xkb_layout" "de"
[   744.653] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[   744.653] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   744.653] (II) Using input driver 'evdev' for 'Video Bus'
[   744.653] (**) Video Bus: always reports core events
[   744.653] (**) evdev: Video Bus: Device: "/dev/input/event9"
[   744.653] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   744.653] (--) evdev: Video Bus: Found keys
[   744.653] (II) evdev: Video Bus: Configuring as keyboard
[   744.653] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
[   744.653] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   744.653] (**) Option "xkb_rules" "evdev"
[   744.653] (**) Option "xkb_model" "pc105"
[   744.653] (**) Option "xkb_layout" "de"
[   744.654] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   744.654] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   744.654] (II) Using input driver 'evdev' for 'Power Button'
[   744.654] (**) Power Button: always reports core events
[   744.654] (**) evdev: Power Button: Device: "/dev/input/event2"
[   744.654] (--) evdev: Power Button: Vendor 0 Product 0x1
[   744.654] (--) evdev: Power Button: Found keys
[   744.654] (II) evdev: Power Button: Configuring as keyboard
[   744.654] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[   744.654] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   744.654] (**) Option "xkb_rules" "evdev"
[   744.654] (**) Option "xkb_model" "pc105"
[   744.654] (**) Option "xkb_layout" "de"
[   744.655] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   744.655] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   744.655] (II) Using input driver 'evdev' for 'Sleep Button'
[   744.655] (**) Sleep Button: always reports core events
[   744.655] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[   744.655] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   744.655] (--) evdev: Sleep Button: Found keys
[   744.655] (II) evdev: Sleep Button: Configuring as keyboard
[   744.655] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   744.655] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   744.655] (**) Option "xkb_rules" "evdev"
[   744.655] (**) Option "xkb_model" "pc105"
[   744.655] (**) Option "xkb_layout" "de"
[   744.655] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
[   744.655] (II) No input driver specified, ignoring this device.
[   744.655] (II) This device may have been added with another device file.
[   744.656] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
[   744.656] (II) No input driver specified, ignoring this device.
[   744.656] (II) This device may have been added with another device file.
[   744.656] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event7)
[   744.656] (II) No input driver specified, ignoring this device.
[   744.656] (II) This device may have been added with another device file.
[   744.657] (II) config/udev: Adding input device A4Tech USB Mouse (/dev/input/event8)
[   744.657] (**) A4Tech USB Mouse: Applying InputClass "evdev pointer catchall"
[   744.657] (II) Using input driver 'evdev' for 'A4Tech USB Mouse'
[   744.657] (**) A4Tech USB Mouse: always reports core events
[   744.657] (**) evdev: A4Tech USB Mouse: Device: "/dev/input/event8"
[   744.657] (--) evdev: A4Tech USB Mouse: Vendor 0x9da Product 0xa
[   744.657] (--) evdev: A4Tech USB Mouse: Found 12 mouse buttons
[   744.657] (--) evdev: A4Tech USB Mouse: Found scroll wheel(s)
[   744.657] (--) evdev: A4Tech USB Mouse: Found relative axes
[   744.657] (--) evdev: A4Tech USB Mouse: Found x and y relative axes
[   744.657] (II) evdev: A4Tech USB Mouse: Configuring as mouse
[   744.657] (II) evdev: A4Tech USB Mouse: Adding scrollwheel support
[   744.657] (**) evdev: A4Tech USB Mouse: YAxisMapping: buttons 4 and 5
[   744.657] (**) evdev: A4Tech USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   744.657] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:09DA:000A.0001/input/input8/event8"
[   744.657] (II) XINPUT: Adding extended input device "A4Tech USB Mouse" (type: MOUSE, id 10)
[   744.657] (II) evdev: A4Tech USB Mouse: initialized for relative axes.
[   744.657] (**) A4Tech USB Mouse: (accel) keeping acceleration scheme 1
[   744.657] (**) A4Tech USB Mouse: (accel) acceleration profile 0
[   744.657] (**) A4Tech USB Mouse: (accel) acceleration factor: 2.000
[   744.657] (**) A4Tech USB Mouse: (accel) acceleration threshold: 4
[   744.658] (II) config/udev: Adding input device A4Tech USB Mouse (/dev/input/mouse0)
[   744.658] (II) No input driver specified, ignoring this device.
[   744.658] (II) This device may have been added with another device file.
[   744.658] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   744.658] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   744.658] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   744.658] (**) AT Translated Set 2 keyboard: always reports core events
[   744.658] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   744.658] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   744.658] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   744.658] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   744.658] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   744.658] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   744.658] (**) Option "xkb_rules" "evdev"
[   744.658] (**) Option "xkb_model" "pc105"
[   744.658] (**) Option "xkb_layout" "de"
[   744.659] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[   744.659] (II) No input driver specified, ignoring this device.
[   744.659] (II) This device may have been added with another device file.
[   820.956] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1164.553] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1164.553] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  1167.512] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1611.826] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1611.826] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  1614.376] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1854.354] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1854.354] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  2533.240] (II) AIGLX: Suspending AIGLX clients for VT switch
[  2650.003] (II) AIGLX: Resuming AIGLX clients after VT switch
[  2650.003] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  2837.492] (II) AIGLX: Suspending AIGLX clients for VT switch
[  2983.888] (II) AIGLX: Resuming AIGLX clients after VT switch
[  2983.888] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4432.804] (II) AIGLX: Suspending AIGLX clients for VT switch

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
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: TAGS=:seat:
E: USEC_INITIALIZED=15746765

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
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=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=15920566
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXVIDEO_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: KEY=3e000b 0 0 0 0 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PRODUCT=19/0/6/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=16734149

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9
N: input/event9
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=16772509
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
E: EV=3
E: ID_FOR_SEAT=input-acpi-PNP0C0C_00
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: TAGS=:seat:
E: USEC_INITIALIZED=15746307

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2
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=66
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=15901014
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
E: EV=3
E: ID_FOR_SEAT=input-acpi-PNP0C0E_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: KEY=4000 0 0 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PRODUCT=19/0/3/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=15641962

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=15876518
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input5
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input5
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: NAME="HDA Intel Rear Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: TAGS=:seat:
E: USEC_INITIALIZED=16672550

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input5/event5
N: input/event5
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input5/event5
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16696562

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input6
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input6
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfwD,
E: NAME="HDA Intel Line"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=2000
E: TAGS=:seat:
E: USEC_INITIALIZED=16697036

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input6/event6
N: input/event6
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input6/event6
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16724459

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input7
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel Line Out"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=16724965

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input7/event7
N: input/event7
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input7/event7
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16748426

P: /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:09DA:000A.0001/input/input8
E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:09DA:000A.0001/input/input8
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_2-usb-0_1_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Mouse
E: ID_MODEL_ENC=USB\x20Mouse
E: ID_MODEL_ID=000a
E: ID_PATH=pci-0000:00:1d.2-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1d_2-usb-0_1_1_0
E: ID_REVISION=0014
E: ID_SERIAL=A4Tech_USB_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=A4Tech
E: ID_VENDOR_ENC=A4Tech
E: ID_VENDOR_ID=09da
E: KEY=ff0000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0003v09DAp000Ae0110-e0,1,2,4,k110,111,112,113,114,115,116,117,r0,1,6,8,9,am4,lsfw
E: MSC=10
E: NAME="A4Tech USB Mouse"
E: PHYS="usb-0000:00:1d.2-1/input0"
E: PRODUCT=3/9da/a/110
E: PROP=0
E: REL=343
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=16727516

P: /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:09DA:000A.0001/input/input8/event8
N: input/event8
S: input/by-id/usb-A4Tech_USB_Mouse-event-mouse
S: input/by-path/pci-0000:00:1d.2-usb-0:1:1.0-event-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.2-usb-0:1:1.0-event-mouse /dev/input/by-id/usb-A4Tech_USB_Mouse-event-mouse
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:09DA:000A.0001/input/input8/event8
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Mouse
E: ID_MODEL_ENC=USB\x20Mouse
E: ID_MODEL_ID=000a
E: ID_PATH=pci-0000:00:1d.2-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1d_2-usb-0_1_1_0
E: ID_REVISION=0014
E: ID_SERIAL=A4Tech_USB_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=A4Tech
E: ID_VENDOR_ENC=A4Tech
E: ID_VENDOR_ID=09da
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16813231

P: /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:09DA:000A.0001/input/input8/mouse0
N: input/mouse0
S: input/by-id/usb-A4Tech_USB_Mouse-mouse
S: input/by-path/pci-0000:00:1d.2-usb-0:1:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-A4Tech_USB_Mouse-mouse /dev/input/by-path/pci-0000:00:1d.2-usb-0:1:1.0-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:09DA:000A.0001/input/input8/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Mouse
E: ID_MODEL_ENC=USB\x20Mouse
E: ID_MODEL_ID=000a
E: ID_PATH=pci-0000:00:1d.2-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1d_2-usb-0_1_1_0
E: ID_REVISION=0014
E: ID_SERIAL=A4Tech_USB_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=A4Tech
E: ID_VENDOR_ENC=A4Tech
E: ID_VENDOR_ID=09da
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16728704

P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_FOR_SEAT=input-platform-i8042-serio-0
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: TAGS=:seat:
E: USEC_INITIALIZED=917176

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: 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: USEC_INITIALIZED=16664640
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/platform/pcspkr/input/input4
E: DEVPATH=/devices/platform/pcspkr/input/input4
E: EV=40001
E: ID_FOR_SEAT=input-platform-pcspkr
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: TAGS=:seat:
E: USEC_INITIALIZED=15850189

P: /devices/platform/pcspkr/input/input4/event4
N: input/event4
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/platform/pcspkr/input/input4/event4
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: USEC_INITIALIZED=15944438


DRM Information from dmesg:
---------------------------
[    0.808147] Linux agpgart interface v0.103
[    0.808282] agpgart-intel 0000:00:00.0: Intel G33 Chipset
[    0.808332] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    0.809657] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.809809] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[   15.200334] [drm] Initialized drm 1.1.0 20060810
[   16.554328] [drm] Memory usable by graphics device = 512M
[   16.554372] [drm] Replacing VGA console driver
[   16.561239] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   16.561246] [drm] Driver supports precise vblank timestamp query.
[   16.562378] [drm] initialized overlay support
[   16.562582] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[   16.584838] fbcon: inteldrmfb (fb0) is primary device
[   16.623226] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 4.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration    1.133
ii  libaudit1                 1:2.4.4-3+b1
ii  libc6                     2.19-22
ii  libdrm2                   2.4.64-1
ii  libegl1-mesa              10.6.8-1
ii  libepoxy0                 1.3.1-1
ii  libgbm1                   10.6.8-1
ii  libgcrypt20               1.6.3-2
ii  libgl1-mesa-glx [libgl1]  10.6.8-1
ii  libpciaccess0             0.13.4-1
ii  libpixman-1-0             0.33.2-2
ii  libselinux1               2.3-2+b1
ii  libudev1                  226-3
ii  libxau6                   1:1.0.8-1
ii  libxdmcp6                 1:1.1.2-1
ii  libxfont1                 1:1.5.1-1
ii  libxshmfence1             1.2-1
ii  udev                      226-3
ii  xserver-common            2:1.17.2-1.1

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

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi    1:1.0.4+nmu1
ii  xfonts-75dpi     1:1.0.4+nmu1
ii  xfonts-scalable  1:1.0.3-1.1

-- no debconf information

maybe too much information, HTH


Reply to: