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

Bug#691560: marked as done (IvyBridge: Gnome in fallback mode)



Your message dated Wed, 9 Jan 2013 21:22:37 +0100
with message-id <20130109202237.GH5676@radis.cristau.org>
and subject line Re: Bug#691560: IvyBridge: Gnome in fallback mode
has caused the Debian Bug report #691560,
regarding IvyBridge: Gnome in fallback mode
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.)


-- 
691560: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691560
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.19.0-6
Severity: normal

Dear Maintainer,
on a fresh install of wheezy on a system with IvyBridge HD4000 GPU Gnome starts
in fallback mode.
Actually don't know where the problem is.
Tried to delete xserver-xorg-video-vesa, but X does not start at all without
this driver.
Karsten




-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Oct 25 18:03 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2044664 Sep 30 13:09 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v2/3rd
Gen Core processor Graphics Controller [8086:016a] (rev 09)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 5438 Oct 25 18:55 /etc/X11/xorg.conf

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

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

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

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

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

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

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

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

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "AccelMethod"               # <str>
        #Option     "DRI"                       # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "VideoKey"                  # <i>
        #Option     "Tiling"                    # [<bool>]
        #Option     "LinearFramebuffer"         # [<bool>]
        #Option     "Shadow"                    # [<bool>]
        #Option     "SwapbuffersWait"           # [<bool>]
        #Option     "TripleBuffer"              # [<bool>]
        #Option     "XvPreferOverlay"           # [<bool>]
        #Option     "DebugFlushBatches"         # [<bool>]
        #Option     "DebugFlushCaches"          # [<bool>]
        #Option     "DebugWait"                 # [<bool>]
        #Option     "HotPlug"                   # [<bool>]
        #Option     "RelaxedFencing"            # [<bool>]
        #Option     "Throttle"                  # [<bool>]
        #Option     "UseVmap"                   # [<bool>]
        #Option     "ZaphodHeads"               # <str>
        #Option     "DelayedFlush"              # [<bool>]
        #Option     "FallbackDebug"             # [<bool>]
        #Option     "BufferCache"               # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        BusID       "PCI:0:2:0"
EndSection

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

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "DefaultRefresh"            # [<bool>]
        #Option     "ModeSetClearScreen"        # [<bool>]
        Identifier  "Card2"
        Driver      "vesa"
        BusID       "PCI: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 "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen2"
        Device     "Card2"
        Monitor    "Monitor2"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


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

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

Kernel version (/proc/version):
-------------------------------
Linux version 3.2.0-3-amd64 (Debian 3.2.23-1) (debian-kernel@lists.debian.org)
(gcc version 4.6.3 (Debian 4.6.3-8) ) #1 SMP Mon Jul 23 02:45:17 UTC 2012

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.550.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.546.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.313.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.545.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.547.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.544.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.551.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.549.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.548.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.314.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.559.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.557.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.522.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.316.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.560.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.523.log
-rw-r--r-- 1 root root  8464 Oct 27 09:29 /var/log/Xorg.317.log
-rw-r--r-- 1 root root  9134 Oct 27 09:29 /var/log/Xorg.379.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.555.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.553.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.552.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.558.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.561.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.554.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.564.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.563.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.556.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.315.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.524.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.562.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.380.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.526.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.530.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.381.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.382.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.527.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.309.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.528.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.386.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.536.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.312.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.541.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.529.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.308.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.543.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.542.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.539.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.568.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.566.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.567.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.538.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.540.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.537.log
-rw-r--r-- 1 root root  9134 Oct 27 09:30 /var/log/Xorg.525.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.533.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.389.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.310.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.565.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.535.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.534.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.532.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.388.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.387.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.385.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.384.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.318.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.311.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.383.log
-rw-r--r-- 1 root root  8464 Oct 27 09:30 /var/log/Xorg.531.log
-rw-r--r-- 1 root root  8188 Oct 27 09:31 /var/log/Xorg.2.log
-rw-r--r-- 1 root root  8188 Oct 27 09:31 /var/log/Xorg.6.log
-rw-r--r-- 1 root root  8188 Oct 27 09:31 /var/log/Xorg.1.log
-rw-r--r-- 1 root root  8188 Oct 27 09:31 /var/log/Xorg.7.log
-rw-r--r-- 1 root root  8189 Oct 27 09:31 /var/log/Xorg.11.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.14.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.13.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.12.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.10.log
-rw-r--r-- 1 root root  8189 Oct 27 09:31 /var/log/Xorg.5.log
-rw-r--r-- 1 root root  8189 Oct 27 09:31 /var/log/Xorg.3.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.17.log
-rw-r--r-- 1 root root  8189 Oct 27 09:31 /var/log/Xorg.16.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.15.log
-rw-r--r-- 1 root root  8189 Oct 27 09:31 /var/log/Xorg.8.log
-rw-r--r-- 1 root root  8189 Oct 27 09:31 /var/log/Xorg.4.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.18.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.20.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.21.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.22.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.19.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.23.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.24.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.25.log
-rw-r--r-- 1 root root  8189 Oct 27 09:31 /var/log/Xorg.9.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.27.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.26.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.30.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.31.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.28.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.29.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.33.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.34.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.35.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.36.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.32.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.38.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.39.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.40.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.41.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.42.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.43.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.44.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.45.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.46.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.47.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.37.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.49.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.51.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.52.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.53.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.48.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.56.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.50.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.57.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.58.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.54.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.59.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.60.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.55.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.61.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.63.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.62.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.65.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.64.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.66.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.68.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.69.log
-rw-r--r-- 1 root root  8190 Oct 27 09:31 /var/log/Xorg.67.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.190.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.189.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.191.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.192.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.219.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.210.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.209.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.211.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.223.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.208.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.250.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.249.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.260.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.254.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.265.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.264.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.263.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.259.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.258.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.257.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.255.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.252.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.297.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.452.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.453.log
-rw-r--r-- 1 root root  8464 Oct 27 09:31 /var/log/Xorg.667.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.466.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.465.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.660.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.469.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.463.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.658.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.462.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.662.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.659.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.471.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.357.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.355.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.358.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.356.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.301.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.470.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.468.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.464.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.461.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.663.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.657.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.666.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.664.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.354.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.302.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.300.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.661.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.467.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.268.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.267.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.269.log
-rw-r--r-- 1 root root  9134 Oct 27 09:32 /var/log/Xorg.256.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.220.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.270.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.218.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.216.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.215.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.214.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.222.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.221.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.236.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.217.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.271.log
-rw-r--r-- 1 root root  9134 Oct 27 09:32 /var/log/Xorg.237.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.253.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.261.log
-rw-r--r-- 1 root root  9134 Oct 27 09:32 /var/log/Xorg.251.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.262.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.345.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.277.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.272.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.346.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.273.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.266.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.193.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.276.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.275.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.274.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.447.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.349.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.278.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.195.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.347.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.450.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.445.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.451.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.446.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.448.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.449.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.196.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.194.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.488.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.367.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.456.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.649.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.489.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.366.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.365.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.298.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.487.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.486.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.648.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.647.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.484.log
-rw-r--r-- 1 root root  9134 Oct 27 09:32 /var/log/Xorg.348.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.238.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.206.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.351.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.485.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.306.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.212.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.205.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.213.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.483.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.479.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.364.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.491.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.363.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.307.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.304.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.197.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.492.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.665.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.207.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.482.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.477.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.476.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.242.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.240.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.652.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.245.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.241.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.239.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.646.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.614.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.481.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.478.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.368.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.362.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.305.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.244.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.644.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.490.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.457.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.359.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.651.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.650.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.480.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.360.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.243.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.225.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.472.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.198.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.645.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.458.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.454.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.455.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.350.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.247.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.226.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.199.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.246.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.353.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.654.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.656.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.653.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.460.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.352.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.475.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.474.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.459.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.299.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.224.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.655.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.248.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.473.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.303.log
-rw-r--r-- 1 root root  8464 Oct 27 09:32 /var/log/Xorg.361.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.96.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.100.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.99.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.97.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.148.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.146.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.81.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.82.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.167.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.164.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.172.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.181.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.75.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.170.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.160.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.290.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.80.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.163.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.165.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.158.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.157.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.88.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.85.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.89.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.156.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.86.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.174.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.162.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.161.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.155.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.173.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.159.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.87.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.166.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.183.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.188.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.184.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.182.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.202.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.201.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.185.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.102.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.203.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.177.log
-rw-r--r-- 1 root root  8606 Oct 27 09:37 /var/log/Xorg.98.log
-rw-r--r-- 1 root root  8608 Oct 27 09:37 /var/log/Xorg.200.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.232.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.106.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.107.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.204.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.235.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.229.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.230.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.228.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.231.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.103.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.101.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.93.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.234.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.233.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.227.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.284.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.104.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.283.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.282.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.286.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.285.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.105.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.392.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.115.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.393.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.391.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.394.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.414.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.116.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.108.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.94.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.413.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.293.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.287.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.95.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.180.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.178.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.288.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.110.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.390.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.179.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.112.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.109.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.289.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.398.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.119.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.397.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.125.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.121.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.396.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.118.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.117.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.399.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.395.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.401.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.122.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.400.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.126.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.120.log
-rw-r--r-- 1 root root  8334 Oct 27 09:38 /var/log/Xorg.134.log
-rw-r--r-- 1 root root  8334 Oct 27 09:38 /var/log/Xorg.133.log
-rw-r--r-- 1 root root  8334 Oct 27 09:38 /var/log/Xorg.132.log
-rw-r--r-- 1 root root  8334 Oct 27 09:38 /var/log/Xorg.404.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.128.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.71.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.403.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.402.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.294.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.138.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.137.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.136.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.135.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.131.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.130.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.129.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.127.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.124.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.123.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.76.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.151.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.150.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.149.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.144.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.145.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.143.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.187.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.406.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.142.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.73.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.175.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.295.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.176.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.84.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.186.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.140.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.91.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.113.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.405.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.168.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.90.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.153.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.83.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.78.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.292.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.169.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.139.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.114.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.171.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.79.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.152.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.141.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.417.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.407.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.412.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.410.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.154.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.92.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.77.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.416.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.420.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.411.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.409.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.408.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.111.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.74.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.291.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.418.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.419.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.296.log
-rw-r--r-- 1 root root  8608 Oct 27 09:38 /var/log/Xorg.147.log
-rw-r--r-- 1 root root  8606 Oct 27 09:38 /var/log/Xorg.72.log
-rw-r--r-- 1 root root 82810 Oct 27 09:38 /var/log/Xorg.70.log
-rw-r--r-- 1 root root 82810 Oct 27 09:38 /var/log/Xorg.415.log
-rw-r--r-- 1 root root 82195 Oct 27 09:39 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    11.538]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[    11.538] X Protocol Version 11, Revision 0
[    11.538] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
[    11.538] Current Operating System: Linux schnattchen 3.2.0-3-amd64 #1 SMP
Mon Jul 23 02:45:17 UTC 2012 x86_64
[    11.538] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-3-amd64
root=UUID=b40b1a73-1fc8-4fde-990a-cf74eed016e3 ro quiet
[    11.538] Build Date: 30 September 2012  10:53:24AM
[    11.538] xorg-server 2:1.12.4-1 (Julien Cristau <jcristau@debian.org>)
[    11.538] Current version of pixman: 0.26.0
[    11.538]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    11.538] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.538] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 27 09:39:22
2012
[    11.540] (==) Using config file: "/etc/X11/xorg.conf"
[    11.540] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.541] (==) ServerLayout "X.org Configured"
[    11.541] (**) |-->Screen "Screen0" (0)
[    11.541] (**) |   |-->Monitor "Monitor0"
[    11.541] (**) |   |-->Device "Card0"
[    11.541] (**) |-->Screen "Screen1" (1)
[    11.541] (**) |   |-->Monitor "Monitor1"
[    11.542] (**) |   |-->Device "Card1"
[    11.542] (**) |-->Screen "Screen2" (2)
[    11.542] (**) |   |-->Monitor "Monitor2"
[    11.542] (**) |   |-->Device "Card2"
[    11.542] (**) |-->Input Device "Mouse0"
[    11.542] (**) |-->Input Device "Keyboard0"
[    11.542] (==) Automatically adding devices
[    11.542] (==) Automatically enabling devices
[    11.545] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    11.545]    Entry deleted from font path.
[    11.549] (WW) The directory "/var/lib/defoma/x-ttcidfont-
conf.d/dirs/TrueType" does not exist.
[    11.549]    Entry deleted from font path.
[    11.549] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    11.549]    Entry deleted from font path.
[    11.549] (WW) The directory "/var/lib/defoma/x-ttcidfont-
conf.d/dirs/TrueType" does not exist.
[    11.549]    Entry deleted from font path.
[    11.549] (**) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        built-ins,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        built-ins
[    11.549] (**) ModulePath set to "/usr/lib/xorg/modules"
[    11.549] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
[    11.549] (WW) Disabling Mouse0
[    11.549] (WW) Disabling Keyboard0
[    11.549] (II) Loader magic: 0x7fd78d050ae0
[    11.549] (II) Module ABI versions:
[    11.549]    X.Org ANSI C Emulation: 0.4
[    11.549]    X.Org Video Driver: 12.1
[    11.549]    X.Org XInput driver : 16.0
[    11.549]    X.Org Server Extension : 6.0
[    11.550] (--) PCI:*(0:0:2:0) 8086:016a:8086:201c rev 9, Mem @
0xfdc00000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
[    11.550] (II) Open ACPI successful (/var/run/acpid.socket)
[    11.550] (II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
[    11.550] (II) "dbe" will be loaded. This was enabled by default and also
specified in the config file.
[    11.550] (II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
[    11.550] (II) "record" will be loaded. This was enabled by default and also
specified in the config file.
[    11.550] (II) "dri" will be loaded. This was enabled by default and also
specified in the config file.
[    11.550] (II) "dri2" will be loaded. This was enabled by default and also
specified in the config file.
[    11.550] (II) LoadModule: "glx"
[    11.551] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.554] (II) Module glx: vendor="X.Org Foundation"
[    11.554]    compiled for 1.12.4, module version = 1.0.0
[    11.554]    ABI class: X.Org Server Extension, version 6.0
[    11.554] (==) AIGLX enabled
[    11.554] (II) Loading extension GLX
[    11.554] (II) LoadModule: "dri2"
[    11.554] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    11.555] (II) Module dri2: vendor="X.Org Foundation"
[    11.555]    compiled for 1.12.4, module version = 1.2.0
[    11.555]    ABI class: X.Org Server Extension, version 6.0
[    11.555] (II) Loading extension DRI2
[    11.555] (II) LoadModule: "record"
[    11.555] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    11.556] (II) Module record: vendor="X.Org Foundation"
[    11.556]    compiled for 1.12.4, module version = 1.13.0
[    11.556]    Module class: X.Org Server Extension
[    11.556]    ABI class: X.Org Server Extension, version 6.0
[    11.556] (II) Loading extension RECORD
[    11.556] (II) LoadModule: "extmod"
[    11.556] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    11.558] (II) Module extmod: vendor="X.Org Foundation"
[    11.558]    compiled for 1.12.4, module version = 1.0.0
[    11.558]    Module class: X.Org Server Extension
[    11.558]    ABI class: X.Org Server Extension, version 6.0
[    11.558] (II) Loading extension SELinux
[    11.558] (II) Loading extension MIT-SCREEN-SAVER
[    11.558] (II) Loading extension XFree86-VidModeExtension
[    11.558] (II) Loading extension XFree86-DGA
[    11.558] (II) Loading extension DPMS
[    11.558] (II) Loading extension XVideo
[    11.558] (II) Loading extension XVideo-MotionCompensation
[    11.558] (II) Loading extension X-Resource
[    11.558] (II) LoadModule: "dbe"
[    11.558] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    11.558] (II) Module dbe: vendor="X.Org Foundation"
[    11.558]    compiled for 1.12.4, module version = 1.0.0
[    11.558]    Module class: X.Org Server Extension
[    11.558]    ABI class: X.Org Server Extension, version 6.0
[    11.559] (II) Loading extension DOUBLE-BUFFER
[    11.559] (II) LoadModule: "dri"
[    11.559] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    11.559] (II) Module dri: vendor="X.Org Foundation"
[    11.559]    compiled for 1.12.4, module version = 1.0.0
[    11.559]    ABI class: X.Org Server Extension, version 6.0
[    11.559] (II) Loading extension XFree86-DRI
[    11.559] (II) LoadModule: "intel"
[    11.560] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    11.563] (II) Module intel: vendor="X.Org Foundation"
[    11.563]    compiled for 1.12.3.902, module version = 2.19.0
[    11.563]    Module class: X.Org Video Driver
[    11.563]    ABI class: X.Org Video Driver, version 12.1
[    11.563] (II) LoadModule: "fbdev"
[    11.564] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    11.565] (II) Module fbdev: vendor="X.Org Foundation"
[    11.565]    compiled for 1.12.1, module version = 0.4.2
[    11.565]    ABI class: X.Org Video Driver, version 12.0
[    11.565] (II) LoadModule: "vesa"
[    11.565] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    11.566] (II) Module vesa: vendor="X.Org Foundation"
[    11.566]    compiled for 1.12.1, module version = 2.3.1
[    11.566]    Module class: X.Org Video Driver
[    11.566]    ABI class: X.Org Video Driver, version 12.0
[    11.566] (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 Desktop (GT1), Sandybridge Desktop (GT2),
        Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
        Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
        Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
        Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
        Ivybridge Server (GT2)
[    11.567] (II) FBDEV: driver for framebuffer: fbdev
[    11.567] (II) VESA: driver for VESA chipsets: vesa
[    11.567] (++) using VT number 7

[    11.628] (II) Loading sub module "fbdevhw"
[    11.628] (II) LoadModule: "fbdevhw"
[    11.628] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    11.629] (II) Module fbdevhw: vendor="X.Org Foundation"
[    11.629]    compiled for 1.12.4, module version = 0.0.2
[    11.629]    ABI class: X.Org Video Driver, version 12.1
[    11.629] (EE) open /dev/fb0: No such file or directory
[    11.629] (WW) Falling back to old probe method for fbdev
[    11.629] (II) Loading sub module "vbe"
[    11.629] (II) LoadModule: "vbe"
[    11.630] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    11.631] (II) Module vbe: vendor="X.Org Foundation"
[    11.631]    compiled for 1.12.4, module version = 1.1.0
[    11.631]    ABI class: X.Org Video Driver, version 12.1
[    11.631] (II) Loading sub module "int10"
[    11.631] (II) LoadModule: "int10"
[    11.631] (II) Loading /usr/lib/xorg/modules/libint10.so
[    11.635] (II) Module int10: vendor="X.Org Foundation"
[    11.635]    compiled for 1.12.4, module version = 1.0.0
[    11.635]    ABI class: X.Org Video Driver, version 12.1
[    11.635] (II) VESA(1): initializing int10
[    11.635] (II) VESA(1): Primary V_BIOS segment is: 0xc000
[    11.635] (II) VESA(1): VESA BIOS detected
[    11.635] (II) VESA(1): VESA VBE Version 3.0
[    11.635] (II) VESA(1): VESA VBE Total Mem: 65472 kB
[    11.635] (II) VESA(1): VESA VBE OEM: Intel(R) Sandybridge/Ivybridge
Graphics Chipset Accelerated VGA BIOS
[    11.635] (II) VESA(1): VESA VBE OEM Software Rev: 1.0
[    11.635] (II) VESA(1): VESA VBE OEM Vendor: Intel Corporation
[    11.635] (II) VESA(1): VESA VBE OEM Product: Intel(R) Sandybridge/Ivybridge
Graphics Controller
[    11.635] (II) VESA(1): VESA VBE OEM Product Rev: Hardware Version 0.0
[    11.662] (==) VESA(1): Depth 24, (--) framebuffer bpp 32
[    11.662] (==) VESA(1): RGB weight 888
[    11.662] (==) VESA(1): Default visual is TrueColor
[    11.662] (==) VESA(1): Using gamma correction (1.0, 1.0, 1.0)
[    11.662] (II) Loading sub module "ddc"
[    11.662] (II) LoadModule: "ddc"
[    11.662] (II) Module "ddc" already built-in
[    11.663] (II) VESA(1): VESA VBE DDC supported
[    11.663] (II) VESA(1): VESA VBE DDC Level 2
[    11.663] (II) VESA(1): VESA VBE DDC transfer in appr. 1 sec.
[    11.675] (II) VESA(1): VESA VBE DDC read successfully
[    11.675] (II) VESA(1): Manufacturer: SAM  Model: 1ae  Serial#: 1112683056
[    11.675] (II) VESA(1): Year: 2005  Week: 39
[    11.675] (II) VESA(1): EDID Version: 1.3
[    11.675] (II) VESA(1): Digital Display Input
[    11.675] (II) VESA(1): Max Image Size [cm]: horiz.: 41  vert.: 31
[    11.675] (II) VESA(1): Gamma: 2.20
[    11.675] (II) VESA(1): DPMS capabilities: Off
[    11.675] (II) VESA(1): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    11.675] (II) VESA(1): First detailed timing is preferred mode
[    11.675] (II) VESA(1): redX: 0.640 redY: 0.330   greenX: 0.300 greenY:
0.600
[    11.675] (II) VESA(1): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY:
0.329
[    11.675] (II) VESA(1): Supported established timings:
[    11.675] (II) VESA(1): 720x400@70Hz
[    11.675] (II) VESA(1): 640x480@60Hz
[    11.675] (II) VESA(1): 640x480@67Hz
[    11.675] (II) VESA(1): 640x480@72Hz
[    11.675] (II) VESA(1): 640x480@75Hz
[    11.675] (II) VESA(1): 800x600@56Hz
[    11.675] (II) VESA(1): 800x600@60Hz
[    11.675] (II) VESA(1): 800x600@72Hz
[    11.675] (II) VESA(1): 800x600@75Hz
[    11.675] (II) VESA(1): 832x624@75Hz
[    11.675] (II) VESA(1): 1024x768@60Hz
[    11.675] (II) VESA(1): 1024x768@70Hz
[    11.675] (II) VESA(1): 1024x768@75Hz
[    11.675] (II) VESA(1): 1280x1024@75Hz
[    11.675] (II) VESA(1): 1152x864@75Hz
[    11.675] (II) VESA(1): Manufacturer's mask: 0
[    11.675] (II) VESA(1): Supported standard timings:
[    11.675] (II) VESA(1): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    11.675] (II) VESA(1): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    11.675] (II) VESA(1): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    11.675] (II) VESA(1): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    11.675] (II) VESA(1): Supported detailed timing:
[    11.675] (II) VESA(1): clock: 162.0 MHz   Image Size:  408 x 306 mm
[    11.675] (II) VESA(1): h_active: 1600  h_sync: 1664  h_sync_end 1856
h_blank_end 2160 h_border: 0
[    11.675] (II) VESA(1): v_active: 1200  v_sync: 1201  v_sync_end 1204
v_blanking: 1250 v_border: 0
[    11.675] (II) VESA(1): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81
kHz, PixClock max 175 MHz
[    11.675] (II) VESA(1): Monitor name: SyncMaster
[    11.675] (II) VESA(1): Serial No: HSCY911655
[    11.675] (II) VESA(1): EDID (in hex):
[    11.675] (II) VESA(1):      00ffffffffffff004c2dae0130325242
[    11.675] (II) VESA(1):      270f010380291f782aee95a3544c9926
[    11.675] (II) VESA(1):      0f5054bfef80a94081808140714f0101
[    11.675] (II) VESA(1):      010101010101483f403062b0324040c0
[    11.675] (II) VESA(1):      130098321100001e000000fd00384b1e
[    11.675] (II) VESA(1):      5111000a202020202020000000fc0053
[    11.675] (II) VESA(1):      796e634d61737465720a2020000000ff
[    11.675] (II) VESA(1):      00485343593931313635350a20200010
[    11.675] (II) VESA(1): EDID vendor "SAM", prod id 430
[    11.675] (II) VESA(1): Using EDID range info for horizontal sync
[    11.675] (II) VESA(1): Using EDID range info for vertical refresh
[    11.675] (II) VESA(1): Printing DDC gathered Modelines:
[    11.675] (II) VESA(1): Modeline "1600x1200"x0.0  162.00  1600 1664 1856
2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[    11.675] (II) VESA(1): Modeline "800x600"x0.0   40.00  800 840 968 1056
600 601 605 628 +hsync +vsync (37.9 kHz e)
[    11.675] (II) VESA(1): Modeline "800x600"x0.0   36.00  800 824 896 1024
600 601 603 625 +hsync +vsync (35.2 kHz e)
[    11.675] (II) VESA(1): Modeline "640x480"x0.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz e)
[    11.675] (II) VESA(1): Modeline "640x480"x0.0   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz e)
[    11.675] (II) VESA(1): Modeline "640x480"x0.0   30.24  640 704 768 864  480
483 486 525 -hsync -vsync (35.0 kHz e)
[    11.675] (II) VESA(1): Modeline "640x480"x0.0   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz e)
[    11.675] (II) VESA(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400
412 414 449 -hsync +vsync (31.5 kHz e)
[    11.675] (II) VESA(1): Modeline "1280x1024"x0.0  135.00  1280 1296 1440
1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    11.675] (II) VESA(1): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.0 kHz e)
[    11.675] (II) VESA(1): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328
768 771 777 806 -hsync -vsync (56.5 kHz e)
[    11.675] (II) VESA(1): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz e)
[    11.675] (II) VESA(1): Modeline "832x624"x0.0   57.28  832 864 928 1152
624 625 628 667 -hsync -vsync (49.7 kHz e)
[    11.675] (II) VESA(1): Modeline "800x600"x0.0   49.50  800 816 896 1056
600 601 604 625 +hsync +vsync (46.9 kHz e)
[    11.675] (II) VESA(1): Modeline "800x600"x0.0   50.00  800 856 976 1040
600 637 643 666 +hsync +vsync (48.1 kHz e)
[    11.675] (II) VESA(1): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600
864 865 868 900 +hsync +vsync (67.5 kHz e)
[    11.675] (II) VESA(1): Modeline "1280x1024"x0.0  108.00  1280 1328 1440
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    11.675] (II) VESA(1): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800
960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    11.675] (II) VESA(1): Searching for matching VESA mode(s):
[    11.675] Mode: 160 (0x0)
[    11.675]    ModeAttributes: 0x0
[    11.675]    WinAAttributes: 0x0
[    11.675]    WinBAttributes: 0x0
[    11.675]    WinGranularity: 0
[    11.675]    WinSize: 0
[    11.675]    WinASegment: 0x0
[    11.675]    WinBSegment: 0x0
[    11.675]    WinFuncPtr: 0x0
[    11.675]    BytesPerScanline: 0
[    11.675]    XResolution: 0
[    11.675]    YResolution: 0
[    11.675]    XCharSize: 0
[    11.675]    YCharSize: 0
[    11.675]    NumberOfPlanes: 0
[    11.675]    BitsPerPixel: 0
[    11.675]    NumberOfBanks: 0
[    11.675]    MemoryModel: 0
[    11.675]    BankSize: 0
[    11.675]    NumberOfImages: 0
[    11.675]    RedMaskSize: 0
[    11.675]    RedFieldPosition: 0
[    11.675]    GreenMaskSize: 0
[    11.675]    GreenFieldPosition: 0
[    11.675]    BlueMaskSize: 0
[    11.675]    BlueFieldPosition: 0
[    11.676]    RsvdMaskSize: 0
[    11.676]    RsvdFieldPosition: 0
[    11.676]    DirectColorModeInfo: 0
[    11.676]    PhysBasePtr: 0x0
[    11.676]    LinBytesPerScanLine: 0
[    11.676]    BnkNumberOfImagePages: 0
[    11.676]    LinNumberOfImagePages: 0
[    11.676]    LinRedMaskSize: 0
[    11.676]    LinRedFieldPosition: 0
[    11.676]    LinGreenMaskSize: 0
[    11.676]    LinGreenFieldPosition: 0
[    11.676]    LinBlueMaskSize: 0
[    11.676]    LinBlueFieldPosition: 0
[    11.676]    LinRsvdMaskSize: 0
[    11.676]    LinRsvdFieldPosition: 0
[    11.676]    MaxPixelClock: 0
[    11.676] Mode: 161 (0x0)
[    11.676]    ModeAttributes: 0x0
[    11.676]    WinAAttributes: 0x0
[    11.676]    WinBAttributes: 0x0
[    11.676]    WinGranularity: 0
[    11.676]    WinSize: 0
[    11.676]    WinASegment: 0x0
[    11.676]    WinBSegment: 0x0
[    11.676]    WinFuncPtr: 0x0
[    11.676]    BytesPerScanline: 0
[    11.676]    XResolution: 0
[    11.676]    YResolution: 0
[    11.676]    XCharSize: 0
[    11.676]    YCharSize: 0
[    11.676]    NumberOfPlanes: 0
[    11.676]    BitsPerPixel: 0
[    11.676]    NumberOfBanks: 0
[    11.676]    MemoryModel: 0
[    11.676]    BankSize: 0
[    11.676]    NumberOfImages: 0
[    11.676]    RedMaskSize: 0
[    11.676]    RedFieldPosition: 0
[    11.676]    GreenMaskSize: 0
[    11.676]    GreenFieldPosition: 0
[    11.676]    BlueMaskSize: 0
[    11.676]    BlueFieldPosition: 0
[    11.676]    RsvdMaskSize: 0
[    11.676]    RsvdFieldPosition: 0
[    11.676]    DirectColorModeInfo: 0
[    11.676]    PhysBasePtr: 0x0
[    11.676]    LinBytesPerScanLine: 0
[    11.676]    BnkNumberOfImagePages: 0
[    11.676]    LinNumberOfImagePages: 0
[    11.676]    LinRedMaskSize: 0
[    11.676]    LinRedFieldPosition: 0
[    11.676]    LinGreenMaskSize: 0
[    11.676]    LinGreenFieldPosition: 0
[    11.676]    LinBlueMaskSize: 0
[    11.676]    LinBlueFieldPosition: 0
[    11.676]    LinRsvdMaskSize: 0
[    11.676]    LinRsvdFieldPosition: 0
[    11.676]    MaxPixelClock: 0
[    11.676] Mode: 162 (0x0)
[    11.676]    ModeAttributes: 0x0
[    11.676]    WinAAttributes: 0x0
[    11.676]    WinBAttributes: 0x0
[    11.676]    WinGranularity: 0
[    11.676]    WinSize: 0
[    11.676]    WinASegment: 0x0
[    11.676]    WinBSegment: 0x0
[    11.676]    WinFuncPtr: 0x0
[    11.676]    BytesPerScanline: 0
[    11.676]    XResolution: 0
[    11.676]    YResolution: 0
[    11.676]    XCharSize: 0
[    11.676]    YCharSize: 0
[    11.676]    NumberOfPlanes: 0
[    11.676]    BitsPerPixel: 0
[    11.676]    NumberOfBanks: 0
[    11.676]    MemoryModel: 0
[    11.676]    BankSize: 0
[    11.676]    NumberOfImages: 0
[    11.676]    RedMaskSize: 0
[    11.676]    RedFieldPosition: 0
[    11.676]    GreenMaskSize: 0
[    11.676]    GreenFieldPosition: 0
[    11.676]    BlueMaskSize: 0
[    11.676]    BlueFieldPosition: 0
[    11.676]    RsvdMaskSize: 0
[    11.676]    RsvdFieldPosition: 0
[    11.676]    DirectColorModeInfo: 0
[    11.676]    PhysBasePtr: 0x0
[    11.676]    LinBytesPerScanLine: 0
[    11.676]    BnkNumberOfImagePages: 0
[    11.676]    LinNumberOfImagePages: 0
[    11.676]    LinRedMaskSize: 0
[    11.676]    LinRedFieldPosition: 0
[    11.676]    LinGreenMaskSize: 0
[    11.676]    LinGreenFieldPosition: 0
[    11.676]    LinBlueMaskSize: 0
[    11.676]    LinBlueFieldPosition: 0
[    11.676]    LinRsvdMaskSize: 0
[    11.676]    LinRsvdFieldPosition: 0
[    11.676]    MaxPixelClock: 0
[    11.676] Mode: 163 (0x0)
[    11.676]    ModeAttributes: 0x0
[    11.676]    WinAAttributes: 0x0
[    11.676]    WinBAttributes: 0x0
[    11.676]    WinGranularity: 0
[    11.676]    WinSize: 0
[    11.676]    WinASegment: 0x0
[    11.676]    WinBSegment: 0x0
[    11.676]    WinFuncPtr: 0x0
[    11.676]    BytesPerScanline: 0
[    11.676]    XResolution: 0
[    11.676]    YResolution: 0
[    11.676]    XCharSize: 0
[    11.676]    YCharSize: 0
[    11.676]    NumberOfPlanes: 0
[    11.676]    BitsPerPixel: 0
[    11.676]    NumberOfBanks: 0
[    11.676]    MemoryModel: 0
[    11.676]    BankSize: 0
[    11.676]    NumberOfImages: 0
[    11.676]    RedMaskSize: 0
[    11.676]    RedFieldPosition: 0
[    11.676]    GreenMaskSize: 0
[    11.676]    GreenFieldPosition: 0
[    11.676]    BlueMaskSize: 0
[    11.676]    BlueFieldPosition: 0
[    11.676]    RsvdMaskSize: 0
[    11.676]    RsvdFieldPosition: 0
[    11.676]    DirectColorModeInfo: 0
[    11.676]    PhysBasePtr: 0x0
[    11.676]    LinBytesPerScanLine: 0
[    11.676]    BnkNumberOfImagePages: 0
[    11.676]    LinNumberOfImagePages: 0
[    11.676]    LinRedMaskSize: 0
[    11.676]    LinRedFieldPosition: 0
[    11.676]    LinGreenMaskSize: 0
[    11.676]    LinGreenFieldPosition: 0
[    11.676]    LinBlueMaskSize: 0
[    11.676]    LinBlueFieldPosition: 0
[    11.676]    LinRsvdMaskSize: 0
[    11.676]    LinRsvdFieldPosition: 0
[    11.676]    MaxPixelClock: 0
[    11.676] Mode: 164 (0x0)
[    11.676]    ModeAttributes: 0x0
[    11.676]    WinAAttributes: 0x0
[    11.676]    WinBAttributes: 0x0
[    11.676]    WinGranularity: 0
[    11.676]    WinSize: 0
[    11.676]    WinASegment: 0x0
[    11.676]    WinBSegment: 0x0
[    11.676]    WinFuncPtr: 0x0
[    11.676]    BytesPerScanline: 0
[    11.676]    XResolution: 0
[    11.676]    YResolution: 0
[    11.676]    XCharSize: 0
[    11.676]    YCharSize: 0
[    11.676]    NumberOfPlanes: 0
[    11.676]    BitsPerPixel: 0
[    11.676]    NumberOfBanks: 0
[    11.676]    MemoryModel: 0
[    11.676]    BankSize: 0
[    11.676]    NumberOfImages: 0
[    11.676]    RedMaskSize: 0
[    11.676]    RedFieldPosition: 0
[    11.676]    GreenMaskSize: 0
[    11.676]    GreenFieldPosition: 0
[    11.676]    BlueMaskSize: 0
[    11.676]    BlueFieldPosition: 0
[    11.676]    RsvdMaskSize: 0
[    11.676]    RsvdFieldPosition: 0
[    11.676]    DirectColorModeInfo: 0
[    11.676]    PhysBasePtr: 0x0
[    11.676]    LinBytesPerScanLine: 0
[    11.676]    BnkNumberOfImagePages: 0
[    11.676]    LinNumberOfImagePages: 0
[    11.676]    LinRedMaskSize: 0
[    11.676]    LinRedFieldPosition: 0
[    11.676]    LinGreenMaskSize: 0
[    11.676]    LinGreenFieldPosition: 0
[    11.676]    LinBlueMaskSize: 0
[    11.676]    LinBlueFieldPosition: 0
[    11.676]    LinRsvdMaskSize: 0
[    11.676]    LinRsvdFieldPosition: 0
[    11.676]    MaxPixelClock: 0
[    11.676] Mode: 165 (0x0)
[    11.676]    ModeAttributes: 0x0
[    11.676]    WinAAttributes: 0x0
[    11.676]    WinBAttributes: 0x0
[    11.676]    WinGranularity: 0
[    11.676]    WinSize: 0
[    11.676]    WinASegment: 0x0
[    11.676]    WinBSegment: 0x0
[    11.676]    WinFuncPtr: 0x0
[    11.676]    BytesPerScanline: 0
[    11.676]    XResolution: 0
[    11.676]    YResolution: 0
[    11.676]    XCharSize: 0
[    11.676]    YCharSize: 0
[    11.676]    NumberOfPlanes: 0
[    11.676]    BitsPerPixel: 0
[    11.676]    NumberOfBanks: 0
[    11.676]    MemoryModel: 0
[    11.676]    BankSize: 0
[    11.676]    NumberOfImages: 0
[    11.676]    RedMaskSize: 0
[    11.676]    RedFieldPosition: 0
[    11.676]    GreenMaskSize: 0
[    11.677]    GreenFieldPosition: 0
[    11.677]    BlueMaskSize: 0
[    11.677]    BlueFieldPosition: 0
[    11.677]    RsvdMaskSize: 0
[    11.677]    RsvdFieldPosition: 0
[    11.677]    DirectColorModeInfo: 0
[    11.677]    PhysBasePtr: 0x0
[    11.677]    LinBytesPerScanLine: 0
[    11.677]    BnkNumberOfImagePages: 0
[    11.677]    LinNumberOfImagePages: 0
[    11.677]    LinRedMaskSize: 0
[    11.677]    LinRedFieldPosition: 0
[    11.677]    LinGreenMaskSize: 0
[    11.677]    LinGreenFieldPosition: 0
[    11.677]    LinBlueMaskSize: 0
[    11.677]    LinBlueFieldPosition: 0
[    11.677]    LinRsvdMaskSize: 0
[    11.677]    LinRsvdFieldPosition: 0
[    11.677]    MaxPixelClock: 0
[    11.677] Mode: 166 (0x0)
[    11.677]    ModeAttributes: 0x0
[    11.677]    WinAAttributes: 0x0
[    11.677]    WinBAttributes: 0x0
[    11.677]    WinGranularity: 0
[    11.677]    WinSize: 0
[    11.677]    WinASegment: 0x0
[    11.677]    WinBSegment: 0x0
[    11.677]    WinFuncPtr: 0x0
[    11.677]    BytesPerScanline: 0
[    11.677]    XResolution: 0
[    11.677]    YResolution: 0
[    11.677]    XCharSize: 0
[    11.677]    YCharSize: 0
[    11.677]    NumberOfPlanes: 0
[    11.677]    BitsPerPixel: 0
[    11.677]    NumberOfBanks: 0
[    11.677]    MemoryModel: 0
[    11.677]    BankSize: 0
[    11.677]    NumberOfImages: 0
[    11.677]    RedMaskSize: 0
[    11.677]    RedFieldPosition: 0
[    11.677]    GreenMaskSize: 0
[    11.677]    GreenFieldPosition: 0
[    11.677]    BlueMaskSize: 0
[    11.677]    BlueFieldPosition: 0
[    11.677]    RsvdMaskSize: 0
[    11.677]    RsvdFieldPosition: 0
[    11.677]    DirectColorModeInfo: 0
[    11.677]    PhysBasePtr: 0x0
[    11.677]    LinBytesPerScanLine: 0
[    11.677]    BnkNumberOfImagePages: 0
[    11.677]    LinNumberOfImagePages: 0
[    11.677]    LinRedMaskSize: 0
[    11.677]    LinRedFieldPosition: 0
[    11.677]    LinGreenMaskSize: 0
[    11.677]    LinGreenFieldPosition: 0
[    11.677]    LinBlueMaskSize: 0
[    11.677]    LinBlueFieldPosition: 0
[    11.677]    LinRsvdMaskSize: 0
[    11.677]    LinRsvdFieldPosition: 0
[    11.677]    MaxPixelClock: 0
[    11.677] Mode: 167 (0x0)
[    11.677]    ModeAttributes: 0x0
[    11.677]    WinAAttributes: 0x0
[    11.677]    WinBAttributes: 0x0
[    11.677]    WinGranularity: 0
[    11.677]    WinSize: 0
[    11.677]    WinASegment: 0x0
[    11.677]    WinBSegment: 0x0
[    11.677]    WinFuncPtr: 0x0
[    11.677]    BytesPerScanline: 0
[    11.677]    XResolution: 0
[    11.677]    YResolution: 0
[    11.677]    XCharSize: 0
[    11.677]    YCharSize: 0
[    11.677]    NumberOfPlanes: 0
[    11.677]    BitsPerPixel: 0
[    11.677]    NumberOfBanks: 0
[    11.677]    MemoryModel: 0
[    11.677]    BankSize: 0
[    11.677]    NumberOfImages: 0
[    11.677]    RedMaskSize: 0
[    11.677]    RedFieldPosition: 0
[    11.677]    GreenMaskSize: 0
[    11.677]    GreenFieldPosition: 0
[    11.677]    BlueMaskSize: 0
[    11.677]    BlueFieldPosition: 0
[    11.677]    RsvdMaskSize: 0
[    11.677]    RsvdFieldPosition: 0
[    11.677]    DirectColorModeInfo: 0
[    11.677]    PhysBasePtr: 0x0
[    11.677]    LinBytesPerScanLine: 0
[    11.677]    BnkNumberOfImagePages: 0
[    11.677]    LinNumberOfImagePages: 0
[    11.677]    LinRedMaskSize: 0
[    11.677]    LinRedFieldPosition: 0
[    11.677]    LinGreenMaskSize: 0
[    11.677]    LinGreenFieldPosition: 0
[    11.677]    LinBlueMaskSize: 0
[    11.677]    LinBlueFieldPosition: 0
[    11.677]    LinRsvdMaskSize: 0
[    11.677]    LinRsvdFieldPosition: 0
[    11.677]    MaxPixelClock: 0
[    11.677] Mode: 168 (0x0)
[    11.677]    ModeAttributes: 0x0
[    11.677]    WinAAttributes: 0x0
[    11.677]    WinBAttributes: 0x0
[    11.677]    WinGranularity: 0
[    11.677]    WinSize: 0
[    11.677]    WinASegment: 0x0
[    11.677]    WinBSegment: 0x0
[    11.677]    WinFuncPtr: 0x0
[    11.677]    BytesPerScanline: 0
[    11.677]    XResolution: 0
[    11.677]    YResolution: 0
[    11.677]    XCharSize: 0
[    11.677]    YCharSize: 0
[    11.677]    NumberOfPlanes: 0
[    11.677]    BitsPerPixel: 0
[    11.677]    NumberOfBanks: 0
[    11.677]    MemoryModel: 0
[    11.677]    BankSize: 0
[    11.677]    NumberOfImages: 0
[    11.677]    RedMaskSize: 0
[    11.677]    RedFieldPosition: 0
[    11.677]    GreenMaskSize: 0
[    11.677]    GreenFieldPosition: 0
[    11.677]    BlueMaskSize: 0
[    11.677]    BlueFieldPosition: 0
[    11.677]    RsvdMaskSize: 0
[    11.677]    RsvdFieldPosition: 0
[    11.677]    DirectColorModeInfo: 0
[    11.677]    PhysBasePtr: 0x0
[    11.677]    LinBytesPerScanLine: 0
[    11.677]    BnkNumberOfImagePages: 0
[    11.677]    LinNumberOfImagePages: 0
[    11.677]    LinRedMaskSize: 0
[    11.677]    LinRedFieldPosition: 0
[    11.677]    LinGreenMaskSize: 0
[    11.677]    LinGreenFieldPosition: 0
[    11.677]    LinBlueMaskSize: 0
[    11.677]    LinBlueFieldPosition: 0
[    11.677]    LinRsvdMaskSize: 0
[    11.677]    LinRsvdFieldPosition: 0
[    11.677]    MaxPixelClock: 0
[    11.677] Mode: 169 (0x0)
[    11.677]    ModeAttributes: 0x0
[    11.677]    WinAAttributes: 0x0
[    11.677]    WinBAttributes: 0x0
[    11.677]    WinGranularity: 0
[    11.677]    WinSize: 0
[    11.677]    WinASegment: 0x0
[    11.677]    WinBSegment: 0x0
[    11.677]    WinFuncPtr: 0x0
[    11.677]    BytesPerScanline: 0
[    11.677]    XResolution: 0
[    11.677]    YResolution: 0
[    11.677]    XCharSize: 0
[    11.677]    YCharSize: 0
[    11.677]    NumberOfPlanes: 0
[    11.677]    BitsPerPixel: 0
[    11.677]    NumberOfBanks: 0
[    11.677]    MemoryModel: 0
[    11.677]    BankSize: 0
[    11.677]    NumberOfImages: 0
[    11.677]    RedMaskSize: 0
[    11.677]    RedFieldPosition: 0
[    11.677]    GreenMaskSize: 0
[    11.677]    GreenFieldPosition: 0
[    11.677]    BlueMaskSize: 0
[    11.677]    BlueFieldPosition: 0
[    11.677]    RsvdMaskSize: 0
[    11.677]    RsvdFieldPosition: 0
[    11.677]    DirectColorModeInfo: 0
[    11.677]    PhysBasePtr: 0x0
[    11.677]    LinBytesPerScanLine: 0
[    11.677]    BnkNumberOfImagePages: 0
[    11.677]    LinNumberOfImagePages: 0
[    11.677]    LinRedMaskSize: 0
[    11.677]    LinRedFieldPosition: 0
[    11.677]    LinGreenMaskSize: 0
[    11.677]    LinGreenFieldPosition: 0
[    11.677]    LinBlueMaskSize: 0
[    11.677]    LinBlueFieldPosition: 0
[    11.677]    LinRsvdMaskSize: 0
[    11.677]    LinRsvdFieldPosition: 0
[    11.677]    MaxPixelClock: 0
[    11.677] Mode: 16a (0x0)
[    11.677]    ModeAttributes: 0x0
[    11.677]    WinAAttributes: 0x0
[    11.677]    WinBAttributes: 0x0
[    11.677]    WinGranularity: 0
[    11.677]    WinSize: 0
[    11.677]    WinASegment: 0x0
[    11.677]    WinBSegment: 0x0
[    11.677]    WinFuncPtr: 0x0
[    11.677]    BytesPerScanline: 0
[    11.677]    XResolution: 0
[    11.677]    YResolution: 0
[    11.677]    XCharSize: 0
[    11.677]    YCharSize: 0
[    11.677]    NumberOfPlanes: 0
[    11.677]    BitsPerPixel: 0
[    11.677]    NumberOfBanks: 0
[    11.677]    MemoryModel: 0
[    11.677]    BankSize: 0
[    11.677]    NumberOfImages: 0
[    11.677]    RedMaskSize: 0
[    11.678]    RedFieldPosition: 0
[    11.678]    GreenMaskSize: 0
[    11.678]    GreenFieldPosition: 0
[    11.678]    BlueMaskSize: 0
[    11.678]    BlueFieldPosition: 0
[    11.678]    RsvdMaskSize: 0
[    11.678]    RsvdFieldPosition: 0
[    11.678]    DirectColorModeInfo: 0
[    11.678]    PhysBasePtr: 0x0
[    11.678]    LinBytesPerScanLine: 0
[    11.678]    BnkNumberOfImagePages: 0
[    11.678]    LinNumberOfImagePages: 0
[    11.678]    LinRedMaskSize: 0
[    11.678]    LinRedFieldPosition: 0
[    11.678]    LinGreenMaskSize: 0
[    11.678]    LinGreenFieldPosition: 0
[    11.678]    LinBlueMaskSize: 0
[    11.678]    LinBlueFieldPosition: 0
[    11.678]    LinRsvdMaskSize: 0
[    11.678]    LinRsvdFieldPosition: 0
[    11.678]    MaxPixelClock: 0
[    11.678] Mode: 16b (0x0)
[    11.678]    ModeAttributes: 0x0
[    11.678]    WinAAttributes: 0x0
[    11.678]    WinBAttributes: 0x0
[    11.678]    WinGranularity: 0
[    11.678]    WinSize: 0
[    11.678]    WinASegment: 0x0
[    11.678]    WinBSegment: 0x0
[    11.678]    WinFuncPtr: 0x0
[    11.678]    BytesPerScanline: 0
[    11.678]    XResolution: 0
[    11.678]    YResolution: 0
[    11.678]    XCharSize: 0
[    11.678]    YCharSize: 0
[    11.678]    NumberOfPlanes: 0
[    11.678]    BitsPerPixel: 0
[    11.678]    NumberOfBanks: 0
[    11.678]    MemoryModel: 0
[    11.678]    BankSize: 0
[    11.678]    NumberOfImages: 0
[    11.678]    RedMaskSize: 0
[    11.678]    RedFieldPosition: 0
[    11.678]    GreenMaskSize: 0
[    11.678]    GreenFieldPosition: 0
[    11.678]    BlueMaskSize: 0
[    11.678]    BlueFieldPosition: 0
[    11.678]    RsvdMaskSize: 0
[    11.678]    RsvdFieldPosition: 0
[    11.678]    DirectColorModeInfo: 0
[    11.678]    PhysBasePtr: 0x0
[    11.678]    LinBytesPerScanLine: 0
[    11.678]    BnkNumberOfImagePages: 0
[    11.678]    LinNumberOfImagePages: 0
[    11.678]    LinRedMaskSize: 0
[    11.678]    LinRedFieldPosition: 0
[    11.678]    LinGreenMaskSize: 0
[    11.678]    LinGreenFieldPosition: 0
[    11.678]    LinBlueMaskSize: 0
[    11.678]    LinBlueFieldPosition: 0
[    11.678]    LinRsvdMaskSize: 0
[    11.678]    LinRsvdFieldPosition: 0
[    11.678]    MaxPixelClock: 0
[    11.678] Mode: 16c (0x0)
[    11.678]    ModeAttributes: 0x0
[    11.678]    WinAAttributes: 0x0
[    11.678]    WinBAttributes: 0x0
[    11.678]    WinGranularity: 0
[    11.678]    WinSize: 0
[    11.678]    WinASegment: 0x0
[    11.678]    WinBSegment: 0x0
[    11.678]    WinFuncPtr: 0x0
[    11.678]    BytesPerScanline: 0
[    11.678]    XResolution: 0
[    11.678]    YResolution: 0
[    11.678]    XCharSize: 0
[    11.678]    YCharSize: 0
[    11.678]    NumberOfPlanes: 0
[    11.678]    BitsPerPixel: 0
[    11.678]    NumberOfBanks: 0
[    11.678]    MemoryModel: 0
[    11.678]    BankSize: 0
[    11.678]    NumberOfImages: 0
[    11.678]    RedMaskSize: 0
[    11.678]    RedFieldPosition: 0
[    11.678]    GreenMaskSize: 0
[    11.678]    GreenFieldPosition: 0
[    11.678]    BlueMaskSize: 0
[    11.678]    BlueFieldPosition: 0
[    11.678]    RsvdMaskSize: 0
[    11.678]    RsvdFieldPosition: 0
[    11.678]    DirectColorModeInfo: 0
[    11.678]    PhysBasePtr: 0x0
[    11.678]    LinBytesPerScanLine: 0
[    11.678]    BnkNumberOfImagePages: 0
[    11.678]    LinNumberOfImagePages: 0
[    11.678]    LinRedMaskSize: 0
[    11.678]    LinRedFieldPosition: 0
[    11.678]    LinGreenMaskSize: 0
[    11.678]    LinGreenFieldPosition: 0
[    11.678]    LinBlueMaskSize: 0
[    11.678]    LinBlueFieldPosition: 0
[    11.678]    LinRsvdMaskSize: 0
[    11.678]    LinRsvdFieldPosition: 0
[    11.678]    MaxPixelClock: 0
[    11.678] Mode: 16d (0x0)
[    11.678]    ModeAttributes: 0x0
[    11.678]    WinAAttributes: 0x0
[    11.678]    WinBAttributes: 0x0
[    11.678]    WinGranularity: 0
[    11.678]    WinSize: 0
[    11.678]    WinASegment: 0x0
[    11.678]    WinBSegment: 0x0
[    11.678]    WinFuncPtr: 0x0
[    11.678]    BytesPerScanline: 0
[    11.678]    XResolution: 0
[    11.678]    YResolution: 0
[    11.678]    XCharSize: 0
[    11.678]    YCharSize: 0
[    11.678]    NumberOfPlanes: 0
[    11.678]    BitsPerPixel: 0
[    11.678]    NumberOfBanks: 0
[    11.678]    MemoryModel: 0
[    11.678]    BankSize: 0
[    11.678]    NumberOfImages: 0
[    11.678]    RedMaskSize: 0
[    11.678]    RedFieldPosition: 0
[    11.678]    GreenMaskSize: 0
[    11.678]    GreenFieldPosition: 0
[    11.678]    BlueMaskSize: 0
[    11.678]    BlueFieldPosition: 0
[    11.678]    RsvdMaskSize: 0
[    11.678]    RsvdFieldPosition: 0
[    11.678]    DirectColorModeInfo: 0
[    11.678]    PhysBasePtr: 0x0
[    11.678]    LinBytesPerScanLine: 0
[    11.678]    BnkNumberOfImagePages: 0
[    11.678]    LinNumberOfImagePages: 0
[    11.678]    LinRedMaskSize: 0
[    11.678]    LinRedFieldPosition: 0
[    11.678]    LinGreenMaskSize: 0
[    11.678]    LinGreenFieldPosition: 0
[    11.678]    LinBlueMaskSize: 0
[    11.678]    LinBlueFieldPosition: 0
[    11.678]    LinRsvdMaskSize: 0
[    11.678]    LinRsvdFieldPosition: 0
[    11.678]    MaxPixelClock: 0
[    11.678] Mode: 16e (0x0)
[    11.678]    ModeAttributes: 0x0
[    11.678]    WinAAttributes: 0x0
[    11.678]    WinBAttributes: 0x0
[    11.678]    WinGranularity: 0
[    11.678]    WinSize: 0
[    11.678]    WinASegment: 0x0
[    11.678]    WinBSegment: 0x0
[    11.678]    WinFuncPtr: 0x0
[    11.678]    BytesPerScanline: 0
[    11.678]    XResolution: 0
[    11.678]    YResolution: 0
[    11.678]    XCharSize: 0
[    11.678]    YCharSize: 0
[    11.678]    NumberOfPlanes: 0
[    11.678]    BitsPerPixel: 0
[    11.678]    NumberOfBanks: 0
[    11.678]    MemoryModel: 0
[    11.678]    BankSize: 0
[    11.678]    NumberOfImages: 0
[    11.678]    RedMaskSize: 0
[    11.678]    RedFieldPosition: 0
[    11.678]    GreenMaskSize: 0
[    11.678]    GreenFieldPosition: 0
[    11.678]    BlueMaskSize: 0
[    11.678]    BlueFieldPosition: 0
[    11.678]    RsvdMaskSize: 0
[    11.678]    RsvdFieldPosition: 0
[    11.678]    DirectColorModeInfo: 0
[    11.678]    PhysBasePtr: 0x0
[    11.678]    LinBytesPerScanLine: 0
[    11.678]    BnkNumberOfImagePages: 0
[    11.678]    LinNumberOfImagePages: 0
[    11.678]    LinRedMaskSize: 0
[    11.678]    LinRedFieldPosition: 0
[    11.678]    LinGreenMaskSize: 0
[    11.678]    LinGreenFieldPosition: 0
[    11.678]    LinBlueMaskSize: 0
[    11.678]    LinBlueFieldPosition: 0
[    11.678]    LinRsvdMaskSize: 0
[    11.678]    LinRsvdFieldPosition: 0
[    11.678]    MaxPixelClock: 0
[    11.678] Mode: 16f (0x0)
[    11.678]    ModeAttributes: 0x0
[    11.678]    WinAAttributes: 0x0
[    11.678]    WinBAttributes: 0x0
[    11.678]    WinGranularity: 0
[    11.678]    WinSize: 0
[    11.678]    WinASegment: 0x0
[    11.678]    WinBSegment: 0x0
[    11.678]    WinFuncPtr: 0x0
[    11.678]    BytesPerScanline: 0
[    11.678]    XResolution: 0
[    11.678]    YResolution: 0
[    11.678]    XCharSize: 0
[    11.678]    YCharSize: 0
[    11.678]    NumberOfPlanes: 0
[    11.678]    BitsPerPixel: 0
[    11.678]    NumberOfBanks: 0
[    11.679]    MemoryModel: 0
[    11.679]    BankSize: 0
[    11.679]    NumberOfImages: 0
[    11.679]    RedMaskSize: 0
[    11.679]    RedFieldPosition: 0
[    11.679]    GreenMaskSize: 0
[    11.679]    GreenFieldPosition: 0
[    11.679]    BlueMaskSize: 0
[    11.679]    BlueFieldPosition: 0
[    11.679]    RsvdMaskSize: 0
[    11.679]    RsvdFieldPosition: 0
[    11.679]    DirectColorModeInfo: 0
[    11.679]    PhysBasePtr: 0x0
[    11.679]    LinBytesPerScanLine: 0
[    11.679]    BnkNumberOfImagePages: 0
[    11.679]    LinNumberOfImagePages: 0
[    11.679]    LinRedMaskSize: 0
[    11.679]    LinRedFieldPosition: 0
[    11.679]    LinGreenMaskSize: 0
[    11.679]    LinGreenFieldPosition: 0
[    11.679]    LinBlueMaskSize: 0
[    11.679]    LinBlueFieldPosition: 0
[    11.679]    LinRsvdMaskSize: 0
[    11.679]    LinRsvdFieldPosition: 0
[    11.679]    MaxPixelClock: 0
[    11.679] Mode: 170 (0x0)
[    11.679]    ModeAttributes: 0x0
[    11.679]    WinAAttributes: 0x0
[    11.679]    WinBAttributes: 0x0
[    11.679]    WinGranularity: 0
[    11.679]    WinSize: 0
[    11.679]    WinASegment: 0x0
[    11.679]    WinBSegment: 0x0
[    11.679]    WinFuncPtr: 0x0
[    11.679]    BytesPerScanline: 0
[    11.679]    XResolution: 0
[    11.679]    YResolution: 0
[    11.679]    XCharSize: 0
[    11.679]    YCharSize: 0
[    11.679]    NumberOfPlanes: 0
[    11.679]    BitsPerPixel: 0
[    11.679]    NumberOfBanks: 0
[    11.679]    MemoryModel: 0
[    11.679]    BankSize: 0
[    11.679]    NumberOfImages: 0
[    11.679]    RedMaskSize: 0
[    11.679]    RedFieldPosition: 0
[    11.679]    GreenMaskSize: 0
[    11.679]    GreenFieldPosition: 0
[    11.679]    BlueMaskSize: 0
[    11.679]    BlueFieldPosition: 0
[    11.679]    RsvdMaskSize: 0
[    11.679]    RsvdFieldPosition: 0
[    11.679]    DirectColorModeInfo: 0
[    11.679]    PhysBasePtr: 0x0
[    11.679]    LinBytesPerScanLine: 0
[    11.679]    BnkNumberOfImagePages: 0
[    11.679]    LinNumberOfImagePages: 0
[    11.679]    LinRedMaskSize: 0
[    11.679]    LinRedFieldPosition: 0
[    11.679]    LinGreenMaskSize: 0
[    11.679]    LinGreenFieldPosition: 0
[    11.679]    LinBlueMaskSize: 0
[    11.679]    LinBlueFieldPosition: 0
[    11.679]    LinRsvdMaskSize: 0
[    11.679]    LinRsvdFieldPosition: 0
[    11.679]    MaxPixelClock: 0
[    11.679] Mode: 171 (0x0)
[    11.679]    ModeAttributes: 0x0
[    11.679]    WinAAttributes: 0x0
[    11.679]    WinBAttributes: 0x0
[    11.679]    WinGranularity: 0
[    11.679]    WinSize: 0
[    11.679]    WinASegment: 0x0
[    11.679]    WinBSegment: 0x0
[    11.679]    WinFuncPtr: 0x0
[    11.679]    BytesPerScanline: 0
[    11.679]    XResolution: 0
[    11.679]    YResolution: 0
[    11.679]    XCharSize: 0
[    11.679]    YCharSize: 0
[    11.679]    NumberOfPlanes: 0
[    11.679]    BitsPerPixel: 0
[    11.679]    NumberOfBanks: 0
[    11.679]    MemoryModel: 0
[    11.679]    BankSize: 0
[    11.679]    NumberOfImages: 0
[    11.679]    RedMaskSize: 0
[    11.679]    RedFieldPosition: 0
[    11.679]    GreenMaskSize: 0
[    11.679]    GreenFieldPosition: 0
[    11.679]    BlueMaskSize: 0
[    11.679]    BlueFieldPosition: 0
[    11.679]    RsvdMaskSize: 0
[    11.679]    RsvdFieldPosition: 0
[    11.679]    DirectColorModeInfo: 0
[    11.679]    PhysBasePtr: 0x0
[    11.679]    LinBytesPerScanLine: 0
[    11.679]    BnkNumberOfImagePages: 0
[    11.679]    LinNumberOfImagePages: 0
[    11.679]    LinRedMaskSize: 0
[    11.679]    LinRedFieldPosition: 0
[    11.679]    LinGreenMaskSize: 0
[    11.679]    LinGreenFieldPosition: 0
[    11.679]    LinBlueMaskSize: 0
[    11.679]    LinBlueFieldPosition: 0
[    11.679]    LinRsvdMaskSize: 0
[    11.679]    LinRsvdFieldPosition: 0
[    11.679]    MaxPixelClock: 0
[    11.681] Mode: 13c (0x0)
[    11.681]    ModeAttributes: 0x0
[    11.681]    WinAAttributes: 0x0
[    11.681]    WinBAttributes: 0x0
[    11.681]    WinGranularity: 0
[    11.681]    WinSize: 0
[    11.681]    WinASegment: 0x0
[    11.681]    WinBSegment: 0x0
[    11.681]    WinFuncPtr: 0x0
[    11.681]    BytesPerScanline: 0
[    11.681]    XResolution: 0
[    11.681]    YResolution: 0
[    11.681]    XCharSize: 0
[    11.681]    YCharSize: 0
[    11.681]    NumberOfPlanes: 0
[    11.681]    BitsPerPixel: 0
[    11.681]    NumberOfBanks: 0
[    11.681]    MemoryModel: 0
[    11.681]    BankSize: 0
[    11.681]    NumberOfImages: 0
[    11.681]    RedMaskSize: 0
[    11.681]    RedFieldPosition: 0
[    11.681]    GreenMaskSize: 0
[    11.681]    GreenFieldPosition: 0
[    11.681]    BlueMaskSize: 0
[    11.681]    BlueFieldPosition: 0
[    11.681]    RsvdMaskSize: 0
[    11.681]    RsvdFieldPosition: 0
[    11.681]    DirectColorModeInfo: 0
[    11.681]    PhysBasePtr: 0x0
[    11.681]    LinBytesPerScanLine: 0
[    11.681]    BnkNumberOfImagePages: 0
[    11.681]    LinNumberOfImagePages: 0
[    11.681]    LinRedMaskSize: 0
[    11.681]    LinRedFieldPosition: 0
[    11.681]    LinGreenMaskSize: 0
[    11.681]    LinGreenFieldPosition: 0
[    11.681]    LinBlueMaskSize: 0
[    11.681]    LinBlueFieldPosition: 0
[    11.681]    LinRsvdMaskSize: 0
[    11.681]    LinRsvdFieldPosition: 0
[    11.681]    MaxPixelClock: 0
[    11.683] Mode: 14d (0x0)
[    11.684]    ModeAttributes: 0x0
[    11.684]    WinAAttributes: 0x0
[    11.684]    WinBAttributes: 0x0
[    11.684]    WinGranularity: 0
[    11.684]    WinSize: 0
[    11.684]    WinASegment: 0x0
[    11.684]    WinBSegment: 0x0
[    11.684]    WinFuncPtr: 0x0
[    11.684]    BytesPerScanline: 0
[    11.684]    XResolution: 0
[    11.684]    YResolution: 0
[    11.684]    XCharSize: 0
[    11.684]    YCharSize: 0
[    11.684]    NumberOfPlanes: 0
[    11.684]    BitsPerPixel: 0
[    11.684]    NumberOfBanks: 0
[    11.684]    MemoryModel: 0
[    11.684]    BankSize: 0
[    11.684]    NumberOfImages: 0
[    11.684]    RedMaskSize: 0
[    11.684]    RedFieldPosition: 0
[    11.684]    GreenMaskSize: 0
[    11.684]    GreenFieldPosition: 0
[    11.684]    BlueMaskSize: 0
[    11.684]    BlueFieldPosition: 0
[    11.684]    RsvdMaskSize: 0
[    11.684]    RsvdFieldPosition: 0
[    11.684]    DirectColorModeInfo: 0
[    11.684]    PhysBasePtr: 0x0
[    11.684]    LinBytesPerScanLine: 0
[    11.684]    BnkNumberOfImagePages: 0
[    11.684]    LinNumberOfImagePages: 0
[    11.684]    LinRedMaskSize: 0
[    11.684]    LinRedFieldPosition: 0
[    11.684]    LinGreenMaskSize: 0
[    11.684]    LinGreenFieldPosition: 0
[    11.684]    LinBlueMaskSize: 0
[    11.684]    LinBlueFieldPosition: 0
[    11.684]    LinRsvdMaskSize: 0
[    11.684]    LinRsvdFieldPosition: 0
[    11.684]    MaxPixelClock: 0
[    11.686] Mode: 15c (0x0)
[    11.686]    ModeAttributes: 0x0
[    11.686]    WinAAttributes: 0x0
[    11.686]    WinBAttributes: 0x0
[    11.686]    WinGranularity: 0
[    11.686]    WinSize: 0
[    11.686]    WinASegment: 0x0
[    11.686]    WinBSegment: 0x0
[    11.686]    WinFuncPtr: 0x0
[    11.686]    BytesPerScanline: 0
[    11.686]    XResolution: 0
[    11.686]    YResolution: 0
[    11.686]    XCharSize: 0
[    11.686]    YCharSize: 0
[    11.686]    NumberOfPlanes: 0
[    11.686]    BitsPerPixel: 0
[    11.686]    NumberOfBanks: 0
[    11.686]    MemoryModel: 0
[    11.686]    BankSize: 0
[    11.686]    NumberOfImages: 0
[    11.686]    RedMaskSize: 0
[    11.686]    RedFieldPosition: 0
[    11.686]    GreenMaskSize: 0
[    11.686]    GreenFieldPosition: 0
[    11.686]    BlueMaskSize: 0
[    11.686]    BlueFieldPosition: 0
[    11.686]    RsvdMaskSize: 0
[    11.686]    RsvdFieldPosition: 0
[    11.686]    DirectColorModeInfo: 0
[    11.686]    PhysBasePtr: 0x0
[    11.686]    LinBytesPerScanLine: 0
[    11.686]    BnkNumberOfImagePages: 0
[    11.686]    LinNumberOfImagePages: 0
[    11.686]    LinRedMaskSize: 0
[    11.686]    LinRedFieldPosition: 0
[    11.686]    LinGreenMaskSize: 0
[    11.686]    LinGreenFieldPosition: 0
[    11.686]    LinBlueMaskSize: 0
[    11.686]    LinBlueFieldPosition: 0
[    11.686]    LinRsvdMaskSize: 0
[    11.686]    LinRsvdFieldPosition: 0
[    11.686]    MaxPixelClock: 0
[    11.686] Mode: 13a (1600x1200)
[    11.686]    ModeAttributes: 0x9b
[    11.686]    WinAAttributes: 0x7
[    11.686]    WinBAttributes: 0x0
[    11.686]    WinGranularity: 64
[    11.686]    WinSize: 64
[    11.686]    WinASegment: 0xa000
[    11.686]    WinBSegment: 0x0
[    11.686]    WinFuncPtr: 0xc000830b
[    11.686]    BytesPerScanline: 1600
[    11.686]    XResolution: 1600
[    11.686]    YResolution: 1200
[    11.686]    XCharSize: 8
[    11.686]    YCharSize: 16
[    11.686]    NumberOfPlanes: 1
[    11.686]    BitsPerPixel: 8
[    11.686]    NumberOfBanks: 1
[    11.686]    MemoryModel: 4
[    11.686]    BankSize: 0
[    11.686]    NumberOfImages: 33
[    11.686]    RedMaskSize: 0
[    11.686]    RedFieldPosition: 0
[    11.686]    GreenMaskSize: 0
[    11.686]    GreenFieldPosition: 0
[    11.686]    BlueMaskSize: 0
[    11.686]    BlueFieldPosition: 0
[    11.686]    RsvdMaskSize: 0
[    11.686]    RsvdFieldPosition: 0
[    11.686]    DirectColorModeInfo: 0
[    11.686]    PhysBasePtr: 0xe0000000
[    11.686]    LinBytesPerScanLine: 1600
[    11.686]    BnkNumberOfImagePages: 33
[    11.686]    LinNumberOfImagePages: 33
[    11.686]    LinRedMaskSize: 0
[    11.686]    LinRedFieldPosition: 0
[    11.686]    LinGreenMaskSize: 0
[    11.686]    LinGreenFieldPosition: 0
[    11.686]    LinBlueMaskSize: 0
[    11.686]    LinBlueFieldPosition: 0
[    11.686]    LinRsvdMaskSize: 0
[    11.686]    LinRsvdFieldPosition: 0
[    11.686]    MaxPixelClock: 230000000
[    11.687] Mode: 14b (1600x1200)
[    11.687]    ModeAttributes: 0x9b
[    11.687]    WinAAttributes: 0x7
[    11.687]    WinBAttributes: 0x0
[    11.687]    WinGranularity: 64
[    11.687]    WinSize: 64
[    11.687]    WinASegment: 0xa000
[    11.687]    WinBSegment: 0x0
[    11.687]    WinFuncPtr: 0xc000830b
[    11.687]    BytesPerScanline: 3200
[    11.687]    XResolution: 1600
[    11.687]    YResolution: 1200
[    11.687]    XCharSize: 8
[    11.687]    YCharSize: 16
[    11.687]    NumberOfPlanes: 1
[    11.687]    BitsPerPixel: 16
[    11.687]    NumberOfBanks: 1
[    11.687]    MemoryModel: 6
[    11.687]    BankSize: 0
[    11.687]    NumberOfImages: 16
[    11.687]    RedMaskSize: 5
[    11.687]    RedFieldPosition: 11
[    11.687]    GreenMaskSize: 6
[    11.687]    GreenFieldPosition: 5
[    11.687]    BlueMaskSize: 5
[    11.687]    BlueFieldPosition: 0
[    11.687]    RsvdMaskSize: 0
[    11.687]    RsvdFieldPosition: 0
[    11.687]    DirectColorModeInfo: 0
[    11.687]    PhysBasePtr: 0xe0000000
[    11.687]    LinBytesPerScanLine: 3200
[    11.687]    BnkNumberOfImagePages: 16
[    11.687]    LinNumberOfImagePages: 16
[    11.687]    LinRedMaskSize: 5
[    11.687]    LinRedFieldPosition: 11
[    11.687]    LinGreenMaskSize: 6
[    11.687]    LinGreenFieldPosition: 5
[    11.687]    LinBlueMaskSize: 5
[    11.687]    LinBlueFieldPosition: 0
[    11.687]    LinRsvdMaskSize: 0
[    11.687]    LinRsvdFieldPosition: 0
[    11.687]    MaxPixelClock: 230000000
[    11.687] *Mode: 15a (1600x1200)
[    11.687]    ModeAttributes: 0x9b
[    11.687]    WinAAttributes: 0x7
[    11.687]    WinBAttributes: 0x0
[    11.687]    WinGranularity: 64
[    11.687]    WinSize: 64
[    11.687]    WinASegment: 0xa000
[    11.687]    WinBSegment: 0x0
[    11.687]    WinFuncPtr: 0xc000830b
[    11.687]    BytesPerScanline: 6400
[    11.687]    XResolution: 1600
[    11.687]    YResolution: 1200
[    11.687]    XCharSize: 8
[    11.687]    YCharSize: 16
[    11.687]    NumberOfPlanes: 1
[    11.687]    BitsPerPixel: 32
[    11.687]    NumberOfBanks: 1
[    11.687]    MemoryModel: 6
[    11.687]    BankSize: 0
[    11.687]    NumberOfImages: 7
[    11.687]    RedMaskSize: 8
[    11.687]    RedFieldPosition: 16
[    11.687]    GreenMaskSize: 8
[    11.687]    GreenFieldPosition: 8
[    11.687]    BlueMaskSize: 8
[    11.687]    BlueFieldPosition: 0
[    11.687]    RsvdMaskSize: 8
[    11.687]    RsvdFieldPosition: 24
[    11.687]    DirectColorModeInfo: 0
[    11.687]    PhysBasePtr: 0xe0000000
[    11.687]    LinBytesPerScanLine: 6400
[    11.687]    BnkNumberOfImagePages: 7
[    11.687]    LinNumberOfImagePages: 7
[    11.687]    LinRedMaskSize: 8
[    11.687]    LinRedFieldPosition: 16
[    11.687]    LinGreenMaskSize: 8
[    11.687]    LinGreenFieldPosition: 8
[    11.687]    LinBlueMaskSize: 8
[    11.687]    LinBlueFieldPosition: 0
[    11.687]    LinRsvdMaskSize: 8
[    11.687]    LinRsvdFieldPosition: 24
[    11.687]    MaxPixelClock: 230000000
[    11.687] Mode: 107 (1280x1024)
[    11.687]    ModeAttributes: 0x9b
[    11.687]    WinAAttributes: 0x7
[    11.687]    WinBAttributes: 0x0
[    11.687]    WinGranularity: 64
[    11.687]    WinSize: 64
[    11.687]    WinASegment: 0xa000
[    11.687]    WinBSegment: 0x0
[    11.687]    WinFuncPtr: 0xc000830b
[    11.687]    BytesPerScanline: 1280
[    11.687]    XResolution: 1280
[    11.687]    YResolution: 1024
[    11.687]    XCharSize: 8
[    11.687]    YCharSize: 16
[    11.687]    NumberOfPlanes: 1
[    11.687]    BitsPerPixel: 8
[    11.687]    NumberOfBanks: 1
[    11.687]    MemoryModel: 4
[    11.687]    BankSize: 0
[    11.687]    NumberOfImages: 50
[    11.687]    RedMaskSize: 0
[    11.687]    RedFieldPosition: 0
[    11.687]    GreenMaskSize: 0
[    11.687]    GreenFieldPosition: 0
[    11.687]    BlueMaskSize: 0
[    11.687]    BlueFieldPosition: 0
[    11.687]    RsvdMaskSize: 0
[    11.687]    RsvdFieldPosition: 0
[    11.687]    DirectColorModeInfo: 0
[    11.687]    PhysBasePtr: 0xe0000000
[    11.687]    LinBytesPerScanLine: 1280
[    11.687]    BnkNumberOfImagePages: 50
[    11.687]    LinNumberOfImagePages: 50
[    11.687]    LinRedMaskSize: 0
[    11.687]    LinRedFieldPosition: 0
[    11.687]    LinGreenMaskSize: 0
[    11.687]    LinGreenFieldPosition: 0
[    11.687]    LinBlueMaskSize: 0
[    11.687]    LinBlueFieldPosition: 0
[    11.687]    LinRsvdMaskSize: 0
[    11.687]    LinRsvdFieldPosition: 0
[    11.687]    MaxPixelClock: 230000000
[    11.688] Mode: 11a (1280x1024)
[    11.688]    ModeAttributes: 0x9b
[    11.688]    WinAAttributes: 0x7
[    11.688]    WinBAttributes: 0x0
[    11.688]    WinGranularity: 64
[    11.688]    WinSize: 64
[    11.688]    WinASegment: 0xa000
[    11.688]    WinBSegment: 0x0
[    11.688]    WinFuncPtr: 0xc000830b
[    11.688]    BytesPerScanline: 2560
[    11.688]    XResolution: 1280
[    11.688]    YResolution: 1024
[    11.688]    XCharSize: 8
[    11.688]    YCharSize: 16
[    11.688]    NumberOfPlanes: 1
[    11.688]    BitsPerPixel: 16
[    11.688]    NumberOfBanks: 1
[    11.688]    MemoryModel: 6
[    11.688]    BankSize: 0
[    11.688]    NumberOfImages: 24
[    11.688]    RedMaskSize: 5
[    11.688]    RedFieldPosition: 11
[    11.688]    GreenMaskSize: 6
[    11.688]    GreenFieldPosition: 5
[    11.688]    BlueMaskSize: 5
[    11.688]    BlueFieldPosition: 0
[    11.688]    RsvdMaskSize: 0
[    11.688]    RsvdFieldPosition: 0
[    11.688]    DirectColorModeInfo: 0
[    11.688]    PhysBasePtr: 0xe0000000
[    11.688]    LinBytesPerScanLine: 2560
[    11.688]    BnkNumberOfImagePages: 24
[    11.688]    LinNumberOfImagePages: 24
[    11.688]    LinRedMaskSize: 5
[    11.688]    LinRedFieldPosition: 11
[    11.688]    LinGreenMaskSize: 6
[    11.688]    LinGreenFieldPosition: 5
[    11.688]    LinBlueMaskSize: 5
[    11.688]    LinBlueFieldPosition: 0
[    11.688]    LinRsvdMaskSize: 0
[    11.688]    LinRsvdFieldPosition: 0
[    11.688]    MaxPixelClock: 230000000
[    11.688] *Mode: 11b (1280x1024)
[    11.688]    ModeAttributes: 0x9b
[    11.688]    WinAAttributes: 0x7
[    11.688]    WinBAttributes: 0x0
[    11.688]    WinGranularity: 64
[    11.688]    WinSize: 64
[    11.688]    WinASegment: 0xa000
[    11.688]    WinBSegment: 0x0
[    11.688]    WinFuncPtr: 0xc000830b
[    11.688]    BytesPerScanline: 5120
[    11.688]    XResolution: 1280
[    11.688]    YResolution: 1024
[    11.688]    XCharSize: 8
[    11.688]    YCharSize: 16
[    11.688]    NumberOfPlanes: 1
[    11.688]    BitsPerPixel: 32
[    11.688]    NumberOfBanks: 1
[    11.688]    MemoryModel: 6
[    11.688]    BankSize: 0
[    11.688]    NumberOfImages: 11
[    11.688]    RedMaskSize: 8
[    11.688]    RedFieldPosition: 16
[    11.688]    GreenMaskSize: 8
[    11.688]    GreenFieldPosition: 8
[    11.688]    BlueMaskSize: 8
[    11.688]    BlueFieldPosition: 0
[    11.688]    RsvdMaskSize: 8
[    11.688]    RsvdFieldPosition: 24
[    11.688]    DirectColorModeInfo: 0
[    11.688]    PhysBasePtr: 0xe0000000
[    11.688]    LinBytesPerScanLine: 5120
[    11.688]    BnkNumberOfImagePages: 11
[    11.688]    LinNumberOfImagePages: 11
[    11.688]    LinRedMaskSize: 8
[    11.688]    LinRedFieldPosition: 16
[    11.688]    LinGreenMaskSize: 8
[    11.688]    LinGreenFieldPosition: 8
[    11.688]    LinBlueMaskSize: 8
[    11.688]    LinBlueFieldPosition: 0
[    11.688]    LinRsvdMaskSize: 8
[    11.688]    LinRsvdFieldPosition: 24
[    11.688]    MaxPixelClock: 230000000
[    11.688] Mode: 105 (1024x768)
[    11.688]    ModeAttributes: 0x9b
[    11.688]    WinAAttributes: 0x7
[    11.688]    WinBAttributes: 0x0
[    11.688]    WinGranularity: 64
[    11.688]    WinSize: 64
[    11.688]    WinASegment: 0xa000
[    11.688]    WinBSegment: 0x0
[    11.689]    WinFuncPtr: 0xc000830b
[    11.689]    BytesPerScanline: 1024
[    11.689]    XResolution: 1024
[    11.689]    YResolution: 768
[    11.689]    XCharSize: 8
[    11.689]    YCharSize: 16
[    11.689]    NumberOfPlanes: 1
[    11.689]    BitsPerPixel: 8
[    11.689]    NumberOfBanks: 1
[    11.689]    MemoryModel: 4
[    11.689]    BankSize: 0
[    11.689]    NumberOfImages: 84
[    11.689]    RedMaskSize: 0
[    11.689]    RedFieldPosition: 0
[    11.689]    GreenMaskSize: 0
[    11.689]    GreenFieldPosition: 0
[    11.689]    BlueMaskSize: 0
[    11.689]    BlueFieldPosition: 0
[    11.689]    RsvdMaskSize: 0
[    11.689]    RsvdFieldPosition: 0
[    11.689]    DirectColorModeInfo: 0
[    11.689]    PhysBasePtr: 0xe0000000
[    11.689]    LinBytesPerScanLine: 1024
[    11.689]    BnkNumberOfImagePages: 84
[    11.689]    LinNumberOfImagePages: 84
[    11.689]    LinRedMaskSize: 0
[    11.689]    LinRedFieldPosition: 0
[    11.689]    LinGreenMaskSize: 0
[    11.689]    LinGreenFieldPosition: 0
[    11.689]    LinBlueMaskSize: 0
[    11.689]    LinBlueFieldPosition: 0
[    11.689]    LinRsvdMaskSize: 0
[    11.689]    LinRsvdFieldPosition: 0
[    11.689]    MaxPixelClock: 230000000
[    11.689] Mode: 117 (1024x768)
[    11.689]    ModeAttributes: 0x9b
[    11.689]    WinAAttributes: 0x7
[    11.689]    WinBAttributes: 0x0
[    11.689]    WinGranularity: 64
[    11.689]    WinSize: 64
[    11.689]    WinASegment: 0xa000
[    11.689]    WinBSegment: 0x0
[    11.689]    WinFuncPtr: 0xc000830b
[    11.689]    BytesPerScanline: 2048
[    11.689]    XResolution: 1024
[    11.689]    YResolution: 768
[    11.689]    XCharSize: 8
[    11.689]    YCharSize: 16
[    11.689]    NumberOfPlanes: 1
[    11.689]    BitsPerPixel: 16
[    11.689]    NumberOfBanks: 1
[    11.689]    MemoryModel: 6
[    11.689]    BankSize: 0
[    11.689]    NumberOfImages: 41
[    11.689]    RedMaskSize: 5
[    11.689]    RedFieldPosition: 11
[    11.689]    GreenMaskSize: 6
[    11.689]    GreenFieldPosition: 5
[    11.689]    BlueMaskSize: 5
[    11.689]    BlueFieldPosition: 0
[    11.689]    RsvdMaskSize: 0
[    11.689]    RsvdFieldPosition: 0
[    11.689]    DirectColorModeInfo: 0
[    11.689]    PhysBasePtr: 0xe0000000
[    11.689]    LinBytesPerScanLine: 2048
[    11.689]    BnkNumberOfImagePages: 41
[    11.689]    LinNumberOfImagePages: 41
[    11.689]    LinRedMaskSize: 5
[    11.689]    LinRedFieldPosition: 11
[    11.689]    LinGreenMaskSize: 6
[    11.689]    LinGreenFieldPosition: 5
[    11.689]    LinBlueMaskSize: 5
[    11.689]    LinBlueFieldPosition: 0
[    11.689]    LinRsvdMaskSize: 0
[    11.689]    LinRsvdFieldPosition: 0
[    11.689]    MaxPixelClock: 230000000
[    11.689] *Mode: 118 (1024x768)
[    11.689]    ModeAttributes: 0x9b
[    11.689]    WinAAttributes: 0x7
[    11.689]    WinBAttributes: 0x0
[    11.689]    WinGranularity: 64
[    11.689]    WinSize: 64
[    11.689]    WinASegment: 0xa000
[    11.689]    WinBSegment: 0x0
[    11.689]    WinFuncPtr: 0xc000830b
[    11.689]    BytesPerScanline: 4096
[    11.689]    XResolution: 1024
[    11.689]    YResolution: 768
[    11.689]    XCharSize: 8
[    11.689]    YCharSize: 16
[    11.689]    NumberOfPlanes: 1
[    11.689]    BitsPerPixel: 32
[    11.689]    NumberOfBanks: 1
[    11.689]    MemoryModel: 6
[    11.689]    BankSize: 0
[    11.689]    NumberOfImages: 20
[    11.689]    RedMaskSize: 8
[    11.689]    RedFieldPosition: 16
[    11.689]    GreenMaskSize: 8
[    11.689]    GreenFieldPosition: 8
[    11.689]    BlueMaskSize: 8
[    11.689]    BlueFieldPosition: 0
[    11.689]    RsvdMaskSize: 8
[    11.689]    RsvdFieldPosition: 24
[    11.689]    DirectColorModeInfo: 0
[    11.689]    PhysBasePtr: 0xe0000000
[    11.689]    LinBytesPerScanLine: 4096
[    11.689]    BnkNumberOfImagePages: 20
[    11.689]    LinNumberOfImagePages: 20
[    11.689]    LinRedMaskSize: 8
[    11.689]    LinRedFieldPosition: 16
[    11.689]    LinGreenMaskSize: 8
[    11.689]    LinGreenFieldPosition: 8
[    11.689]    LinBlueMaskSize: 8
[    11.689]    LinBlueFieldPosition: 0
[    11.689]    LinRsvdMaskSize: 8
[    11.689]    LinRsvdFieldPosition: 24
[    11.689]    MaxPixelClock: 230000000
[    11.690] *Mode: 112 (640x480)
[    11.690]    ModeAttributes: 0x9b
[    11.690]    WinAAttributes: 0x7
[    11.690]    WinBAttributes: 0x0
[    11.690]    WinGranularity: 64
[    11.690]    WinSize: 64
[    11.690]    WinASegment: 0xa000
[    11.690]    WinBSegment: 0x0
[    11.690]    WinFuncPtr: 0xc000830b
[    11.690]    BytesPerScanline: 2560
[    11.690]    XResolution: 640
[    11.690]    YResolution: 480
[    11.690]    XCharSize: 8
[    11.690]    YCharSize: 16
[    11.690]    NumberOfPlanes: 1
[    11.690]    BitsPerPixel: 32
[    11.690]    NumberOfBanks: 1
[    11.690]    MemoryModel: 6
[    11.690]    BankSize: 0
[    11.690]    NumberOfImages: 52
[    11.690]    RedMaskSize: 8
[    11.690]    RedFieldPosition: 16
[    11.690]    GreenMaskSize: 8
[    11.690]    GreenFieldPosition: 8
[    11.690]    BlueMaskSize: 8
[    11.690]    BlueFieldPosition: 0
[    11.690]    RsvdMaskSize: 8
[    11.690]    RsvdFieldPosition: 24
[    11.690]    DirectColorModeInfo: 0
[    11.690]    PhysBasePtr: 0xe0000000
[    11.690]    LinBytesPerScanLine: 2560
[    11.690]    BnkNumberOfImagePages: 52
[    11.690]    LinNumberOfImagePages: 52
[    11.690]    LinRedMaskSize: 8
[    11.690]    LinRedFieldPosition: 16
[    11.690]    LinGreenMaskSize: 8
[    11.690]    LinGreenFieldPosition: 8
[    11.690]    LinBlueMaskSize: 8
[    11.690]    LinBlueFieldPosition: 0
[    11.690]    LinRsvdMaskSize: 8
[    11.690]    LinRsvdFieldPosition: 24
[    11.690]    MaxPixelClock: 230000000
[    11.690] Mode: 114 (800x600)
[    11.690]    ModeAttributes: 0x9b
[    11.690]    WinAAttributes: 0x7
[    11.690]    WinBAttributes: 0x0
[    11.690]    WinGranularity: 64
[    11.690]    WinSize: 64
[    11.690]    WinASegment: 0xa000
[    11.690]    WinBSegment: 0x0
[    11.690]    WinFuncPtr: 0xc000830b
[    11.690]    BytesPerScanline: 1600
[    11.690]    XResolution: 800
[    11.690]    YResolution: 600
[    11.690]    XCharSize: 8
[    11.690]    YCharSize: 16
[    11.690]    NumberOfPlanes: 1
[    11.690]    BitsPerPixel: 16
[    11.690]    NumberOfBanks: 1
[    11.690]    MemoryModel: 6
[    11.690]    BankSize: 0
[    11.690]    NumberOfImages: 67
[    11.690]    RedMaskSize: 5
[    11.690]    RedFieldPosition: 11
[    11.690]    GreenMaskSize: 6
[    11.690]    GreenFieldPosition: 5
[    11.690]    BlueMaskSize: 5
[    11.690]    BlueFieldPosition: 0
[    11.690]    RsvdMaskSize: 0
[    11.690]    RsvdFieldPosition: 0
[    11.690]    DirectColorModeInfo: 0
[    11.690]    PhysBasePtr: 0xe0000000
[    11.690]    LinBytesPerScanLine: 1600
[    11.690]    BnkNumberOfImagePages: 67
[    11.690]    LinNumberOfImagePages: 67
[    11.690]    LinRedMaskSize: 5
[    11.690]    LinRedFieldPosition: 11
[    11.690]    LinGreenMaskSize: 6
[    11.690]    LinGreenFieldPosition: 5
[    11.690]    LinBlueMaskSize: 5
[    11.690]    LinBlueFieldPosition: 0
[    11.690]    LinRsvdMaskSize: 0
[    11.690]    LinRsvdFieldPosition: 0
[    11.690]    MaxPixelClock: 230000000
[    11.690] *Mode: 115 (800x600)
[    11.690]    ModeAttributes: 0x9b
[    11.690]    WinAAttributes: 0x7
[    11.690]    WinBAttributes: 0x0
[    11.690]    WinGranularity: 64
[    11.690]    WinSize: 64
[    11.690]    WinASegment: 0xa000
[    11.690]    WinBSegment: 0x0
[    11.690]    WinFuncPtr: 0xc000830b
[    11.690]    BytesPerScanline: 3200
[    11.690]    XResolution: 800
[    11.690]    YResolution: 600
[    11.690]    XCharSize: 8
[    11.690]    YCharSize: 16
[    11.690]    NumberOfPlanes: 1
[    11.690]    BitsPerPixel: 32
[    11.690]    NumberOfBanks: 1
[    11.690]    MemoryModel: 6
[    11.690]    BankSize: 0
[    11.690]    NumberOfImages: 33
[    11.690]    RedMaskSize: 8
[    11.690]    RedFieldPosition: 16
[    11.690]    GreenMaskSize: 8
[    11.690]    GreenFieldPosition: 8
[    11.690]    BlueMaskSize: 8
[    11.690]    BlueFieldPosition: 0
[    11.690]    RsvdMaskSize: 8
[    11.690]    RsvdFieldPosition: 24
[    11.690]    DirectColorModeInfo: 0
[    11.690]    PhysBasePtr: 0xe0000000
[    11.690]    LinBytesPerScanLine: 3200
[    11.691]    BnkNumberOfImagePages: 33
[    11.691]    LinNumberOfImagePages: 33
[    11.691]    LinRedMaskSize: 8
[    11.691]    LinRedFieldPosition: 16
[    11.691]    LinGreenMaskSize: 8
[    11.691]    LinGreenFieldPosition: 8
[    11.691]    LinBlueMaskSize: 8
[    11.691]    LinBlueFieldPosition: 0
[    11.691]    LinRsvdMaskSize: 8
[    11.691]    LinRsvdFieldPosition: 24
[    11.691]    MaxPixelClock: 230000000
[    11.691] Mode: 101 (640x480)
[    11.691]    ModeAttributes: 0x9b
[    11.691]    WinAAttributes: 0x7
[    11.691]    WinBAttributes: 0x0
[    11.691]    WinGranularity: 64
[    11.691]    WinSize: 64
[    11.691]    WinASegment: 0xa000
[    11.691]    WinBSegment: 0x0
[    11.691]    WinFuncPtr: 0xc000830b
[    11.691]    BytesPerScanline: 640
[    11.691]    XResolution: 640
[    11.691]    YResolution: 480
[    11.691]    XCharSize: 8
[    11.691]    YCharSize: 16
[    11.691]    NumberOfPlanes: 1
[    11.691]    BitsPerPixel: 8
[    11.691]    NumberOfBanks: 1
[    11.691]    MemoryModel: 4
[    11.691]    BankSize: 0
[    11.691]    NumberOfImages: 203
[    11.691]    RedMaskSize: 0
[    11.691]    RedFieldPosition: 0
[    11.691]    GreenMaskSize: 0
[    11.691]    GreenFieldPosition: 0
[    11.691]    BlueMaskSize: 0
[    11.691]    BlueFieldPosition: 0
[    11.691]    RsvdMaskSize: 0
[    11.691]    RsvdFieldPosition: 0
[    11.691]    DirectColorModeInfo: 0
[    11.691]    PhysBasePtr: 0xe0000000
[    11.691]    LinBytesPerScanLine: 640
[    11.691]    BnkNumberOfImagePages: 203
[    11.691]    LinNumberOfImagePages: 203
[    11.691]    LinRedMaskSize: 0
[    11.691]    LinRedFieldPosition: 0
[    11.691]    LinGreenMaskSize: 0
[    11.691]    LinGreenFieldPosition: 0
[    11.691]    LinBlueMaskSize: 0
[    11.691]    LinBlueFieldPosition: 0
[    11.691]    LinRsvdMaskSize: 0
[    11.691]    LinRsvdFieldPosition: 0
[    11.691]    MaxPixelClock: 230000000
[    11.691] Mode: 103 (800x600)
[    11.691]    ModeAttributes: 0x9b
[    11.691]    WinAAttributes: 0x7
[    11.691]    WinBAttributes: 0x0
[    11.691]    WinGranularity: 64
[    11.691]    WinSize: 64
[    11.691]    WinASegment: 0xa000
[    11.691]    WinBSegment: 0x0
[    11.691]    WinFuncPtr: 0xc000830b
[    11.691]    BytesPerScanline: 832
[    11.691]    XResolution: 800
[    11.691]    YResolution: 600
[    11.691]    XCharSize: 8
[    11.691]    YCharSize: 16
[    11.691]    NumberOfPlanes: 1
[    11.691]    BitsPerPixel: 8
[    11.691]    NumberOfBanks: 1
[    11.691]    MemoryModel: 4
[    11.691]    BankSize: 0
[    11.691]    NumberOfImages: 126
[    11.691]    RedMaskSize: 0
[    11.691]    RedFieldPosition: 0
[    11.691]    GreenMaskSize: 0
[    11.691]    GreenFieldPosition: 0
[    11.691]    BlueMaskSize: 0
[    11.691]    BlueFieldPosition: 0
[    11.691]    RsvdMaskSize: 0
[    11.691]    RsvdFieldPosition: 0
[    11.691]    DirectColorModeInfo: 0
[    11.691]    PhysBasePtr: 0xe0000000
[    11.691]    LinBytesPerScanLine: 832
[    11.691]    BnkNumberOfImagePages: 126
[    11.691]    LinNumberOfImagePages: 126
[    11.691]    LinRedMaskSize: 0
[    11.691]    LinRedFieldPosition: 0
[    11.691]    LinGreenMaskSize: 0
[    11.691]    LinGreenFieldPosition: 0
[    11.691]    LinBlueMaskSize: 0
[    11.691]    LinBlueFieldPosition: 0
[    11.691]    LinRsvdMaskSize: 0
[    11.691]    LinRsvdFieldPosition: 0
[    11.691]    MaxPixelClock: 230000000
[    11.691] Mode: 111 (640x480)
[    11.691]    ModeAttributes: 0x9b
[    11.691]    WinAAttributes: 0x7
[    11.691]    WinBAttributes: 0x0
[    11.691]    WinGranularity: 64
[    11.691]    WinSize: 64
[    11.691]    WinASegment: 0xa000
[    11.691]    WinBSegment: 0x0
[    11.691]    WinFuncPtr: 0xc000830b
[    11.691]    BytesPerScanline: 1280
[    11.691]    XResolution: 640
[    11.691]    YResolution: 480
[    11.691]    XCharSize: 8
[    11.691]    YCharSize: 16
[    11.691]    NumberOfPlanes: 1
[    11.691]    BitsPerPixel: 16
[    11.691]    NumberOfBanks: 1
[    11.691]    MemoryModel: 6
[    11.691]    BankSize: 0
[    11.691]    NumberOfImages: 101
[    11.691]    RedMaskSize: 5
[    11.691]    RedFieldPosition: 11
[    11.691]    GreenMaskSize: 6
[    11.691]    GreenFieldPosition: 5
[    11.691]    BlueMaskSize: 5
[    11.691]    BlueFieldPosition: 0
[    11.691]    RsvdMaskSize: 0
[    11.691]    RsvdFieldPosition: 0
[    11.691]    DirectColorModeInfo: 0
[    11.691]    PhysBasePtr: 0xe0000000
[    11.691]    LinBytesPerScanLine: 1280
[    11.691]    BnkNumberOfImagePages: 101
[    11.691]    LinNumberOfImagePages: 101
[    11.691]    LinRedMaskSize: 5
[    11.691]    LinRedFieldPosition: 11
[    11.691]    LinGreenMaskSize: 6
[    11.691]    LinGreenFieldPosition: 5
[    11.691]    LinBlueMaskSize: 5
[    11.691]    LinBlueFieldPosition: 0
[    11.691]    LinRsvdMaskSize: 0
[    11.691]    LinRsvdFieldPosition: 0
[    11.691]    MaxPixelClock: 230000000
[    11.696] Mode: 17d (1600x1200)
[    11.696]    ModeAttributes: 0x9b
[    11.696]    WinAAttributes: 0x7
[    11.696]    WinBAttributes: 0x0
[    11.696]    WinGranularity: 64
[    11.696]    WinSize: 64
[    11.696]    WinASegment: 0xa000
[    11.696]    WinBSegment: 0x0
[    11.696]    WinFuncPtr: 0xc000830b
[    11.696]    BytesPerScanline: 1600
[    11.696]    XResolution: 1600
[    11.696]    YResolution: 1200
[    11.696]    XCharSize: 8
[    11.696]    YCharSize: 16
[    11.696]    NumberOfPlanes: 1
[    11.696]    BitsPerPixel: 8
[    11.696]    NumberOfBanks: 1
[    11.696]    MemoryModel: 4
[    11.696]    BankSize: 0
[    11.696]    NumberOfImages: 33
[    11.696]    RedMaskSize: 0
[    11.696]    RedFieldPosition: 0
[    11.696]    GreenMaskSize: 0
[    11.696]    GreenFieldPosition: 0
[    11.696]    BlueMaskSize: 0
[    11.696]    BlueFieldPosition: 0
[    11.696]    RsvdMaskSize: 0
[    11.696]    RsvdFieldPosition: 0
[    11.696]    DirectColorModeInfo: 0
[    11.696]    PhysBasePtr: 0xe0000000
[    11.696]    LinBytesPerScanLine: 1600
[    11.696]    BnkNumberOfImagePages: 33
[    11.696]    LinNumberOfImagePages: 33
[    11.696]    LinRedMaskSize: 0
[    11.696]    LinRedFieldPosition: 0
[    11.696]    LinGreenMaskSize: 0
[    11.696]    LinGreenFieldPosition: 0
[    11.696]    LinBlueMaskSize: 0
[    11.696]    LinBlueFieldPosition: 0
[    11.696]    LinRsvdMaskSize: 0
[    11.696]    LinRsvdFieldPosition: 0
[    11.696]    MaxPixelClock: 230000000
[    11.700] Mode: 17e (1600x1200)
[    11.700]    ModeAttributes: 0x9b
[    11.700]    WinAAttributes: 0x7
[    11.700]    WinBAttributes: 0x0
[    11.700]    WinGranularity: 64
[    11.700]    WinSize: 64
[    11.700]    WinASegment: 0xa000
[    11.700]    WinBSegment: 0x0
[    11.700]    WinFuncPtr: 0xc000830b
[    11.700]    BytesPerScanline: 3200
[    11.700]    XResolution: 1600
[    11.700]    YResolution: 1200
[    11.700]    XCharSize: 8
[    11.700]    YCharSize: 16
[    11.700]    NumberOfPlanes: 1
[    11.700]    BitsPerPixel: 16
[    11.700]    NumberOfBanks: 1
[    11.700]    MemoryModel: 6
[    11.700]    BankSize: 0
[    11.700]    NumberOfImages: 16
[    11.700]    RedMaskSize: 5
[    11.700]    RedFieldPosition: 11
[    11.700]    GreenMaskSize: 6
[    11.700]    GreenFieldPosition: 5
[    11.700]    BlueMaskSize: 5
[    11.700]    BlueFieldPosition: 0
[    11.700]    RsvdMaskSize: 0
[    11.700]    RsvdFieldPosition: 0
[    11.700]    DirectColorModeInfo: 0
[    11.700]    PhysBasePtr: 0xe0000000
[    11.700]    LinBytesPerScanLine: 3200
[    11.700]    BnkNumberOfImagePages: 16
[    11.700]    LinNumberOfImagePages: 16
[    11.700]    LinRedMaskSize: 5
[    11.700]    LinRedFieldPosition: 11
[    11.700]    LinGreenMaskSize: 6
[    11.700]    LinGreenFieldPosition: 5
[    11.700]    LinBlueMaskSize: 5
[    11.700]    LinBlueFieldPosition: 0
[    11.700]    LinRsvdMaskSize: 0
[    11.700]    LinRsvdFieldPosition: 0
[    11.700]    MaxPixelClock: 230000000
[    11.705] *Mode: 17f (1600x1200)
[    11.705]    ModeAttributes: 0x9b
[    11.705]    WinAAttributes: 0x7
[    11.705]    WinBAttributes: 0x0
[    11.705]    WinGranularity: 64
[    11.705]    WinSize: 64
[    11.705]    WinASegment: 0xa000
[    11.705]    WinBSegment: 0x0
[    11.705]    WinFuncPtr: 0xc000830b
[    11.705]    BytesPerScanline: 6400
[    11.705]    XResolution: 1600
[    11.705]    YResolution: 1200
[    11.705]    XCharSize: 8
[    11.705]    YCharSize: 16
[    11.705]    NumberOfPlanes: 1
[    11.705]    BitsPerPixel: 32
[    11.705]    NumberOfBanks: 1
[    11.705]    MemoryModel: 6
[    11.705]    BankSize: 0
[    11.705]    NumberOfImages: 7
[    11.705]    RedMaskSize: 8
[    11.705]    RedFieldPosition: 16
[    11.705]    GreenMaskSize: 8
[    11.705]    GreenFieldPosition: 8
[    11.705]    BlueMaskSize: 8
[    11.705]    BlueFieldPosition: 0
[    11.705]    RsvdMaskSize: 8
[    11.705]    RsvdFieldPosition: 24
[    11.705]    DirectColorModeInfo: 0
[    11.705]    PhysBasePtr: 0xe0000000
[    11.705]    LinBytesPerScanLine: 6400
[    11.705]    BnkNumberOfImagePages: 7
[    11.705]    LinNumberOfImagePages: 7
[    11.705]    LinRedMaskSize: 8
[    11.705]    LinRedFieldPosition: 16
[    11.705]    LinGreenMaskSize: 8
[    11.705]    LinGreenFieldPosition: 8
[    11.705]    LinBlueMaskSize: 8
[    11.705]    LinBlueFieldPosition: 0
[    11.705]    LinRsvdMaskSize: 8
[    11.705]    LinRsvdFieldPosition: 24
[    11.705]    MaxPixelClock: 230000000
[    11.705]
[    11.705] (II) VESA(1): Total Memory: 1023 64KB banks (65472kB)
[    11.705] (II) VESA(1): Monitor2: Using hsync range of 30.00-81.00 kHz
[    11.705] (II) VESA(1): Monitor2: Using vrefresh range of 56.00-75.00 Hz
[    11.705] (II) VESA(1): Monitor2: Using maximum pixel clock of 175.00 MHz
[    11.705] (WW) VESA(1): Unable to estimate virtual size
[    11.706] (--) VESA(1): Virtual size is 1600x1200 (pitch 1600)
[    11.706] (**) VESA(1): *Built-in mode "1600x1200"
[    11.706] (**) VESA(1): *Built-in mode "1600x1200"
[    11.706] (**) VESA(1): *Built-in mode "1280x1024"
[    11.706] (**) VESA(1): *Built-in mode "1024x768"
[    11.706] (**) VESA(1): *Built-in mode "800x600"
[    11.706] (**) VESA(1): *Built-in mode "640x480"
[    11.706] (**) VESA(1): Display dimensions: (410, 310) mm
[    11.706] (**) VESA(1): DPI set to (99, 98)
[    11.706] (**) VESA(1): Using "Shadow Framebuffer"
[    11.706] (II) Loading sub module "shadow"
[    11.706] (II) LoadModule: "shadow"
[    11.706] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    11.708] (II) Module shadow: vendor="X.Org Foundation"
[    11.708]    compiled for 1.12.4, module version = 1.1.0
[    11.708]    ABI class: X.Org ANSI C Emulation, version 0.4
[    11.708] (II) Loading sub module "fb"
[    11.708] (II) LoadModule: "fb"
[    11.708] (II) Loading /usr/lib/xorg/modules/libfb.so
[    11.711] (II) Module fb: vendor="X.Org Foundation"
[    11.711]    compiled for 1.12.4, module version = 1.0.0
[    11.711]    ABI class: X.Org ANSI C Emulation, version 0.4
[    11.711] (II) UnloadModule: "fbdev"
[    11.711] (II) UnloadSubModule: "fbdevhw"
[    11.711] (==) Depth 24 pixmap format is 32 bpp
[    11.711] (II) Loading sub module "int10"
[    11.711] (II) LoadModule: "int10"
[    11.711] (II) Loading /usr/lib/xorg/modules/libint10.so
[    11.711] (II) Module int10: vendor="X.Org Foundation"
[    11.711]    compiled for 1.12.4, module version = 1.0.0
[    11.711]    ABI class: X.Org Video Driver, version 12.1
[    11.711] (II) VESA(0): initializing int10
[    11.711] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    11.711] (II) VESA(0): VESA BIOS detected
[    11.711] (II) VESA(0): VESA VBE Version 3.0
[    11.711] (II) VESA(0): VESA VBE Total Mem: 65472 kB
[    11.711] (II) VESA(0): VESA VBE OEM: Intel(R) Sandybridge/Ivybridge
Graphics Chipset Accelerated VGA BIOS
[    11.711] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    11.711] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    11.711] (II) VESA(0): VESA VBE OEM Product: Intel(R) Sandybridge/Ivybridge
Graphics Controller
[    11.711] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    11.718] (II) VESA(0): virtual address = 0x7fd783b77000,
        physical address = 0xe0000000, size = 67043328
[    11.723] (II) VESA(0): Setting up VESA Mode 0x15A (1600x1200)
[    11.798] (==) VESA(0): Default visual is TrueColor
[    11.800] (==) VESA(0): Backing store disabled
[    11.800] (==) VESA(0): DPMS enabled
[    11.800] (==) RandR enabled
[    11.800] (II) Initializing built-in extension Generic Event Extension
[    11.800] (II) Initializing built-in extension SHAPE
[    11.800] (II) Initializing built-in extension MIT-SHM
[    11.800] (II) Initializing built-in extension XInputExtension
[    11.800] (II) Initializing built-in extension XTEST
[    11.800] (II) Initializing built-in extension BIG-REQUESTS
[    11.800] (II) Initializing built-in extension SYNC
[    11.801] (II) Initializing built-in extension XKEYBOARD
[    11.801] (II) Initializing built-in extension XC-MISC
[    11.801] (II) Initializing built-in extension SECURITY
[    11.801] (II) Initializing built-in extension XINERAMA
[    11.801] (II) Initializing built-in extension XFIXES
[    11.801] (II) Initializing built-in extension RENDER
[    11.801] (II) Initializing built-in extension RANDR
[    11.801] (II) Initializing built-in extension COMPOSITE
[    11.801] (II) Initializing built-in extension DAMAGE
[    11.801] (II) SELinux: Disabled on system
[    11.808] (II) AIGLX: Screen 0 is not DRI2 capable
[    11.808] (II) AIGLX: Screen 0 is not DRI capable
[    11.852] (II) AIGLX: Loaded and initialized swrast
[    11.852] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    11.920] (II) config/udev: Adding input device Power Button
(/dev/input/event4)
[    11.920] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.920] (II) LoadModule: "evdev"
[    11.920] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.921] (II) Module evdev: vendor="X.Org Foundation"
[    11.921]    compiled for 1.12.1, module version = 2.7.0
[    11.921]    Module class: X.Org XInput Driver
[    11.921]    ABI class: X.Org XInput driver, version 16.0
[    11.921] (II) Using input driver 'evdev' for 'Power Button'
[    11.921] (**) Power Button: always reports core events
[    11.921] (**) evdev: Power Button: Device: "/dev/input/event4"
[    11.921] (--) evdev: Power Button: Vendor 0 Product 0x1
[    11.921] (--) evdev: Power Button: Found keys
[    11.921] (II) evdev: Power Button: Configuring as keyboard
[    11.921] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    11.921] (II) XINPUT: Adding extended input device "Power Button" (type:
KEYBOARD, id 6)
[    11.921] (**) Option "xkb_rules" "evdev"
[    11.921] (**) Option "xkb_model" "pc105"
[    11.921] (**) Option "xkb_layout" "pl"
[    11.961] (II) config/udev: Adding input device Power Button
(/dev/input/event3)
[    11.961] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.961] (II) Using input driver 'evdev' for 'Power Button'
[    11.962] (**) Power Button: always reports core events
[    11.962] (**) evdev: Power Button: Device: "/dev/input/event3"
[    11.962] (--) evdev: Power Button: Vendor 0 Product 0x1
[    11.962] (--) evdev: Power Button: Found keys
[    11.962] (II) evdev: Power Button: Configuring as keyboard
[    11.962] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[    11.962] (II) XINPUT: Adding extended input device "Power Button" (type:
KEYBOARD, id 7)
[    11.962] (**) Option "xkb_rules" "evdev"
[    11.962] (**) Option "xkb_model" "pc105"
[    11.962] (**) Option "xkb_layout" "pl"
[    11.962] (II) config/udev: Adding input device DATACOMP SteelS쀁̄Љ̒DATA
(/dev/input/event0)
[    11.962] (**) DATACOMP SteelS쀁̄Љ̒DATA: Applying InputClass "evdev
keyboard catchall"
[    11.962] (II) Using input driver 'evdev' for 'DATACOMP SteelS쀁̄Љ̒DATA'
[    11.962] (**) DATACOMP SteelS쀁̄Љ̒DATA: always reports core events
[    11.962] (**) evdev: DATACOMP SteelS쀁̄Љ̒DATA: Device:
"/dev/input/event0"
[    11.962] (--) evdev: DATACOMP SteelS쀁̄Љ̒DATA: Vendor 0x4b4 Product
0x101
[    11.962] (--) evdev: DATACOMP SteelS쀁̄Љ̒DATA: Found keys
[    11.962] (II) evdev: DATACOMP SteelS쀁̄Љ̒DATA: Configuring as keyboard
[    11.962] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input0/event0"
[    11.962] (II) XINPUT: Adding extended input device "DATACOMP
SteelS쀁̄Љ̒DATA" (type: KEYBOARD, id 8)
[    11.962] (**) Option "xkb_rules" "evdev"
[    11.962] (**) Option "xkb_model" "pc105"
[    11.962] (**) Option "xkb_layout" "pl"
[    11.963] (II) config/udev: Adding input device DATACOMP SteelS쀁̄Љ̒DATA
(/dev/input/event1)
[    11.963] (**) DATACOMP SteelS쀁̄Љ̒DATA: Applying InputClass "evdev
keyboard catchall"
[    11.963] (II) Using input driver 'evdev' for 'DATACOMP SteelS쀁̄Љ̒DATA'
[    11.963] (**) DATACOMP SteelS쀁̄Љ̒DATA: always reports core events
[    11.963] (**) evdev: DATACOMP SteelS쀁̄Љ̒DATA: Device:
"/dev/input/event1"
[    11.963] (--) evdev: DATACOMP SteelS쀁̄Љ̒DATA: Vendor 0x4b4 Product
0x101
[    11.963] (--) evdev: DATACOMP SteelS쀁̄Љ̒DATA: Found keys
[    11.963] (II) evdev: DATACOMP SteelS쀁̄Љ̒DATA: Configuring as keyboard
[    11.963] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.1/input/input1/event1"
[    11.963] (II) XINPUT: Adding extended input device "DATACOMP
SteelS쀁̄Љ̒DATA" (type: KEYBOARD, id 9)
[    11.963] (**) Option "xkb_rules" "evdev"
[    11.963] (**) Option "xkb_model" "pc105"
[    11.963] (**) Option "xkb_layout" "pl"
[    11.964] (II) config/udev: Adding input device Logitech USB Receiver
(/dev/input/event2)
[    11.964] (**) Logitech USB Receiver: Applying InputClass "evdev pointer
catchall"
[    11.964] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    11.964] (**) Logitech USB Receiver: always reports core events
[    11.964] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[    11.964] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc50d
[    11.964] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[    11.964] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    11.964] (--) evdev: Logitech USB Receiver: Found relative axes
[    11.964] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[    11.964] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    11.964] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    11.964] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    11.964] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    11.964] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input2/event2"
[    11.964] (II) XINPUT: Adding extended input device "Logitech USB Receiver"
(type: MOUSE, id 10)
[    11.964] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    11.964] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    11.964] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    11.965] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    11.965] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    11.965] (II) config/udev: Adding input device Logitech USB Receiver
(/dev/input/mouse0)
[    11.965] (II) No input driver specified, ignoring this device.
[    11.965] (II) This device may have been added with another device file.
[    11.965] (II) config/udev: Adding input device spca561 (/dev/input/event6)
[    11.965] (**) spca561: Applying InputClass "evdev keyboard catchall"
[    11.965] (II) Using input driver 'evdev' for 'spca561'
[    11.965] (**) spca561: always reports core events
[    11.965] (**) evdev: spca561: Device: "/dev/input/event6"
[    11.965] (--) evdev: spca561: Vendor 0x46d Product 0x92f
[    11.965] (--) evdev: spca561: Found keys
[    11.965] (II) evdev: spca561: Configuring as keyboard
[    11.965] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/input/input6/event6"
[    11.965] (II) XINPUT: Adding extended input device "spca561" (type:
KEYBOARD, id 11)
[    11.965] (**) Option "xkb_rules" "evdev"
[    11.965] (**) Option "xkb_model" "pc105"
[    11.965] (**) Option "xkb_layout" "pl"
[    11.966] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7
(/dev/input/event7)
[    11.966] (II) No input driver specified, ignoring this device.
[    11.966] (II) This device may have been added with another device file.
[    11.966] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3
(/dev/input/event8)
[    11.966] (II) No input driver specified, ignoring this device.
[    11.966] (II) This device may have been added with another device file.
[    11.966] (II) config/udev: Adding input device HDA Intel PCH Headphone
(/dev/input/event9)
[    11.966] (II) No input driver specified, ignoring this device.
[    11.966] (II) This device may have been added with another device file.
[    11.967] (II) config/udev: Adding input device PC Speaker
(/dev/input/event5)
[    11.967] (II) No input driver specified, ignoring this device.
[    11.967] (II) This device may have been added with another device file.

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

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
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=68
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8110258
E: XKBLAYOUT=pl
E: XKBMODEL=pc105

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3
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=67
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8110156
E: XKBLAYOUT=pl
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input0
E:
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input0
E: EV=120013
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=SteelS쀁̄Љ̒DATA
E: ID_MODEL_ENC=SteelS쀁̄Љ̒DATA
E: ID_MODEL_ID=0101
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.1:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_1_1_0
E: ID_REVISION=0001
E: ID_SERIAL=DATACOMP_SteelS쀁̄Љ̒DATA
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=DATACOMP
E: ID_VENDOR_ENC=DATACOMP
E: ID_VENDOR_ID=04b4
E: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
E: LED=1f
E:
MODALIAS=input:b0003v04B4p0101e0100-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw
E: MSC=10
E: NAME="DATACOMP SteelS쀁̄Љ̒DATA"
E: PHYS="usb-0000:00:1a.0-1.1/input0"
E: PRODUCT=3/4b4/101/100
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=8088189

P:
/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input0/event0
N: input/event0
S: input/by-id/usb-DATACOMP_SteelS쀁̄Љ̒DATA-event-kbd
S: input/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-DATACOMP_SteelS쀁̄Љ̒DATA-event-kbd
/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-event-kbd
E: DEVNAME=/dev/input/event0
E:
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input0/event0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=SteelS쀁̄Љ̒DATA
E: ID_MODEL_ENC=SteelS쀁̄Љ̒DATA
E: ID_MODEL_ID=0101
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.1:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_1_1_0
E: ID_REVISION=0001
E: ID_SERIAL=DATACOMP_SteelS쀁̄Љ̒DATA
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=DATACOMP
E: ID_VENDOR_ENC=DATACOMP
E: ID_VENDOR_ID=04b4
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8109891
E: XKBLAYOUT=pl
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.1/input/input1
E:
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.1/input/input1
E: EV=13
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=SteelS쀁̄Љ̒DATA
E: ID_MODEL_ENC=SteelS쀁̄Љ̒DATA
E: ID_MODEL_ID=0101
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.1:1.1
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_1_1_1
E: ID_REVISION=0001
E: ID_SERIAL=DATACOMP_SteelS쀁̄Љ̒DATA
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=DATACOMP
E: ID_VENDOR_ENC=DATACOMP
E: ID_VENDOR_ID=04b4
E: KEY=380000c000 1e000000000000 0
E:
MODALIAS=input:b0003v04B4p0101e0100-e0,1,4,k71,72,73,74,8E,8F,A3,A4,A5,ram4,lsfw
E: MSC=10
E: NAME="DATACOMP SteelS쀁̄Љ̒DATA"
E: PHYS="usb-0000:00:1a.0-1.1/input1"
E: PRODUCT=3/4b4/101/100
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=8092481

P:
/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.1/input/input1/event1
N: input/event1
S: input/by-id/usb-DATACOMP_SteelS쀁̄Љ̒DATA-event-if01
S: input/by-path/pci-0000:00:1a.0-usb-0:1.1:1.1-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-DATACOMP_SteelS쀁̄Љ̒DATA-event-if01
/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.1:1.1-event
E: DEVNAME=/dev/input/event1
E:
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.1/input/input1/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=SteelS쀁̄Љ̒DATA
E: ID_MODEL_ENC=SteelS쀁̄Љ̒DATA
E: ID_MODEL_ID=0101
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.1:1.1
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_1_1_1
E: ID_REVISION=0001
E: ID_SERIAL=DATACOMP_SteelS쀁̄Љ̒DATA
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=DATACOMP
E: ID_VENDOR_ENC=DATACOMP
E: ID_VENDOR_ID=04b4
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8110048
E: XKBLAYOUT=pl
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input2
E:
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input2
E: EV=20017
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c50d
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2_1_0
E: ID_REVISION=2302
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: KEY=ffff0000 0 0 0 0
E: LED=ff00
E:
MODALIAS=input:b0003v046DpC50De0110-e0,1,2,4,11,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,8,am4,l8,9,A,B,C,D,E,sfw
E: MSC=10
E: NAME="Logitech USB Receiver"
E: PHYS="usb-0000:00:1a.0-1.2/input0"
E: PRODUCT=3/46d/c50d/110
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=8086735

P:
/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input2/event2
N: input/event2
S: input/by-id/usb-Logitech_USB_Receiver-event-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse /dev/input
/by-path/pci-0000:00:1a.0-usb-0:1.2:1.0-event-mouse
E: DEVNAME=/dev/input/event2
E:
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input2/event2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c50d
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2_1_0
E: ID_REVISION=2302
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8109672

P:
/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input2/mouse0
N: input/mouse0
S: input/by-id/usb-Logitech_USB_Receiver-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:1.2:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-mouse /dev/input/by-
path/pci-0000:00:1a.0-usb-0:1.2:1.0-mouse
E: DEVNAME=/dev/input/mouse0
E:
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input2/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c50d
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2_1_0
E: ID_REVISION=2302
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8090652

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/input/input6
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/input/input6
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.4
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_4
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v046Dp092Fe0000-e0,1,kD4,ramlsfw
E: NAME="spca561"
E: PHYS="usb-0000:00:1a.0-1.4/input0"
E: PRODUCT=3/46d/92f/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8118959

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/input/input6/event6
N: input/event6
S: input/by-path/pci-0000:00:1a.0-usb-0:1.4-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.4-event
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/input/input6/event6
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.4
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_4
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8120762
E: XKBLAYOUT=pl
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7
E: EV=21
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,kramlsfw8,
E: NAME="HDA Intel PCH HDMI/DP,pcm=7"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=100
E: UDEV_LOG=3
E: USEC_INITIALIZED=8635602

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7
N: input/event7
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/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: UDEV_LOG=3
E: USEC_INITIALIZED=8637133

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8
E: EV=21
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,kramlsfw8,
E: NAME="HDA Intel PCH HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=100
E: UDEV_LOG=3
E: USEC_INITIALIZED=8635657

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event8
N: input/event8
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event8
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=72
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8637107

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
E: EV=21
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,kramlsfw2,
E: NAME="HDA Intel PCH Headphone"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=4
E: UDEV_LOG=3
E: USEC_INITIALIZED=8635983

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event9
N: input/event9
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event9
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=73
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8637143

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

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


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    1.369033] Linux agpgart interface v0.103
[   12.075161] [drm] Initialized drm 1.1.0 20060810
[   12.082632] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp
module!



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

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                                  2.13-35
ii  libdrm-intel1                          2.4.33-3
ii  libdrm2                                2.4.33-3
ii  libpciaccess0                          0.13.1-2
ii  libudev0                               175-7
ii  libx11-6                               2:1.5.0-1
ii  libx11-xcb1                            2:1.5.0-1
ii  libxcb-dri2-0                          1.8.1-2
ii  libxcb-util0                           0.3.8-2
ii  libxcb1                                1.8.1-2
ii  libxext6                               2:1.3.1-2
ii  libxfixes3                             1:5.0-4
ii  libxv1                                 2:1.0.7-1
ii  libxvmc1                               2:1.0.7-1
ii  xserver-xorg-core [xorg-video-abi-12]  2:1.12.4-1

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On Wed, Jan  9, 2013 at 10:54:25 +0100, Karsten Voss wrote:

> On Tue, 2013-01-08 at 18:32 +0100, Julien Cristau wrote:
> > Oh also can you upgrade libdrm-intel1 to 2.4.40, see if that makes any
> > difference.
> > 
> This forced me to update libdrm2 too. Installed the versions form
> unstable (2.4.40-1~deb7u2 respectively)
> Now i works great. 
> 
Good, thanks for testing.  This should also work with the upcoming
3.2.36 kernel upload, and thus eventually in the wheezy release.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: