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

Bug#613241: marked as done (xserver-xorg-video-intel: rendering corruptions if "tiling" is enabled on)



Your message dated Wed, 23 Feb 2011 01:10:35 +0100
with message-id <20110223001035.GA29936@debian.org>
and subject line Re: Bug#613241: xserver-xorg-video-intel: rendering corruptions if "tiling" is enabled on
has caused the Debian Bug report #613241,
regarding xserver-xorg-video-intel: rendering corruptions if "tiling" is enabled on
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
613241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613241
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---

Package: xserver-xorg-video-intel
Version: 2:2.13.0-5
Severity: important


Leaving the "Tiling" option of the intel driver enabled in xorg.conf results in massive flicker in Xv overlays and spurious rendering errors. It makes most multimedia packages
unusable, and renders a couple of applications useless.

This seems to happen under at least the following conditions:

*) panning is disabled, and frame buffer size equals native screen size - or -
*) screen width is 1024 (probably an even power of two).

The following workarounds exist:

*) Set Option "Tiling" to "false" in xorg.conf - or -
*) use xrandr to set the frame buffer size larger than 1024.

Note that setting the frame buffer height larger than 768 (the native screen size) does not
help.

Chip set is (see below) an intel 945GM, kernel version is 2.6.32.28.

Note that this bug may be a duplicate of

610540,558396,554427,574606,596085,600041,481036,596781 or 603142

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Aug 25  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1889440 Jan 12 04:12 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5124 Feb 12 11:15 /etc/X11/xorg.conf

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

Section "Files"
        FontPath        "unix/:7100"
        FontPath        "unix/:7101"
        FontPath        "/usr/share/fonts/X11/misc"
        #FontPath       "/usr/X11R6/lib/X11/fonts/misc"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        #FontPath       "/var/lib/defoma/gs.d/dirs/fonts"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
        Load    "synaptics"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
# Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
        Option          "SendCoreEvents"        "on"
        Option          "XkbRules"              "xorg"
        Option          "XkbModel"              "pc105"
        Option          "XkbLayout"             "de"
        Option          "XkbVariant"            "thor"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "on"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
Option "Device" "/dev/input/by-path/platform-i8042/serio-4-event-mouse"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
        Option          "SHMConfig"             "on"
        Option          "UpDownScrolling"       "off"
        Option          "MaxTapTime"            "200"
        Option          "MaxDoubleTapTime"      "400"
        Option          "FastTaps"              "on"
        Option          "FingerHigh"            "60"
        Option          "PalmDetect"            "on"
        Option          "PalmMinWidth"  "6"
        Option          "LockedDrags"           "off"
EndSection


Section "InputDevice"
        Identifier      "stylus"
        Driver          "wacom"
        Option          "Device"                "/dev/ttyS0"
        Option          "InputFashion"          "Pen"
        Option          "Name"                  "c100"
        Option          "ForceDevice"           "ISDV4"
        Option          "SendCoreEvents"        "true"
        Option          "Type"                  "stylus"
        Option          "Mode"                  "absolute"
        Option          "Vendor"                "Wacom"
        Option          "TopX"                  "0"
        Option          "TopY"                  "0"
        Option          "BottomX"               "49152"
        Option          "BottomY"               "36864"
EndSection

Section "InputDevice"
        Identifier      "cursor"
        Driver          "wacom"
        Option          "Device"                "/dev/ttyS0"
        Option          "InputFashion"          "Tablet"
        Option          "Name"                  "c100"
        Option          "ForceDevice"           "ISDV4"
        Option          "SendCoreEvents"        "true"
        Option          "Type"                  "cursor"
        Option          "Mode"                  "absolute"
        Option          "Vendor"                "Wacom"
        Option          "TopX"                  "0"
        Option          "TopY"                  "0"
        Option          "BottomX"               "49152"
        Option          "BottomY"               "36864"
EndSection

Section "InputDevice"
        Identifier      "eraser"
        Driver          "wacom"
        Option          "Device"                "/dev/ttyS0"
        Option          "InputFashion"          "Eraser"
        Option          "Name"                  "c100"
        Option          "ForceDevice"           "ISDV4"
        Option          "SendCoreEvents"        "true"
        Option          "Type"                  "eraser"
        Option          "Mode"                  "absolute"
        Option          "Vendor"                "Wacom"
        Option          "TopX"                  "0"
        Option          "TopY"                  "0"
        Option          "BottomX"               "49152"
        Option          "BottomY"               "36864"
EndSection


Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
        Driver          "intel"
# Option "Tiling" "false" <-- enable this to fix the problem.
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm"
        Option          "DPMS"
        DisplaySize     600 450
EndSection

Section "Screen"
        Identifier      "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "1280x1024" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "1280x1024" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "1280x1024" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "1280x1024" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "1280x1024" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "1280x1024" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           32
                Modes           "1024x768" "1280x1024" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
        InputDevice     "cursor"
        InputDevice     "stylus"
        InputDevice     "eraser"
EndSection

Section "ServerFlags"
        Option          "DontZap"                       "off"
        Option          "DontVTSwitch"                  "off"
        Option          "DontZoom"                      "off"
        Option          "DisableVidModeExtension"       "off"
        Option          "VTSysReq"                      "on"
        Option          "PC98"                          "off"
        Option          "AutoAddDevices"                "off"
        Option          "AutoEnableDevices"             "off"
        Option          "DefaultServerLayout"           "Default Layout"
EndSection

Section "DRI"
        Mode    0666
EndSection


Kernel version (/proc/version):
Linux version 2.6.32.28 (root@aroree) (gcc version 4.4.5 (Debian 4.4.5-8) ) #2 SMP Thu Feb 10 14:16:36 CET 2011

Xorg X server log files on system:
-rw-r--r-- 1 root root 31128 Feb 11 17:38 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 30229 Feb 12 11:22 /var/log/Xorg.1.0.log
-rw-r--r-- 1 root root 33920 Feb 12 11:23 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux aroree 2.6.32.28 #2 SMP Thu Feb 10 14:16:36 CET 2011 x86_64
Kernel command line: root=/dev/sda6 ro resume=/dev/sda5
Build Date: 12 January 2011  02:59:50AM
xorg-server 2:1.7.7-11 (Cyril Brulebois <kibi@debian.org>)
Current version of pixman: 0.16.4
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 12 11:15:54 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(**) Option "defaultserverlayout" "Default Layout"
(**) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) | |-->Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(**) |-->Input Device "cursor"
(**) |-->Input Device "stylus"
(**) |-->Input Device "eraser"
(**) Option "DontVTSwitch" "off"
(**) Option "DontZoom" "off"
(**) Option "DisableVidModeExtension" "off"
(**) Option "VTSysReq" "on"
(**) Option "PC98" "off"
(**) Option "AutoAddDevices" "off"
(**) Option "AutoEnableDevices" "off"
(**) Not automatically adding devices
(**) Not automatically enabling devices
(**) VTSysReq enabled
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        unix/:7100,
        unix/:7101,
        /usr/share/fonts/X11/misc,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
        Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
        Using the first keyboard device.
(II) Loader magic: 0x7c8a00
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 6.0
        X.Org XInput driver : 7.0
        X.Org Server Extension : 2.0
(++) using VT number 8

(--) PCI:*(0:0:2:0) 8086:27a2:10cf:1380 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf0300000/524288, 0xe0000000/268435456, 0xf0400000/262144, I/O @ 0x00001800/8 (--) PCI: (0:0:2:1) 8086:27a6:10cf:1380 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf0380000/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.1.0
        ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
        compiled for 1.7.6.901, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 2.13.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.4.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.5.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
        compiled for 1.7.6.901, module version = 0.10.5
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
        Sandybridge, Sandybridge
(II) Primary Device is: PCI 00@00:02:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: Interface 1.4 failed, trying 1.1
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "Tiling" "false"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"
(**) intel(0): Tiling disabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): video overlay key set to 0x101fe
(II) intel(0): Output VGA1 using monitor section Standardbildschirm
(II) intel(0): Output LVDS1 has no monitor section
(II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
(II) intel(0): Output DVI1 has no monitor section
(II) intel(0): Output TV1 has no monitor section
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "680x384" (doublescan mode not supported) (II) intel(0): Not using default mode "680x384" (doublescan mode not supported) (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) (II) intel(0): Not using default mode "720x450" (doublescan mode not supported) (II) intel(0): Not using default mode "800x512" (doublescan mode not supported) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "960x540" (doublescan mode not supported) (II) intel(0): Not using default mode "960x600" (doublescan mode not supported) (II) intel(0): Not using default mode "320x175" (doublescan mode not supported) (II) intel(0): Not using default mode "320x200" (doublescan mode not supported) (II) intel(0): Not using default mode "360x200" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x1024" (hsync out of range)
(II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (hsync out of range)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (hsync out of range)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
(II) intel(0): Not using default mode "1792x1344" (hsync out of range)
(II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
(II) intel(0): Not using default mode "1856x1392" (hsync out of range)
(II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1440" (hsync out of range)
(II) intel(0): Not using default mode "960x720" (doublescan mode not supported) (II) intel(0): Not using default mode "416x312" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (hsync out of range)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (hsync out of range)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x512" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (hsync out of range)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "960x540" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1440" (hsync out of range)
(II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using default mode "2048x1536" (hsync out of range)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) intel(0): Not using default mode "2048x1536" (hsync out of range)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) intel(0): Not using default mode "2048x1536" (hsync out of range)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1248 768 771 777 868 (52.1 kHz) (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) intel(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "1024x768"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz) (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz) (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz) (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output DVI1
(II) intel(0): EDID for output TV1
(II) intel(0): Output VGA1 disconnected
(II) intel(0): Output LVDS1 connected
(II) intel(0): Output DVI1 disconnected
(II) intel(0): Output TV1 disconnected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output LVDS1 using initial mode 1024x768
(II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(**) intel(0): Display dimensions: (600, 450) mm
(**) intel(0): DPI set to (43, 43)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(==) Depth 24 pixmap format is 32 bpp
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): [DRI2] Setup complete
(II) intel(0): Allocated new frame buffer 1024x768 stride 4096, untiled
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(II)         put_image
(II)         get_image
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): direct rendering: DRI2 Enabled
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 270 x 203
(**) Option "SendCoreEvents" "on"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Generic Keyboard: XkbLayout: "de"
(**) Option "XkbVariant" "thor"
(**) Generic Keyboard: XkbVariant: "thor"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(**) Configured Mouse: (accel) keeping acceleration scheme 1
(**) Configured Mouse: (accel) acceleration profile 0
(**) Configured Mouse: (accel) acceleration factor: 2.000
(**) Configured Mouse: (accel) acceleration threshold: 4
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Synaptics touchpad driver version 1.2.2
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(II) Synaptics Touchpad: x-axis range 1472 - 5472
(II) Synaptics Touchpad: y-axis range 1408 - 4448
(II) Synaptics Touchpad: pressure range 0 - 255
(II) Synaptics Touchpad: finger width range 0 - 0
(II) Synaptics Touchpad: buttons: left right middle double triple
(**) Option "SHMConfig" "on"
(**) Option "FingerHigh" "60"
(**) Option "MaxTapTime" "200"
(**) Option "MaxDoubleTapTime" "400"
(**) Option "FastTaps" "on"
(**) Option "HorizScrollDelta" "0"
(**) Option "UpDownScrolling" "off"
(**) Option "LockedDrags" "off"
(**) Option "PalmDetect" "on"
(**) Option "PalmMinWidth" "6"
(--) Synaptics Touchpad: touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: TOUCHPAD)
(**) Synaptics Touchpad: (accel) keeping acceleration scheme 1
(**) Synaptics Touchpad: (accel) acceleration profile 0
(**) Synaptics Touchpad: (accel) acceleration factor: 2.000
(**) Synaptics Touchpad: (accel) acceleration threshold: 4
(--) Synaptics Touchpad: touchpad found
(**) Option "Device" "/dev/ttyS0"
(**) Option "SendCoreEvents" "true"
(**) cursor: always reports core events
(**) Option "Mode" "absolute"
(**) Option "TopX" "0"
(**) Option "TopY" "0"
(**) Option "BottomX" "49152"
(**) Option "BottomY" "36864"
(II) XINPUT: Adding extended input device "cursor" (type: CURSOR)
(**) Option "StopBits" "1"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "10"
(**) Option "FlowControl" "Xoff"
(WW) cursor: Waited too long for answer (failed after 3 tries).
(WW) cursor: Waited too long for answer (failed after 3 tries).
(II) cursor: serial tablet id 0x90.
(--) cursor: using pressure threshold of 27 for button 1
(--) cursor: Wacom General ISDV4 tablet speed=38400 maxX=24576 maxY=18432 maxZ=127 resX=2540 resY=2540 tilt=disabled (--) cursor: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540
(**) Option "Device" "/dev/ttyS0"
(**) Option "SendCoreEvents" "true"
(**) stylus: always reports core events
(**) Option "Mode" "absolute"
(**) Option "TopX" "0"
(**) Option "TopY" "0"
(**) Option "BottomX" "49152"
(**) Option "BottomY" "36864"
(II) XINPUT: Adding extended input device "stylus" (type: STYLUS)
(--) stylus: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540
(**) Option "Device" "/dev/ttyS0"
(**) Option "SendCoreEvents" "true"
(**) eraser: always reports core events
(**) Option "Mode" "absolute"
(**) Option "TopX" "0"
(**) Option "TopY" "0"
(**) Option "BottomX" "49152"
(**) Option "BottomY" "36864"
(II) XINPUT: Adding extended input device "eraser" (type: ERASER)
(--) eraser: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(**) Configured Mouse: (accel) keeping acceleration scheme 1
(**) Configured Mouse: (accel) acceleration profile 0
(**) Configured Mouse: (accel) acceleration factor: 2.000
(**) Configured Mouse: (accel) acceleration threshold: 4
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(**) Option "SendCoreEvents" "on"
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Generic Keyboard: XkbLayout: "de"
(**) Option "XkbVariant" "thor"
(**) Generic Keyboard: XkbVariant: "thor"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) config/udev: Adding input device Power Button (/dev/input/event3)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Fujitsu FUJ02E3 (/dev/input/event8)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Video Bus (/dev/input/event4)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Fujitsu FUJ02B1 (/dev/input/event7)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Power Button (/dev/input/event1)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Lid Switch (/dev/input/event0)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Sleep Button (/dev/input/event2)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device HID 04d9:1133 (/dev/input/event11)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device HID 04d9:1133 (/dev/input/mouse1)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Fujitsu Application Panel buttons (/dev/input/event10)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device PC Speaker (/dev/input/event6)
(II) AutoAddDevices is off - not adding device.
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(--) Synaptics Touchpad: touchpad found
(WW) cursor: Waited too long for answer (failed after 3 tries).
(WW) cursor: Waited too long for answer (failed after 3 tries).
(II) cursor: serial tablet id 0x90.
(--) cursor: Wacom General ISDV4 tablet speed=38400 maxX=24576 maxY=18432 maxZ=127 resX=2540 resY=2540 tilt=disabled (--) cursor: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540 (--) stylus: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540 (--) eraser: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) intel(0): Allocated new frame buffer 2048x1536 stride 8192, untiled
(II) intel(0): Allocated new frame buffer 1024x768 stride 4096, untiled
(II) intel(0): Allocated new frame buffer 1024x768 stride 4096, untiled
(II) intel(0): Allocated new frame buffer 1024x768 stride 4096, untiled
(II) intel(0): Allocated new frame buffer 2048x1536 stride 8192, untiled
(II) intel(0): Allocated new frame buffer 1024x768 stride 4096, untiled
(II) intel(0): Allocated new frame buffer 1024x768 stride 4096, untiled
(II) intel(0): Allocated new frame buffer 1024x768 stride 4096, untiled
(II) intel(0): Allocated new frame buffer 2048x1536 stride 8192, untiled
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(--) Synaptics Touchpad: touchpad found
(WW) cursor: Waited too long for answer (failed after 3 tries).
(WW) cursor: Waited too long for answer (failed after 3 tries).
(II) cursor: serial tablet id 0x90.
(--) cursor: Wacom General ISDV4 tablet speed=38400 maxX=24576 maxY=18432 maxZ=127 resX=2540 resY=2540 tilt=disabled (--) cursor: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540 (--) stylus: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540 (--) eraser: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(--) Synaptics Touchpad: touchpad found
(WW) cursor: Waited too long for answer (failed after 3 tries).
(WW) cursor: Waited too long for answer (failed after 3 tries).
(II) cursor: serial tablet id 0x90.
(--) cursor: Wacom General ISDV4 tablet speed=38400 maxX=24576 maxY=18432 maxZ=127 resX=2540 resY=2540 tilt=disabled (--) cursor: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540 (--) stylus: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540 (--) eraser: top X=0 top Y=0 bottom X=49152 bottom Y=36864 resol X=2540 resol Y=2540
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) 3rd Button detected: disabling emulate3Button
(II) 3rd Button detected: disabling emulate3Button

udev information:
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
S: char/13:67
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:menu,terminate:ctrl_alt_bksp
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:67

P: /devices/LNXSYSTM:00/LNXSYBUS:00/FUJ02E3:00/input/input8/event8
N: input/event8
S: char/13:72
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/FUJ02E3:00/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:menu,terminate:ctrl_alt_bksp
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:72

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4
N: input/event4
S: char/13:68
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:menu,terminate:ctrl_alt_bksp
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:68

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/FUJ02B1:00/input/input7/event7
N: input/event7
S: char/13:71
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/FUJ02B1:00/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:menu,terminate:ctrl_alt_bksp
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:71

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1
N: input/event1
S: char/13:65
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:menu,terminate:ctrl_alt_bksp
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:65

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0/event0
N: input/event0
S: char/13:64
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:64

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2
N: input/event2
S: char/13:66
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:menu,terminate:ctrl_alt_bksp
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:66

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input11/event11
N: input/event11
S: char/13:75
S: input/by-id/usb-04d9_1133-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input11/event11
E: MAJOR=13
E: MINOR=75
E: DEVNAME=/dev/input/event11
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=04d9
E: ID_VENDOR_ENC=04d9
E: ID_VENDOR_ID=04d9
E: ID_MODEL=1133
E: ID_MODEL_ENC=1133
E: ID_MODEL_ID=1133
E: ID_REVISION=0100
E: ID_SERIAL=04d9_1133
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.0
E: DEVLINKS=/dev/char/13:75 /dev/input/by-id/usb-04d9_1133-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-mouse

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input11/mouse1
N: input/mouse1
S: char/13:33
S: input/by-id/usb-04d9_1133-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input11/mouse1
E: MAJOR=13
E: MINOR=33
E: DEVNAME=/dev/input/mouse1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=04d9
E: ID_VENDOR_ENC=04d9
E: ID_VENDOR_ID=04d9
E: ID_MODEL=1133
E: ID_MODEL_ENC=1133
E: ID_MODEL_ID=1133
E: ID_REVISION=0100
E: ID_SERIAL=04d9_1133
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.0
E: DEVLINKS=/dev/char/13:33 /dev/input/by-id/usb-04d9_1133-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-mouse

P: /devices/pci0000:00/0000:00:1f.3/i2c-5/5-0019/input/input10/event10
N: input/event10
S: char/13:74
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/i2c-5/5-0019/input/input10/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=pci-0000:00:1f.3
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:menu,terminate:ctrl_alt_bksp
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:74

P: /devices/platform/i8042/serio0/input/input5/event5
N: input/event5
S: char/13:69
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:menu,terminate:ctrl_alt_bksp
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:69 /dev/input/by-path/platform-i8042-serio-0-event-kbd

P: /devices/platform/i8042/serio4/input/input9/event9
N: input/event9
S: char/13:73
S: input/by-path/platform-i8042-serio-4-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio4/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-4
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:73 /dev/input/by-path/platform-i8042-serio-4-event-mouse

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

P: /devices/platform/pcspkr/input/input6/event6
N: input/event6
S: char/13:70
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/char/13:70 /dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/pnp0/00:03
E: UDEV_LOG=3
E: DEVPATH=/devices/pnp0/00:03
E: SUBSYSTEM=pnp
E: NAME=Serial Wacom Tablet
E: ID_INPUT=1
E: ID_INPUT_TABLET=1

P: /devices/pnp0/00:04
E: UDEV_LOG=3
E: DEVPATH=/devices/pnp0/00:04
E: DRIVER=serial
E: SUBSYSTEM=pnp
E: NAME=Serial Wacom Tablet
E: ID_INPUT=1
E: ID_INPUT_TABLET=1

DRM Information from dmesg:
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel 945GM Chipset
agpgart-intel 0000:00:00.0: detected 7932K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[drm] Initialized drm 1.1.0 20060810
[drm] set up 7M of stolen space
[drm] TV-14: set mode NTSC 480i 0
[drm] LVDS-8: set mode 1024x768 1e
fb0: inteldrmfb frame buffer device
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] DAC-6: set mode 1024x768 51
[drm] LVDS-8: set mode  8c
[drm] LVDS-8: set mode  5b
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] LVDS-8: set mode 51c75810046cfeb86 8e
[drm] LVDS-8: set mode 51c75810046cfeb86 49
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] DAC-6: set mode  98
[drm] LVDS-8: set mode 51c75810046cfeb86 d9
[drm] LVDS-8: set mode 51c75810046cfeb86 99
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] LVDS-8: set mode 51c75810046cfeb86 db
[drm] LVDS-8: set mode 51c75810046cfeb86 53
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] DAC-6: set mode  fd
[drm] LVDS-8: set mode 51c75810046cfeb86 175
[drm] LVDS-8: set mode 51c75810046cfeb86 fe
[drm] LVDS-8: set mode 51c75810046cfeb86 19e
[drm] LVDS-8: set mode 51c75810046cfeb86 177
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] LVDS-8: set mode 51c75810046cfeb86 95
[drm] LVDS-8: set mode 51c75810046cfeb86 8f
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] LVDS-8: set mode 51c75810046cfeb86 7fe
[drm] LVDS-8: set mode 51c75810046cfeb86 97
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] LVDS-8: set mode  8de
[drm] LVDS-8: set mode  8c6
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] LVDS-8: set mode  93d
[drm] LVDS-8: set mode  8e0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] LVDS-8: set mode  973
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] LVDS-8: set mode  9a9
[drm] LVDS-8: set mode  99a
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] LVDS-8: set mode  9b3
[drm] LVDS-8: set mode  9ab
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0
[drm] TV-14: set mode NTSC 480i 0


-- System Information:
Debian Release: 6.0
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32.28 (SMP w/2 CPU cores)
Locale: LANG=de_DE.iso-8859-1, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

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

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- Configuration Files:
/etc/modprobe.d/i915-kms.conf changed [not included]

-- no debconf information



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

Thomas Richter <richter@rus.uni-stuttgart.de> (23/02/2011):
> It seems that this specific bug is due to the kernel-level support
> of the intel driver. I upgraded now to 2.6.35.11, and in this kernel
> release, the flickering is gone and xv overlays work correctly.

thanks for the quick follow-up! I'm closing this bug report
accordingly.

KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: