Kodi Community Forum

Full Version: Xorg/xbmc keeps switching VT results in black screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi People,

I've been trying to fix this problem for the last 3 weeks, but I can't find what the problem is.

I have an i3 box with ubuntu server and xbmc, hooked up to my receiver via hdmi. (i use the onboard intel hdmi)
The problem is that when I start playing either PVR cable television or just local video files that after a random period of several minutes my screen goes black.
The audio continues playing. I've disabled all screen saver options in xorg.

It has been working for months but after some updates (unfortunatly i don't know which updates..) this problem started occuring.

When i press ctrl-alt-f8 xbmc pops back and the video continues playing, however the problem keeps reoccuring.

When i do a "ps -A | grep Xorg" I see 2 tty's living.
tty8 and tty9.
tty8 is xbmc, when i kill tty9, a new tty9 xorg will be spawned when the problem reoccurs.

I've tried downgrading xorg, adding/removing ppa's (nathie/team-xbmx-unstable/etc).
It all makes no difference at all.
Even tried putting the video rendere to software and disabled all hardware accelleration.
dmesg doesn't tell me anything from the events.

It's a long story i know, I'd be happy to post any logs required for any of you guys to look at.
Hope someone has some ideas, because I'm pretty stuck here.
start with a debug log from when this occurs.
Here is the debug log from xbmc during the playback (I did enable debug logging in the xbmc gui):
The error occured during this playback:

Code:
DO NOT POST LOGS TO THE FORUM.
Anyone? Smile

I'm happy to put up some more logs / information if needed.
Can you post your xorg.conf? Also, try disabling vdpau
I tried disabling VDPAU, which did not help.

However when trying to find the xorg.conf I came to the conclusion that it doens't seem to exist anymore?
So i ran
Code:
X -configure
to create a default one, but the configure comes with the following error, which I think might also be my problem.

Code:
X -configure

X.Org X Server 1.13.0
Release Date: 2012-09-05
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-32-generic x86_64 Ubuntu
Current Operating System: Linux media 3.5.0-26-generic #42-Ubuntu SMP Fri Mar 8 23:18:20 UTC 2013 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.5.0-26-generic root=/dev/mapper/media-root ro
Build Date: 27 November 2012  07:44:35AM
xorg-server 2:1.13.0-0ubuntu6.1 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.26.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr  4 21:18:57 2013
List of video drivers:
        sisusb
        siliconmotion
        ati
        savage
        intel
        r128
        nouveau
        cirrus
        qxl
        tdfx
        mach64
        neomagic
        radeon
        sis
        trident
        openchrome
        modesetting
        vmware
        s3
        mga
        fbdev
        vesa
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Number of created screens does not match number of detected devices.
  Configuration failed.
Server terminated with error (2). Closing log file.

Then I found the configure command did generate a xorg.conf.new file in my home dir, which looked like this:

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        Screen      2  "Screen2" RightOf "Screen1"
        Screen      3  "Screen3" RightOf "Screen2"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
        Load  "glx"
EndSection

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

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

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

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

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

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

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

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

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

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

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

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

Section "Screen"
        Identifier "Screen3"
        Device     "Card3"
        Monitor    "Monitor3"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

In my own opinion this is a whole bunch of devices and screens, but I would only need the card0 (intel) because that is the onboard hdmi (which i use).
Would it be correct to remove all other devices and screens from the config and try to use the cleaned out config?

Thanks guys
Even that didn't help, my xorg.conf looks like this now:

Code:
ection "Device"
  Identifier  "Device0"
  Driver      "intel"
  VendorName  "INTEL Corporation"
EndSection

Section "Screen"
  Identifier  "Screen0"
  Device      "Device0"
  Monitor     "HDMI2"
  DefaultDepth  24
  SubSection "Display"
    Depth       24
    Modes     "1920x1080@50p" "[email protected]" "1920x1080@24p" "1920x1080@60p"
  EndSubSection
EndSection

#Section "Monitor"
#  Identifier  "HDMI2"
#  HorizSync   14.0 - 70.0
#  VertRefresh 24.0 - 62.0
#  Option      "DPMS" "true"
#  Modeline    "1920x1080@24p"     74.230 1920 2560 2604 2752 1080 1084 1089 1125 +hsync +vsync
#  Modeline    "1920x1080@50p"    148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
#  Modeline    "[email protected]" 148.352 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync
#  Modeline    "1920x1080@60p"    148.500 1920 2008 2056 2200 1080 1084 1089 1125 +hsync +vsync
#EndSection

Section "ServerFlags"
        Option "blank time" "0"
        Option "standby time" "0"
        Option "suspend time" "0"
        Option "off time" "0"
        Option "dpms" "false"
EndSection

Section "Extensions"
  # fixes tearing
  Option      "Composite"           "Disable"
EndSection

But the system keeps spawning another Xorg on another tty, after I while i notice that it will automatically stop and goes back to the tty where xbmc lives and resumes video playback.
But then again after a while it spawns another Xorg switching etc. etc.
It loops like that.

Another thing which I noticed was the logs of both Xorg's, In the first one i see normal behaviour except for the VT switch. In the second one however I notice that it tells stuff about devices:

Instance 0 of Xorg:
Code:
[351049.600]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[351049.600] X Protocol Version 11, Revision 0
[351049.600] Build Operating System: Linux 3.2.0-32-generic x86_64 Ubuntu
[351049.600] Current Operating System: Linux media 3.5.0-26-generic #42-Ubuntu SMP Fri Mar 8 23:18:20 UTC 2013 x86_64
[351049.600] Kernel command line: BOOT_IMAGE=/vmlinuz-3.5.0-26-generic root=/dev/mapper/media-root ro
[351049.600] Build Date: 27 November 2012  07:44:35AM
[351049.600] xorg-server 2:1.13.0-0ubuntu6.1 (For technical support please see http://www.ubuntu.com/support)
[351049.600] Current version of pixman: 0.26.0
[351049.600]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[351049.600] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[351049.600] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr  4 21:53:45 2013
[351049.600] (==) Using config file: "/etc/X11/xorg.conf"
[351049.600] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[351049.601] (==) No Layout section.  Using the first Screen section.
[351049.601] (**) |-->Screen "Screen0" (0)
[351049.601] (**) |   |-->Monitor "<default monitor>"
[351049.601] (**) |   |-->Device "Device0"
[351049.601] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[351049.601] (**) Option "BlankTime" "0"
[351049.601] (**) Option "StandbyTime" "0"
[351049.601] (**) Option "SuspendTime" "0"
[351049.601] (**) Option "OffTime" "0"
[351049.601] (==) Automatically adding devices
[351049.601] (==) Automatically enabling devices
[351049.601] (==) Automatically adding GPU devices
[351049.601] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[351049.601]    Entry deleted from font path.
[351049.601] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[351049.601]    Entry deleted from font path.
[351049.601] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[351049.601]    Entry deleted from font path.
[351049.601] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[351049.601]    Entry deleted from font path.
[351049.601] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[351049.601]    Entry deleted from font path.
[351049.601] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[351049.601]    Entry deleted from font path.
[351049.601] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        built-ins
[351049.601] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[351049.601] (**) Extension "Composite" is disabled
[351049.601] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[351049.601] (II) Loader magic: 0x7ff29dcb0c40
[351049.601] (II) Module ABI versions:
[351049.601]    X.Org ANSI C Emulation: 0.4
[351049.601]    X.Org Video Driver: 13.0
[351049.601]    X.Org XInput driver : 18.0
[351049.601]    X.Org Server Extension : 7.0
[351049.602] (II) config/udev: Adding drm device (/dev/dri/card0)
[351049.604] (--) PCI:*(0:0:2:0) 8086:0042:1458:d000 rev 24, Mem @ 0xfb800000/4194304, 0xe0000000/268435456, I/O @ 0x0000ff00/8
[351049.604] (II) Open ACPI successful (/var/run/acpid.socket)
[351049.604] Initializing built-in extension Generic Event Extension
[351049.604] Initializing built-in extension SHAPE
[351049.604] Initializing built-in extension MIT-SHM
[351049.604] Initializing built-in extension XInputExtension
[351049.604] Initializing built-in extension XTEST
[351049.604] Initializing built-in extension BIG-REQUESTS
[351049.604] Initializing built-in extension SYNC
[351049.604] Initializing built-in extension XKEYBOARD
[351049.604] Initializing built-in extension XC-MISC
[351049.604] Initializing built-in extension SECURITY
[351049.604] Initializing built-in extension XINERAMA
[351049.604] Initializing built-in extension XFIXES
[351049.604] Initializing built-in extension RENDER
[351049.604] Initializing built-in extension RANDR
[351049.604] Initializing built-in extension COMPOSITE
[351049.604] Initializing built-in extension DAMAGE
[351049.604] Initializing built-in extension MIT-SCREEN-SAVER
[351049.604] Initializing built-in extension DOUBLE-BUFFER
[351049.604] Initializing built-in extension RECORD
[351049.604] Initializing built-in extension DPMS
[351049.604] Initializing built-in extension X-Resource
[351049.604] Initializing built-in extension XVideo
[351049.604] Initializing built-in extension XVideo-MotionCompensation
[351049.604] Initializing built-in extension XFree86-VidModeExtension
[351049.604] Initializing built-in extension XFree86-DGA
[351049.604] Initializing built-in extension XFree86-DRI
[351049.604] Initializing built-in extension DRI2
[351049.604] (II) LoadModule: "glx"
[351049.605] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[351049.605] (II) Module glx: vendor="X.Org Foundation"
[351049.605]    compiled for 1.13.0, module version = 1.0.0
[351049.605]    ABI class: X.Org Server Extension, version 7.0
[351049.605] (==) AIGLX enabled
[351049.605] Loading extension GLX
[351049.605] (II) LoadModule: "intel"
[351049.605] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[351049.606] (II) Module intel: vendor="X.Org Foundation"
[351049.606]    compiled for 1.13.0, module version = 2.20.9
[351049.606]    Module class: X.Org Video Driver
[351049.606]    ABI class: X.Org Video Driver, version 13.0
[351049.606] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
        Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
        Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
        Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
        Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
        Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
        Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
        Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
        Haswell Server (GT2+), Haswell SDV Desktop (GT1),
        Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
        Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
        Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
        Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
        Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
        Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
        Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
        Haswell ULT Server (GT1), Haswell ULT Server (GT2),
        Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
        Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
        Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
        Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
        Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
        ValleyView PO board
[351049.607] (--) using VT number 7

[351049.618] (II) intel(0): using device path '/dev/dri/card0'
[351049.618] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[351049.618] (==) intel(0): RGB weight 888
[351049.618] (==) intel(0): Default visual is TrueColor
[351049.618] (--) intel(0): Integrated Graphics Chipset: Intel(R) Clarkdale
[351049.618] (**) intel(0): Relaxed fencing enabled
[351049.618] (**) intel(0): Wait on SwapBuffers? enabled
[351049.618] (**) intel(0): Triple buffering? enabled
[351049.618] (**) intel(0): Framebuffer tiled
[351049.618] (**) intel(0): Pixmaps tiled
[351049.618] (**) intel(0): 3D buffers tiled
[351049.618] (**) intel(0): SwapBuffers wait enabled
[351049.618] (==) intel(0): video overlay key set to 0x101fe
[351049.618] (II) intel(0): Output VGA1 has no monitor section
[351049.619] (II) intel(0): Output HDMI1 has no monitor section
[351049.668] (II) intel(0): Output DP1 has no monitor section
[351050.244] (II) intel(0): Output HDMI2 has no monitor section
[351050.260] (II) intel(0): Output HDMI3 has no monitor section
[351050.308] (II) intel(0): Output DP2 has no monitor section
[351050.356] (II) intel(0): Output DP3 has no monitor section
[351050.356] (II) intel(0): EDID for output VGA1
[351050.356] (II) intel(0): EDID for output HDMI1
[351050.404] (II) intel(0): EDID for output DP1
[351050.980] (II) Quirked EDID physical size to 0x0 cm
[351050.980] (II) intel(0): EDID for output HDMI2
[351050.980] (II) intel(0): Manufacturer: ONK  Model: a52  Serial#: 0
[351050.980] (II) intel(0): Year: 2010  Week: 0
[351050.980] (II) intel(0): EDID Version: 1.3
[351050.980] (II) intel(0): Digital Display Input
[351050.980] (II) intel(0): Indeterminate output size
[351050.980] (II) intel(0): Gamma: 2.20
[351050.980] (II) intel(0): No DPMS capabilities specified
[351050.980] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[351050.980] (II) intel(0): First detailed timing is preferred mode
[351050.980] (II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[351050.980] (II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[351050.980] (II) intel(0): Supported established timings:
[351050.980] (II) intel(0): 640x480@60Hz
[351050.980] (II) intel(0): Manufacturer's mask: 0
[351050.980] (II) intel(0): Supported detailed timing:
[351050.980] (II) intel(0): clock: 148.5 MHz   Image Size:  160 x 90 mm
[351050.980] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[351050.980] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[351050.980] (II) intel(0): Supported detailed timing:
[351050.980] (II) intel(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[351050.980] (II) intel(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[351050.980] (II) intel(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[351050.980] (II) intel(0): Monitor name: TX-SR578
[351050.980] (II) intel(0): Ranges: V min: 23 V max: 61 Hz, H min: 26 H max: 68 kHz, PixClock max 175 MHz
[351050.980] (II) intel(0): Supported detailed timing:
[351050.980] (II) intel(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[351050.980] (II) intel(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[351050.980] (II) intel(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[351050.980] (II) intel(0): Supported detailed timing:
[351050.980] (II) intel(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[351050.980] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[351050.980] (II) intel(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[351050.980] (II) intel(0): Supported detailed timing:
[351050.980] (II) intel(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[351050.980] (II) intel(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[351050.980] (II) intel(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[351050.980] (II) intel(0): Number of EDID sections to follow: 1
[351050.980] (II) intel(0): EDID (in hex):
[351050.980] (II) intel(0):     00ffffffffffff003dcb520a00000000
[351050.980] (II) intel(0):     00140103801009780aee91a3544c9926
[351050.980] (II) intel(0):     0f505420000001010101010101010101
[351050.980] (II) intel(0):     010101010101023a801871382d40582c
[351050.980] (II) intel(0):     4500a05a0000001e011d007251d01e20
[351050.980] (II) intel(0):     6e285500a05a0000001e000000fc0054
[351050.980] (II) intel(0):     582d53523537380a20202020000000fd
[351050.980] (II) intel(0):     00173d1a4411000a202020202020011b
[351050.980] (II) intel(0):     020345714f901f041305140312202122
[351050.980] (II) intel(0):     0f1e242638097f070f7f071707503f06
[351050.980] (II) intel(0):     c04d02005706005f7e01675400834f00
[351050.980] (II) intel(0):     006c030c004100b82dc000000000e305
[351050.981] (II) intel(0):     0301e2000f011d00bc52d01e20b82855
[351050.981] (II) intel(0):     40a05a0000001e011d8018711c162058
[351050.981] (II) intel(0):     2c2500a05a0000009e011d80d0721c16
[351050.981] (II) intel(0):     20102c2580a05a0000009e00000000d8
[351050.981] (II) intel(0): Printing probed modes for output HDMI2
[351050.981] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[351050.981] (II) intel(0): Modeline "1920x1080"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz eP)
[351050.981] (II) intel(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[351050.981] (II) intel(0): Modeline "1920x1080"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[351050.981] (II) intel(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[351050.981] (II) intel(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[351050.981] (II) intel(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[351050.981] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[351050.981] (II) intel(0): Modeline "2880x576"x50.0  108.00  2880 2928 3184 3456  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351050.981] (II) intel(0): Modeline "1680x945"x60.0  131.48  1680 1784 1960 2240  945 946 949 978 -hsync +vsync (58.7 kHz)
[351050.981] (II) intel(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[351050.981] (II) intel(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[351050.981] (II) intel(0): Modeline "2880x480"x59.9  108.00  2880 2944 3192 3432  480 489 495 525 -hsync -vsync (31.5 kHz e)
[351050.981] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[351050.981] (II) intel(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[351050.981] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[351050.981] (II) intel(0): Modeline "1366x768"x60.0   85.89  1366 1439 1583 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
[351050.981] (II) intel(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[351050.981] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[351050.981] (II) intel(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[351050.981] (II) intel(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[351050.981] (II) intel(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[351050.981] (II) intel(0): Modeline "1440x576"x50.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351050.981] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[351050.981] (II) intel(0): Modeline "1440x480"x59.9   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[351050.981] (II) intel(0): Modeline "1024x576"x60.0   46.97  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
[351050.981] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[351050.981] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[351050.981] (II) intel(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351050.981] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[351050.981] (II) intel(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[351050.981] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[351050.996] (II) intel(0): EDID for output HDMI3
[351051.044] (II) intel(0): EDID for output DP2
[351051.092] (II) intel(0): EDID for output DP3
[351051.092] (II) intel(0): Output VGA1 disconnected
[351051.092] (II) intel(0): Output HDMI1 disconnected
[351051.092] (II) intel(0): Output DP1 disconnected
[351051.092] (II) intel(0): Output HDMI2 connected
[351051.092] (II) intel(0): Output HDMI3 disconnected
[351051.092] (II) intel(0): Output DP2 disconnected
[351051.092] (II) intel(0): Output DP3 disconnected
[351051.092] (II) intel(0): Using exact sizes for initial modes
[351051.092] (II) intel(0): Output HDMI2 using initial mode 1920x1080
[351051.092] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[351051.092] (II) intel(0): Kernel page flipping support detected, enabling
[351051.092] (==) intel(0): DPI set to (96, 96)
[351051.092] (II) Loading sub module "fb"
[351051.092] (II) LoadModule: "fb"
[351051.092] (II) Loading /usr/lib/xorg/modules/libfb.so
[351051.092] (II) Module fb: vendor="X.Org Foundation"
[351051.092]    compiled for 1.13.0, module version = 1.0.0
[351051.092]    ABI class: X.Org ANSI C Emulation, version 0.4
[351051.092] (II) Loading sub module "dri2"
[351051.092] (II) LoadModule: "dri2"
[351051.092] (II) Module "dri2" already built-in
[351051.092] (==) Depth 24 pixmap format is 32 bpp
[351051.092] (II) intel(0): [DRI2] Setup complete
[351051.092] (II) intel(0): [DRI2]   DRI driver: i965
[351051.092] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[351051.103] (II) UXA(0): Driver registered support for the following operations:
[351051.103] (II)         solid
[351051.103] (II)         copy
[351051.103] (II)         composite (RENDER acceleration)
[351051.103] (II)         put_image
[351051.103] (II)         get_image
[351051.103] (==) intel(0): Backing store disabled
[351051.103] (==) intel(0): Silken mouse enabled
[351051.103] (II) intel(0): Initializing HW Cursor
[351051.103] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[351051.104] (==) intel(0): DPMS enabled
[351051.104] (==) intel(0): Intel XvMC decoder enabled
[351051.104] (II) intel(0): Set up textured video
[351051.104] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[351051.104] (II) intel(0): direct rendering: DRI2 Enabled
[351051.104] (==) intel(0): hotplug detection: "enabled"
[351051.120] (--) RandR disabled
[351051.135] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[351051.135] (II) AIGLX: enabled GLX_INTEL_swap_event
[351051.135] (II) AIGLX: enabled GLX_ARB_create_context
[351051.135] (II) AIGLX: enabled GLX_ARB_create_context_profile
[351051.135] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[351051.135] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[351051.135] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[351051.135] (II) AIGLX: Loaded and initialized i965
[351051.135] (II) GLX: Initialized DRI2 GL provider for screen 0
[351051.136] (II) intel(0): Setting screen physical size to 508 x 285
[351051.144] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[351051.145] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[351051.145] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[351051.145] (II) LoadModule: "evdev"
[351051.146] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[351051.146] (II) Module evdev: vendor="X.Org Foundation"
[351051.146]    compiled for 1.13.0, module version = 2.7.3
[351051.146]    Module class: X.Org XInput Driver
[351051.146]    ABI class: X.Org XInput driver, version 18.0
[351051.146] (II) Using input driver 'evdev' for 'Power Button'
[351051.146] (**) Power Button: always reports core events
[351051.146] (**) evdev: Power Button: Device: "/dev/input/event1"
[351051.146] (--) evdev: Power Button: Vendor 0 Product 0x1
[351051.146] (--) evdev: Power Button: Found keys
[351051.146] (II) evdev: Power Button: Configuring as keyboard
[351051.146] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[351051.146] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[351051.146] (**) Option "xkb_rules" "evdev"
[351051.146] (**) Option "xkb_model" "pc105"
[351051.146] (**) Option "xkb_layout" "us"
[351051.146] (**) Option "xkb_variant" "intl"
[351051.147] (II) XKB: reuse xkmfile /var/lib/xkb/server-A5431D4A34463C892C9E905E2E421B30A3CC30DD.xkm
[351051.148] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[351051.148] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[351051.148] (II) Using input driver 'evdev' for 'Power Button'
[351051.148] (**) Power Button: always reports core events
[351051.148] (**) evdev: Power Button: Device: "/dev/input/event0"
[351051.148] (--) evdev: Power Button: Vendor 0 Product 0x1
[351051.148] (--) evdev: Power Button: Found keys
[351051.148] (II) evdev: Power Button: Configuring as keyboard
[351051.148] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[351051.148] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[351051.148] (**) Option "xkb_rules" "evdev"
[351051.148] (**) Option "xkb_model" "pc105"
[351051.148] (**) Option "xkb_layout" "us"
[351051.148] (**) Option "xkb_variant" "intl"
[351051.148] (II) config/udev: Adding drm device (/dev/dri/card0)
[351051.148] (II) config/udev: Adding input device 2.4G Wireless Touchpad Keyboard (/dev/input/event2)
[351051.148] (**) 2.4G Wireless Touchpad Keyboard: Applying InputClass "evdev keyboard catchall"
[351051.148] (II) Using input driver 'evdev' for '2.4G Wireless Touchpad Keyboard'
[351051.148] (**) 2.4G Wireless Touchpad Keyboard: always reports core events
[351051.148] (**) evdev: 2.4G Wireless Touchpad Keyboard: Device: "/dev/input/event2"
[351051.148] (--) evdev: 2.4G Wireless Touchpad Keyboard: Vendor 0x4d9 Product 0x2519
[351051.148] (--) evdev: 2.4G Wireless Touchpad Keyboard: Found keys
[351051.148] (II) evdev: 2.4G Wireless Touchpad Keyboard: Configuring as keyboard
[351051.148] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/input/input2/event2"
[351051.148] (II) XINPUT: Adding extended input device "2.4G Wireless Touchpad Keyboard" (type: KEYBOARD, id 8)
[351051.148] (**) Option "xkb_rules" "evdev"
[351051.148] (**) Option "xkb_model" "pc105"
[351051.148] (**) Option "xkb_layout" "us"
[351051.148] (**) Option "xkb_variant" "intl"
[351051.149] (II) config/udev: Adding input device 2.4G Wireless Touchpad Keyboard (/dev/input/event3)
[351051.149] (**) 2.4G Wireless Touchpad Keyboard: Applying InputClass "evdev pointer catchall"
[351051.149] (**) 2.4G Wireless Touchpad Keyboard: Applying InputClass "evdev keyboard catchall"
[351051.149] (II) Using input driver 'evdev' for '2.4G Wireless Touchpad Keyboard'
[351051.149] (**) 2.4G Wireless Touchpad Keyboard: always reports core events
[351051.149] (**) evdev: 2.4G Wireless Touchpad Keyboard: Device: "/dev/input/event3"
[351051.149] (--) evdev: 2.4G Wireless Touchpad Keyboard: Vendor 0x4d9 Product 0x2519
[351051.149] (--) evdev: 2.4G Wireless Touchpad Keyboard: Found 9 mouse buttons
[351051.149] (--) evdev: 2.4G Wireless Touchpad Keyboard: Found scroll wheel(s)
[351051.149] (--) evdev: 2.4G Wireless Touchpad Keyboard: Found relative axes
[351051.149] (--) evdev: 2.4G Wireless Touchpad Keyboard: Found x and y relative axes
[351051.149] (--) evdev: 2.4G Wireless Touchpad Keyboard: Found absolute axes
[351051.149] (II) evdev: 2.4G Wireless Touchpad Keyboard: Forcing absolute x/y axes to exist.
[351051.149] (--) evdev: 2.4G Wireless Touchpad Keyboard: Found keys
[351051.149] (II) evdev: 2.4G Wireless Touchpad Keyboard: Configuring as mouse
[351051.149] (II) evdev: 2.4G Wireless Touchpad Keyboard: Configuring as keyboard
[351051.149] (II) evdev: 2.4G Wireless Touchpad Keyboard: Adding scrollwheel support
[351051.149] (**) evdev: 2.4G Wireless Touchpad Keyboard: YAxisMapping: buttons 4 and 5
[351051.149] (**) evdev: 2.4G Wireless Touchpad Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[351051.149] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.1/input/input3/event3"
[351051.149] (II) XINPUT: Adding extended input device "2.4G Wireless Touchpad Keyboard" (type: KEYBOARD, id 9)
[351051.149] (**) Option "xkb_rules" "evdev"
[351051.149] (**) Option "xkb_model" "pc105"
[351051.149] (**) Option "xkb_layout" "us"
[351051.149] (**) Option "xkb_variant" "intl"
[351051.149] (II) evdev: 2.4G Wireless Touchpad Keyboard: initialized for relative axes.
[351051.149] (WW) evdev: 2.4G Wireless Touchpad Keyboard: ignoring absolute axes.
[351051.149] (**) 2.4G Wireless Touchpad Keyboard: (accel) keeping acceleration scheme 1
[351051.149] (**) 2.4G Wireless Touchpad Keyboard: (accel) acceleration profile 0
[351051.149] (**) 2.4G Wireless Touchpad Keyboard: (accel) acceleration factor: 2.000
[351051.149] (**) 2.4G Wireless Touchpad Keyboard: (accel) acceleration threshold: 4
[351051.149] (II) config/udev: Adding input device 2.4G Wireless Touchpad Keyboard (/dev/input/mouse0)
[351051.149] (II) No input driver specified, ignoring this device.
[351051.149] (II) This device may have been added with another device file.
[351051.150] (II) config/udev: Adding input device Media Center Ed. eHome Infrared Remote Transceiver (147a:e03e) (/dev/input/event4)
[351051.150] (**) Media Center Ed. eHome Infrared Remote Transceiver (147a:e03e): Applying InputClass "evdev keyboard catchall"
[351051.150] (II) Using input driver 'evdev' for 'Media Center Ed. eHome Infrared Remote Transceiver (147a:e03e)'
[351051.150] (**) Media Center Ed. eHome Infrared Remote Transceiver (147a:e03e): always reports core events
[351051.150] (**) evdev: Media Center Ed. eHome Infrared Remote Transceiver (147a:e03e): Device: "/dev/input/event4"
[351051.150] (--) evdev: Media Center Ed. eHome Infrared Remote Transceiver (147a:e03e): Vendor 0x147a Product 0xe03e
[351051.150] (--) evdev: Media Center Ed. eHome Infrared Remote Transceiver (147a:e03e): Found keys
[351051.150] (II) evdev: Media Center Ed. eHome Infrared Remote Transceiver (147a:e03e): Configuring as keyboard
[351051.150] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2:1.0/rc/rc0/input4/event4"
[351051.150] (II) XINPUT: Adding extended input device "Media Center Ed. eHome Infrared Remote Transceiver (147a:e03e)" (type: KEYBOARD, id 10)
[351051.150] (**) Option "xkb_rules" "evdev"
[351051.150] (**) Option "xkb_model" "pc105"
[351051.150] (**) Option "xkb_layout" "us"
[351051.150] (**) Option "xkb_variant" "intl"
[351051.150] (II) config/udev: Adding input device IR-receiver inside an USB DVB receiver (/dev/input/event6)
[351051.150] (**) IR-receiver inside an USB DVB receiver: Applying InputClass "evdev keyboard catchall"
[351051.150] (II) Using input driver 'evdev' for 'IR-receiver inside an USB DVB receiver'
[351051.150] (**) IR-receiver inside an USB DVB receiver: always reports core events
[351051.150] (**) evdev: IR-receiver inside an USB DVB receiver: Device: "/dev/input/event6"
[351051.150] (--) evdev: IR-receiver inside an USB DVB receiver: Vendor 0x1c73 Product 0x861f
[351051.150] (--) evdev: IR-receiver inside an USB DVB receiver: Found keys
[351051.150] (II) evdev: IR-receiver inside an USB DVB receiver: Configuring as keyboard
[351051.150] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-3/rc/rc1/input6/event6"
[351051.150] (II) XINPUT: Adding extended input device "IR-receiver inside an USB DVB receiver" (type: KEYBOARD, id 11)
[351051.150] (**) Option "xkb_rules" "evdev"
[351051.150] (**) Option "xkb_model" "pc105"
[351051.150] (**) Option "xkb_layout" "us"
[351051.150] (**) Option "xkb_variant" "intl"
[351051.150] (II) config/udev: Adding input device IR-receiver inside an USB DVB receiver (/dev/input/event7)
[351051.150] (**) IR-receiver inside an USB DVB receiver: Applying InputClass "evdev keyboard catchall"
[351051.150] (II) Using input driver 'evdev' for 'IR-receiver inside an USB DVB receiver'
[351051.150] (**) IR-receiver inside an USB DVB receiver: always reports core events
[351051.150] (**) evdev: IR-receiver inside an USB DVB receiver: Device: "/dev/input/event7"
[351051.150] (--) evdev: IR-receiver inside an USB DVB receiver: Vendor 0x1c73 Product 0x861f
[351051.150] (--) evdev: IR-receiver inside an USB DVB receiver: Found keys
[351051.150] (II) evdev: IR-receiver inside an USB DVB receiver: Configuring as keyboard
[351051.151] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4/rc/rc2/input7/event7"
[351051.151] (II) XINPUT: Adding extended input device "IR-receiver inside an USB DVB receiver" (type: KEYBOARD, id 12)
[351051.151] (**) Option "xkb_rules" "evdev"
[351051.151] (**) Option "xkb_model" "pc105"
[351051.151] (**) Option "xkb_layout" "us"
[351051.151] (**) Option "xkb_variant" "intl"
[351051.151] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event10)
[351051.151] (II) No input driver specified, ignoring this device.
[351051.151] (II) This device may have been added with another device file.
[351051.151] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event11)
[351051.151] (II) No input driver specified, ignoring this device.
[351051.151] (II) This device may have been added with another device file.
[351051.151] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event12)
[351051.151] (II) No input driver specified, ignoring this device.
[351051.151] (II) This device may have been added with another device file.
[351051.151] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event13)
[351051.151] (II) No input driver specified, ignoring this device.
[351051.151] (II) This device may have been added with another device file.
[351051.151] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event14)
[351051.152] (II) No input driver specified, ignoring this device.
[351051.152] (II) This device may have been added with another device file.
[351051.152] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event15)
[351051.152] (II) No input driver specified, ignoring this device.
[351051.152] (II) This device may have been added with another device file.
[351051.152] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event16)
[351051.152] (II) No input driver specified, ignoring this device.
[351051.152] (II) This device may have been added with another device file.
[351051.152] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event8)
[351051.152] (II) No input driver specified, ignoring this device.
[351051.152] (II) This device may have been added with another device file.
[351051.152] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event9)
[351051.152] (II) No input driver specified, ignoring this device.
[351051.152] (II) This device may have been added with another device file.
[351051.153] (II) config/udev: Adding input device MCE IR Keyboard/Mouse (mceusb) (/dev/input/event5)
[351051.153] (**) MCE IR Keyboard/Mouse (mceusb): Applying InputClass "evdev pointer catchall"
[351051.153] (**) MCE IR Keyboard/Mouse (mceusb): Applying InputClass "evdev keyboard catchall"
[351051.153] (II) Using input driver 'evdev' for 'MCE IR Keyboard/Mouse (mceusb)'
[351051.153] (**) MCE IR Keyboard/Mouse (mceusb): always reports core events
[351051.153] (**) evdev: MCE IR Keyboard/Mouse (mceusb): Device: "/dev/input/event5"
[351051.153] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Vendor 0 Product 0
[351051.153] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found 3 mouse buttons
[351051.153] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found relative axes
[351051.153] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found x and y relative axes
[351051.153] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found keys
[351051.153] (II) evdev: MCE IR Keyboard/Mouse (mceusb): Configuring as mouse
[351051.153] (II) evdev: MCE IR Keyboard/Mouse (mceusb): Configuring as keyboard
[351051.153] (**) evdev: MCE IR Keyboard/Mouse (mceusb): YAxisMapping: buttons 4 and 5
[351051.153] (**) evdev: MCE IR Keyboard/Mouse (mceusb): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[351051.153] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
[351051.153] (II) XINPUT: Adding extended input device "MCE IR Keyboard/Mouse (mceusb)" (type: KEYBOARD, id 13)
[351051.153] (**) Option "xkb_rules" "evdev"
[351051.153] (**) Option "xkb_model" "pc105"
[351051.153] (**) Option "xkb_layout" "us"
[351051.153] (**) Option "xkb_variant" "intl"
[351051.154] (II) evdev: MCE IR Keyboard/Mouse (mceusb): initialized for relative axes.
[351051.154] (**) MCE IR Keyboard/Mouse (mceusb): (accel) keeping acceleration scheme 1
[351051.154] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration profile 0
[351051.154] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration factor: 2.000
[351051.154] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration threshold: 4
[351051.154] (II) config/udev: Adding input device MCE IR Keyboard/Mouse (mceusb) (/dev/input/mouse1)
[351051.154] (II) No input driver specified, ignoring this device.
[351051.154] (II) This device may have been added with another device file.
[351052.020] (II) Quirked EDID physical size to 0x0 cm
[351052.020] (II) intel(0): EDID vendor "ONK", prod id 2642
[351052.020] (II) intel(0): Using EDID range info for horizontal sync
[351052.020] (II) intel(0): Using EDID range info for vertical refresh
[351052.020] (II) intel(0): Printing DDC gathered Modelines:
[351052.020] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[351052.020] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[351052.020] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[351052.020] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[351052.020] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[351052.020] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[351052.020] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351052.020] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[351052.020] (II) intel(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[351052.020] (II) intel(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[351052.020] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[351052.020] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[351052.020] (II) intel(0): Modeline "2880x480"x0.0  108.00  2880 2944 3192 3432  480 489 495 525 -hsync -vsync (31.5 kHz e)
[351052.020] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[351052.020] (II) intel(0): Modeline "2880x576"x0.0  108.00  2880 2928 3184 3456  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351052.020] (II) intel(0): Modeline "1920x1080i"x0.0   72.00  1920 1952 2120 2304  1080 1126 1136 1250 interlace +hsync -vsync (31.2 kHz e)
[351053.000] (II) Quirked EDID physical size to 0x0 cm
[351053.000] (II) intel(0): EDID vendor "ONK", prod id 2642
[351053.000] (II) intel(0): Using hsync ranges from config file
[351053.000] (II) intel(0): Using vrefresh ranges from config file
[351053.000] (II) intel(0): Printing DDC gathered Modelines:
[351053.000] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[351053.000] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[351053.000] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[351053.000] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[351053.000] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[351053.000] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[351053.000] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351053.000] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[351053.000] (II) intel(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[351053.000] (II) intel(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[351053.000] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[351053.000] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[351053.000] (II) intel(0): Modeline "2880x480"x0.0  108.00  2880 2944 3192 3432  480 489 495 525 -hsync -vsync (31.5 kHz e)
[351053.000] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[351053.000] (II) intel(0): Modeline "2880x576"x0.0  108.00  2880 2928 3184 3456  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351053.000] (II) intel(0): Modeline "1920x1080i"x0.0   72.00  1920 1952 2120 2304  1080 1126 1136 1250 interlace +hsync -vsync (31.2 kHz e)
[351231.740] (II) AIGLX: Suspending AIGLX clients for VT switch
[351473.736] (II) Open ACPI successful (/var/run/acpid.socket)
[351473.736] (II) AIGLX: Resuming AIGLX clients after VT switch
[351474.368] (II) Quirked EDID physical size to 0x0 cm
[351474.368] (II) intel(0): EDID vendor "ONK", prod id 2642
[351474.368] (II) intel(0): Using hsync ranges from config file
[351474.368] (II) intel(0): Using vrefresh ranges from config file
[351474.368] (II) intel(0): Printing DDC gathered Modelines:
[351474.368] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[351474.368] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[351474.368] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[351474.368] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[351474.368] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[351474.368] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[351474.368] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351474.368] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[351474.368] (II) intel(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[351474.368] (II) intel(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[351474.368] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[351474.368] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[351474.368] (II) intel(0): Modeline "2880x480"x0.0  108.00  2880 2944 3192 3432  480 489 495 525 -hsync -vsync (31.5 kHz e)
[351474.368] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[351474.368] (II) intel(0): Modeline "2880x576"x0.0  108.00  2880 2928 3184 3456  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351474.368] (II) intel(0): Modeline "1920x1080i"x0.0   72.00  1920 1952 2120 2304  1080 1126 1136 1250 interlace +hsync -vsync (31.2 kHz e)
[351574.468] (II) AIGLX: Suspending AIGLX clients for VT switch
[351816.445] (II) Open ACPI successful (/var/run/acpid.socket)
[351816.445] (II) AIGLX: Resuming AIGLX clients after VT switch
[351817.076] (II) Quirked EDID physical size to 0x0 cm
[351817.076] (II) intel(0): EDID vendor "ONK", prod id 2642
[351817.076] (II) intel(0): Using hsync ranges from config file
[351817.076] (II) intel(0): Using vrefresh ranges from config file
[351817.076] (II) intel(0): Printing DDC gathered Modelines:
[351817.076] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[351817.076] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[351817.076] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[351817.076] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[351817.076] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[351817.076] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[351817.076] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351817.076] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[351817.076] (II) intel(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[351817.076] (II) intel(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[351817.076] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[351817.076] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[351817.076] (II) intel(0): Modeline "2880x480"x0.0  108.00  2880 2944 3192 3432  480 489 495 525 -hsync -vsync (31.5 kHz e)
[351817.076] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[351817.076] (II) intel(0): Modeline "2880x576"x0.0  108.00  2880 2928 3184 3456  576 581 586 625 -hsync -vsync (31.2 kHz e)
[351817.076] (II) intel(0): Modeline "1920x1080i"x0.0   72.00  1920 1952 2120 2304  1080 1126 1136 1250 interlace +hsync -vsync (31.2 kHz e)

Seconde instance in the next post


And the second instance:

[code]
[351917.156]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[351917.157] X Protocol Version 11, Revision 0
[351917.157] Build Operating System: Linux 3.2.0-32-generic x86_64 Ubuntu
[351917.157] Current Operating System: Linux media 3.5.0-26-generic #42-Ubuntu SMP Fri Mar 8 23:18:20 UTC 2013 x86_64
[351917.157] Kernel command line: BOOT_IMAGE=/vmlinuz-3.5.0-26-generic root=/dev/mapper/media-root ro
[351917.157] Build Date: 27 November 2012 07:44:35AM
[351917.157] xorg-server 2:1.13.0-0ubuntu6.1 (For technical support please see http://www.ubuntu.com/support)
[351917.157] Current version of pixman: 0.26.0
[351917.157] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[351917.157] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[351917.157] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Apr 4 22:08:12 2013
[351917.157] (==) Using config file: "/etc/X11/xorg.conf"
[351917.157] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[351917.157] (==) No Layout section. Using the first Screen section.
[351917.158] (**) |-->Screen "Screen0" (0)
[351917.158] (**) | |-->Monitor "<default monitor>"
[351917.158] (**) | |-->Device "Device0"
[351917.158] (==) No monitor specified for screen "Screen0".
Using a default monitor configuration.
[351917.158] (**) Option "BlankTime" "0"
[351917.158] (**) Option "StandbyTime" "0"
[351917.158] (**) Option "SuspendTime" "0"
[351917.158] (**) Option "OffTime" "0"
[351917.158] (==) Automatically adding devices
[351917.158] (==) Automatically enabling devices
[351917.158] (==) Automatically adding GPU devices
[351917.158] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[351917.158] Entry deleted from font path.
[351917.158] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[351917.158] Entry deleted from font path.
[351917.158] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[351917.158] Entry deleted from font path.
[351917.158] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[351917.158] Entry deleted from font path.
[351917.158] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[351917.158] Entry deleted from font path.
[351917.158] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[351917.158] Entry deleted from font path.
[351917.158] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[351917.158] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[351917.158] (**) Extension "Composite" is disabled
[351917.158] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[351917.158] (II) Loader magic: 0x7f0e5294bc40
[351917.158] (II) Module ABI versions:
[351917.158] X.Org ANSI C Emulation: 0.4
[351917.158] X.Org Video Driver: 13.0
[351917.158] X.Org XInput driver : 18.0
[351917.158] X.Org Server Extension : 7.0
[351917.159] (II) config/udev: Adding drm device (/dev/dri/card0)
[351917.160] setversion 1.4 failed
[351917.162] (--) PCI:*(0:0:2:0) 8086:0042:1458:d000 rev 24, Mem @ 0xfb800000/4194304, 0xe0000000/268435456, I/O @ 0x0000ff00/8
[351917.162] (II) Open ACPI successful (/var/run/acpid.socket)
[351917.162] Initializing built-in extension Generic Event Extension
[351917.162] Initializing built-in extension SHAPE
[351917.162] Initializing built-in extension MIT-SHM
[351917.162] Initializing built-in extension XInputExtension
[351917.162] Initializing built-in extension XTEST
[351917.162] Initializing built-in extension BIG-REQUESTS
[351917.162] Initializing built-in extension SYNC
[351917.162] Initializing built-in extension XKEYBOARD
[351917.162] Initializing built-in extension XC-MISC
[351917.162] Initializing built-in extension SECURITY
[351917.162] Initializing built-in extension XINERAMA
[351917.162] Initializing built-in extension XFIXES
[351917.162] Initializing built-in extension RENDER
[351917.162] Initializing built-in extension RANDR
[351917.162] Initializing built-in extension COMPOSITE
[351917.162] Initializing built-in extension DAMAGE
[351917.162] Initializing built-in extension MIT-SCREEN-SAVER
[351917.162] Initializing built-in extension DOUBLE-BUFFER
[351917.162] Initializing built-in extension RECORD
[351917.162] Initializing built-in extension DPMS
[351917.162] Initializing built-in extension X-Resource
[351917.162] Initializing built-in extension XVideo
[351917.162] Initializing built-in extension XVideo-MotionCompensation
[351917.162] Initializing built-in extension XFree86-VidModeExtension
[351917.162] Initializing built-in extension XFree86-DGA
[351917.162] Initializing built-in extension XFree86-DRI
[351917.162] Initializing built-in extension DRI2
[351917.162] (II) LoadModule: "glx"
[351917.163] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[351917.163] (II) Module glx: vendor="X.Org Foundation"
[351917.163] compiled for 1.13.0, module version = 1.0.0
[351917.163] ABI class: X.Org Server Extension, version 7.0
[351917.163] (==) AIGLX enabled
[351917.163] Loading extension GLX
[351917.163] (II) LoadModule: "intel"
[351917.163] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[351917.164] (II) Module intel: vendor="X.Org Foundation"
[351917.164] compiled for 1.13.0, module version = 2.20.9
[351917.164] Module class: X.Org Video Driver
[351917.164] ABI class: X.Org Video Driver, version 13.0
[351917.164] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
Haswell Server (GT2+), Haswell SDV Desktop (GT1),
Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
Haswell ULT Server (GT1), Haswell ULT Server (GT2),
Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
ValleyView PO board
[351917.165] (--) using VT number 8

[351917.199] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[351917.199] (==) intel(0): RGB weight 888
[351917.199] (==) intel(0): Default visual is TrueColor
[351917.199] (--) intel(0): Integrated Graphics Chipset: Intel® Clarkdale
[351917.199] (**) intel(0): Relaxed fencing enabled
[351917.199] (**) intel(0): Wait on SwapBuffers? enabled
[351917.199] (**) intel(0): Triple buffering? enabled
[351917.199] (**) intel(0): Framebuffer tiled
[351917.199] (**) intel(0): Pixmaps tiled
[351917.199] (**) intel(0): 3D buffers tiled
[351917.200] (**) intel(0): SwapBuffers wait enabled
[351917.200] (==) intel(0): video overlay key set to 0x101fe
[351917.200] (II) intel(0): Output VGA1 has no monitor section
[351917.200] (II) intel(0): Output HDMI1 has no monitor section
[351917.248] (II) intel(0): Output DP1 has no monitor section
[351917.824] (II) intel(0): Output HDMI2 has no monitor section
[351917.840] (II) intel(0): Output HDMI3 has no monitor section
[351917.888] (II) intel(0): Output DP2 has no monitor section
[351917.936] (II) intel(0): Output DP3 has no monitor section
[351917.936] (II) intel(0): EDID for output VGA1
[351917.936] (II) intel(0): EDID for output HDMI1
[351917.984] (II) intel(0): EDID for output DP1
[351918.560] (II) Quirked EDID physical size to 0x0 cm
[351918.560] (II) intel(0): EDID for output HDMI2
[351918.560] (II) intel(0): Manufacturer: ONK Model: a52 Serial#: 0
[351918.560] (II) intel(0): Year: 2010 Week: 0
[351918.560] (II) intel(0): EDID Version: 1.3
[351918.560] (II) intel(0): Digital Display Input
[351918.560] (II) intel(0): Indeterminate output size
[351918.560] (II) intel(0): Gamma: 2.20
[351918.560] (II) intel(0): No DPMS capabilities specified
[351918.560] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[351918.560] (II) intel(0): First detailed timing is preferred mode
[351918.560] (II) intel(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[351918.560] (II) intel(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[351918.560] (II) intel(0): Supported established timings:
[351918.560] (II) intel(0): 640x480@60Hz
[351918.560] (II) intel(0): Manufacturer's mask: 0
[351918.560] (II) intel(0): Supported detailed timing:
[351918.560] (II) intel(0): clock: 148.5 MHz Image Size: 160 x 90 mm
[351918.560] (II) intel(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[351918.560] (II) intel(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[351918.560] (II) intel(0): Supported detailed timing:
[351918.560] (II) intel(0): clock: 74.2 MHz Image Size: 160 x 90 mm
[351918.560] (II) intel(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[351918.560] (II) intel(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[351918.560] (II) intel(0): Monitor name: TX-SR578
[351918.560] (II) intel(0): Ranges: V min: 23 V max: 61 Hz, H min: 26 H max: 68 kHz, PixClock max 175 MHz
[351918.560] (II) intel(0): Supported detailed timing:
[351918.560] (II) intel(0): clock: 74.2 MHz Image Size: 160 x 90 mm
[351918.560] (II) intel(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[351918.560] (II) intel(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[351918.560] (II) intel(0): Supported detailed timing:
[351918.560] (II) intel(0): clock: 74.2 MHz Image Size: 160 x 90 mm
[351918.560] (II) intel(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[351918.560] (II) intel(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[351918.560] (II) intel(0): Supported detailed timing:
[351918.560] (II) intel(0): clock: 74.2 MHz Image Size: 160 x 90 mm
[351918.560] (II) intel(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[351918.560] (II) intel(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[351918.560] (II) intel(0): Number of EDID sections to follow: 1
[351918.560] (II) intel(0): EDID (in hex):
[351918.560] (II) intel(0): 00ffffffffffff003dcb520a00000000
[351918.560] (II) intel(0): 00140103801009780aee91a3544c9926
[351918.560] (II) intel(0): 0f505420000001010101010101010101
[351918.560] (II) intel(0): 010101010101023a801871382d40582c
[351918.560] (II) intel(0): 4500a05a0000001e011d007251d01e20
[351918.560] (II) intel(0): 6e285500a05a0000001e000000fc0054
[351918.560] (II) intel(0): 582d53523537380a20202020000000fd
[351918.560] (II) intel(0): 00173d1a4411000a202020202020011b
[351918.560] (II) intel(0): 020345714f901f041305140312202122
[351918.560] (II) intel(0): 0f1e242638097f070f7f071707503f06
[351918.560] (II) intel(0): c04d02005706005f7e01675400834f00
[351918.560] (II) intel(0): 006c030c004100b82dc000000000e305
[351918.560] (II) intel(0): 0301e2000f011d00bc52d01e20b82855
[351918.561] (II) intel(0): 40a05a0000001e011d8018711c162058
[351918.561] (II) intel(0): 2c2500a05a0000009e011d80d0721c16
[351918.561] (II) intel(0): 20102c2580a05a0000009e00000000d8
[351918.561] (II) intel(0): Printing probed modes for output HDMI2
[351918.561] (II) intel(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[351918.561] (II) intel(0): Modeline "1920x1080"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz eP)
[351918.561] (II) intel(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[351918.561] (II) intel(0): Modeline "1920x1080"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[351918.561] (II) intel(0): Modeline "1920x1080"x30.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[351918.561] (II) intel(0): Modeline "1920x1080"x25.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[351918.561] (II) intel(0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[351918.561] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[351918.561] (II) intel(0): Modeline "2880x576"x50.0 108.00 2880 2928 3184 3456 576 581 586 625 -hsync -vsync (31.2 kHz e)
[351918.561] (II) intel(0): Modeline "1680x945"x60.0 131.48 1680 1784 1960 2240 945 946 949 978 -hsync +vsync (58.7 kHz)
[351918.561] (II) intel(0): Modeline "1400x1050"x59.9 101.00 1400 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[351918.561] (II) intel(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
[351918.561] (II) intel(0): Modeline "2880x480"x59.9 108.00 2880 2944 3192 3432 480 489 495 525 -hsync -vsync (31.5 kHz e)
[351918.561] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[351918.561] (II) intel(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[351918.561] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[351918.561] (II) intel(0): Modeline "1366x768"x60.0 85.89 1366 1439 1583 1800 768 769 772 795 -hsync +vsync (47.7 kHz)
[351918.561] (II) intel(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[351918.561] (II) intel(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[351918.561] (II) intel(0): Modeline "1280x768"x60.0 68.25 1280 1328 1360 1440 768 771 778 790 +hsync -vsync (47.4 kHz e)
[351918.561] (II) intel(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[351918.561] (II) intel(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[351918.561] (II) intel(0): Modeline "1440x576"x50.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz e)
[351918.561] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[351918.561] (II) intel(0): Modeline "1440x480"x59.9 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz e)
[351918.561] (II) intel(0): Modeline "1024x576"x60.0 46.97 1024 1064 1168 1312 576 577 580 597 -hsync +vsync (35.8 kHz)
[351918.561] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[351918.561] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[351918.561] (II) intel(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[351918.561] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
[351918.561] (II) intel(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[351918.561] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[351918.576] (II) intel(0): EDID for output HDMI3
[351918.624] (II) intel(0): EDID for output DP2
[351918.672] (II) intel(0): EDID for output DP3
[351918.672] (II) intel(0): Output VGA1 disconnected
[351918.672] (II) intel(0): Output HDMI1 disconnected
[351918.672] (II) intel(0): Output DP1 disconnected
[351918.672] (II) intel(0): Output HDMI2 connected
[351918.672] (II) intel(0): Output HDMI3 disconnected
[351918.672] (II) intel(0): Output DP2 disconnected
[351918.672] (II) intel(0): Output DP3 disconnected
[351918.672] (II) intel(0): Using exact sizes for initial modes
[351918.672] (II) intel(0): Output HDMI2 using initial mode 1920x1080
[351918.672] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[351918.672] (II) intel(0): Kernel page flipping support detected, enabling
[351918.672] (==) intel(0): DPI set to (96, 96)
[351918.672] (II) Loading sub module "fb"
[351918.672] (II) LoadModule: "fb"
[351918.672] (II) Loading /usr/lib/xorg/modules/libfb.so
[351918.672] (II) Module fb: vendor="X.Org Foundation"
[351918.672] compiled for 1.13.0, module version = 1.0.0
[351918.672] ABI class: X.Org ANSI C Emulation, version 0.4
[351918.672] (II) Loading sub module "dri2"
[351918.672] (II) LoadModule: "dri2"
[351918.672] (II) Module "dri2" already built-in
[351918.672] (==) Depth 24 pixmap format is 32 bpp
[351918.672] (II) intel(0): [DRI2] Setup complete
[351918.672] (II) intel(0): [DRI2] DRI driver: i965
[351918.673] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[351918.681] (II) UXA(0): Driver registered support for the following operations:
[351918.681] (II) solid
[351918.681] (II) copy
[351918.681] (I
Search for forcing eded in xorg.conf
Solved,

It wasn't any of the above.
I had 2 scripts both trying to start xbmc, one xbmc.conf in de init directory in etc.
1 in /etc/init.d/xbmc the last one was custom made by myself in the past.
And then there was this runXBMC executable which gave strange behaviour.

I removed the xbmc.conf and just use my own startup script, it works like a charm again.

thanks guys