On Wed, Nov 2, 2011 at 6:17 AM, Sander Jansen <s.jan...@gmail.com> wrote:
> On Wed, Nov 2, 2011 at 2:35 AM, Paul Menzel
> <paulepan...@users.sourceforge.net> wrote:
>> Dear Sander,
>>
>>
>> Am Mittwoch, den 02.11.2011, 01:10 -0500 schrieb Sander Jansen:
>>> On Tue, Nov 1, 2011 at 8:45 PM, Wu Fengguang <fengguang...@intel.com> wrote:
>>
>>> >> The log does confirm that the drm_edid_to_eld function is running, and
>>> >> that we're not far from a solution:
>>> >> [   21.061417] [drm:drm_edid_to_eld], ELD monitor TX-SR607
>>> >> [   21.061421] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
>>> >
>>> > It looks all sane to this point.
>>> >
>>> >> As for where I am getting the EDID dump from, I am getting it from
>>> >> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-2/edid,
>>> >> which provides direct virtual access to the EDID response of the
>>> >> connected device.
>>> >>
>>> >> I'm completely confident that the device doesn't report too small of a
>>> >> buffer size, and that it's completely compliant with the spec: If you
>>> >
>>> > Agreed.
>>> >
>>> >> have a Windows virtual machine (or if you're masochistic enough - a real
>>> >> machine) you should download the excellent, free "Monitor Asset Manager"
>>> >> by EnTech Taiwan from http://www.entechtaiwan.com/util/moninfo.shtm. It
>>> >> will let you analyze EDID + ELD + extended timings, etc from an EDID
>>> >> dump, such as the one taken above. It understands every part of EDID.
>>> >>
>>> >> I've put together a small archive containing my exact EDID binary dump
>>> >> (taken from the above device path), the FULL dmesg log, as well as
>>> >> EnTech's interpretation of the EDID dump, showing the full list of
>>> >> supported channels, formats, etc.
>>> >>
>>> >> I'm guessing there is some tiny bug in your interpretation of how to
>>> >> read ELD, maybe an incorrect 1 byte offset or something like that.
>>> >>
>>> >> Here's the pack:
>>> >> http://www.pulseforce.com/node/edid_to_eld.zip
>>> >
>>> > Thanks! It's great tool and information!
>>> >
>>> >> If you do a hex analysis of my EDID dump and compare it to what the
>>> >> edid_to_eld function is trying to do, it will probably show what's
>>> >> wrong. I'd love to have a look at that myself but am really busy with a
>>> >> project over here so I can't help out other than to recompile and test
>>> >> as fast as I can.
>>> >
>>> > Would you install the "intel-gpu-tools" package and run its
>>> > intel_audio_dump utility? If not shipped with your distribution, the
>>> > source code is also available in
>>> >
>>> > git://anongit.freedesktop.org/git/xorg/app/intel-gpu-tools
>>> >
>>> > You'll need to install packages "autotools-dev pkg-config
>>> > libpciaccess-dev libdrm-dev libdrm-intel1" in order to build it from
>>> > source.
>>> >
>>> > intel_audio_dump will dump the ELD data in the hardware buffer for use
>>> > by the audio driver. By verifying if that data is correct, we are able
>>> > to analyze whether and how the audio driver goes wrong.
>>> >
>>>
>>> I think I experience similar issues. In my case the multi-channel pcm
>>> playback through HDMI doesn't work. Stereo and passthrough seem to
>>> work fine though !? It's hookedup  to my TV via a yamaha receiver.
>>>
>>> I'm currently running Linux 3.1 with a G45 chipset.
>>>
>>> libdrm 2.4.27-1
>>> xf86-video-intel 2.16.0-1
>>
>> do you have Fengguang’s patch applied? This thread is about testing that
>> patch.
>>
>>> The eld seems be incorrectly parsed, though the kernel log didn't give
>>> much info. The eld info from alsa is rather empty:
>>>
>>> cat /proc/asound/Intel/eld#3.0
>>> monitor_present               1
>>> eld_valid             0
>>>
>>> Using the same Monitor Asset Manager I was able to verify that the edid from
>>> (/sys/devices/pci0000\:00/0000\:00\:02.0/drm/card0/card0-HDMI-A-1/edid
>>> ) does seem to contain the correct information.
>>>
>>> I've attached both the edid and the output of Monitor Asset Manager.In
>>> addition I also run the intel_audio_dump.
>>>
>>> Let me know if you need anymore information.
>>
>> It would be great if you could test the patch.
>
>
> Ah, that explains. I was under the impression this was already in 3.1
> (but then again, it was rather late for me :) )
> I will give the patch a try and report back.
> .

I applied the patch you posted on Sept 3 to Linux 3.1. This was just a
quick test, I didn't have more time to look at it in more detail this
morning.

The initial look really good. I've been able to playback multi channel
audio and the speaker-test was also successful. Now I did boot without
the TV on, so it initialized xorg with some weird resolution from the
receiver (one not supported by the TV). From what I remember looking
at the edid returned from the receiver only, I believe it include
timings for 1080p (I'll post this edid later today if needed).

 - For analog multi channel playback, you usually have to select one
of the surround* devices in Alsa since the 'default' device only knows
about stereo and has no idea about channel ordering of the hardware.
I assume since the eld contains this information, the hdmi will also
have a implied pcm channel ordering?

- With the patch, would passthrough of DTS-HD and Dolby True-HD also
work? Although I read somewhere the HBR flag needs to be set in order
to pass this losslessly, though that doesn't seems to be set according
to the audio dump.

Cheers,

Sander
monitor_present         1
eld_valid               1
monitor_name            RX-V571
connection_type         HDMI
eld_version             [0x2] CEA-861D or below
edid_version            [0x3] CEA-861-B, C or D
manufacture_id          0xa865
product_id              0x315f
port_id                 0x0
support_hdcp            0
support_ai              1
audio_sync_delay        0
speakers                [0x5f] FL/FR LFE FC RL/RR RC RLC/RRC
sad_count               8
sad0_coding_type        [0x1] LPCM
sad0_channels           2
sad0_rates              [0x1ee0] 44100 48000 88200 176400 192000 384000
sad0_bits               [0xe0000] 16 20 24
sad1_coding_type        [0x1] LPCM
sad1_channels           8
sad1_rates              [0x1ee0] 44100 48000 88200 176400 192000 384000
sad1_bits               [0xe0000] 16 20 24
sad2_coding_type        [0x2] AC-3
sad2_channels           6
sad2_rates              [0xe0] 44100 48000 88200
sad2_max_bitrate        640000
sad3_coding_type        [0x7] DTS
sad3_channels           7
sad3_rates              [0x6e0] 44100 48000 88200 176400 192000
sad3_max_bitrate        1536000
sad4_coding_type        [0x9] DSD (One Bit Audio)
sad4_channels           6
sad4_rates              [0x40] 48000
sad5_coding_type        [0xa] E-AC-3/DD+ (Dolby Digital Plus)
sad5_channels           8
sad5_rates              [0xc0] 48000 88200
sad6_coding_type        [0xc] MLP (Dolby TrueHD)
sad6_channels           8
sad6_rates              [0x1480] 88200 192000
sad7_coding_type        [0xb] DTS-HD
sad7_channels           8
sad7_rates              [0x1480] 88200 192000
VIDEO_DIP_CTL         0xa13b0000  Video DIP Control
SDVOB                 0x80000ac4  Digital Display Port B Control Register
SDVOC                 0x0000089c  Digital Display Port C Control Register
PORT_HOTPLUG_EN       0x30000320  Hot Plug Detect Enable
AUD_CONFIG            0x00000004  Audio Configuration
AUD_DEBUG             0x00000000  Audio Debug
AUD_VID_DID           0x80862803  Audio Vendor ID / Device ID
AUD_RID               0x00100000  Audio Revision ID
AUD_SUBN_CNT          0x00010001  Audio Subordinate Node Count
AUD_FUNC_GRP          0x00000001  Audio Function Group Type
AUD_SUBN_CNT2         0x00020002  Audio Subordinate Node Count
AUD_GRP_CAP           0x00000004  Audio Function Group Capabilities
AUD_PWRST             0x00000000  Audio Power State
AUD_SUPPWR            0x00000009  Audio Supported Power States
AUD_SID               0x80860101  Audio Root Node Subsystem ID
AUD_OUT_CWCAP         0x00006211  Audio Output Converter Widget Capabilities
AUD_OUT_PCMSIZE       0x001e07f0  Audio PCM Size and Rates
AUD_OUT_STR           0x00000005  Audio Stream Formats
AUD_OUT_DIG_CNVT      0x00000001  Audio Digital Converter
AUD_OUT_CH_STR        0x00000080  Audio Channel ID and Stream ID
AUD_OUT_STR_DESC      0x00000035  Audio Stream Descriptor Format
AUD_PINW_CAP          0x004073bd  Audio Pin Complex Widget Capabilities
AUD_PIN_CAP           0x00000094  Audio Pin Capabilities
AUD_PINW_CONNLNG      0x00000001  Audio Connection List Length
AUD_PINW_CONNLST      0x00000002  Audio Connection List Entry
AUD_PINW_CNTR         0x00000000  Audio Pin Widget Control
AUD_PINW_UNSOLRESP    0x80000003  Audio Unsolicited Response Enable
AUD_CNTL_ST           0x202361a0  Audio Control State Register
AUD_PINW_CONFIG       0x18560010  Audio Configuration Default
AUD_HDMIW_STATUS      0xc0000000  Audio HDMI Status
AUD_HDMIW_HDMIEDID    0x00000000  Audio HDMI Data EDID Block
AUD_HDMIW_INFOFR      0x610a0184  Audio HDMI Widget Data Island Packet
AUD_CONV_CHCNT        0x00000500  Audio Converter Channel Count
AUD_CTS_ENABLE        0x00000000  Audio CTS Programming Enable

Details:

AUD_VID_DID vendor id                   0x8086
AUD_VID_DID device id                   0x2803
AUD_RID major revision                  0x1
AUD_RID minor revision                  0x0
AUD_RID revision id                     0x0
AUD_RID stepping id                     0x0
SDVOB enable                            1
SDVOB HDMI encoding                     1
SDVOB SDVO encoding                     0
SDVOB null packets                      1
SDVOB audio enabled                     1
SDVOC enable                            0
SDVOC HDMI encoding                     1
SDVOC SDVO encoding                     0
SDVOC null packets                      0
SDVOC audio enabled                     0
PORT_HOTPLUG_EN DisplayPort/HDMI port B 1
PORT_HOTPLUG_EN DisplayPort/HDMI port C 1
PORT_HOTPLUG_EN DisplayPort port D      0
PORT_HOTPLUG_EN SDVOB                   0
PORT_HOTPLUG_EN SDVOC                   0
PORT_HOTPLUG_EN audio                   0
PORT_HOTPLUG_EN TV                      0
PORT_HOTPLUG_EN CRT                     1
VIDEO_DIP_CTL enable graphics DIP       1
VIDEO_DIP_CTL port select               [0x1] Digital Port B
VIDEO_DIP_CTL DIP buffer trans active   0
VIDEO_DIP_CTL AVI DIP enabled           1
VIDEO_DIP_CTL vendor DIP enabled        0
VIDEO_DIP_CTL SPD DIP enabled           1
VIDEO_DIP_CTL DIP buffer index          [0x3] Source Product Description DIP
VIDEO_DIP_CTL DIP trans freq            [0x3] reserved
VIDEO_DIP_CTL DIP buffer size           0
VIDEO_DIP_CTL DIP address               0
AUD_CONFIG pixel clock                  [0x0] 25.2 / 1.001 MHz
AUD_CONFIG fabrication enabled          1
AUD_CONFIG professional use allowed     0
AUD_CONFIG fuse enabled                 0
AUD_DEBUG function reset                0
AUD_SUBN_CNT starting node number       0x1
AUD_SUBN_CNT total number of nodes      0x1
AUD_SUBN_CNT2 starting node number      0x2
AUD_SUBN_CNT2 total number of nodes     0x2
AUD_FUNC_GRP unsol capable              0
AUD_FUNC_GRP node type                  0x1
AUD_GRP_CAP beep 0                      0
AUD_GRP_CAP input delay                 0
AUD_GRP_CAP output delay                4
AUD_PWRST device power state            D0
AUD_PWRST device power state setting    D0
AUD_SUPPWR support D0                   1
AUD_SUPPWR support D1                   0
AUD_SUPPWR support D2                   0
AUD_SUPPWR support D3                   1
AUD_OUT_CWCAP widget type               0x0
AUD_OUT_CWCAP sample delay              0x0
AUD_OUT_CWCAP channel count             8
AUD_OUT_CWCAP L-R swap                  0
AUD_OUT_CWCAP power control             0
AUD_OUT_CWCAP digital                   1
AUD_OUT_CWCAP conn list                 0
AUD_OUT_CWCAP unsol                     0
AUD_OUT_CWCAP mute                      0
AUD_OUT_CWCAP format override           1
AUD_OUT_CWCAP amp param override        0
AUD_OUT_CWCAP out amp present           0
AUD_OUT_CWCAP in amp present            0
AUD_OUT_DIG_CNVT SPDIF category         0x0
AUD_OUT_DIG_CNVT SPDIF level            0
AUD_OUT_DIG_CNVT professional           0
AUD_OUT_DIG_CNVT non PCM                0
AUD_OUT_DIG_CNVT copyright asserted     0
AUD_OUT_DIG_CNVT filter preemphasis     0
AUD_OUT_DIG_CNVT validity config        0
AUD_OUT_DIG_CNVT validity flag          0
AUD_OUT_DIG_CNVT digital enable         1
AUD_OUT_CH_STR stream id                0x8
AUD_OUT_CH_STR lowest channel           0x0
AUD_OUT_STR_DESC stream channels        0x5
AUD_PINW_CAP widget type                0x4
AUD_PINW_CAP sample delay               0x0
AUD_PINW_CAP channel count              0x7
AUD_PINW_CAP HDCP                       1
AUD_PINW_CAP L-R swap                   0
AUD_PINW_CAP power control              0
AUD_PINW_CAP digital                    1
AUD_PINW_CAP conn list                  1
AUD_PINW_CAP unsol                      1
AUD_PINW_CAP mute                       1
AUD_PINW_CAP format override            1
AUD_PINW_CAP amp param override         1
AUD_PINW_CAP out amp present            1
AUD_PINW_CAP in amp present             0
AUD_PIN_CAP EAPD                        0
AUD_PIN_CAP HDMI                        1
AUD_PIN_CAP output                      1
AUD_PIN_CAP presence detect             1
AUD_PINW_CNTR mute status               0
AUD_PINW_CNTR out enable                0
AUD_PINW_CNTR amp mute status           0
AUD_PINW_CNTR amp mute status           0
AUD_PINW_CNTR stream type               [0x0] default samples
AUD_PINW_UNSOLRESP enable unsol resp    1
AUD_CNTL_ST DIP audio enabled           1
AUD_CNTL_ST DIP ACP enabled             0
AUD_CNTL_ST DIP ISRCx enabled           0
AUD_CNTL_ST DIP port select             [0x1] Digital Port B
AUD_CNTL_ST DIP buffer index            [0x0] Audio DIP
AUD_CNTL_ST DIP trans freq              [0x3] best effort
AUD_CNTL_ST DIP address                 1
AUD_CNTL_ST CP ready                    0
AUD_CNTL_ST ELD valid                   1
AUD_CNTL_ST ELD ack                     0
AUD_CNTL_ST ELD bufsize                 16
AUD_CNTL_ST ELD address                 14
AUD_HDMIW_STATUS CDCLK/DOTCLK underrun  1
AUD_HDMIW_STATUS CDCLK/DOTCLK overrun   1
AUD_HDMIW_STATUS BCLK/CDCLK underrun    0
AUD_HDMIW_STATUS BCLK/CDCLK overrun     0
AUD_CONV_CHCNT HDMI HBR enabled         0
AUD_CONV_CHCNT HDMI channel count       6
AUD_CONV_CHCNT HDMI channel mapping:
                                        [0x500] 0 => 0 
                                        [0x511] 1 => 1 
                                        [0x552] 2 => 5 
                                        [0x543] 3 => 4 
                                        [0x524] 4 => 2 
                                        [0x535] 5 => 3 
                                        [0x5f6] 6 => 15 
                                        [0x5f7] 7 => 15 
AUD_HDMIW_INFOFR HDMI audio Infoframe:
        84010a61 0500000b 00000000 00000000 00000000 00000000 00000000 00000000 
[    27.267] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[    27.267] 
X.Org X Server 1.11.1.902 (1.11.2 RC 2)
Release Date: 2011-10-28
[    27.267] X Protocol Version 11, Revision 0
[    27.267] Build Operating System: Linux 3.1.0-2-ARCH x86_64 
[    27.267] Current Operating System: Linux anathem 3.1.0-3-test #1 SMP 
PREEMPT Wed Nov 2 07:46:54 CDT 2011 x86_64
[    27.267] Kernel command line: 
root=/dev/disk/by-uuid/e3538ab0-e9a2-4caf-a473-5c2371f112a1 ro 
enable_mtrr_cleanup
[    27.267] Build Date: 30 October 2011  08:55:15AM
[    27.267]  
[    27.267] Current version of pixman: 0.22.2
[    27.267]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    27.267] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.274] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov  2 07:56:59 
2011
[    27.317] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    27.327] (==) No Layout section.  Using the first Screen section.
[    27.327] (==) No screen section available. Using defaults.
[    27.327] (**) |-->Screen "Default Screen Section" (0)
[    27.327] (**) |   |-->Monitor "<default monitor>"
[    27.328] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    27.328] (==) Automatically adding devices
[    27.328] (==) Automatically enabling devices
[    27.402] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    27.402]    Entry deleted from font path.
[    27.428] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[    27.428] (==) ModulePath set to "/usr/lib/xorg/modules"
[    27.428] (II) The server relies on udev to provide the list of input 
devices.
        If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[    27.428] (II) Loader magic: 0x7c9e60
[    27.428] (II) Module ABI versions:
[    27.428]    X.Org ANSI C Emulation: 0.4
[    27.428]    X.Org Video Driver: 11.0
[    27.428]    X.Org XInput driver : 13.0
[    27.428]    X.Org Server Extension : 6.0
[    27.429] (--) PCI:*(0:0:2:0) 8086:2e22:1458:d000 rev 3, Mem @ 
0xe4000000/4194304, 0xd0000000/268435456, I/O @ 0x0000e100/8
[    27.429] (--) PCI: (0:0:2:1) 8086:2e23:1458:d000 rev 3, Mem @ 
0xe4400000/1048576
[    27.429] (II) Open ACPI successful (/var/run/acpid.socket)
[    27.429] (II) LoadModule: "extmod"
[    27.461] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    27.465] (II) Module extmod: vendor="X.Org Foundation"
[    27.465]    compiled for 1.11.1.902, module version = 1.0.0
[    27.465]    Module class: X.Org Server Extension
[    27.465]    ABI class: X.Org Server Extension, version 6.0
[    27.465] (II) Loading extension MIT-SCREEN-SAVER
[    27.465] (II) Loading extension XFree86-VidModeExtension
[    27.465] (II) Loading extension XFree86-DGA
[    27.465] (II) Loading extension DPMS
[    27.465] (II) Loading extension XVideo
[    27.465] (II) Loading extension XVideo-MotionCompensation
[    27.465] (II) Loading extension X-Resource
[    27.465] (II) LoadModule: "dbe"
[    27.465] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    27.466] (II) Module dbe: vendor="X.Org Foundation"
[    27.466]    compiled for 1.11.1.902, module version = 1.0.0
[    27.466]    Module class: X.Org Server Extension
[    27.466]    ABI class: X.Org Server Extension, version 6.0
[    27.466] (II) Loading extension DOUBLE-BUFFER
[    27.466] (II) LoadModule: "glx"
[    27.466] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    27.472] (II) Module glx: vendor="X.Org Foundation"
[    27.472]    compiled for 1.11.1.902, module version = 1.0.0
[    27.472]    ABI class: X.Org Server Extension, version 6.0
[    27.472] (==) AIGLX enabled
[    27.472] (II) Loading extension GLX
[    27.472] (II) LoadModule: "record"
[    27.472] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    27.473] (II) Module record: vendor="X.Org Foundation"
[    27.473]    compiled for 1.11.1.902, module version = 1.13.0
[    27.473]    Module class: X.Org Server Extension
[    27.473]    ABI class: X.Org Server Extension, version 6.0
[    27.473] (II) Loading extension RECORD
[    27.473] (II) LoadModule: "dri"
[    27.473] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    27.493] (II) Module dri: vendor="X.Org Foundation"
[    27.493]    compiled for 1.11.1.902, module version = 1.0.0
[    27.493]    ABI class: X.Org Server Extension, version 6.0
[    27.493] (II) Loading extension XFree86-DRI
[    27.493] (II) LoadModule: "dri2"
[    27.493] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    27.493] (II) Module dri2: vendor="X.Org Foundation"
[    27.493]    compiled for 1.11.1.902, module version = 1.2.0
[    27.493]    ABI class: X.Org Server Extension, version 6.0
[    27.493] (II) Loading extension DRI2
[    27.493] (==) Matched intel as autoconfigured driver 0
[    27.493] (==) Matched vesa as autoconfigured driver 1
[    27.493] (==) Matched fbdev as autoconfigured driver 2
[    27.493] (==) Assigned the driver to the xf86ConfigLayout
[    27.493] (II) LoadModule: "intel"
[    27.509] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    27.522] (II) Module intel: vendor="X.Org Foundation"
[    27.522]    compiled for 1.10.99.902, module version = 2.16.0
[    27.522]    Module class: X.Org Video Driver
[    27.522]    ABI class: X.Org Video Driver, version 11.0
[    27.522] (II) LoadModule: "vesa"
[    27.522] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    27.526] (II) Module vesa: vendor="X.Org Foundation"
[    27.526]    compiled for 1.11.1, module version = 2.3.0
[    27.526]    Module class: X.Org Video Driver
[    27.526]    ABI class: X.Org Video Driver, version 11.0
[    27.526] (II) LoadModule: "fbdev"
[    27.526] (WW) Warning, couldn't open module fbdev
[    27.526] (II) UnloadModule: "fbdev"
[    27.526] (II) Unloading fbdev
[    27.526] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    27.526] (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
[    27.526] (II) VESA: driver for VESA chipsets: vesa
[    27.526] (++) using VT number 7

[    27.541] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    27.541] (WW) Falling back to old probe method for vesa
[    27.541] drmOpenDevice: node name is /dev/dri/card0
[    27.541] drmOpenDevice: open result is 9, (OK)
[    27.542] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    27.542] drmOpenDevice: node name is /dev/dri/card0
[    27.542] drmOpenDevice: open result is 9, (OK)
[    27.542] drmOpenByBusid: drmOpenMinor returns 9
[    27.542] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    27.542] (II) intel(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[    27.542] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    27.542] (==) intel(0): RGB weight 888
[    27.542] (==) intel(0): Default visual is TrueColor
[    27.542] (II) intel(0): Integrated Graphics Chipset: Intel(R) G45/G43
[    27.542] (--) intel(0): Chipset: "G45/G43"
[    27.542] (**) intel(0): Relaxed fencing enabled
[    27.542] (**) intel(0): Wait on SwapBuffers? enabled
[    27.542] (**) intel(0): Triple buffering? enabled
[    27.542] (**) intel(0): Framebuffer tiled
[    27.542] (**) intel(0): Pixmaps tiled
[    27.542] (**) intel(0): 3D buffers tiled
[    27.542] (**) intel(0): SwapBuffers wait enabled
[    27.542] (==) intel(0): video overlay key set to 0x101fe
[    27.586] (II) intel(0): Output VGA1 has no monitor section
[    27.787] (II) intel(0): Output HDMI1 has no monitor section
[    27.826] (II) intel(0): Output DP1 has no monitor section
[    27.845] (II) intel(0): Output HDMI2 has no monitor section
[    27.845] (II) intel(0): Output DP2 has no monitor section
[    27.876] (II) intel(0): EDID for output VGA1
[    28.077] (II) intel(0): EDID for output HDMI1
[    28.077] (II) intel(0): Manufacturer: YMH  Model: 315f  Serial#: 0
[    28.077] (II) intel(0): Year: 2011  Week: 0
[    28.077] (II) intel(0): EDID Version: 1.3
[    28.077] (II) intel(0): Digital Display Input
[    28.077] (II) intel(0): Indeterminate output size
[    28.077] (II) intel(0): Gamma: 2.20
[    28.077] (II) intel(0): No DPMS capabilities specified
[    28.077] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    28.077] (II) intel(0): First detailed timing is preferred mode
[    28.077] (II) intel(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 
0.595
[    28.077] (II) intel(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 
0.298
[    28.077] (II) intel(0): Manufacturer's mask: 0
[    28.077] (II) intel(0): Supported detailed timing:
[    28.077] (II) intel(0): clock: 74.2 MHz   Image Size:  708 x 398 mm
[    28.077] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 
h_blank_end 2200 h_border: 0
[    28.077] (II) intel(0): v_active: 540  v_sync: 542  v_sync_end 547 
v_blanking: 562 v_border: 0
[    28.077] (II) intel(0): Supported detailed timing:
[    28.077] (II) intel(0): clock: 74.2 MHz   Image Size:  708 x 398 mm
[    28.077] (II) intel(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 
h_blank_end 2640 h_border: 0
[    28.077] (II) intel(0): v_active: 540  v_sync: 542  v_sync_end 547 
v_blanking: 562 v_border: 0
[    28.077] (II) intel(0): Monitor name: RX-V571
[    28.077] (II) intel(0): Ranges: V min: 23 V max: 121 Hz, H min: 15 H max: 
91 kHz, PixClock max 155 MHz
[    28.077] (II) intel(0): Supported detailed timing:
[    28.077] (II) intel(0): clock: 27.0 MHz   Image Size:  531 x 398 mm
[    28.077] (II) intel(0): h_active: 720  h_sync: 736  h_sync_end 798 
h_blank_end 858 h_border: 0
[    28.077] (II) intel(0): v_active: 480  v_sync: 489  v_sync_end 495 
v_blanking: 525 v_border: 0
[    28.077] (II) intel(0): Supported detailed timing:
[    28.077] (II) intel(0): clock: 27.0 MHz   Image Size:  531 x 398 mm
[    28.077] (II) intel(0): h_active: 720  h_sync: 732  h_sync_end 796 
h_blank_end 864 h_border: 0
[    28.077] (II) intel(0): v_active: 576  v_sync: 581  v_sync_end 586 
v_blanking: 625 v_border: 0
[    28.077] (II) intel(0): Number of EDID sections to follow: 1
[    28.077] (II) intel(0): EDID (in hex):
[    28.078] (II) intel(0):     00ffffffffffff0065a85f3100000000
[    28.078] (II) intel(0):     00150103800000780a0dc9a057479827
[    28.078] (II) intel(0):     12484c00000001010101010101010101
[    28.078] (II) intel(0):     010101010101011d8018711c1620582c
[    28.078] (II) intel(0):     2500c48e2100009e011d80d0721c1620
[    28.078] (II) intel(0):     102c2580c48e2100009e000000fc0052
[    28.078] (II) intel(0):     582d563537310a2020202020000000fd
[    28.078] (II) intel(0):     0017790f5b0f000a202020202020012d
[    28.078] (II) intel(0):     020345745a850402030607100e0f0a0b
[    28.078] (II) intel(0):     23241413111215161f1d1e191a252638
[    28.078] (II) intel(0):     097f070f7f071507503e1fc04d020057
[    28.078] (II) intel(0):     06006754005f5401835f000068030c00
[    28.078] (II) intel(0):     12008021008c0ad08a20e02d10103e96
[    28.078] (II) intel(0):     00138e210000188c0ad090204031200c
[    28.078] (II) intel(0):     405500138e2100001800000000000000
[    28.078] (II) intel(0):     0000000000000000000000000000005e
[    28.078] (II) intel(0): Printing probed modes for output HDMI1
[    28.078] (II) intel(0): Modeline "720x576"x50.0   27.00  720 732 796 864  
576 581 586 625 -hsync -vsync (31.2 kHz)
[    28.078] (II) intel(0): Modeline "720x480"x59.9   27.00  720 736 798 858  
480 489 495 525 -hsync -vsync (31.5 kHz)
[    28.116] (II) intel(0): EDID for output DP1
[    28.135] (II) intel(0): EDID for output HDMI2
[    28.135] (II) intel(0): EDID for output DP2
[    28.135] (II) intel(0): Output VGA1 disconnected
[    28.135] (II) intel(0): Output HDMI1 connected
[    28.135] (II) intel(0): Output DP1 disconnected
[    28.135] (II) intel(0): Output HDMI2 disconnected
[    28.135] (II) intel(0): Output DP2 disconnected
[    28.135] (II) intel(0): Using sloppy heuristic for initial modes
[    28.135] (II) intel(0): Output HDMI1 using initial mode 720x576
[    28.135] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless 
otherwise stated.
[    28.135] (II) intel(0): Kernel page flipping support detected, enabling
[    28.135] (==) intel(0): DPI set to (96, 96)
[    28.135] (II) Loading sub module "fb"
[    28.135] (II) LoadModule: "fb"
[    28.136] (II) Loading /usr/lib/xorg/modules/libfb.so
[    28.144] (II) Module fb: vendor="X.Org Foundation"
[    28.144]    compiled for 1.11.1.902, module version = 1.0.0
[    28.144]    ABI class: X.Org ANSI C Emulation, version 0.4
[    28.144] (II) Loading sub module "dri2"
[    28.144] (II) LoadModule: "dri2"
[    28.144] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    28.144] (II) Module dri2: vendor="X.Org Foundation"
[    28.145]    compiled for 1.11.1.902, module version = 1.2.0
[    28.145]    ABI class: X.Org Server Extension, version 6.0
[    28.145] (II) UnloadModule: "vesa"
[    28.145] (II) Unloading vesa
[    28.145] (==) Depth 24 pixmap format is 32 bpp
[    28.145] (II) intel(0): [DRI2] Setup complete
[    28.145] (II) intel(0): [DRI2]   DRI driver: i965
[    28.145] (II) intel(0): Allocated new frame buffer 768x576 stride 3072, 
tiled
[    28.164] (II) UXA(0): Driver registered support for the following 
operations:
[    28.164] (II)         solid
[    28.164] (II)         copy
[    28.164] (II)         composite (RENDER acceleration)
[    28.164] (II)         put_image
[    28.164] (II)         get_image
[    28.164] (==) intel(0): Backing store disabled
[    28.164] (==) intel(0): Silken mouse enabled
[    28.164] (II) intel(0): Initializing HW Cursor
[    28.183] (II) intel(0): RandR 1.2 enabled, ignore the following RandR 
disabled message.
[    28.183] (==) intel(0): DPMS enabled
[    28.183] (==) intel(0): Intel XvMC decoder enabled
[    28.183] (II) intel(0): Set up textured video
[    28.183] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    28.183] (II) intel(0): direct rendering: DRI2 Enabled
[    28.183] (==) intel(0): hotplug detection: "enabled"
[    28.183] (--) RandR disabled
[    28.183] (II) Initializing built-in extension Generic Event Extension
[    28.183] (II) Initializing built-in extension SHAPE
[    28.183] (II) Initializing built-in extension MIT-SHM
[    28.183] (II) Initializing built-in extension XInputExtension
[    28.183] (II) Initializing built-in extension XTEST
[    28.183] (II) Initializing built-in extension BIG-REQUESTS
[    28.183] (II) Initializing built-in extension SYNC
[    28.183] (II) Initializing built-in extension XKEYBOARD
[    28.183] (II) Initializing built-in extension XC-MISC
[    28.183] (II) Initializing built-in extension SECURITY
[    28.183] (II) Initializing built-in extension XINERAMA
[    28.183] (II) Initializing built-in extension XFIXES
[    28.183] (II) Initializing built-in extension RENDER
[    28.183] (II) Initializing built-in extension RANDR
[    28.183] (II) Initializing built-in extension COMPOSITE
[    28.183] (II) Initializing built-in extension DAMAGE
[    28.369] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    28.369] (II) AIGLX: enabled GLX_INTEL_swap_event
[    28.369] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    28.369] (II) AIGLX: enabled GLX_SGI_make_current_read
[    28.369] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    28.369] (II) AIGLX: Loaded and initialized i965
[    28.369] (II) GLX: Initialized DRI2 GL provider for screen 0
[    28.369] (II) intel(0): Setting screen physical size to 190 x 152
[    28.710] (II) config/udev: Adding input device Power Button 
(/dev/input/event1)
[    28.710] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    28.710] (II) LoadModule: "evdev"
[    28.710] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    28.720] (II) Module evdev: vendor="X.Org Foundation"
[    28.720]    compiled for 1.10.99.902, module version = 2.6.0
[    28.720]    Module class: X.Org XInput Driver
[    28.720]    ABI class: X.Org XInput driver, version 13.0
[    28.720] (II) Using input driver 'evdev' for 'Power Button'
[    28.720] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    28.720] (**) Power Button: always reports core events
[    28.720] (**) Power Button: Device: "/dev/input/event1"
[    28.720] (--) Power Button: Found keys
[    28.720] (II) Power Button: Configuring as keyboard
[    28.720] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    28.720] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD, id 6)
[    28.720] (**) Option "xkb_rules" "evdev"
[    28.720] (**) Option "xkb_model" "evdev"
[    28.720] (**) Option "xkb_layout" "us"
[    28.738] (II) config/udev: Adding input device Power Button 
(/dev/input/event0)
[    28.738] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    28.738] (II) Using input driver 'evdev' for 'Power Button'
[    28.738] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    28.738] (**) Power Button: always reports core events
[    28.738] (**) Power Button: Device: "/dev/input/event0"
[    28.738] (--) Power Button: Found keys
[    28.738] (II) Power Button: Configuring as keyboard
[    28.738] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    28.738] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD, id 7)
[    28.738] (**) Option "xkb_rules" "evdev"
[    28.738] (**) Option "xkb_model" "evdev"
[    28.738] (**) Option "xkb_layout" "us"
[    28.739] (II) config/udev: Adding input device Cirque GlidePoint 
(/dev/input/event7)
[    28.739] (**) Cirque GlidePoint: Applying InputClass "evdev pointer 
catchall"
[    28.739] (**) Cirque GlidePoint: Applying InputClass "evdev keyboard 
catchall"
[    28.739] (II) Using input driver 'evdev' for 'Cirque GlidePoint'
[    28.739] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    28.739] (**) Cirque GlidePoint: always reports core events
[    28.739] (**) Cirque GlidePoint: Device: "/dev/input/event7"
[    28.739] (--) Cirque GlidePoint: Found 3 mouse buttons
[    28.739] (--) Cirque GlidePoint: Found scroll wheel(s)
[    28.739] (--) Cirque GlidePoint: Found relative axes
[    28.739] (--) Cirque GlidePoint: Found x and y relative axes
[    28.739] (--) Cirque GlidePoint: Found absolute axes
[    28.739] (--) Cirque GlidePoint: Found keys
[    28.739] (II) Cirque GlidePoint: Configuring as mouse
[    28.739] (II) Cirque GlidePoint: Configuring as keyboard
[    28.739] (II) Cirque GlidePoint: Adding scrollwheel support
[    28.739] (**) Cirque GlidePoint: YAxisMapping: buttons 4 and 5
[    28.739] (**) Cirque GlidePoint: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    28.739] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/input/input7/event7"
[    28.739] (II) XINPUT: Adding extended input device "Cirque GlidePoint" 
(type: KEYBOARD, id 8)
[    28.739] (**) Option "xkb_rules" "evdev"
[    28.739] (**) Option "xkb_model" "evdev"
[    28.739] (**) Option "xkb_layout" "us"
[    28.739] (II) Cirque GlidePoint: initialized for relative axes.
[    28.739] (WW) Cirque GlidePoint: ignoring absolute axes.
[    28.739] (**) Cirque GlidePoint: (accel) keeping acceleration scheme 1
[    28.739] (**) Cirque GlidePoint: (accel) acceleration profile 0
[    28.739] (**) Cirque GlidePoint: (accel) acceleration factor: 2.000
[    28.739] (**) Cirque GlidePoint: (accel) acceleration threshold: 4
[    28.740] (II) config/udev: Adding input device Cirque GlidePoint 
(/dev/input/mouse1)
[    28.740] (II) No input driver/identifier specified (ignoring)
[    28.740] (II) config/udev: Adding input device Media Center Ed. eHome 
Infrared Remote Transceiver (1784:0008) (/dev/input/event5)
[    28.740] (**) Media Center Ed. eHome Infrared Remote Transceiver 
(1784:0008): Applying InputClass "evdev keyboard catchall"
[    28.740] (II) Using input driver 'evdev' for 'Media Center Ed. eHome 
Infrared Remote Transceiver (1784:0008)'
[    28.740] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    28.740] (**) Media Center Ed. eHome Infrared Remote Transceiver 
(1784:0008): always reports core events
[    28.740] (**) Media Center Ed. eHome Infrared Remote Transceiver 
(1784:0008): Device: "/dev/input/event5"
[    28.740] (--) Media Center Ed. eHome Infrared Remote Transceiver 
(1784:0008): Found keys
[    28.740] (II) Media Center Ed. eHome Infrared Remote Transceiver 
(1784:0008): Configuring as keyboard
[    28.740] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/rc/rc0/input5/event5"
[    28.740] (II) XINPUT: Adding extended input device "Media Center Ed. eHome 
Infrared Remote Transceiver (1784:0008)" (type: KEYBOARD, id 9)
[    28.740] (**) Option "xkb_rules" "evdev"
[    28.740] (**) Option "xkb_model" "evdev"
[    28.740] (**) Option "xkb_layout" "us"
[    28.740] (II) config/udev: Adding input device HDA Intel HDMI/DP 
(/dev/input/event3)
[    28.740] (II) No input driver/identifier specified (ignoring)
[    28.741] (II) config/udev: Adding input device HDA Intel Headphone 
(/dev/input/event4)
[    28.741] (II) No input driver/identifier specified (ignoring)
[    28.741] (II) config/udev: Adding input device PC Speaker 
(/dev/input/event2)
[    28.741] (II) No input driver/identifier specified (ignoring)
[    28.741] (II) config/udev: Adding input device MCE IR Keyboard/Mouse 
(mceusb) (/dev/input/event6)
[    28.741] (**) MCE IR Keyboard/Mouse (mceusb): Applying InputClass "evdev 
pointer catchall"
[    28.741] (**) MCE IR Keyboard/Mouse (mceusb): Applying InputClass "evdev 
keyboard catchall"
[    28.741] (II) Using input driver 'evdev' for 'MCE IR Keyboard/Mouse 
(mceusb)'
[    28.741] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    28.741] (**) MCE IR Keyboard/Mouse (mceusb): always reports core events
[    28.741] (**) MCE IR Keyboard/Mouse (mceusb): Device: "/dev/input/event6"
[    28.741] (--) MCE IR Keyboard/Mouse (mceusb): Found 3 mouse buttons
[    28.741] (--) MCE IR Keyboard/Mouse (mceusb): Found relative axes
[    28.741] (--) MCE IR Keyboard/Mouse (mceusb): Found x and y relative axes
[    28.741] (--) MCE IR Keyboard/Mouse (mceusb): Found keys
[    28.741] (II) MCE IR Keyboard/Mouse (mceusb): Configuring as mouse
[    28.741] (II) MCE IR Keyboard/Mouse (mceusb): Configuring as keyboard
[    28.741] (**) MCE IR Keyboard/Mouse (mceusb): YAxisMapping: buttons 4 and 5
[    28.741] (**) MCE IR Keyboard/Mouse (mceusb): EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    28.741] (**) Option "config_info" 
"udev:/sys/devices/virtual/input/input6/event6"
[    28.741] (II) XINPUT: Adding extended input device "MCE IR Keyboard/Mouse 
(mceusb)" (type: KEYBOARD, id 10)
[    28.741] (**) Option "xkb_rules" "evdev"
[    28.741] (**) Option "xkb_model" "evdev"
[    28.741] (**) Option "xkb_layout" "us"
[    28.741] (II) MCE IR Keyboard/Mouse (mceusb): initialized for relative axes.
[    28.742] (**) MCE IR Keyboard/Mouse (mceusb): (accel) keeping acceleration 
scheme 1
[    28.742] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration profile 0
[    28.742] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration factor: 
2.000
[    28.742] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration 
threshold: 4
[    28.742] (II) config/udev: Adding input device MCE IR Keyboard/Mouse 
(mceusb) (/dev/input/mouse0)
[    28.742] (II) No input driver/identifier specified (ignoring)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to