Turning off external monitor with Xrandr causing problems on touch screen

Venkata Ajay Sarraju ajaysarraju at gmail.com
Mon Apr 26 21:21:55 PDT 2010


I have a requirement where i have to turn off the external monitors
connected to my embedded system running Linux 2.6.24.4 via Intel DVI
output.
In addition, the system has an ATI RADEON card which is on a PCIe
interface. An additional monitor is connected on the VGA slot of the
ATI card.

The actual requirement is that my application has to turn off the DVI
(TMDS-2) and VGA (VGA_1) outputs, after entering a command on the
touch screen(LVDS).

I've tried using Xset and VBETOOL for this purpose, however none of
them solved the issue.

When i turned to using Xrandr, I am able to turn of the TMDS-2 and the
VGA_1 as well, however, the moment i turn off the screen, I've issues
on my touch screen.

There are buttons displayed on the LVDS, which appear shifted towards
right by a displacement as shown below.

---------------------------------------------------------------------------------------------------------------
|
                                        |
|   -------------------------------------
-----------------------------------------|                    |
|   |                                     |       |
                    |                    |
|   |         Actual                   |       |   position after
            |                    |
|   |     Position                    |       |    turning off X
            |                    |
|   |                                     |       |
                    |                    |
|   |                                     |       |
                    |                    |
|   |                                     |       |
                    |                    |
|   ------------------------------------- |
|----------------------------------------|                    |
|
                                        |
|-------------------------------------------------------------------------------------------------------------


The buttons return to normal position, the moment i turn back on the
external displays.

commands I've used to turn off the display:

xrandr -d :0 --output TMDS-2 --off
xrandr -d :0.1 --output LVDS --off


System Configuration:

1. Intel core 2 Duo 2.00 Ghz
2. Intel 965 mother board
3. Linux Kernel - 2.6.24.4 - 64-bit
4. Xorg - 1.5.1
5. Xrandr - 1.20

The below is the configuration for Intel Xorg.conf

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

Section "Files"
       FontPath        "/usr/local/lib/X11/fonts/misc"
#       FontPath        "/usr/local/lib/X11/fonts/cyrillic"
#       FontPath        "/usr/local/lib/X11/fonts/100dpi/:unscaled"
#       FontPath        "/usr/local/lib/X11/fonts/75dpi/:unscaled"
#       FontPath        "/usr/local/lib/X11/fonts/Type1"
#       FontPath        "/usr/local/lib/X11/fonts/100dpi"
       FontPath        "/usr/local/lib/X11/fonts/75dpi"
       ModulePath      "/usr/local/lib/xorg/modules"
       ModulePath      "/usr/local/lib/xorg/modules/linux"
       ModulePath      "/usr/local/lib/xorg/modules/drivers"
       ModulePath      "/usr/local/lib/xorg/modules/extensions"
       ModulePath      "/usr/local/lib/dri"
       ModulePath      "/usr/local/lib"
EndSection

Section "Device"
        Identifier      "Intel i965"
        Driver          "intel"
        BusID           "PCI:0:2:0"
        Option      "VideoRam"  "32000"
#       Option      "TripleBuffer"      "true"
#       Option      "PageFlip"  "true"
        Option      "AccelMethod"       "EXA"
    Option      "ModeDebug" "NO"
EndSection

Section "Monitor"
        Identifier      "VGA_DISABLE"
    Option "Enable"  "false"
    Option "Ignore"  "true"
EndSection

Section "Monitor"
        Identifier      "VGA_CDU_1"
    UseModes    "Modes[0]"
        Option      "PreferredMode"     "1280x720"
    Option      "Position"      "800 0"
EndSection

Section "Monitor"
        Identifier      "VGA_CDU_2"
    UseModes    "Modes[0]"
        Option      "PreferredMode"     "1280x720"
    Option      "Position"      "0 0"
EndSection

Section "Monitor"
        Identifier      "VGA_CDU_3"
    UseModes    "Modes[0]"
        Option      "PreferredMode"     "1280x720"
    Option      "Enable"        "true"
    Option      "Position"      "1280 0"
EndSection

Section "Monitor"
         Identifier      "TV_1"
     Option      "DPMS" "FALSE"
     Option          "PreferredMode"    "848x480"
     Option     "TV_Connector" "Composite"
    Option      "Position"      "800 0"
EndSection


Section "Monitor"
     Identifier  "AGENT_DISPLAY"
     Option      "DPMS"
     Option      "PreferredMode" "800x600"
     Option      "Position"      "0 0"
EndSection

Section "Screen"
        Identifier      "Screen Intel"
        Device          "Intel i965"
        Monitor         "AGENT_DISPLAY"
        DefaultDepth    24
        SubSection "Display"
            Option          "monitor-VGA"        "VGA_CDU_1"
        Option      "monitor-LVDS"   "AGENT_DISPLAY"
        Option      "monitor-TMDS-2" "VGA_DISABLE"
        Option      "monitor-TV"         "VGA_DISABLE"
                Modes           "1280x768" "1280x720" "1024x768"
"800x600" "640x480"
                Depth           24
        ViewPort    0 0
                Virtual         2560 1600
#           Virtual             2560 768
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen Intel TV"
        Device          "Intel i965"
        Monitor         "AGENT_DISPLAY"
        DefaultDepth    24
        SubSection "Display"
        Option      "monitor-VGA"        "VGA_DISABLE"
        Option      "monitor-LVDS"   "AGENT_DISPLAY"
        Option      "monitor-TMDS-2" "VGA_DISABLE"
            Option          "monitor-TV"         "TV_1"
                Modes           "1280x768" "1280x720" "1024x768"
"800x600" "640x480"
                Depth           24
        ViewPort    0 0
                Virtual         2560 1600
#           Virtual             2560 768
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen Intel DVI"
        Device          "Intel i965"
        Monitor         "AGENT_DISPLAY"
        DefaultDepth    24
        SubSection "Display"
            Option          "monitor-VGA"        "VGA_DISABLE"
            Option          "monitor-LVDS"   "AGENT_DISPLAY"
        Option      "monitor-TMDS-2" "VGA_CDU_1"
        Option      "monitor-TV"         "VGA_DISABLE"
                Modes           "1280x768" "1280x720" "1024x768"
"800x600" "640x480"
                Depth           24
        ViewPort    0 0
                Virtual         2560 1600
#           Virtual             2560 768
        EndSubSection
EndSection

Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier      "touchscreen"
        Driver  "evtouch"
        Option  "Device"  "/dev/input/usbtouchscreen"
        Option  "Debug" "0"
        Option  "MinX" "1"
        Option  "MinY" "1"
        Option  "MaxX" "4096"
        Option  "MaxY" "4096"
        Option  "PHYSWIDTH"  "800"
            Option  "PHYSHEIGHT" "600"
        Option  "SwapX"         "0"  # change to 1 to swap coordinates if needed
        Option  "ReportingMode" "Scaled"
        Option  "SendCoreEvents"  "On"
EndSection



Section "Modes"
Identifier "Modes[0]"
        Modeline "1280x1024" 103.20 1280 1360 1496 1712 1024 1025 1028 1058
        modeline "1280x720" 74.48 1280 1336 1472 1664 720 721 724 746
-hsync +vsync
        Modeline "1280x768" 77.40 1280 1344 1480 1680 768 769 772 794
        modeline "848x480"      37.293 848 936 984 1104 480 508 509
563 -hsync -vsync
#        modeline "1280x800 at 60" 83.46 1280 1344 1480 1680 800 801 804
828 -hsync +vsync
#        ModeLine "1280x720" 74.160 1280 1352 1392 1648 720 725 730
750 -hsync -vsync
        Modeline "1024x768" 61.90 1024 1080 1184 1344 768 769 772 794
        Modeline "800x600" 36.90 800 832 912 1024 600 601 604 621
        Modeline "640x480" 23.10 640 656 720 800 480 481 484 497
EndSection

Section "ServerLayout"
        Identifier      "DefaultLayout"
    screen          "Screen Intel"
        Option          "AIGLX"             "true"
    Option      "Clone"         "off"
    Option      "BlankTime"     "0"
    Option      "StandbyTime"   "0"
    Option      "SuspendTime"   "0"
    Option      "OffTime"       "0"
        Inputdevice     "Generic Keyboard"
    InputDevice "touchscreen"   "CorePointer"
EndSection

Section "ServerLayout"
        Identifier      "TVLayout"
    screen          "Screen Intel TV"
        Option          "AIGLX"             "true"
    Option      "Clone"         "off"
    Option      "BlankTime"     "0"
    Option      "StandbyTime"   "0"
    Option      "SuspendTime"   "0"
    Option      "OffTime"       "0"
        Inputdevice     "Generic Keyboard"
    InputDevice "touchscreen"   "CorePointer"
EndSection

Section "ServerLayout"
        Identifier      "DVILayout"
    screen          "Screen Intel DVI"
        Option          "AIGLX"             "true"
    Option      "Clone"         "off"
    Option      "BlankTime"     "0"
    Option      "StandbyTime"   "0"
    Option      "SuspendTime"   "0"
    Option      "OffTime"       "0"
        Inputdevice     "Generic Keyboard"
    InputDevice "touchscreen"   "CorePointer"
EndSection


Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "drm
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
        Load    "dbe"
EndSection
Section "Extensions"
#       Option          "Composite"                     "Enable"
EndSection
Section "DRI"
        Group   0
        Mode    0666
EndSection
root@(none):~#


The debug taken after running the Xrandr.

root@(none):~# xrandr -d :0 --output TMDS-2 --off
root@(none):~# !ca
cat /var/log/Xorg.log
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/(none):0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.5.1
Release Date: 23 September 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.20-16-generic i686
Current Operating System: Linux (none) 2.6.24.4-GTECH-x86_64 #1 SMP
PREEMPT Mon Mar 29 03:16:20 EDT 2010 x86_64
Build Date: 23 September 2008  02:28:21PM

        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/var/log/Xorg.log", Time: Mon Apr 26 19:34:27 2010
(++) Using config file: "/usr/share/xconf/xorg.INTEL.conf"
(++) ServerLayout "DVILayout"
(**) |-->Screen "Screen Intel DVI" (0)
(**) |   |-->Monitor "AGENT_DISPLAY"
(**) |   |-->Device "Intel i965"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "touchscreen"
(**) Option "BlankTime" "0"
(**) Option "StandbyTime" "0"
(**) Option "SuspendTime" "0"
(**) Option "OffTime" "0"
(**) Option "AIGLX" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/local/lib/X11/fonts/75dpi".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/75dpi").
(==) Including the default font path
/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/.
(**) FontPath set to:
        /usr/local/lib/X11/fonts/misc,
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
(**) ModulePath set to
"/usr/local/lib/xorg/modules,/usr/local/lib/xorg/modules/linux,/usr/local/lib/xorg/modules/drivers,/usr/local/lib/xorg/modules/extensions,/usr/local/lib/dri,/usr/local/lib"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x837d60
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 4.1
        X.Org XInput driver : 2.1
        X.Org Server Extension : 1.1
        X.Org Font Renderer : 0.6
(II) Loader running on linux
(--) using VT number 2

(!!) More than one possible primary device found
(--) PCI: (0 at 0:2:0) unknown vendor (0x8086) unknown chipset (0x2a12)
rev 3, Mem @ 0xfe800000/1048576, 0xc0000000/268435456, I/O @
0x0000b080/8
(--) PCI: (0 at 0:2:1) unknown vendor (0x8086) unknown chipset (0x2a13)
rev 3, Mem @ 0xfe700000/1048576
(--) PCI: (0 at 2:0:0) unknown vendor (0x1002) unknown chipset (0x94c9)
rev 0, Mem @ 0xd0000000/268435456, 0xfebf0000/65536, I/O @
0x0000e000/256, BIOS @ 0x????????/131072
(II) System resource ranges:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also
specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also
specified in the config file.
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) LoadModule: "dri"

(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"

(II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"

(II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.5.1, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "glx"

(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
(**) AIGLX enabled
(**) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "int10"

(II) Loading /usr/local/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "type1"

(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "vbe"

(II) Loading /usr/local/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 1.1.0
        ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "dbe"

(II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "intel"

(II) Loading /usr/local/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 2.6.99
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "kbd"

(II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 1.3.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.1
(II) LoadModule: "evtouch"

(II) Loading /usr/local/lib/xorg/modules/input//evtouch_drv.so
(II) Module evtouch: vendor="Kenan Esau"
        compiled for 4.3.99.902, module version = 0.8.8
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.1
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35,
        965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        Mobile Intel® GM45 Express Chipset,
        Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) Primary Device is:
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
        [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/local/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "AccelMethod" "EXA"
(**) intel(0): Option "ModeDebug" "NO"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 965GME/GLE
(--) intel(0): Chipset: "965GME/GLE"
(--) intel(0): Linear framebuffer at 0xC0000000
(--) intel(0): IO registers at addr 0xFE800000
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(**) intel(0): Using EXA for acceleration
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section VGA_DISABLE
(**) intel(0): Option "Enable" "false"
(**) intel(0): Option "Ignore" "true"
(II) intel(0): Output LVDS using monitor section AGENT_DISPLAY
(**) intel(0): Option "PreferredMode" "800x600"
(**) intel(0): Option "Position" "0 0"
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B"
registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C"
registered at address 0x72.
(II) intel(0): I2C bus "SDVOC DDC Bus" initialized.
(II) intel(0): Output TMDS-2 using monitor section VGA_CDU_1
(**) intel(0): Option "PreferredMode" "1280x720"
(**) intel(0): Option "Position" "800 0"
(II) intel(0): SDVOC: device VID/DID: 02:3C.06, clock range 25.0MHz - 200.0MHz
(II) intel(0): SDVOC: 1 input channel
(II) intel(0): SDVOC: TMDS0 output reported
(II) intel(0): Output TV using monitor section VGA_DISABLE
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): Resizable framebuffer: not available (1 3)
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 (37.9 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600
601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480
481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400
401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400
401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350
382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): I2C device "SDVOC DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): EDID for output TMDS-2
(II) intel(0): Manufacturer: DEL  Model: 4059  Serial#: 926497100
(II) intel(0): Year: 2009  Week: 30
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 27
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): Default color space is primary color space
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): 720x400 at 70Hz
(II) intel(0): 640x480 at 60Hz
(II) intel(0): 640x480 at 75Hz
(II) intel(0): 800x600 at 60Hz
(II) intel(0): 800x600 at 75Hz
(II) intel(0): 1024x768 at 60Hz
(II) intel(0): 1024x768 at 75Hz
(II) intel(0): 1280x1024 at 75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported Future Video Modes:
(II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440
h_blank_end 1688 h_border: 0
(II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028
v_blanking: 1066 v_border: 0
(II) intel(0): Serial No: C2JMK97K799L
(II) intel(0): Monitor name: DELL P170S
(II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81
kHz, PixClock max 140 MHz
(II) intel(0): EDID (in hex):
(II) intel(0):  00ffffffffffff0010ac59404c393937
(II) intel(0):  1e13010380221b78eeee95a3544c9926
(II) intel(0):  0f5054a54b00714f8180010101010101
(II) intel(0):  010101010101302a009851002a403070
(II) intel(0):  1300520e1100001e000000ff0043324a
(II) intel(0):  4d4b39374b3739394c0a000000fc0044
(II) intel(0):  454c4c2050313730530a2020000000fd
(II) intel(0):  00384c1e510e000a20202020202000e6
(II) intel(0): EDID vendor "DEL", prod id 16473
(II) intel(0): Not using mode "640x480" (mode clock too low)
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x1024" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Printing probed modes for output TMDS-2
(II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664
720 721 724 746 -hsync +vsync (44.8 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880
1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688
1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712
1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x57.0  103.20  1280 1360 1496 1712
1024 1025 1028 1058 (60.3 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800
960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600
864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552
864 865 868 902 -hsync +vsync (67.7 kHz)
(II) intel(0): Modeline "1280x768"x58.0   77.40  1280 1344 1480 1680
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328
768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x58.0   61.90  1024 1080 1184 1344
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624
625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x58.0   36.90  800 832 912 1024  600
601 604 621 (36.0 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "848x480"x60.0   37.29  848 936 984 1104  480
508 509 563 -hsync -vsync (33.8 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400
412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Output LVDS connected
(II) intel(0): Output TMDS-2 connected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output LVDS using initial mode 800x600
(II) intel(0): Output TMDS-2 using initial mode 1280x720
(II) intel(0): detected 512 kB GTT.
(II) intel(0): detected 7676 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "exa"
(II) LoadModule: "exa"

(II) Loading /usr/local/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
        compiled for 1.5.1, module version = 2.4.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to
0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000206 to
0x00000246
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS
SVBLANK_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): PIPEBSTAT after: status: VSYNC_INT_STATUS
LBLC_EVENT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
        [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 238848 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 955388 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenByBusid: drmOpenMinor returns 17
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] loaded kernel module for "i915" driver.
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xfe800000
(II) intel(0): [drm] ring buffer = 0xc0000000
(II) intel(0): [drm] mapped front buffer at 0xc012b000, handle = 0xc012b000
(II) intel(0): [drm] mapped back buffer at 0xc490c000, handle = 0xc490c000
(II) intel(0): [drm] mapped depth buffer at 0xc58ac000, handle = 0xc58ac000
(II) intel(0): [drm] mapped classic textures at 0xc684c000, handle = 0xc684c000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 49152000 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(WW) intel(0): drmDropMaster failed: Unknown error 18446744073709551615
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01a2b000 (pgoffset 6699)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x0490b000 (pgoffset 18699)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x0490c000 (pgoffset 18700)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x058ac000 (pgoffset 22700)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x0684c000 (pgoffset 26700)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
(II) intel(0): 0x0002a000-0x00129fff: fake bufmgr (1024 kB)
(II) intel(0): 0x0012a000-0x0012afff: overlay registers (4 kB)
(II) intel(0): 0x0012b000-0x01a2afff: front buffer (25600 kB)
(II) intel(0): 0x0077f000:            end of stolen memory
(II) intel(0): 0x01a2b000-0x0490afff: exa offscreen (48000 kB)
(II) intel(0): 0x0490b000-0x0490bfff: power context (4 kB)
(II) intel(0): 0x0490c000-0x058abfff: back buffer (16000 kB)
(II) intel(0): 0x058ac000-0x0684bfff: depth buffer (16000 kB)
(II) intel(0): 0x0684c000-0x0884bfff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-2 is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) Option "dpms"
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: XF86DRI Enabled
(WW) intel(0): Option "VideoRam" is not used
(WW) intel(0): Option "PreferredMode" is not used
(WW) intel(0): Option "Position" is not used
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 18, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 18, (OK)
drmOpenByBusid: drmOpenMinor returns 18
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/local/lib/dri/i965_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 550 x 190
(EE) XKB: Couldn't open rules file /usr/local/share/X11/xkb/rules/base
(EE) XKB: No components provided for device Virtual core keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
State: S_UNTOUCHED      Action: No Action               Button: 0
State: S_TOUCHED        Action: No Action               Button: 0
State: S_LONGTOUCHED    Action: down            Button: 1
State: S_MOVING Action: No Action               Button: 0
State: S_MAYBETAPPED    Action: click           Button: 1
State: S_ONEANDAHALFTAP Action: down            Button: 3
(**) Option "PHYSWIDTH" "800"
(**) Option "PHYSHEIGHT" "600"
(**) Option "MinX" "1"
(**) Option "MaxX" "4096"
(**) Option "MinY" "1"
(**) Option "MaxY" "4096"
(**) Option "SwapX" "0"
(**) Option "SendCoreEvents" "On"
(**) Option "CorePointer"
(**) EVTouch TouchScreen: always reports core events
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) evaluating device (EVTouch TouchScreen)
(II) XINPUT: Adding extended input device "EVTouch TouchScreen" (type:
TOUCHSCREEN)
(EE) XKB: Couldn't open rules file /usr/local/share/X11/xkb/rules/xorg
(EE) XKB: No components provided for device Generic Keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "Device" "/dev/input/usbtouchscreen"
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from list!
Could not init font path element /usr/share/fonts/100dpi/, removing from list!
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 (37.9 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600
601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480
481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400
401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400
401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350
382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-2
(II) intel(0): Manufacturer: DEL  Model: 4059  Serial#: 926497100
(II) intel(0): Year: 2009  Week: 30
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 27
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): Default color space is primary color space
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): 720x400 at 70Hz
(II) intel(0): 640x480 at 60Hz
(II) intel(0): 640x480 at 75Hz
(II) intel(0): 800x600 at 60Hz
(II) intel(0): 800x600 at 75Hz
(II) intel(0): 1024x768 at 60Hz
(II) intel(0): 1024x768 at 75Hz
(II) intel(0): 1280x1024 at 75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported Future Video Modes:
(II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440
h_blank_end 1688 h_border: 0
(II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028
v_blanking: 1066 v_border: 0
(II) intel(0): Serial No: C2JMK97K799L
(II) intel(0): Monitor name: DELL P170S
(II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81
kHz, PixClock max 140 MHz
(II) intel(0): EDID (in hex):
(II) intel(0):  00ffffffffffff0010ac59404c393937
(II) intel(0):  1e13010380221b78eeee95a3544c9926
(II) intel(0):  0f5054a54b00714f8180010101010101
(II) intel(0):  010101010101302a009851002a403070
(II) intel(0):  1300520e1100001e000000ff0043324a
(II) intel(0):  4d4b39374b3739394c0a000000fc0044
(II) intel(0):  454c4c2050313730530a2020000000fd
(II) intel(0):  00384c1e510e000a20202020202000e6
(II) intel(0): EDID vendor "DEL", prod id 16473
(II) intel(0): Not using mode "640x480" (mode clock too low)
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x1024" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Printing probed modes for output TMDS-2
(II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664
720 721 724 746 -hsync +vsync (44.8 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880
1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688
1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712
1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x57.0  103.20  1280 1360 1496 1712
1024 1025 1028 1058 (60.3 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800
960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600
864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552
864 865 868 902 -hsync +vsync (67.7 kHz)
(II) intel(0): Modeline "1280x768"x58.0   77.40  1280 1344 1480 1680
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328
768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x58.0   61.90  1024 1080 1184 1344
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624
625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x58.0   36.90  800 832 912 1024  600
601 604 621 (36.0 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "848x480"x60.0   37.29  848 936 984 1104  480
508 509 563 -hsync -vsync (33.8 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400
412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 (37.9 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600
601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480
481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400
401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400
401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350
382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-2
(II) intel(0): Manufacturer: DEL  Model: 4059  Serial#: 926497100
(II) intel(0): Year: 2009  Week: 30
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 27
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): Default color space is primary color space
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): 720x400 at 70Hz
(II) intel(0): 640x480 at 60Hz
(II) intel(0): 640x480 at 75Hz
(II) intel(0): 800x600 at 60Hz
(II) intel(0): 800x600 at 75Hz
(II) intel(0): 1024x768 at 60Hz
(II) intel(0): 1024x768 at 75Hz
(II) intel(0): 1280x1024 at 75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported Future Video Modes:
(II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440
h_blank_end 1688 h_border: 0
(II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028
v_blanking: 1066 v_border: 0
(II) intel(0): Serial No: C2JMK97K799L
(II) intel(0): Monitor name: DELL P170S
(II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81
kHz, PixClock max 140 MHz
(II) intel(0): EDID (in hex):
(II) intel(0):  00ffffffffffff0010ac59404c393937
(II) intel(0):  1e13010380221b78eeee95a3544c9926
(II) intel(0):  0f5054a54b00714f8180010101010101
(II) intel(0):  010101010101302a009851002a403070
(II) intel(0):  1300520e1100001e000000ff0043324a
(II) intel(0):  4d4b39374b3739394c0a000000fc0044
(II) intel(0):  454c4c2050313730530a2020000000fd
(II) intel(0):  00384c1e510e000a20202020202000e6
(II) intel(0): EDID vendor "DEL", prod id 16473
(II) intel(0): Not using mode "640x480" (mode clock too low)
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x1024" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Printing probed modes for output TMDS-2
(II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664
720 721 724 746 -hsync +vsync (44.8 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880
1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688
1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712
1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x57.0  103.20  1280 1360 1496 1712
1024 1025 1028 1058 (60.3 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800
960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600
864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552
864 865 868 902 -hsync +vsync (67.7 kHz)
(II) intel(0): Modeline "1280x768"x58.0   77.40  1280 1344 1480 1680
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328
768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x58.0   61.90  1024 1080 1184 1344
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624
625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x58.0   36.90  800 832 912 1024  600
601 604 621 (36.0 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "848x480"x60.0   37.29  848 936 984 1104  480
508 509 563 -hsync -vsync (33.8 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400
412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): [drm] mapped front buffer at 0xc012b000, handle = 0x1fff9000
(II) UnloadModule: "kbd"
(II) UnloadModule: "evtouch"
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) intel(0): xf86UnbindGARTMemory: unbind key 5
(WW) intel(0): drmDropMaster failed: Unknown error 18446744073709551615
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0x2efff000 at 0x2b41e810c000
(II) intel(0): [drm] Closed DRM master.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) intel(0): Kernel reported 238848 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 955388 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenByBusid: drmOpenMinor returns 17
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xfe800000
(II) intel(0): [drm] ring buffer = 0xc0000000
(II) intel(0): [drm] mapped front buffer at 0xc012b000, handle = 0xc012b000
(II) intel(0): [drm] mapped back buffer at 0xc1428000, handle = 0xc1428000
(II) intel(0): [drm] mapped depth buffer at 0xc17b8000, handle = 0xc17b8000
(II) intel(0): [drm] mapped classic textures at 0xc1b48000, handle = 0xc1b48000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 11059200 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(WW) intel(0): drmDropMaster failed: Unknown error 18446744073709551615
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x0099b000 (pgoffset 2459)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01427000 (pgoffset 5159)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01428000 (pgoffset 5160)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x017b8000 (pgoffset 6072)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01b48000 (pgoffset 6984)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
(II) intel(0): 0x0002a000-0x00129fff: fake bufmgr (1024 kB)
(II) intel(0): 0x0012a000-0x0012afff: overlay registers (4 kB)
(II) intel(0): 0x0012b000-0x0099afff: front buffer (8640 kB)
(II) intel(0): 0x0077f000:            end of stolen memory
(II) intel(0): 0x0099b000-0x01426fff: exa offscreen (10800 kB)
(II) intel(0): 0x01427000-0x01427fff: power context (4 kB)
(II) intel(0): 0x01428000-0x017b7fff: back buffer (3648 kB)
(II) intel(0): 0x017b8000-0x01b47fff: depth buffer (3648 kB)
(II) intel(0): 0x01b48000-0x03b47fff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(WW) intel(0): ESR is 0x00000001
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-2 is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: XF86DRI Enabled
(--) RandR disabled
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 18, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 18, (OK)
drmOpenByBusid: drmOpenMinor returns 18
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/local/lib/dri/i965_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 381 x 158
(EE) XKB: Couldn't open rules file /usr/local/share/X11/xkb/rules/base
(EE) XKB: No components provided for device Virtual core keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
State: S_UNTOUCHED      Action: No Action               Button: 0
State: S_TOUCHED        Action: No Action               Button: 0
State: S_LONGTOUCHED    Action: down            Button: 1
State: S_MOVING Action: No Action               Button: 0
State: S_MAYBETAPPED    Action: click           Button: 1
State: S_ONEANDAHALFTAP Action: down            Button: 3
(**) Option "PHYSWIDTH" "800"
(**) Option "PHYSHEIGHT" "600"
(**) Option "MinX" "1"
(**) Option "MaxX" "4096"
(**) Option "MinY" "1"
(**) Option "MaxY" "4096"
(**) Option "SwapX" "0"
(**) Option "SendCoreEvents" "On"
(**) Option "CorePointer"
(**) EVTouch TouchScreen: always reports core events
(II) evaluating device (Generic Keyboard)
(II) evaluating device (EVTouch TouchScreen)
(EE) XKB: Couldn't open rules file /usr/local/share/X11/xkb/rules/xorg
(EE) XKB: No components provided for device Generic Keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "Device" "/dev/input/usbtouchscreen"
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from list!
Could not init font path element /usr/share/fonts/100dpi/, removing from list!
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 (37.9 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600
601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480
481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400
401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400
401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350
382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-2
(II) intel(0): Manufacturer: DEL  Model: 4059  Serial#: 926497100
(II) intel(0): Year: 2009  Week: 30
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 27
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): Default color space is primary color space
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): 720x400 at 70Hz
(II) intel(0): 640x480 at 60Hz
(II) intel(0): 640x480 at 75Hz
(II) intel(0): 800x600 at 60Hz
(II) intel(0): 800x600 at 75Hz
(II) intel(0): 1024x768 at 60Hz
(II) intel(0): 1024x768 at 75Hz
(II) intel(0): 1280x1024 at 75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported Future Video Modes:
(II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440
h_blank_end 1688 h_border: 0
(II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028
v_blanking: 1066 v_border: 0
(II) intel(0): Serial No: C2JMK97K799L
(II) intel(0): Monitor name: DELL P170S
(II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81
kHz, PixClock max 140 MHz
(II) intel(0): EDID (in hex):
(II) intel(0):  00ffffffffffff0010ac59404c393937
(II) intel(0):  1e13010380221b78eeee95a3544c9926
(II) intel(0):  0f5054a54b00714f8180010101010101
(II) intel(0):  010101010101302a009851002a403070
(II) intel(0):  1300520e1100001e000000ff0043324a
(II) intel(0):  4d4b39374b3739394c0a000000fc0044
(II) intel(0):  454c4c2050313730530a2020000000fd
(II) intel(0):  00384c1e510e000a20202020202000e6
(II) intel(0): EDID vendor "DEL", prod id 16473
(II) intel(0): Not using mode "640x480" (mode clock too low)
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x1024" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Printing probed modes for output TMDS-2
(II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664
720 721 724 746 -hsync +vsync (44.8 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880
1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688
1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712
1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x57.0  103.20  1280 1360 1496 1712
1024 1025 1028 1058 (60.3 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800
960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600
864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552
864 865 868 902 -hsync +vsync (67.7 kHz)
(II) intel(0): Modeline "1280x768"x58.0   77.40  1280 1344 1480 1680
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328
768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x58.0   61.90  1024 1080 1184 1344
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624
625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x58.0   36.90  800 832 912 1024  600
601 604 621 (36.0 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "848x480"x60.0   37.29  848 936 984 1104  480
508 509 563 -hsync -vsync (33.8 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400
412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 (37.9 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600
601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480
481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400
401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400
401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350
382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-2
(II) intel(0): Manufacturer: DEL  Model: 4059  Serial#: 926497100
(II) intel(0): Year: 2009  Week: 30
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 27
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): Default color space is primary color space
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): 720x400 at 70Hz
(II) intel(0): 640x480 at 60Hz
(II) intel(0): 640x480 at 75Hz
(II) intel(0): 800x600 at 60Hz
(II) intel(0): 800x600 at 75Hz
(II) intel(0): 1024x768 at 60Hz
(II) intel(0): 1024x768 at 75Hz
(II) intel(0): 1280x1024 at 75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported Future Video Modes:
(II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440
h_blank_end 1688 h_border: 0
(II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028
v_blanking: 1066 v_border: 0
(II) intel(0): Serial No: C2JMK97K799L
(II) intel(0): Monitor name: DELL P170S
(II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81
kHz, PixClock max 140 MHz
(II) intel(0): EDID (in hex):
(II) intel(0):  00ffffffffffff0010ac59404c393937
(II) intel(0):  1e13010380221b78eeee95a3544c9926
(II) intel(0):  0f5054a54b00714f8180010101010101
(II) intel(0):  010101010101302a009851002a403070
(II) intel(0):  1300520e1100001e000000ff0043324a
(II) intel(0):  4d4b39374b3739394c0a000000fc0044
(II) intel(0):  454c4c2050313730530a2020000000fd
(II) intel(0):  00384c1e510e000a20202020202000e6
(II) intel(0): EDID vendor "DEL", prod id 16473
(II) intel(0): Not using mode "640x480" (mode clock too low)
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x1024" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Printing probed modes for output TMDS-2
(II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664
720 721 724 746 -hsync +vsync (44.8 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880
1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688
1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712
1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x57.0  103.20  1280 1360 1496 1712
1024 1025 1028 1058 (60.3 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800
960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600
864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552
864 865 868 902 -hsync +vsync (67.7 kHz)
(II) intel(0): Modeline "1280x768"x58.0   77.40  1280 1344 1480 1680
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328
768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x58.0   61.90  1024 1080 1184 1344
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624
625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x58.0   36.90  800 832 912 1024  600
601 604 621 (36.0 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "848x480"x60.0   37.29  848 936 984 1104  480
508 509 563 -hsync -vsync (33.8 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400
412 414 449 -hsync +vsync (31.5 kHz)
(II) UnloadModule: "kbd"
(II) UnloadModule: "evtouch"
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) intel(0): xf86UnbindGARTMemory: unbind key 5
(WW) intel(0): drmDropMaster failed: Unknown error 18446744073709551615
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0x2efff000 at 0x2b41e810c000
(II) intel(0): [drm] Closed DRM master.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) intel(0): Kernel reported 238848 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 955388 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenByBusid: drmOpenMinor returns 17
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xfe800000
(II) intel(0): [drm] ring buffer = 0xc0000000
(II) intel(0): [drm] mapped front buffer at 0xc012b000, handle = 0xc012b000
(II) intel(0): [drm] mapped back buffer at 0xc1428000, handle = 0xc1428000
(II) intel(0): [drm] mapped depth buffer at 0xc17b8000, handle = 0xc17b8000
(II) intel(0): [drm] mapped classic textures at 0xc1b48000, handle = 0xc1b48000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 11059200 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(WW) intel(0): drmDropMaster failed: Unknown error 18446744073709551615
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x0099b000 (pgoffset 2459)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01427000 (pgoffset 5159)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01428000 (pgoffset 5160)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x017b8000 (pgoffset 6072)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01b48000 (pgoffset 6984)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
(II) intel(0): 0x0002a000-0x00129fff: fake bufmgr (1024 kB)
(II) intel(0): 0x0012a000-0x0012afff: overlay registers (4 kB)
(II) intel(0): 0x0012b000-0x0099afff: front buffer (8640 kB)
(II) intel(0): 0x0077f000:            end of stolen memory
(II) intel(0): 0x0099b000-0x01426fff: exa offscreen (10800 kB)
(II) intel(0): 0x01427000-0x01427fff: power context (4 kB)
(II) intel(0): 0x01428000-0x017b7fff: back buffer (3648 kB)
(II) intel(0): 0x017b8000-0x01b47fff: depth buffer (3648 kB)
(II) intel(0): 0x01b48000-0x03b47fff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(WW) intel(0): ESR is 0x00000001
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-2 is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: XF86DRI Enabled
(--) RandR disabled
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 18, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 18, (OK)
drmOpenByBusid: drmOpenMinor returns 18
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/local/lib/dri/i965_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 381 x 158
(EE) XKB: Couldn't open rules file /usr/local/share/X11/xkb/rules/base
(EE) XKB: No components provided for device Virtual core keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
State: S_UNTOUCHED      Action: No Action               Button: 0
State: S_TOUCHED        Action: No Action               Button: 0
State: S_LONGTOUCHED    Action: down            Button: 1
State: S_MOVING Action: No Action               Button: 0
State: S_MAYBETAPPED    Action: click           Button: 1
State: S_ONEANDAHALFTAP Action: down            Button: 3
(**) Option "PHYSWIDTH" "800"
(**) Option "PHYSHEIGHT" "600"
(**) Option "MinX" "1"
(**) Option "MaxX" "4096"
(**) Option "MinY" "1"
(**) Option "MaxY" "4096"
(**) Option "SwapX" "0"
(**) Option "SendCoreEvents" "On"
(**) Option "CorePointer"
(**) EVTouch TouchScreen: always reports core events
(II) evaluating device (Generic Keyboard)
(II) evaluating device (EVTouch TouchScreen)
(EE) XKB: Couldn't open rules file /usr/local/share/X11/xkb/rules/xorg
(EE) XKB: No components provided for device Generic Keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "Device" "/dev/input/usbtouchscreen"
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from list!
Could not init font path element /usr/share/fonts/100dpi/, removing from list!
(II) UnloadModule: "kbd"
(II) UnloadModule: "evtouch"
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) intel(0): xf86UnbindGARTMemory: unbind key 5
(WW) intel(0): drmDropMaster failed: Unknown error 18446744073709551615
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0x2efff000 at 0x2b41e810c000
(II) intel(0): [drm] Closed DRM master.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) intel(0): Kernel reported 238848 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 955388 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenByBusid: drmOpenMinor returns 17
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xfe800000
(II) intel(0): [drm] ring buffer = 0xc0000000
(II) intel(0): [drm] mapped front buffer at 0xc012b000, handle = 0xc012b000
(II) intel(0): [drm] mapped back buffer at 0xc1428000, handle = 0xc1428000
(II) intel(0): [drm] mapped depth buffer at 0xc17b8000, handle = 0xc17b8000
(II) intel(0): [drm] mapped classic textures at 0xc1b48000, handle = 0xc1b48000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 11059200 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(WW) intel(0): drmDropMaster failed: Unknown error 18446744073709551615
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x0099b000 (pgoffset 2459)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01427000 (pgoffset 5159)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01428000 (pgoffset 5160)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x017b8000 (pgoffset 6072)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01b48000 (pgoffset 6984)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
(II) intel(0): 0x0002a000-0x00129fff: fake bufmgr (1024 kB)
(II) intel(0): 0x0012a000-0x0012afff: overlay registers (4 kB)
(II) intel(0): 0x0012b000-0x0099afff: front buffer (8640 kB)
(II) intel(0): 0x0077f000:            end of stolen memory
(II) intel(0): 0x0099b000-0x01426fff: exa offscreen (10800 kB)
(II) intel(0): 0x01427000-0x01427fff: power context (4 kB)
(II) intel(0): 0x01428000-0x017b7fff: back buffer (3648 kB)
(II) intel(0): 0x017b8000-0x01b47fff: depth buffer (3648 kB)
(II) intel(0): 0x01b48000-0x03b47fff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(WW) intel(0): ESR is 0x00000001
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-2 is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: XF86DRI Enabled
(--) RandR disabled
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 18, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 18, (OK)
drmOpenByBusid: drmOpenMinor returns 18
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/local/lib/dri/i965_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 381 x 158
(EE) XKB: Couldn't open rules file /usr/local/share/X11/xkb/rules/base
(EE) XKB: No components provided for device Virtual core keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
State: S_UNTOUCHED      Action: No Action               Button: 0
State: S_TOUCHED        Action: No Action               Button: 0
State: S_LONGTOUCHED    Action: down            Button: 1
State: S_MOVING Action: No Action               Button: 0
State: S_MAYBETAPPED    Action: click           Button: 1
State: S_ONEANDAHALFTAP Action: down            Button: 3
(**) Option "PHYSWIDTH" "800"
(**) Option "PHYSHEIGHT" "600"
(**) Option "MinX" "1"
(**) Option "MaxX" "4096"
(**) Option "MinY" "1"
(**) Option "MaxY" "4096"
(**) Option "SwapX" "0"
(**) Option "SendCoreEvents" "On"
(**) Option "CorePointer"
(**) EVTouch TouchScreen: always reports core events
(II) evaluating device (Generic Keyboard)
(II) evaluating device (EVTouch TouchScreen)
(EE) XKB: Couldn't open rules file /usr/local/share/X11/xkb/rules/xorg
(EE) XKB: No components provided for device Generic Keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "Device" "/dev/input/usbtouchscreen"
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from list!
Could not init font path element /usr/share/fonts/100dpi/, removing from list!
(II) UnloadModule: "kbd"
(II) UnloadModule: "evtouch"
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) intel(0): xf86UnbindGARTMemory: unbind key 5
(WW) intel(0): drmDropMaster failed: Unknown error 18446744073709551615
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0x2efff000 at 0x2b41e810c000
(II) intel(0): [drm] Closed DRM master.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) intel(0): Kernel reported 238848 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 955388 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 17, (OK)
drmOpenByBusid: drmOpenMinor returns 17
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xfe800000
(II) intel(0): [drm] ring buffer = 0xc0000000
(II) intel(0): [drm] mapped front buffer at 0xc012b000, handle = 0xc012b000
(II) intel(0): [drm] mapped back buffer at 0xc1428000, handle = 0xc1428000
(II) intel(0): [drm] mapped depth buffer at 0xc17b8000, handle = 0xc17b8000
(II) intel(0): [drm] mapped classic textures at 0xc1b48000, handle = 0xc1b48000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 11059200 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(WW) intel(0): drmDropMaster failed: Unknown error 18446744073709551615
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x0099b000 (pgoffset 2459)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01427000 (pgoffset 5159)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01428000 (pgoffset 5160)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x017b8000 (pgoffset 6072)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01b48000 (pgoffset 6984)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
(II) intel(0): 0x0002a000-0x00129fff: fake bufmgr (1024 kB)
(II) intel(0): 0x0012a000-0x0012afff: overlay registers (4 kB)
(II) intel(0): 0x0012b000-0x0099afff: front buffer (8640 kB)
(II) intel(0): 0x0077f000:            end of stolen memory
(II) intel(0): 0x0099b000-0x01426fff: exa offscreen (10800 kB)
(II) intel(0): 0x01427000-0x01427fff: power context (4 kB)
(II) intel(0): 0x01428000-0x017b7fff: back buffer (3648 kB)
(II) intel(0): 0x017b8000-0x01b47fff: depth buffer (3648 kB)
(II) intel(0): 0x01b48000-0x03b47fff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(WW) intel(0): ESR is 0x00000001
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-2 is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: XF86DRI Enabled
(--) RandR disabled
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 18, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 18, (OK)
drmOpenByBusid: drmOpenMinor returns 18
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/local/lib/dri/i965_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 381 x 158
(EE) XKB: Couldn't open rules file /usr/local/share/X11/xkb/rules/base
(EE) XKB: No components provided for device Virtual core keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
State: S_UNTOUCHED      Action: No Action               Button: 0
State: S_TOUCHED        Action: No Action               Button: 0
State: S_LONGTOUCHED    Action: down            Button: 1
State: S_MOVING Action: No Action               Button: 0
State: S_MAYBETAPPED    Action: click           Button: 1
State: S_ONEANDAHALFTAP Action: down            Button: 3
(**) Option "PHYSWIDTH" "800"
(**) Option "PHYSHEIGHT" "600"
(**) Option "MinX" "1"
(**) Option "MaxX" "4096"
(**) Option "MinY" "1"
(**) Option "MaxY" "4096"
(**) Option "SwapX" "0"
(**) Option "SendCoreEvents" "On"
(**) Option "CorePointer"
(**) EVTouch TouchScreen: always reports core events
(II) evaluating device (Generic Keyboard)
(II) evaluating device (EVTouch TouchScreen)
(EE) XKB: Couldn't open rules file /usr/local/share/X11/xkb/rules/xorg
(EE) XKB: No components provided for device Generic Keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "Device" "/dev/input/usbtouchscreen"
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from list!
Could not init font path element /usr/share/fonts/100dpi/, removing from list!


LINES ADDED AFTER TURNING OF THE DISPLAY WITH XRANDR


(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 (37.9 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600
601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480
481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400
401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400
401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350
382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-2
(II) intel(0): Manufacturer: DEL  Model: 4059  Serial#: 926497100
(II) intel(0): Year: 2009  Week: 30
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 27
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): Default color space is primary color space
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): 720x400 at 70Hz
(II) intel(0): 640x480 at 60Hz
(II) intel(0): 640x480 at 75Hz
(II) intel(0): 800x600 at 60Hz
(II) intel(0): 800x600 at 75Hz
(II) intel(0): 1024x768 at 60Hz
(II) intel(0): 1024x768 at 75Hz
(II) intel(0): 1280x1024 at 75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported Future Video Modes:
(II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440
h_blank_end 1688 h_border: 0
(II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028
v_blanking: 1066 v_border: 0
(II) intel(0): Serial No: C2JMK97K799L
(II) intel(0): Monitor name: DELL P170S
(II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81
kHz, PixClock max 140 MHz
(II) intel(0): EDID (in hex):
(II) intel(0):  00ffffffffffff0010ac59404c393937
(II) intel(0):  1e13010380221b78eeee95a3544c9926
(II) intel(0):  0f5054a54b00714f8180010101010101
(II) intel(0):  010101010101302a009851002a403070
(II) intel(0):  1300520e1100001e000000ff0043324a
(II) intel(0):  4d4b39374b3739394c0a000000fc0044
(II) intel(0):  454c4c2050313730530a2020000000fd
(II) intel(0):  00384c1e510e000a20202020202000e6
(II) intel(0): EDID vendor "DEL", prod id 16473
(II) intel(0): Not using mode "640x480" (mode clock too low)
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x1024" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Printing probed modes for output TMDS-2
(II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664
720 721 724 746 -hsync +vsync (44.8 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880
1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688
1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712
1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x57.0  103.20  1280 1360 1496 1712
1024 1025 1028 1058 (60.3 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800
960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600
864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552
864 865 868 902 -hsync +vsync (67.7 kHz)
(II) intel(0): Modeline "1280x768"x58.0   77.40  1280 1344 1480 1680
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328
768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x58.0   61.90  1024 1080 1184 1344
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624
625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x58.0   36.90  800 832 912 1024  600
601 604 621 (36.0 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "848x480"x60.0   37.29  848 936 984 1104  480
508 509 563 -hsync -vsync (33.8 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400
412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 (37.9 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600
601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480
481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400
401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400
401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350
382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-2
(II) intel(0): Manufacturer: DEL  Model: 4059  Serial#: 926497100
(II) intel(0): Year: 2009  Week: 30
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 27
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): Default color space is primary color space
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): 720x400 at 70Hz
(II) intel(0): 640x480 at 60Hz
(II) intel(0): 640x480 at 75Hz
(II) intel(0): 800x600 at 60Hz
(II) intel(0): 800x600 at 75Hz
(II) intel(0): 1024x768 at 60Hz
(II) intel(0): 1024x768 at 75Hz
(II) intel(0): 1280x1024 at 75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported Future Video Modes:
(II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440
h_blank_end 1688 h_border: 0
(II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028
v_blanking: 1066 v_border: 0
(II) intel(0): Serial No: C2JMK97K799L
(II) intel(0): Monitor name: DELL P170S
(II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81
kHz, PixClock max 140 MHz
(II) intel(0): EDID (in hex):
(II) intel(0):  00ffffffffffff0010ac59404c393937
(II) intel(0):  1e13010380221b78eeee95a3544c9926
(II) intel(0):  0f5054a54b00714f8180010101010101
(II) intel(0):  010101010101302a009851002a403070
(II) intel(0):  1300520e1100001e000000ff0043324a
(II) intel(0):  4d4b39374b3739394c0a000000fc0044
(II) intel(0):  454c4c2050313730530a2020000000fd
(II) intel(0):  00384c1e510e000a20202020202000e6
(II) intel(0): EDID vendor "DEL", prod id 16473
(II) intel(0): Not using mode "640x480" (mode clock too low)
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x1024" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) intel(0): Printing probed modes for output TMDS-2
(II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664
720 721 724 746 -hsync +vsync (44.8 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880
1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688
1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712
1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x1024"x57.0  103.20  1280 1360 1496 1712
1024 1025 1028 1058 (60.3 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800
960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600
864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552
864 865 868 902 -hsync +vsync (67.7 kHz)
(II) intel(0): Modeline "1280x768"x58.0   77.40  1280 1344 1480 1680
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328
768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x58.0   61.90  1024 1080 1184 1344
768 769 772 794 (46.1 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624
625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600
637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600
601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x58.0   36.90  800 832 912 1024  600
601 604 621 (36.0 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "848x480"x60.0   37.29  848 936 984 1104  480
508 509 563 -hsync -vsync (33.8 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480
489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480
481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480
490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400
412 414 449 -hsync +vsync (31.5 kHz)


Please help or atleast point me in direction as to where could bve the problem?

Thanks,
Ajay.V.Sarraju



More information about the xorg mailing list