All of lore.kernel.org
 help / color / mirror / Atom feed
* Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space
@ 2013-09-28 16:49 John Hupp
  2013-09-30 11:36 ` Daniel Vetter
  0 siblings, 1 reply; 8+ messages in thread
From: John Hupp @ 2013-09-28 16:49 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 24475 bytes --]

[I emailed the list with this same material on 9/13, but it has received 
no response and someone on the Ubuntu kernel team suggested that I 
change the email Subject from "Re: Moving a bug upstream per downstream 
request, emailing the maintainers" to the more descriptive one above.]

When I emailed the maintainers with the report below on 8/15 (and 
archived at 
http://lists.freedesktop.org/archives/dri-devel/2013-August/043876.html), a 
response came on 8/16:

"It's a flash bug. They ignore the format of the Window that they
PutImage to. (Worse, they create an image of the right depth or else X
would reject the PutImage with a BadMatch and then render incorrect
pixel data into it.)"

Despite that, someone on the Ubuntu kernel team asserted "at a minimum a 
non-flash regression exists going from Quantal to Raring," and urged me 
to proceed with upstream kernel bisection.

I finally finished that, and arrived at the result:

57779d06367a915ee03e6cb918d7575f0a46e419 is the first bad commit
commit 57779d06367a915ee03e6cb918d7575f0a46e419
Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
Date: Wed Oct 31 17:50:14 2012 +0200

     drm/i915: Fix display pixel format handling

     Fix support for all RGB/BGR pixel formats (except the 16:16:16:16 
float
     format).

     Fix intel_init_framebuffer() to match hardware and driver limitations:
     * RGB332 is not supported at all
     * CI8 is supported
     * XRGB1555 & co. are supported on Gen3 and earlier
     * XRGB210101010 & co. are supported from Gen4 onwards
     * BGR formats are supported from Gen4 onwards
     * YUV formats are supported from Gen5 onwards (driver limitation)

     Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
     Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
     Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

:040000 040000 334e1536b3513d0c329a8bb6360593d12065b71d 
bf0996ec13cbee07156c5e9f98dcdee30200e658 M drivers

-------------------------------------

The git bisect log:

git bisect start
# good: [29594404d7fe73cd80eaa4ee8c43dcc53970c60e] Linux 3.7
git bisect good 29594404d7fe73cd80eaa4ee8c43dcc53970c60e
# bad: [9931faca02c604c22335f5a935a501bb2ace6e20] Linux 3.8-rc3
git bisect bad 9931faca02c604c22335f5a935a501bb2ace6e20
# good: [db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070] Merge tag 'dt' of 
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
git bisect good db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070
# bad: [3c2e81ef344a90bb0a39d84af6878b4aeff568a2] Merge branch 
'drm-next' of git://people.freedesktop.org/~airlied/linux
git bisect bad 3c2e81ef344a90bb0a39d84af6878b4aeff568a2
# good: [d8c532c40721f7507896d202b8cae3b3642d2b0d] Merge branch 
'v4l_for_linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
git bisect good d8c532c40721f7507896d202b8cae3b3642d2b0d
# good: [2a74dbb9a86e8102dcd07d284135b4530a84826e] Merge branch 
'for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
git bisect good 2a74dbb9a86e8102dcd07d284135b4530a84826e
# bad: [124ea297c8f0e0a3a567af0894fdbe05caaf80ec] drm/nouveau: unpin 
pushbuffer bo before destroying it
git bisect bad 124ea297c8f0e0a3a567af0894fdbe05caaf80ec
# bad: [12f3382bc0262e981a2e58aca900cbbdbbe66825] drm/i915: implement 
WaDisablePSDDualDispatchEnable on IVB & VLV
git bisect bad 12f3382bc0262e981a2e58aca900cbbdbbe66825
# good: [20474e90c948545c51da95689b8342a4f3bbaeb6] drm/i915: fix checks 
inside ironlake_crtc_{enable, disable}
git bisect good 20474e90c948545c51da95689b8342a4f3bbaeb6
# good: [00c09d70df6b30c980f20facc1db3def3f5a637e] drm/i915: create the 
DDI encoder
git bisect good 00c09d70df6b30c980f20facc1db3def3f5a637e
# bad: [a35f267946947b3798827a783d82d3d2aa55697d] drm/i915: remove IBX 
code from lpt_enable_pch_transcoder
git bisect bad a35f267946947b3798827a783d82d3d2aa55697d
# bad: [9256aa195d3badd009bf4addee6c3ae39879b8a6] drm/i915: move 
encoder->mode_set calls to crtc_mode_set
git bisect bad 9256aa195d3badd009bf4addee6c3ae39879b8a6
# good: [e7210c3c4f0d05e318b854bbd545fe335930c5cc] drm/i915: move more 
pte encoding to pte encode
git bisect good e7210c3c4f0d05e318b854bbd545fe335930c5cc
# bad: [90f9a336f56318d4f21a29e8ef063cb70fe7dd11] drm/i915: Check the 
framebuffer offset
git bisect bad 90f9a336f56318d4f21a29e8ef063cb70fe7dd11
# bad: [5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e] drm/i915: Check 
framebuffer stride more thoroughly
git bisect bad 5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e
# bad: [57779d06367a915ee03e6cb918d7575f0a46e419] drm/i915: Fix display 
pixel format handling
git bisect bad 57779d06367a915ee03e6cb918d7575f0a46e419

-------------------------------------

After finishing the kernel bisection, I also tested the new latest 
mainline kernel (3.11.0-031100-generic, modified 9-2-13) and found that 
it still suffers from the bug.

Software Update also offered an updated version of the 
Flashplugin-Installer (updating 11.2.202.297 to 11.2.202.310), but that 
did not fix the problem either.

-------------------------------------
THE ORIGINAL REPORT:

[1.] One line summary of the problem:
Flash 11.2 content displays in shades of green and purple only, and in a
horizontally compressed space

[2.] Full description of the problem/report:
The full downstream bug report is at
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455 , but my
description from there:

In my testing with the Intel driver using its default acceleration:
- Flash 11.2 works on Quantal with the 3.5 kernel
- Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots
to a low-res desktop with a frozen pointer)
- Flash 11.2 works on Raring also with the 3.6.11-030611 or
3.7.10-030710 mainline kernels
- Flash 11.8 works on Raring with the 3.8 kernel (in Chrome)
- Flash 11.2 fails on Raring with the 3.8 kernel
- Flash 11.2 fails on Raring with the latest mainline kernel,
3.11.0-031100rc5
- Flash 11.2 fails on Saucy alpha 2 with its default kernel

Disabling Flash *hardware* acceleration altogether (via R-click in the
Flash display window: Settings: General tab) did not fix the problem.

WORKAROUND: Setting the Intel driver's acceleration method to UXA rather
than its default SNA *always* fixes the Flash problem, but causes a
garbled login screen under LightDM that so far has no workaround.

I also tried one possible fix for the default Intel SNA acceleration
using the TearFree option. I created /etc/X11/xorg.conf.d/20-intel.conf
with contents:
     Section "Device"
        Identifier "Intel Graphics"
        Driver "intel"
        Option "AccelMethod" "sna"
        Option "TearFree" "true"
     EndSection
But this had no effect.

[3.] Keywords (i.e., modules, networking, kernel):
I'm a newbie hanging on by my fingernails here -- I have no idea about
appropriate keywords.

[4.] Kernel version (from /proc/version):
Linux version 3.11.0-031100rc5-generic (apw@gomeisa) (gcc version 4.6.3
(Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201308112135 SMP Mon Aug 12 01:44:44
UTC 2013

[5.] Output of Oops.. message (if applicable) with symbolic information
resolved (see Documentation/oops-tracing.txt)

[6.] A small shell script or example program which triggers the problem
(if possible)

[7.] Environment
Description:    Ubuntu 13.04
Release:    13.04

[7.1.] Software (add the output of the ver_linux script here)
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.

Linux Dimension 3.11.0-031100rc5-generic #201308112135 SMP Mon Aug 12
01:44:44 UTC 2013 i686 i686 i686 GNU/Linux

Gnu C /usr/src/linux-headers-3.11.0-031100rc5-generic/scripts/ver_linux:
binutils
util-linux             2.20.1
mount                  support
module-init-tools      9
e2fsprogs              1.42.5
PPP                    2.4.5
Linux C Library        2.17
Dynamic linker (ldd)   2.17
Procps                 3.3.3
Net-tools              1.60
Kbd                    1.15.5
Sh-utils               8.20
wireless-tools         30
Modules Loaded         nls_iso8859_1 usb_storage snd_intel8x0
snd_ac97_codec ac97_bus bnep snd_pcm rfcomm bluetooth ppdev
snd_page_alloc gpio_ich snd_seq_midi snd_seq_midi_event snd_rawmidi
snd_seq dcdbas snd_seq_device i915 snd_timer video snd psmouse
drm_kms_helper serio_raw soundcore drm i2c_algo_bit parport_pc lpc_ich
shpchp lp mac_hid parport b44 ssb mii floppy

[7.2.] Processor information (from /proc/cpuinfo):
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 15
model        : 2
model name    : Intel(R) Celeron(R) CPU 2.40GHz
stepping    : 9
microcode    : 0x17
cpu MHz        : 2392.420
cache size    : 128 KB
fdiv_bug    : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 2
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts
cid xtpr
bogomips    : 4784.84
clflush size    : 64
cache_alignment    : 128
address sizes    : 36 bits physical, 32 bits virtual
power management:

[7.3.] Module information (from /proc/modules):
nls_iso8859_1 12617 1 - Live 0x00000000
usb_storage 48631 1 - Live 0x00000000
snd_intel8x0 33458 1 - Live 0x00000000
snd_ac97_codec 110295 1 snd_intel8x0, Live 0x00000000
ac97_bus 12642 1 snd_ac97_codec, Live 0x00000000
bnep 19143 2 - Live 0x00000000
snd_pcm 94597 2 snd_intel8x0,snd_ac97_codec, Live 0x00000000
rfcomm 58965 0 - Live 0x00000000
bluetooth 337841 10 bnep,rfcomm, Live 0x00000000
ppdev 17423 0 - Live 0x00000000
snd_page_alloc 18398 2 snd_intel8x0,snd_pcm, Live 0x00000000
gpio_ich 13278 0 - Live 0x00000000
snd_seq_midi 13132 0 - Live 0x00000000
snd_seq_midi_event 14475 1 snd_seq_midi, Live 0x00000000
snd_rawmidi 25157 1 snd_seq_midi, Live 0x00000000
snd_seq 55716 2 snd_seq_midi,snd_seq_midi_event, Live 0x00000000
dcdbas 14456 0 - Live 0x00000000
snd_seq_device 14137 3 snd_seq_midi,snd_rawmidi,snd_seq, Live 0x00000000
i915 606994 2 - Live 0x00000000
snd_timer 28930 2 snd_pcm,snd_seq, Live 0x00000000
video 19046 1 i915, Live 0x00000000
snd 61270 10
snd_intel8x0,snd_ac97_codec,snd_pcm,snd_seq_midi,snd_rawmidi,snd_seq,snd_seq_device,snd_timer, 

Live 0x00000000
psmouse 92607 0 - Live 0x00000000
drm_kms_helper 47306 1 i915, Live 0x00000000
serio_raw 13189 0 - Live 0x00000000
soundcore 12600 1 snd, Live 0x00000000
drm 247743 3 i915,drm_kms_helper, Live 0x00000000
i2c_algo_bit 13316 1 i915, Live 0x00000000
parport_pc 32114 1 - Live 0x00000000
lpc_ich 16987 0 - Live 0x00000000
shpchp 32265 0 - Live 0x00000000
lp 13359 0 - Live 0x00000000
mac_hid 13077 0 - Live 0x00000000
parport 40930 3 ppdev,parport_pc,lp, Live 0x00000000
b44 31223 0 - Live 0x00000000
ssb 56410 1 b44, Live 0x00000000
mii 13693 1 b44, Live 0x00000000
floppy 60183 0 - Live 0x00000000

[7.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)
0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-0060 : keyboard
0064-0064 : keyboard
0070-007f : rtc0
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : 0000:00:1f.1
   0170-0177 : ata_piix
01f0-01f7 : 0000:00:1f.1
   01f0-01f7 : ata_piix
0376-0376 : 0000:00:1f.1
   0376-0376 : ata_piix
0378-037a : parport0
03f2-03f2 : floppy
03f4-03f5 : floppy
03f6-03f6 : 0000:00:1f.1
   03f6-03f6 : ata_piix
03f7-03f7 : floppy
03f8-03ff : serial
0778-077a : parport0
0800-0803 : ACPI PM1a_EVT_BLK
0804-0805 : ACPI PM1a_CNT_BLK
0808-080b : ACPI PM_TMR
0810-0815 : ACPI CPU throttle
0828-082f : ACPI GPE0_BLK
0830-0833 : iTCO_wdt
0860-087f : iTCO_wdt
0880-08bf : gpio_ich
   0880-08bf : 0000:00:1f.0
0c00-0c7f : pnp 00:0a
0cf8-0cff : PCI conf1
d000-dfff : PCI Bus 0000:01
   de00-deff : 0000:01:05.0
     de08-de0f : serial
     de10-de17 : serial
     de18-de1f : serial
     de20-de27 : serial
     de28-de2f : serial
     de60-de67 : serial
eda0-edbf : 0000:00:1f.3
edc0-edff : 0000:00:1f.5
   edc0-edff : Intel 82801DB-ICH4
ee00-eeff : 0000:00:1f.5
   ee00-eeff : Intel 82801DB-ICH4
ff40-ff5f : 0000:00:1d.2
   ff40-ff5f : uhci_hcd
ff60-ff7f : 0000:00:1d.1
   ff60-ff7f : uhci_hcd
ff80-ff9f : 0000:00:1d.0
   ff80-ff9f : uhci_hcd
ffa0-ffaf : 0000:00:1f.1
   ffa0-ffaf : ata_piix

00000000-00000fff : reserved
00001000-0009ffff : System RAM
000a0000-000bffff : Video RAM area
000c0000-000cb7ff : Video ROM
000cd000-000cffff : Adapter ROM
000f0000-000fffff : reserved
   000f0000-000fffff : System ROM
00100000-3f773fff : System RAM
   01000000-016691e2 : Kernel code
   016691e3-019bcfbf : Kernel data
   01aa1000-01b94fff : Kernel bss
3f774000-3f775fff : ACPI Non-volatile Storage
3f776000-3f796fff : ACPI Tables
3f797000-3f7fffff : reserved
3f800000-3fffffff : RAM buffer
e8000000-efffffff : 0000:00:02.0
f0000000-f7ffffff : 0000:00:00.0
fe900000-feafffff : PCI Bus 0000:01
   fe9fd000-fe9fdfff : 0000:01:05.0
   fe9fe000-fe9fffff : 0000:01:09.0
     fe9fe000-fe9fffff : b44
   fea00000-fea03fff : 0000:01:09.0
feb7f900-feb7f9ff : 0000:00:1f.5
   feb7f900-feb7f9ff : Intel 82801DB-ICH4
feb7fa00-feb7fbff : 0000:00:1f.5
   feb7fa00-feb7fbff : Intel 82801DB-ICH4
feb7fc00-feb7ffff : 0000:00:1f.1
feb80000-febfffff : 0000:00:02.0
fec00000-fec0ffff : reserved
   fec00000-fec003ff : IOAPIC 0
fecf0000-fecf0fff : pnp 00:00
fee00000-fee0ffff : reserved
   fee00000-fee0ffff : pnp 00:00
     fee00000-fee00fff : Local APIC
ffa80800-ffa80bff : 0000:00:1d.7
   ffa80800-ffa80bff : ehci_hcd
ffb00000-ffffffff : reserved
   ffb00000-ffbfffff : pnp 00:00
   ffc00000-ffffffff : pnp 00:00

[7.5.] PCI information ('lspci -vvv' as root)
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM
Controller/Host-Hub Interface (rev 01)
     Subsystem: Dell Device 0160
     Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort+ >SERR- <PERR- INTx-
     Latency: 0
     Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M]
     Capabilities: [e4] Vendor Specific Information: Len=05 <?>
     Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller: Intel Corporation
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
(prog-if 00 [VGA controller])
     Subsystem: Dell Device 0160
     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0
     Interrupt: pin A routed to IRQ 16
     Region 0: Memory at e8000000 (32-bit, prefetchable) [size=128M]
     Region 1: Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
     Expansion ROM at <unassigned> [disabled]
     Capabilities: [d0] Power Management version 1
         Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
     Kernel driver in use: i915

00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
     Subsystem: Dell Device 0160
     Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0
     Interrupt: pin A routed to IRQ 16
     Region 4: I/O ports at ff80 [size=32]
     Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
     Subsystem: Dell Device 0160
     Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0
     Interrupt: pin B routed to IRQ 19
     Region 4: I/O ports at ff60 [size=32]
     Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
     Subsystem: Dell Device 0160
     Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0
     Interrupt: pin C routed to IRQ 18
     Region 4: I/O ports at ff40 [size=32]
     Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2
EHCI Controller (rev 01) (prog-if 20 [EHCI])
     Subsystem: Dell Device 0160
     Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0
     Interrupt: pin D routed to IRQ 23
     Region 0: Memory at ffa80800 (32-bit, non-prefetchable) [size=1K]
     Capabilities: [50] Power Management version 2
         Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
     Capabilities: [58] Debug port: BAR=1 offset=0080
     Kernel driver in use: ehci-pci

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81) (prog-if
00 [Normal decode])
     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort+
<TAbort- <MAbort- >SERR- <PERR+ INTx-
     Latency: 0
     Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
     I/O behind bridge: 0000d000-0000dfff
     Memory behind bridge: fe900000-feafffff
     Prefetchable memory behind bridge: fff00000-000fffff
     Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- <SERR- <PERR-
     BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
         PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC
Interface Bridge (rev 01)
     Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0
     Kernel driver in use: lpc_ich

00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller
(rev 01) (prog-if 8a [Master SecP PriP])
     Subsystem: Dell Device 0160
     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0
     Interrupt: pin A routed to IRQ 18
     Region 0: I/O ports at 01f0 [size=8]
     Region 1: I/O ports at 03f4 [size=1]
     Region 2: I/O ports at 0170 [size=8]
     Region 3: I/O ports at 0374 [size=1]
     Region 4: I/O ports at ffa0 [size=16]
     Region 5: Memory at feb7fc00 (32-bit, non-prefetchable) [size=1K]
     Kernel driver in use: ata_piix

00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
SMBus Controller (rev 01)
     Subsystem: Dell Device 0160
     Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Interrupt: pin B routed to IRQ 3
     Region 4: I/O ports at eda0 [size=32]

00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
     Subsystem: Dell Device 0160
     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0
     Interrupt: pin B routed to IRQ 17
     Region 0: I/O ports at ee00 [size=256]
     Region 1: I/O ports at edc0 [size=64]
     Region 2: Memory at feb7fa00 (32-bit, non-prefetchable) [size=512]
     Region 3: Memory at feb7f900 (32-bit, non-prefetchable) [size=256]
     Capabilities: [50] Power Management version 2
         Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
     Kernel driver in use: snd_intel8x0

01:05.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem PCI
(rev 04) (prog-if 00 [Generic])
     Subsystem: Dell Device 1000
     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr-
Stepping+ SERR+ FastB2B- DisINTx-
     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64 bytes
     Interrupt: pin A routed to IRQ 17
     Region 0: Memory at fe9fd000 (32-bit, non-prefetchable) [size=4K]
     Region 1: I/O ports at de00 [size=256]
     Capabilities: [80] Power Management version 2
         Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
     Kernel driver in use: serial

01:09.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 
01)
     Subsystem: Dell Device 8127
     Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
     Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 64
     Interrupt: pin A routed to IRQ 17
     Region 0: Memory at fe9fe000 (32-bit, non-prefetchable) [size=8K]
     Expansion ROM at fea00000 [disabled] [size=16K]
     Capabilities: [40] Power Management version 2
         Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
PME(D0+,D1+,D2+,D3hot+,D3cold+)
         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=2 PME-
     Kernel driver in use: b44

[7.6.] SCSI information (from /proc/scsi/scsi)
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
   Vendor: ATA      Model: WDC WD300EB-75CP Rev: 06.0
   Type:   Direct-Access                    ANSI  SCSI revision: 05
Host: scsi1 Channel: 00 Id: 00 Lun: 00
   Vendor: SONY     Model: DVD-ROM DDU1615  Rev: FDS1
   Type:   CD-ROM                           ANSI  SCSI revision: 05
Host: scsi2 Channel: 00 Id: 00 Lun: 00
   Vendor: Simple   Model: Bonzai Xpress    Rev: 0.00
   Type:   Direct-Access                    ANSI  SCSI revision: 02

[7.7.] Other information that might be relevant to the problem (please
look in /proc and include all information that you think to be relevant):
ls /proc:

1
10
1007
1016
1018
11
1109
12
1220
13
1334
135
1381
14
1421
1424
1425
1438
1445
1449
1453
1458
1459
1463
1465
1467
1470
1475
1480
1494
15
1509
1511
1516
1523
1526
1529
1541
1546
1550
1564
1566
1571
1586
16
1611
1614
1615
1616
1617
1618
1642
1645
1646
1647
17
18
19
1944
1952
1962
1970
1981
1989
1992
2
20
21
22
223
224
225
23
24
25
26
27
28
29
3
30
307
318
323
4
41
43
44
46
47
5
531
66
667
67
684
687
7
706
736
759
775
8
802
885
894
9
906
910
915
951
971
983
994
996
998
acpi
asound
buddyinfo
bus
cgroups
cmdline
consoles
cpuinfo
crypto
devices
diskstats
dma
dri
driver
execdomains
fb
filesystems
fs
interrupts
iomem
ioports
irq
kallsyms
kcore
key-users
kmsg
kpagecount
kpageflags
latency_stats
loadavg
locks
mdstat
meminfo
misc
modules
mounts
mtrr
net
pagetypeinfo
partitions
sched_debug
schedstat
scsi
self
slabinfo
softirqs
stat
swaps
sys
sysrq-trigger
sysvipc
timer_list
timer_stats
tty
uptime
version
vmallocinfo
vmstat
zoneinfo

[X.] Other notes, patches, fixes, workarounds:




[-- Attachment #1.2: Type: text/html, Size: 41700 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space
  2013-09-28 16:49 Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space John Hupp
@ 2013-09-30 11:36 ` Daniel Vetter
  2013-09-30 12:04   ` Dieter Nützel
  2013-10-02 19:20   ` John Hupp
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel Vetter @ 2013-09-30 11:36 UTC (permalink / raw)
  To: John Hupp; +Cc: dri-devel

On Sat, Sep 28, 2013 at 12:49:24PM -0400, John Hupp wrote:
> [I emailed the list with this same material on 9/13, but it has
> received no response and someone on the Ubuntu kernel team suggested
> that I change the email Subject from "Re: Moving a bug upstream per
> downstream request, emailing the maintainers" to the more
> descriptive one above.]
> 
> When I emailed the maintainers with the report below on 8/15 (and
> archived at http://lists.freedesktop.org/archives/dri-devel/2013-August/043876.html),
> a response came on 8/16:
> 
> "It's a flash bug. They ignore the format of the Window that they
> PutImage to. (Worse, they create an image of the right depth or else X
> would reject the PutImage with a BadMatch and then render incorrect
> pixel data into it.)"
> 
> Despite that, someone on the Ubuntu kernel team asserted "at a
> minimum a non-flash regression exists going from Quantal to Raring,"
> and urged me to proceed with upstream kernel bisection.
> 
> I finally finished that, and arrived at the result:

Still a flash bug. This commit simply enables rgb555 in the kernel, which
sna likes to use on gen2/3. Flash is just too dense and always presumes
xrgb8888. Adding

Section "Screen"
        Identifier "igd"
        DefaultDepth 24
EndSection

to your xorg.conf will work around.
-Daniel

> 
> 57779d06367a915ee03e6cb918d7575f0a46e419 is the first bad commit
> commit 57779d06367a915ee03e6cb918d7575f0a46e419
> Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Date: Wed Oct 31 17:50:14 2012 +0200
> 
>     drm/i915: Fix display pixel format handling
> 
>     Fix support for all RGB/BGR pixel formats (except the
> 16:16:16:16 float
>     format).
> 
>     Fix intel_init_framebuffer() to match hardware and driver limitations:
>     * RGB332 is not supported at all
>     * CI8 is supported
>     * XRGB1555 & co. are supported on Gen3 and earlier
>     * XRGB210101010 & co. are supported from Gen4 onwards
>     * BGR formats are supported from Gen4 onwards
>     * YUV formats are supported from Gen5 onwards (driver limitation)
> 
>     Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
>     Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
>     Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> 
> :040000 040000 334e1536b3513d0c329a8bb6360593d12065b71d
> bf0996ec13cbee07156c5e9f98dcdee30200e658 M drivers
> 
> -------------------------------------
> 
> The git bisect log:
> 
> git bisect start
> # good: [29594404d7fe73cd80eaa4ee8c43dcc53970c60e] Linux 3.7
> git bisect good 29594404d7fe73cd80eaa4ee8c43dcc53970c60e
> # bad: [9931faca02c604c22335f5a935a501bb2ace6e20] Linux 3.8-rc3
> git bisect bad 9931faca02c604c22335f5a935a501bb2ace6e20
> # good: [db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070] Merge tag 'dt' of
> git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
> git bisect good db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070
> # bad: [3c2e81ef344a90bb0a39d84af6878b4aeff568a2] Merge branch
> 'drm-next' of git://people.freedesktop.org/~airlied/linux
> git bisect bad 3c2e81ef344a90bb0a39d84af6878b4aeff568a2
> # good: [d8c532c40721f7507896d202b8cae3b3642d2b0d] Merge branch
> 'v4l_for_linus' of
> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
> git bisect good d8c532c40721f7507896d202b8cae3b3642d2b0d
> # good: [2a74dbb9a86e8102dcd07d284135b4530a84826e] Merge branch
> 'for-linus' of
> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
> git bisect good 2a74dbb9a86e8102dcd07d284135b4530a84826e
> # bad: [124ea297c8f0e0a3a567af0894fdbe05caaf80ec] drm/nouveau: unpin
> pushbuffer bo before destroying it
> git bisect bad 124ea297c8f0e0a3a567af0894fdbe05caaf80ec
> # bad: [12f3382bc0262e981a2e58aca900cbbdbbe66825] drm/i915:
> implement WaDisablePSDDualDispatchEnable on IVB & VLV
> git bisect bad 12f3382bc0262e981a2e58aca900cbbdbbe66825
> # good: [20474e90c948545c51da95689b8342a4f3bbaeb6] drm/i915: fix
> checks inside ironlake_crtc_{enable, disable}
> git bisect good 20474e90c948545c51da95689b8342a4f3bbaeb6
> # good: [00c09d70df6b30c980f20facc1db3def3f5a637e] drm/i915: create
> the DDI encoder
> git bisect good 00c09d70df6b30c980f20facc1db3def3f5a637e
> # bad: [a35f267946947b3798827a783d82d3d2aa55697d] drm/i915: remove
> IBX code from lpt_enable_pch_transcoder
> git bisect bad a35f267946947b3798827a783d82d3d2aa55697d
> # bad: [9256aa195d3badd009bf4addee6c3ae39879b8a6] drm/i915: move
> encoder->mode_set calls to crtc_mode_set
> git bisect bad 9256aa195d3badd009bf4addee6c3ae39879b8a6
> # good: [e7210c3c4f0d05e318b854bbd545fe335930c5cc] drm/i915: move
> more pte encoding to pte encode
> git bisect good e7210c3c4f0d05e318b854bbd545fe335930c5cc
> # bad: [90f9a336f56318d4f21a29e8ef063cb70fe7dd11] drm/i915: Check
> the framebuffer offset
> git bisect bad 90f9a336f56318d4f21a29e8ef063cb70fe7dd11
> # bad: [5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e] drm/i915: Check
> framebuffer stride more thoroughly
> git bisect bad 5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e
> # bad: [57779d06367a915ee03e6cb918d7575f0a46e419] drm/i915: Fix
> display pixel format handling
> git bisect bad 57779d06367a915ee03e6cb918d7575f0a46e419
> 
> -------------------------------------
> 
> After finishing the kernel bisection, I also tested the new latest
> mainline kernel (3.11.0-031100-generic, modified 9-2-13) and found
> that it still suffers from the bug.
> 
> Software Update also offered an updated version of the
> Flashplugin-Installer (updating 11.2.202.297 to 11.2.202.310), but
> that did not fix the problem either.
> 
> -------------------------------------
> THE ORIGINAL REPORT:
> 
> [1.] One line summary of the problem:
> Flash 11.2 content displays in shades of green and purple only, and in a
> horizontally compressed space
> 
> [2.] Full description of the problem/report:
> The full downstream bug report is at
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455 , but my
> description from there:
> 
> In my testing with the Intel driver using its default acceleration:
> - Flash 11.2 works on Quantal with the 3.5 kernel
> - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots
> to a low-res desktop with a frozen pointer)
> - Flash 11.2 works on Raring also with the 3.6.11-030611 or
> 3.7.10-030710 mainline kernels
> - Flash 11.8 works on Raring with the 3.8 kernel (in Chrome)
> - Flash 11.2 fails on Raring with the 3.8 kernel
> - Flash 11.2 fails on Raring with the latest mainline kernel,
> 3.11.0-031100rc5
> - Flash 11.2 fails on Saucy alpha 2 with its default kernel
> 
> Disabling Flash *hardware* acceleration altogether (via R-click in the
> Flash display window: Settings: General tab) did not fix the problem.
> 
> WORKAROUND: Setting the Intel driver's acceleration method to UXA rather
> than its default SNA *always* fixes the Flash problem, but causes a
> garbled login screen under LightDM that so far has no workaround.
> 
> I also tried one possible fix for the default Intel SNA acceleration
> using the TearFree option. I created /etc/X11/xorg.conf.d/20-intel.conf
> with contents:
>     Section "Device"
>        Identifier "Intel Graphics"
>        Driver "intel"
>        Option "AccelMethod" "sna"
>        Option "TearFree" "true"
>     EndSection
> But this had no effect.
> 
> [3.] Keywords (i.e., modules, networking, kernel):
> I'm a newbie hanging on by my fingernails here -- I have no idea about
> appropriate keywords.
> 
> [4.] Kernel version (from /proc/version):
> Linux version 3.11.0-031100rc5-generic (apw@gomeisa) (gcc version 4.6.3
> (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201308112135 SMP Mon Aug 12 01:44:44
> UTC 2013
> 
> [5.] Output of Oops.. message (if applicable) with symbolic information
> resolved (see Documentation/oops-tracing.txt)
> 
> [6.] A small shell script or example program which triggers the problem
> (if possible)
> 
> [7.] Environment
> Description:    Ubuntu 13.04
> Release:    13.04
> 
> [7.1.] Software (add the output of the ver_linux script here)
> If some fields are empty or look unusual you may have an old version.
> Compare to the current minimal requirements in Documentation/Changes.
> 
> Linux Dimension 3.11.0-031100rc5-generic #201308112135 SMP Mon Aug 12
> 01:44:44 UTC 2013 i686 i686 i686 GNU/Linux
> 
> Gnu C /usr/src/linux-headers-3.11.0-031100rc5-generic/scripts/ver_linux:
> binutils
> util-linux             2.20.1
> mount                  support
> module-init-tools      9
> e2fsprogs              1.42.5
> PPP                    2.4.5
> Linux C Library        2.17
> Dynamic linker (ldd)   2.17
> Procps                 3.3.3
> Net-tools              1.60
> Kbd                    1.15.5
> Sh-utils               8.20
> wireless-tools         30
> Modules Loaded         nls_iso8859_1 usb_storage snd_intel8x0
> snd_ac97_codec ac97_bus bnep snd_pcm rfcomm bluetooth ppdev
> snd_page_alloc gpio_ich snd_seq_midi snd_seq_midi_event snd_rawmidi
> snd_seq dcdbas snd_seq_device i915 snd_timer video snd psmouse
> drm_kms_helper serio_raw soundcore drm i2c_algo_bit parport_pc lpc_ich
> shpchp lp mac_hid parport b44 ssb mii floppy
> 
> [7.2.] Processor information (from /proc/cpuinfo):
> processor    : 0
> vendor_id    : GenuineIntel
> cpu family    : 15
> model        : 2
> model name    : Intel(R) Celeron(R) CPU 2.40GHz
> stepping    : 9
> microcode    : 0x17
> cpu MHz        : 2392.420
> cache size    : 128 KB
> fdiv_bug    : no
> f00f_bug    : no
> coma_bug    : no
> fpu        : yes
> fpu_exception    : yes
> cpuid level    : 2
> wp        : yes
> flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
> cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts
> cid xtpr
> bogomips    : 4784.84
> clflush size    : 64
> cache_alignment    : 128
> address sizes    : 36 bits physical, 32 bits virtual
> power management:
> 
> [7.3.] Module information (from /proc/modules):
> nls_iso8859_1 12617 1 - Live 0x00000000
> usb_storage 48631 1 - Live 0x00000000
> snd_intel8x0 33458 1 - Live 0x00000000
> snd_ac97_codec 110295 1 snd_intel8x0, Live 0x00000000
> ac97_bus 12642 1 snd_ac97_codec, Live 0x00000000
> bnep 19143 2 - Live 0x00000000
> snd_pcm 94597 2 snd_intel8x0,snd_ac97_codec, Live 0x00000000
> rfcomm 58965 0 - Live 0x00000000
> bluetooth 337841 10 bnep,rfcomm, Live 0x00000000
> ppdev 17423 0 - Live 0x00000000
> snd_page_alloc 18398 2 snd_intel8x0,snd_pcm, Live 0x00000000
> gpio_ich 13278 0 - Live 0x00000000
> snd_seq_midi 13132 0 - Live 0x00000000
> snd_seq_midi_event 14475 1 snd_seq_midi, Live 0x00000000
> snd_rawmidi 25157 1 snd_seq_midi, Live 0x00000000
> snd_seq 55716 2 snd_seq_midi,snd_seq_midi_event, Live 0x00000000
> dcdbas 14456 0 - Live 0x00000000
> snd_seq_device 14137 3 snd_seq_midi,snd_rawmidi,snd_seq, Live 0x00000000
> i915 606994 2 - Live 0x00000000
> snd_timer 28930 2 snd_pcm,snd_seq, Live 0x00000000
> video 19046 1 i915, Live 0x00000000
> snd 61270 10
> snd_intel8x0,snd_ac97_codec,snd_pcm,snd_seq_midi,snd_rawmidi,snd_seq,snd_seq_device,snd_timer,
> 
> Live 0x00000000
> psmouse 92607 0 - Live 0x00000000
> drm_kms_helper 47306 1 i915, Live 0x00000000
> serio_raw 13189 0 - Live 0x00000000
> soundcore 12600 1 snd, Live 0x00000000
> drm 247743 3 i915,drm_kms_helper, Live 0x00000000
> i2c_algo_bit 13316 1 i915, Live 0x00000000
> parport_pc 32114 1 - Live 0x00000000
> lpc_ich 16987 0 - Live 0x00000000
> shpchp 32265 0 - Live 0x00000000
> lp 13359 0 - Live 0x00000000
> mac_hid 13077 0 - Live 0x00000000
> parport 40930 3 ppdev,parport_pc,lp, Live 0x00000000
> b44 31223 0 - Live 0x00000000
> ssb 56410 1 b44, Live 0x00000000
> mii 13693 1 b44, Live 0x00000000
> floppy 60183 0 - Live 0x00000000
> 
> [7.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)
> 0000-001f : dma1
> 0020-0021 : pic1
> 0040-0043 : timer0
> 0050-0053 : timer1
> 0060-0060 : keyboard
> 0064-0064 : keyboard
> 0070-007f : rtc0
> 0080-008f : dma page reg
> 00a0-00a1 : pic2
> 00c0-00df : dma2
> 00f0-00ff : fpu
> 0170-0177 : 0000:00:1f.1
>   0170-0177 : ata_piix
> 01f0-01f7 : 0000:00:1f.1
>   01f0-01f7 : ata_piix
> 0376-0376 : 0000:00:1f.1
>   0376-0376 : ata_piix
> 0378-037a : parport0
> 03f2-03f2 : floppy
> 03f4-03f5 : floppy
> 03f6-03f6 : 0000:00:1f.1
>   03f6-03f6 : ata_piix
> 03f7-03f7 : floppy
> 03f8-03ff : serial
> 0778-077a : parport0
> 0800-0803 : ACPI PM1a_EVT_BLK
> 0804-0805 : ACPI PM1a_CNT_BLK
> 0808-080b : ACPI PM_TMR
> 0810-0815 : ACPI CPU throttle
> 0828-082f : ACPI GPE0_BLK
> 0830-0833 : iTCO_wdt
> 0860-087f : iTCO_wdt
> 0880-08bf : gpio_ich
>   0880-08bf : 0000:00:1f.0
> 0c00-0c7f : pnp 00:0a
> 0cf8-0cff : PCI conf1
> d000-dfff : PCI Bus 0000:01
>   de00-deff : 0000:01:05.0
>     de08-de0f : serial
>     de10-de17 : serial
>     de18-de1f : serial
>     de20-de27 : serial
>     de28-de2f : serial
>     de60-de67 : serial
> eda0-edbf : 0000:00:1f.3
> edc0-edff : 0000:00:1f.5
>   edc0-edff : Intel 82801DB-ICH4
> ee00-eeff : 0000:00:1f.5
>   ee00-eeff : Intel 82801DB-ICH4
> ff40-ff5f : 0000:00:1d.2
>   ff40-ff5f : uhci_hcd
> ff60-ff7f : 0000:00:1d.1
>   ff60-ff7f : uhci_hcd
> ff80-ff9f : 0000:00:1d.0
>   ff80-ff9f : uhci_hcd
> ffa0-ffaf : 0000:00:1f.1
>   ffa0-ffaf : ata_piix
> 
> 00000000-00000fff : reserved
> 00001000-0009ffff : System RAM
> 000a0000-000bffff : Video RAM area
> 000c0000-000cb7ff : Video ROM
> 000cd000-000cffff : Adapter ROM
> 000f0000-000fffff : reserved
>   000f0000-000fffff : System ROM
> 00100000-3f773fff : System RAM
>   01000000-016691e2 : Kernel code
>   016691e3-019bcfbf : Kernel data
>   01aa1000-01b94fff : Kernel bss
> 3f774000-3f775fff : ACPI Non-volatile Storage
> 3f776000-3f796fff : ACPI Tables
> 3f797000-3f7fffff : reserved
> 3f800000-3fffffff : RAM buffer
> e8000000-efffffff : 0000:00:02.0
> f0000000-f7ffffff : 0000:00:00.0
> fe900000-feafffff : PCI Bus 0000:01
>   fe9fd000-fe9fdfff : 0000:01:05.0
>   fe9fe000-fe9fffff : 0000:01:09.0
>     fe9fe000-fe9fffff : b44
>   fea00000-fea03fff : 0000:01:09.0
> feb7f900-feb7f9ff : 0000:00:1f.5
>   feb7f900-feb7f9ff : Intel 82801DB-ICH4
> feb7fa00-feb7fbff : 0000:00:1f.5
>   feb7fa00-feb7fbff : Intel 82801DB-ICH4
> feb7fc00-feb7ffff : 0000:00:1f.1
> feb80000-febfffff : 0000:00:02.0
> fec00000-fec0ffff : reserved
>   fec00000-fec003ff : IOAPIC 0
> fecf0000-fecf0fff : pnp 00:00
> fee00000-fee0ffff : reserved
>   fee00000-fee0ffff : pnp 00:00
>     fee00000-fee00fff : Local APIC
> ffa80800-ffa80bff : 0000:00:1d.7
>   ffa80800-ffa80bff : ehci_hcd
> ffb00000-ffffffff : reserved
>   ffb00000-ffbfffff : pnp 00:00
>   ffc00000-ffffffff : pnp 00:00
> 
> [7.5.] PCI information ('lspci -vvv' as root)
> 00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM
> Controller/Host-Hub Interface (rev 01)
>     Subsystem: Dell Device 0160
>     Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort+ >SERR- <PERR- INTx-
>     Latency: 0
>     Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M]
>     Capabilities: [e4] Vendor Specific Information: Len=05 <?>
>     Kernel driver in use: agpgart-intel
> 
> 00:02.0 VGA compatible controller: Intel Corporation
> 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
> (prog-if 00 [VGA controller])
>     Subsystem: Dell Device 0160
>     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Latency: 0
>     Interrupt: pin A routed to IRQ 16
>     Region 0: Memory at e8000000 (32-bit, prefetchable) [size=128M]
>     Region 1: Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
>     Expansion ROM at <unassigned> [disabled]
>     Capabilities: [d0] Power Management version 1
>         Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
>         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>     Kernel driver in use: i915
> 
> 00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM
> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
>     Subsystem: Dell Device 0160
>     Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Latency: 0
>     Interrupt: pin A routed to IRQ 16
>     Region 4: I/O ports at ff80 [size=32]
>     Kernel driver in use: uhci_hcd
> 
> 00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM
> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
>     Subsystem: Dell Device 0160
>     Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Latency: 0
>     Interrupt: pin B routed to IRQ 19
>     Region 4: I/O ports at ff60 [size=32]
>     Kernel driver in use: uhci_hcd
> 
> 00:1d.2 USB controller: Intel Corporation 82801DB/DBL/DBM
> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
>     Subsystem: Dell Device 0160
>     Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Latency: 0
>     Interrupt: pin C routed to IRQ 18
>     Region 4: I/O ports at ff40 [size=32]
>     Kernel driver in use: uhci_hcd
> 
> 00:1d.7 USB controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2
> EHCI Controller (rev 01) (prog-if 20 [EHCI])
>     Subsystem: Dell Device 0160
>     Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Latency: 0
>     Interrupt: pin D routed to IRQ 23
>     Region 0: Memory at ffa80800 (32-bit, non-prefetchable) [size=1K]
>     Capabilities: [50] Power Management version 2
>         Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
>     Capabilities: [58] Debug port: BAR=1 offset=0080
>     Kernel driver in use: ehci-pci
> 
> 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81) (prog-if
> 00 [Normal decode])
>     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort+
> <TAbort- <MAbort- >SERR- <PERR+ INTx-
>     Latency: 0
>     Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
>     I/O behind bridge: 0000d000-0000dfff
>     Memory behind bridge: fe900000-feafffff
>     Prefetchable memory behind bridge: fff00000-000fffff
>     Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- <SERR- <PERR-
>     BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>         PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
> 
> 00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC
> Interface Bridge (rev 01)
>     Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Latency: 0
>     Kernel driver in use: lpc_ich
> 
> 00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller
> (rev 01) (prog-if 8a [Master SecP PriP])
>     Subsystem: Dell Device 0160
>     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Latency: 0
>     Interrupt: pin A routed to IRQ 18
>     Region 0: I/O ports at 01f0 [size=8]
>     Region 1: I/O ports at 03f4 [size=1]
>     Region 2: I/O ports at 0170 [size=8]
>     Region 3: I/O ports at 0374 [size=1]
>     Region 4: I/O ports at ffa0 [size=16]
>     Region 5: Memory at feb7fc00 (32-bit, non-prefetchable) [size=1K]
>     Kernel driver in use: ata_piix
> 
> 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
> SMBus Controller (rev 01)
>     Subsystem: Dell Device 0160
>     Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>     Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Interrupt: pin B routed to IRQ 3
>     Region 4: I/O ports at eda0 [size=32]
> 
> 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM
> (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
>     Subsystem: Dell Device 0160
>     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Latency: 0
>     Interrupt: pin B routed to IRQ 17
>     Region 0: I/O ports at ee00 [size=256]
>     Region 1: I/O ports at edc0 [size=64]
>     Region 2: Memory at feb7fa00 (32-bit, non-prefetchable) [size=512]
>     Region 3: Memory at feb7f900 (32-bit, non-prefetchable) [size=256]
>     Capabilities: [50] Power Management version 2
>         Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>     Kernel driver in use: snd_intel8x0
> 
> 01:05.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem PCI
> (rev 04) (prog-if 00 [Generic])
>     Subsystem: Dell Device 1000
>     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr-
> Stepping+ SERR+ FastB2B- DisINTx-
>     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64 bytes
>     Interrupt: pin A routed to IRQ 17
>     Region 0: Memory at fe9fd000 (32-bit, non-prefetchable) [size=4K]
>     Region 1: I/O ports at de00 [size=256]
>     Capabilities: [80] Power Management version 2
>         Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>     Kernel driver in use: serial
> 
> 01:09.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T
> (rev 01)
>     Subsystem: Dell Device 8127
>     Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>     Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>     Latency: 64
>     Interrupt: pin A routed to IRQ 17
>     Region 0: Memory at fe9fe000 (32-bit, non-prefetchable) [size=8K]
>     Expansion ROM at fea00000 [disabled] [size=16K]
>     Capabilities: [40] Power Management version 2
>         Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=2 PME-
>     Kernel driver in use: b44
> 
> [7.6.] SCSI information (from /proc/scsi/scsi)
> Attached devices:
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
>   Vendor: ATA      Model: WDC WD300EB-75CP Rev: 06.0
>   Type:   Direct-Access                    ANSI  SCSI revision: 05
> Host: scsi1 Channel: 00 Id: 00 Lun: 00
>   Vendor: SONY     Model: DVD-ROM DDU1615  Rev: FDS1
>   Type:   CD-ROM                           ANSI  SCSI revision: 05
> Host: scsi2 Channel: 00 Id: 00 Lun: 00
>   Vendor: Simple   Model: Bonzai Xpress    Rev: 0.00
>   Type:   Direct-Access                    ANSI  SCSI revision: 02
> 
> [7.7.] Other information that might be relevant to the problem (please
> look in /proc and include all information that you think to be relevant):
> ls /proc:
> 
> 1
> 10
> 1007
> 1016
> 1018
> 11
> 1109
> 12
> 1220
> 13
> 1334
> 135
> 1381
> 14
> 1421
> 1424
> 1425
> 1438
> 1445
> 1449
> 1453
> 1458
> 1459
> 1463
> 1465
> 1467
> 1470
> 1475
> 1480
> 1494
> 15
> 1509
> 1511
> 1516
> 1523
> 1526
> 1529
> 1541
> 1546
> 1550
> 1564
> 1566
> 1571
> 1586
> 16
> 1611
> 1614
> 1615
> 1616
> 1617
> 1618
> 1642
> 1645
> 1646
> 1647
> 17
> 18
> 19
> 1944
> 1952
> 1962
> 1970
> 1981
> 1989
> 1992
> 2
> 20
> 21
> 22
> 223
> 224
> 225
> 23
> 24
> 25
> 26
> 27
> 28
> 29
> 3
> 30
> 307
> 318
> 323
> 4
> 41
> 43
> 44
> 46
> 47
> 5
> 531
> 66
> 667
> 67
> 684
> 687
> 7
> 706
> 736
> 759
> 775
> 8
> 802
> 885
> 894
> 9
> 906
> 910
> 915
> 951
> 971
> 983
> 994
> 996
> 998
> acpi
> asound
> buddyinfo
> bus
> cgroups
> cmdline
> consoles
> cpuinfo
> crypto
> devices
> diskstats
> dma
> dri
> driver
> execdomains
> fb
> filesystems
> fs
> interrupts
> iomem
> ioports
> irq
> kallsyms
> kcore
> key-users
> kmsg
> kpagecount
> kpageflags
> latency_stats
> loadavg
> locks
> mdstat
> meminfo
> misc
> modules
> mounts
> mtrr
> net
> pagetypeinfo
> partitions
> sched_debug
> schedstat
> scsi
> self
> slabinfo
> softirqs
> stat
> swaps
> sys
> sysrq-trigger
> sysvipc
> timer_list
> timer_stats
> tty
> uptime
> version
> vmallocinfo
> vmstat
> zoneinfo
> 
> [X.] Other notes, patches, fixes, workarounds:
> 
> 
> 

> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel


-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space
  2013-09-30 11:36 ` Daniel Vetter
@ 2013-09-30 12:04   ` Dieter Nützel
  2013-09-30 12:19     ` Daniel Vetter
  2013-10-02 19:20   ` John Hupp
  1 sibling, 1 reply; 8+ messages in thread
From: Dieter Nützel @ 2013-09-30 12:04 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: John Hupp, dri-devel

Am 30.09.2013 13:36, schrieb Daniel Vetter:
> On Sat, Sep 28, 2013 at 12:49:24PM -0400, John Hupp wrote:
>> [I emailed the list with this same material on 9/13, but it has
>> received no response and someone on the Ubuntu kernel team suggested
>> that I change the email Subject from "Re: Moving a bug upstream per
>> downstream request, emailing the maintainers" to the more
>> descriptive one above.]
>> 
>> When I emailed the maintainers with the report below on 8/15 (and
>> archived at 
>> http://lists.freedesktop.org/archives/dri-devel/2013-August/043876.html),
>> a response came on 8/16:
>> 
>> "It's a flash bug. They ignore the format of the Window that they
>> PutImage to. (Worse, they create an image of the right depth or else X
>> would reject the PutImage with a BadMatch and then render incorrect
>> pixel data into it.)"
>> 
>> Despite that, someone on the Ubuntu kernel team asserted "at a
>> minimum a non-flash regression exists going from Quantal to Raring,"
>> and urged me to proceed with upstream kernel bisection.
>> 
>> I finally finished that, and arrived at the result:
> 
> Still a flash bug. This commit simply enables rgb555 in the kernel, 
> which
> sna likes to use on gen2/3. Flash is just too dense and always presumes
> xrgb8888. Adding
> 
> Section "Screen"
>         Identifier "igd"
>         DefaultDepth 24
> EndSection
> 
> to your xorg.conf will work around.
> -Daniel

Hello Daniel, hello John,

I see the same shit thing with my Radeon RV730 AGP (HD4650) 'cause I 
have an old SSE1 system, only. The poor people at Adobe do NOT release 
any update (even a security one) for SSE1 systems since summer 2012!!!

Even so, I have no xorg.conf only /etc/X11/xorg.conf.d/ files.
Which one should I create/change for testing, this?

Thanks,
    Dieter

PS I only see this with 'hardware acceleration' (ha,ha, 2012..., only 
working right with SSE2, Adobe thinks,...)
PPS The little preview pictures during Flash search are right.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space
  2013-09-30 12:04   ` Dieter Nützel
@ 2013-09-30 12:19     ` Daniel Vetter
  2013-09-30 12:45       ` Dieter Nützel
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Vetter @ 2013-09-30 12:19 UTC (permalink / raw)
  To: Dieter Nützel; +Cc: John Hupp, dri-devel

On Mon, Sep 30, 2013 at 2:04 PM, Dieter Nützel <dieter@nuetzel-hh.de> wrote:
> Even so, I have no xorg.conf only /etc/X11/xorg.conf.d/ files.
> Which one should I create/change for testing, this?

Just add the snippet I've pasted into a new file in xorg.conf.d and X
should pick it up and integrate it into the autodetected config. You
can check in the Xorg.log whether it worked out.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space
  2013-09-30 12:19     ` Daniel Vetter
@ 2013-09-30 12:45       ` Dieter Nützel
  0 siblings, 0 replies; 8+ messages in thread
From: Dieter Nützel @ 2013-09-30 12:45 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: John Hupp, dri-devel

[-- Attachment #1: Type: text/plain, Size: 1679 bytes --]

Am 30.09.2013 14:19, schrieb Daniel Vetter:
> On Mon, Sep 30, 2013 at 2:04 PM, Dieter Nützel <dieter@nuetzel-hh.de> 
> wrote:
>> Even so, I have no xorg.conf only /etc/X11/xorg.conf.d/ files.
>> Which one should I create/change for testing, this?
> 
> Just add the snippet I've pasted into a new file in xorg.conf.d and X
> should pick it up and integrate it into the autodetected config. You
> can check in the Xorg.log whether it worked out.
> -Daniel

OK, I guessed that...
...and put it in /etc/X11/xorg.conf.d/99-vblank.conf
X picked it up

[-]
[    43.333] (==) No Layout section.  Using the first Screen section.
[    43.333] (**) |-->Screen "igd" (0)
[    43.333] (**) |   |-->Monitor "<default monitor>"
[    43.338] (==) No monitor specified for screen "igd"
[-]
[    43.583] (II) RADEON(0): Creating default Display subsection in 
Screen section
         "igd" for depth/fbbpp 24/32
[    43.583] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    43.583] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 
bpp pixmaps)
[    43.583] (==) RADEON(0): Default visual is TrueColor
[    43.588] (==) RADEON(0): RGB weight 888
[    43.588] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    43.588] (--) RADEON(0): Chipset: "ATI Radeon HD 4600 Series" 
(ChipID = 0x9495)
[-]

But that didn't help, here.
I've fiddled around with patching libvdpau-0.6 (the 
/etc/vdpau_wrapper.cfg thing, changing 'libflashplayer' to 
'libgcflashplayer' from 2012, which is the only one that works a little 
with hardware acceleration on SSE1 systems), but that didn't help, here 
neither ;-(((

Fu.. you ADOBE!

Thanks,
    Dieter

[-- Attachment #2: Xorg.0.log --]
[-- Type: text/plain, Size: 45506 bytes --]

[    43.317] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[    43.317] X Protocol Version 11, Revision 0
[    43.317] Build Operating System: openSUSE SUSE LINUX
[    43.317] Current Operating System: Linux Sonja.nuetzel-hh.de 3.12.0-rc3-1-desktop #1 SMP PREEMPT Mon Sep 30 13:26:10 CEST 2013 i686
[    43.317] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.12.0-rc3-1-desktop root=UUID=9fc6bc64-8358-4291-a645-b4fe4e277c47 video=1920x1080 splash=silent quiet showopts noresume hpet=force radeon.agpmode=-1 radeon.dpm=1
[    43.317] Build Date: 29 September 2013  11:37:24PM
[    43.317]  
[    43.317] Current version of pixman: 0.30.2
[    43.317] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    43.317] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    43.322] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 30 14:18:06 2013
[    43.327] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    43.330] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    43.333] (==) No Layout section.  Using the first Screen section.
[    43.333] (**) |-->Screen "igd" (0)
[    43.333] (**) |   |-->Monitor "<default monitor>"
[    43.338] (==) No monitor specified for screen "igd".
	Using a default monitor configuration.
[    43.338] (==) Automatically adding devices
[    43.338] (==) Automatically enabling devices
[    43.338] (==) Automatically adding GPU devices
[    43.338] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[    43.338] 	Entry deleted from font path.
[    43.338] (==) FontPath set to:
	/usr/share/fonts/misc:unscaled,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi:unscaled,
	/usr/share/fonts/75dpi:unscaled,
	/usr/share/fonts/ghostscript/,
	/usr/share/fonts/cyrillic:unscaled,
	/usr/share/fonts/truetype/,
	built-ins
[    43.338] (==) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
[    43.338] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    43.338] (II) Loader magic: 0x8263620
[    43.338] (II) Module ABI versions:
[    43.338] 	X.Org ANSI C Emulation: 0.4
[    43.338] 	X.Org Video Driver: 14.1
[    43.338] 	X.Org XInput driver : 19.1
[    43.338] 	X.Org Server Extension : 7.0
[    43.341] (II) xfree86: Adding drm device (/dev/dri/card0)
[    43.353] (--) PCI:*(0:1:0:0) 1002:9495:174b:0028 rev 0, Mem @ 0xc0000000/268435456, 0xdfdf0000/65536, I/O @ 0x0000a800/256, BIOS @ 0x????????/131072
[    43.353] Initializing built-in extension Generic Event Extension
[    43.353] Initializing built-in extension SHAPE
[    43.353] Initializing built-in extension MIT-SHM
[    43.353] Initializing built-in extension XInputExtension
[    43.353] Initializing built-in extension XTEST
[    43.353] Initializing built-in extension BIG-REQUESTS
[    43.353] Initializing built-in extension SYNC
[    43.353] Initializing built-in extension XKEYBOARD
[    43.353] Initializing built-in extension XC-MISC
[    43.353] Initializing built-in extension SECURITY
[    43.353] Initializing built-in extension XINERAMA
[    43.353] Initializing built-in extension XFIXES
[    43.353] Initializing built-in extension RENDER
[    43.353] Initializing built-in extension RANDR
[    43.359] Initializing built-in extension COMPOSITE
[    43.359] Initializing built-in extension DAMAGE
[    43.359] Initializing built-in extension MIT-SCREEN-SAVER
[    43.359] Initializing built-in extension DOUBLE-BUFFER
[    43.359] Initializing built-in extension RECORD
[    43.359] Initializing built-in extension DPMS
[    43.359] Initializing built-in extension X-Resource
[    43.359] Initializing built-in extension XVideo
[    43.359] Initializing built-in extension XVideo-MotionCompensation
[    43.359] Initializing built-in extension XFree86-VidModeExtension
[    43.359] Initializing built-in extension XFree86-DGA
[    43.359] Initializing built-in extension XFree86-DRI
[    43.359] Initializing built-in extension DRI2
[    43.359] (II) "glx" will be loaded by default.
[    43.359] (II) LoadModule: "dri2"
[    43.359] (II) Module "dri2" already built-in
[    43.359] (II) LoadModule: "glamoregl"
[    43.385] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    43.420] (II) Module glamoregl: vendor="X.Org Foundation"
[    43.426] 	compiled for 1.14.3, module version = 0.5.1
[    43.426] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    43.426] (II) LoadModule: "glx"
[    43.432] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    43.433] (II) Module glx: vendor="X.Org Foundation"
[    43.437] 	compiled for 1.14.3, module version = 1.0.0
[    43.437] 	ABI class: X.Org Server Extension, version 7.0
[    43.437] (==) AIGLX enabled
[    43.437] Loading extension GLX
[    43.437] (==) Matched fglrx as autoconfigured driver 0
[    43.437] (==) Matched ati as autoconfigured driver 1
[    43.437] (==) Matched fglrx as autoconfigured driver 2
[    43.437] (==) Matched ati as autoconfigured driver 3
[    43.437] (==) Matched modesetting as autoconfigured driver 4
[    43.437] (==) Matched fbdev as autoconfigured driver 5
[    43.437] (==) Matched vesa as autoconfigured driver 6
[    43.437] (==) Assigned the driver to the xf86ConfigLayout
[    43.437] (II) LoadModule: "fglrx"
[    43.470] (WW) Warning, couldn't open module fglrx
[    43.470] (II) UnloadModule: "fglrx"
[    43.470] (II) Unloading fglrx
[    43.470] (EE) Failed to load module "fglrx" (module does not exist, 0)
[    43.470] (II) LoadModule: "ati"
[    43.471] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    43.472] (II) Module ati: vendor="X.Org Foundation"
[    43.472] 	compiled for 1.14.3, module version = 7.2.0
[    43.472] 	Module class: X.Org Video Driver
[    43.472] 	ABI class: X.Org Video Driver, version 14.1
[    43.472] (II) LoadModule: "radeon"
[    43.476] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    43.480] (II) Module radeon: vendor="X.Org Foundation"
[    43.480] 	compiled for 1.14.3, module version = 7.2.0
[    43.480] 	Module class: X.Org Video Driver
[    43.480] 	ABI class: X.Org Video Driver, version 14.1
[    43.480] (II) LoadModule: "modesetting"
[    43.494] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    43.495] (II) Module modesetting: vendor="X.Org Foundation"
[    43.495] 	compiled for 1.14.3, module version = 0.8.0
[    43.495] 	Module class: X.Org Video Driver
[    43.495] 	ABI class: X.Org Video Driver, version 14.1
[    43.495] (II) LoadModule: "fbdev"
[    43.506] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    43.508] (II) Module fbdev: vendor="X.Org Foundation"
[    43.508] 	compiled for 1.14.3, module version = 0.4.3
[    43.508] 	Module class: X.Org Video Driver
[    43.508] 	ABI class: X.Org Video Driver, version 14.1
[    43.508] (II) LoadModule: "vesa"
[    43.519] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    43.519] (II) Module vesa: vendor="X.Org Foundation"
[    43.519] 	compiled for 1.14.3, module version = 2.3.3
[    43.523] 	Module class: X.Org Video Driver
[    43.523] 	ABI class: X.Org Video Driver, version 14.1
[    43.523] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
	OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
	HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
	BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI
[    43.565] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    43.565] (II) FBDEV: driver for framebuffer: fbdev
[    43.565] (II) VESA: driver for VESA chipsets: vesa
[    43.565] (++) using VT number 7

[    43.570] (II) [KMS] Kernel modesetting enabled.
[    43.570] (WW) Falling back to old probe method for modesetting
[    43.570] (WW) Falling back to old probe method for fbdev
[    43.573] (II) Loading sub module "fbdevhw"
[    43.573] (II) LoadModule: "fbdevhw"
[    43.582] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    43.583] (II) Module fbdevhw: vendor="X.Org Foundation"
[    43.583] 	compiled for 1.14.3, module version = 0.0.2
[    43.583] 	ABI class: X.Org Video Driver, version 14.1
[    43.583] (WW) Falling back to old probe method for vesa
[    43.583] (II) RADEON(0): Creating default Display subsection in Screen section
	"igd" for depth/fbbpp 24/32
[    43.583] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    43.583] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    43.583] (==) RADEON(0): Default visual is TrueColor
[    43.588] (==) RADEON(0): RGB weight 888
[    43.588] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    43.588] (--) RADEON(0): Chipset: "ATI Radeon HD 4600 Series" (ChipID = 0x9495)
[    43.588] (II) Loading sub module "dri2"
[    43.588] (II) LoadModule: "dri2"
[    43.588] (II) Module "dri2" already built-in
[    43.588] (II) Loading sub module "exa"
[    43.588] (II) LoadModule: "exa"
[    43.595] (II) Loading /usr/lib/xorg/modules/libexa.so
[    43.600] (II) Module exa: vendor="X.Org Foundation"
[    43.600] 	compiled for 1.14.3, module version = 2.6.0
[    43.600] 	ABI class: X.Org Video Driver, version 14.1
[    43.600] (II) RADEON(0): KMS Color Tiling: enabled
[    43.600] (II) RADEON(0): KMS Color Tiling 2D: enabled
[    43.600] (II) RADEON(0): KMS Pageflipping: enabled
[    43.600] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    43.760] (II) RADEON(0): Output DVI-0 has no monitor section
[    43.783] (II) RADEON(0): Output DVI-1 has no monitor section
[    43.795] (II) RADEON(0): Output DIN has no monitor section
[    43.934] (II) RADEON(0): EDID for output DVI-0
[    43.935] (II) RADEON(0): Manufacturer: BNQ  Model: 7889  Serial#: 21573
[    43.935] (II) RADEON(0): Year: 2011  Week: 29
[    43.935] (II) RADEON(0): EDID Version: 1.3
[    43.935] (II) RADEON(0): Digital Display Input
[    43.935] (II) RADEON(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    43.935] (II) RADEON(0): Gamma: 2.20
[    43.935] (II) RADEON(0): DPMS capabilities: Off
[    43.935] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    43.935] (II) RADEON(0): Default color space is primary color space
[    43.935] (II) RADEON(0): First detailed timing is preferred mode
[    43.935] (II) RADEON(0): redX: 0.631 redY: 0.351   greenX: 0.334 greenY: 0.621
[    43.935] (II) RADEON(0): blueX: 0.157 blueY: 0.051   whiteX: 0.313 whiteY: 0.329
[    43.935] (II) RADEON(0): Supported established timings:
[    43.935] (II) RADEON(0): 720x400@70Hz
[    43.935] (II) RADEON(0): 640x480@60Hz
[    43.935] (II) RADEON(0): 640x480@75Hz
[    43.935] (II) RADEON(0): 800x600@60Hz
[    43.935] (II) RADEON(0): 800x600@75Hz
[    43.935] (II) RADEON(0): 832x624@75Hz
[    43.935] (II) RADEON(0): 1024x768@60Hz
[    43.935] (II) RADEON(0): 1024x768@75Hz
[    43.935] (II) RADEON(0): 1280x1024@75Hz
[    43.935] (II) RADEON(0): 1152x864@75Hz
[    43.935] (II) RADEON(0): Manufacturer's mask: 0
[    43.935] (II) RADEON(0): Supported standard timings:
[    43.935] (II) RADEON(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    43.935] (II) RADEON(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    43.935] (II) RADEON(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    43.935] (II) RADEON(0): #3: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    43.935] (II) RADEON(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    43.935] (II) RADEON(0): #5: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    43.935] (II) RADEON(0): Supported detailed timing:
[    43.935] (II) RADEON(0): clock: 148.5 MHz   Image Size:  531 x 298 mm
[    43.935] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    43.935] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    43.935] (II) RADEON(0): Serial No: M7B01871SL0
[    43.935] (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    43.935] (II) RADEON(0): Monitor name: BenQ GL2440H
[    43.935] (II) RADEON(0): EDID (in hex):
[    43.935] (II) RADEON(0): 	00ffffffffffff0009d1897845540000
[    43.935] (II) RADEON(0): 	1d15010380351e782eb845a159559f28
[    43.935] (II) RADEON(0): 	0d5054a56b8081c081008180a9c0b300
[    43.935] (II) RADEON(0): 	d1c001010101023a801871382d40582c
[    43.935] (II) RADEON(0): 	4500132a2100001e000000ff004d3742
[    43.935] (II) RADEON(0): 	3031383731534c300a20000000fd0032
[    43.935] (II) RADEON(0): 	4c1e5311000a202020202020000000fc
[    43.935] (II) RADEON(0): 	0042656e5120474c32343430480a0035
[    43.941] (II) RADEON(0): Printing probed modes for output DVI-0
[    43.941] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    43.941] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    43.941] (II) RADEON(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[    43.941] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    43.941] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    43.941] (II) RADEON(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    43.941] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    43.941] (II) RADEON(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[    43.941] (II) RADEON(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[    43.941] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    43.941] (II) RADEON(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    43.941] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    43.941] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    43.941] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    43.941] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    43.941] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    43.961] (II) RADEON(0): EDID for output DVI-1
[    43.973] (II) RADEON(0): EDID for output DIN
[    43.973] (II) RADEON(0): Output DVI-0 connected
[    43.973] (II) RADEON(0): Output DVI-1 disconnected
[    43.973] (II) RADEON(0): Output DIN disconnected
[    43.973] (II) RADEON(0): Using exact sizes for initial modes
[    43.973] (II) RADEON(0): Output DVI-0 using initial mode 1920x1080
[    43.973] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    43.973] (II) RADEON(0): mem size init: gart size :3fdee000 vram size: s:40000000 visible:3f7d7000
[    43.973] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    43.973] (==) RADEON(0): DPI set to (96, 96)
[    43.973] (II) Loading sub module "fb"
[    43.973] (II) LoadModule: "fb"
[    43.974] (II) Loading /usr/lib/xorg/modules/libfb.so
[    43.975] (II) Module fb: vendor="X.Org Foundation"
[    43.975] 	compiled for 1.14.3, module version = 1.0.0
[    43.975] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    43.975] (II) Loading sub module "ramdac"
[    43.975] (II) LoadModule: "ramdac"
[    43.975] (II) Module "ramdac" already built-in
[    43.975] (II) UnloadModule: "modesetting"
[    43.976] (II) Unloading modesetting
[    43.976] (II) UnloadModule: "fbdev"
[    43.976] (II) Unloading fbdev
[    43.976] (II) UnloadSubModule: "fbdevhw"
[    43.976] (II) Unloading fbdevhw
[    43.976] (II) UnloadModule: "vesa"
[    43.976] (II) Unloading vesa
[    43.976] (--) Depth 24 pixmap format is 32 bpp
[    43.976] (II) RADEON(0): [DRI2] Setup complete
[    43.976] (II) RADEON(0): [DRI2]   DRI driver: r600
[    43.976] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[    43.979] (II) RADEON(0): Front buffer size: 8160K
[    43.979] (II) RADEON(0): VRAM usage limit set to 928825K
[    43.979] (==) RADEON(0): Backing store disabled
[    43.982] (II) RADEON(0): Direct rendering enabled
[    43.982] (II) EXA(0): Driver allocated offscreen pixmaps
[    43.982] (II) EXA(0): Driver registered support for the following operations:
[    43.982] (II)         Solid
[    43.982] (II)         Copy
[    43.982] (II)         Composite (RENDER acceleration)
[    43.982] (II)         UploadToScreen
[    43.982] (II)         DownloadFromScreen
[    43.982] (II) RADEON(0): Acceleration enabled
[    43.982] (==) RADEON(0): DPMS enabled
[    43.982] (==) RADEON(0): Silken mouse enabled
[    43.982] (II) RADEON(0): Set up textured video
[    43.982] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    43.982] (II) RADEON(0): [XvMC] Extension initialized.
[    43.983] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    43.983] (--) RandR disabled
[    44.253] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    44.253] (II) AIGLX: enabled GLX_INTEL_swap_event
[    44.253] (II) AIGLX: enabled GLX_ARB_create_context
[    44.253] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    44.253] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    44.253] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    44.253] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    44.255] (II) AIGLX: Loaded and initialized r600
[    44.255] (II) GLX: Initialized DRI2 GL provider for screen 0
[    44.257] (II) RADEON(0): Setting screen physical size to 507 x 285
[    44.396] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    44.396] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    44.396] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    44.396] (**) Power Button: Applying InputClass "LocalKeyboard"
[    44.396] (II) LoadModule: "evdev"
[    44.400] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.403] (II) Module evdev: vendor="X.Org Foundation"
[    44.403] 	compiled for 1.14.3, module version = 2.8.1
[    44.403] 	Module class: X.Org XInput Driver
[    44.403] 	ABI class: X.Org XInput driver, version 19.1
[    44.403] (II) Using input driver 'evdev' for 'Power Button'
[    44.403] (**) Power Button: always reports core events
[    44.403] (**) evdev: Power Button: Device: "/dev/input/event4"
[    44.403] (--) evdev: Power Button: Vendor 0 Product 0x1
[    44.403] (--) evdev: Power Button: Found keys
[    44.403] (II) evdev: Power Button: Configuring as keyboard
[    44.403] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    44.403] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    44.403] (**) Option "xkb_rules" "evdev"
[    44.403] (**) Option "xkb_model" "pc104"
[    44.403] (**) Option "xkb_layout" "de"
[    44.403] (**) Option "xkb_variant" "nodeadkeys"
[    44.478] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    44.479] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    44.479] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    44.479] (**) Power Button: Applying InputClass "LocalKeyboard"
[    44.479] (II) Using input driver 'evdev' for 'Power Button'
[    44.479] (**) Power Button: always reports core events
[    44.479] (**) evdev: Power Button: Device: "/dev/input/event2"
[    44.479] (--) evdev: Power Button: Vendor 0 Product 0x1
[    44.479] (--) evdev: Power Button: Found keys
[    44.479] (II) evdev: Power Button: Configuring as keyboard
[    44.479] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    44.479] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    44.479] (**) Option "xkb_rules" "evdev"
[    44.479] (**) Option "xkb_model" "pc104"
[    44.479] (**) Option "xkb_layout" "de"
[    44.479] (**) Option "xkb_variant" "nodeadkeys"
[    44.481] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    44.481] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    44.481] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    44.481] (**) Sleep Button: Applying InputClass "LocalKeyboard"
[    44.481] (II) Using input driver 'evdev' for 'Sleep Button'
[    44.481] (**) Sleep Button: always reports core events
[    44.481] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[    44.481] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    44.481] (--) evdev: Sleep Button: Found keys
[    44.481] (II) evdev: Sleep Button: Configuring as keyboard
[    44.482] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[    44.482] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    44.482] (**) Option "xkb_rules" "evdev"
[    44.482] (**) Option "xkb_model" "pc104"
[    44.482] (**) Option "xkb_layout" "de"
[    44.482] (**) Option "xkb_variant" "nodeadkeys"
[    44.483] (II) config/udev: Adding drm device (/dev/dri/card0)
[    44.484] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    44.485] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    44.485] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    44.485] (**) AT Translated Set 2 keyboard: Applying InputClass "LocalKeyboard"
[    44.485] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    44.485] (**) AT Translated Set 2 keyboard: always reports core events
[    44.485] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    44.485] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    44.485] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    44.485] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    44.485] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    44.485] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    44.485] (**) Option "xkb_rules" "evdev"
[    44.485] (**) Option "xkb_model" "pc104"
[    44.485] (**) Option "xkb_layout" "de"
[    44.485] (**) Option "xkb_variant" "nodeadkeys"
[    44.487] (II) config/udev: Adding input device PS/2 Logitech Mouse (/dev/input/event1)
[    44.487] (**) PS/2 Logitech Mouse: Applying InputClass "evdev pointer catchall"
[    44.487] (**) PS/2 Logitech Mouse: Applying InputClass "evdev pointer catchall"
[    44.487] (II) Using input driver 'evdev' for 'PS/2 Logitech Mouse'
[    44.487] (**) PS/2 Logitech Mouse: always reports core events
[    44.487] (**) evdev: PS/2 Logitech Mouse: Device: "/dev/input/event1"
[    44.488] (--) evdev: PS/2 Logitech Mouse: Vendor 0x2 Product 0x1
[    44.488] (--) evdev: PS/2 Logitech Mouse: Found 3 mouse buttons
[    44.488] (--) evdev: PS/2 Logitech Mouse: Found relative axes
[    44.488] (--) evdev: PS/2 Logitech Mouse: Found x and y relative axes
[    44.488] (II) evdev: PS/2 Logitech Mouse: Configuring as mouse
[    44.488] (**) evdev: PS/2 Logitech Mouse: YAxisMapping: buttons 4 and 5
[    44.488] (**) evdev: PS/2 Logitech Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    44.488] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input1/event1"
[    44.488] (II) XINPUT: Adding extended input device "PS/2 Logitech Mouse" (type: MOUSE, id 10)
[    44.488] (II) evdev: PS/2 Logitech Mouse: initialized for relative axes.
[    44.489] (**) PS/2 Logitech Mouse: (accel) keeping acceleration scheme 1
[    44.489] (**) PS/2 Logitech Mouse: (accel) acceleration profile 0
[    44.489] (**) PS/2 Logitech Mouse: (accel) acceleration factor: 2.000
[    44.489] (**) PS/2 Logitech Mouse: (accel) acceleration threshold: 4
[    44.491] (II) config/udev: Adding input device PS/2 Logitech Mouse (/dev/input/mouse0)
[    44.491] (II) No input driver specified, ignoring this device.
[    44.491] (II) This device may have been added with another device file.
[    44.492] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    44.492] (II) No input driver specified, ignoring this device.
[    44.492] (II) This device may have been added with another device file.
[    49.349] (II) AIGLX: Suspending AIGLX clients for VT switch
[   152.619] (II) AIGLX: Resuming AIGLX clients after VT switch
[   152.954] (II) RADEON(0): EDID vendor "BNQ", prod id 30857
[   152.954] (II) RADEON(0): Using EDID range info for horizontal sync
[   152.954] (II) RADEON(0): Using EDID range info for vertical refresh
[   152.954] (II) RADEON(0): Printing DDC gathered Modelines:
[   152.954] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   152.954] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   152.954] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   152.954] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   152.954] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   152.954] (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   152.954] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   152.954] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   152.954] (II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   152.954] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   152.954] (II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   152.954] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[   152.954] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   152.954] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   152.954] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[   152.954] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   152.954] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[   152.982] setversion 1.4 failed
[   159.724] (II) RADEON(0): EDID vendor "BNQ", prod id 30857
[   159.724] (II) RADEON(0): Using hsync ranges from config file
[   159.724] (II) RADEON(0): Using vrefresh ranges from config file
[   159.724] (II) RADEON(0): Printing DDC gathered Modelines:
[   159.725] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   159.725] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   159.725] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   159.725] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   159.725] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   159.725] (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   159.725] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   159.725] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   159.725] (II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   159.725] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   159.725] (II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   159.725] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[   159.725] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   159.725] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   159.725] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[   159.725] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   159.725] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[   170.965] (II) RADEON(0): EDID vendor "BNQ", prod id 30857
[   170.965] (II) RADEON(0): Using hsync ranges from config file
[   170.965] (II) RADEON(0): Using vrefresh ranges from config file
[   170.965] (II) RADEON(0): Printing DDC gathered Modelines:
[   170.966] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   170.966] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   170.966] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   170.966] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   170.966] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   170.966] (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   170.966] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   170.966] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   170.966] (II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   170.966] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   170.966] (II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   170.966] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[   170.966] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   170.966] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   170.966] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[   170.966] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   170.966] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space
  2013-09-30 11:36 ` Daniel Vetter
  2013-09-30 12:04   ` Dieter Nützel
@ 2013-10-02 19:20   ` John Hupp
  2013-10-04 13:44     ` Dieter Nützel
  1 sibling, 1 reply; 8+ messages in thread
From: John Hupp @ 2013-10-02 19:20 UTC (permalink / raw)
  To: Daniel Vetter, dri-devel

On 9/30/2013 7:36 AM, Daniel Vetter wrote:
> On Sat, Sep 28, 2013 at 12:49:24PM -0400, John Hupp wrote:
>> [I emailed the list with this same material on 9/13, but it has
>> received no response and someone on the Ubuntu kernel team suggested
>> that I change the email Subject from "Re: Moving a bug upstream per
>> downstream request, emailing the maintainers" to the more
>> descriptive one above.]
>>
>> When I emailed the maintainers with the report below on 8/15 (and
>> archived at http://lists.freedesktop.org/archives/dri-devel/2013-August/043876.html),
>> a response came on 8/16:
>>
>> "It's a flash bug. They ignore the format of the Window that they
>> PutImage to. (Worse, they create an image of the right depth or else X
>> would reject the PutImage with a BadMatch and then render incorrect
>> pixel data into it.)"
>>
>> Despite that, someone on the Ubuntu kernel team asserted "at a
>> minimum a non-flash regression exists going from Quantal to Raring,"
>> and urged me to proceed with upstream kernel bisection.
>>
>> I finally finished that, and arrived at the result:
> Still a flash bug. This commit simply enables rgb555 in the kernel, which
> sna likes to use on gen2/3. Flash is just too dense and always presumes
> xrgb8888. Adding
>
> Section "Screen"
>          Identifier "igd"
>          DefaultDepth 24
> EndSection
>
> to your xorg.conf will work around.
> -Daniel

*Thanks!  That successfully works around the Flash problem with the 
Intel driver/chipsets that I reported on.  We have at least 4 of those 
machines here.*
>
>> 57779d06367a915ee03e6cb918d7575f0a46e419 is the first bad commit
>> commit 57779d06367a915ee03e6cb918d7575f0a46e419
>> Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
>> Date: Wed Oct 31 17:50:14 2012 +0200
>>
>>      drm/i915: Fix display pixel format handling
>>
>>      Fix support for all RGB/BGR pixel formats (except the
>> 16:16:16:16 float
>>      format).
>>
>>      Fix intel_init_framebuffer() to match hardware and driver limitations:
>>      * RGB332 is not supported at all
>>      * CI8 is supported
>>      * XRGB1555 & co. are supported on Gen3 and earlier
>>      * XRGB210101010 & co. are supported from Gen4 onwards
>>      * BGR formats are supported from Gen4 onwards
>>      * YUV formats are supported from Gen5 onwards (driver limitation)
>>
>>      Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
>>      Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
>>      Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
>>
>> :040000 040000 334e1536b3513d0c329a8bb6360593d12065b71d
>> bf0996ec13cbee07156c5e9f98dcdee30200e658 M drivers
>>
>> -------------------------------------
>>
>> The git bisect log:
>>
>> git bisect start
>> # good: [29594404d7fe73cd80eaa4ee8c43dcc53970c60e] Linux 3.7
>> git bisect good 29594404d7fe73cd80eaa4ee8c43dcc53970c60e
>> # bad: [9931faca02c604c22335f5a935a501bb2ace6e20] Linux 3.8-rc3
>> git bisect bad 9931faca02c604c22335f5a935a501bb2ace6e20
>> # good: [db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070] Merge tag 'dt' of
>> git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
>> git bisect good db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070
>> # bad: [3c2e81ef344a90bb0a39d84af6878b4aeff568a2] Merge branch
>> 'drm-next' of git://people.freedesktop.org/~airlied/linux
>> git bisect bad 3c2e81ef344a90bb0a39d84af6878b4aeff568a2
>> # good: [d8c532c40721f7507896d202b8cae3b3642d2b0d] Merge branch
>> 'v4l_for_linus' of
>> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
>> git bisect good d8c532c40721f7507896d202b8cae3b3642d2b0d
>> # good: [2a74dbb9a86e8102dcd07d284135b4530a84826e] Merge branch
>> 'for-linus' of
>> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
>> git bisect good 2a74dbb9a86e8102dcd07d284135b4530a84826e
>> # bad: [124ea297c8f0e0a3a567af0894fdbe05caaf80ec] drm/nouveau: unpin
>> pushbuffer bo before destroying it
>> git bisect bad 124ea297c8f0e0a3a567af0894fdbe05caaf80ec
>> # bad: [12f3382bc0262e981a2e58aca900cbbdbbe66825] drm/i915:
>> implement WaDisablePSDDualDispatchEnable on IVB & VLV
>> git bisect bad 12f3382bc0262e981a2e58aca900cbbdbbe66825
>> # good: [20474e90c948545c51da95689b8342a4f3bbaeb6] drm/i915: fix
>> checks inside ironlake_crtc_{enable, disable}
>> git bisect good 20474e90c948545c51da95689b8342a4f3bbaeb6
>> # good: [00c09d70df6b30c980f20facc1db3def3f5a637e] drm/i915: create
>> the DDI encoder
>> git bisect good 00c09d70df6b30c980f20facc1db3def3f5a637e
>> # bad: [a35f267946947b3798827a783d82d3d2aa55697d] drm/i915: remove
>> IBX code from lpt_enable_pch_transcoder
>> git bisect bad a35f267946947b3798827a783d82d3d2aa55697d
>> # bad: [9256aa195d3badd009bf4addee6c3ae39879b8a6] drm/i915: move
>> encoder->mode_set calls to crtc_mode_set
>> git bisect bad 9256aa195d3badd009bf4addee6c3ae39879b8a6
>> # good: [e7210c3c4f0d05e318b854bbd545fe335930c5cc] drm/i915: move
>> more pte encoding to pte encode
>> git bisect good e7210c3c4f0d05e318b854bbd545fe335930c5cc
>> # bad: [90f9a336f56318d4f21a29e8ef063cb70fe7dd11] drm/i915: Check
>> the framebuffer offset
>> git bisect bad 90f9a336f56318d4f21a29e8ef063cb70fe7dd11
>> # bad: [5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e] drm/i915: Check
>> framebuffer stride more thoroughly
>> git bisect bad 5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e
>> # bad: [57779d06367a915ee03e6cb918d7575f0a46e419] drm/i915: Fix
>> display pixel format handling
>> git bisect bad 57779d06367a915ee03e6cb918d7575f0a46e419
>>
>> -------------------------------------
>>
>> After finishing the kernel bisection, I also tested the new latest
>> mainline kernel (3.11.0-031100-generic, modified 9-2-13) and found
>> that it still suffers from the bug.
>>
>> Software Update also offered an updated version of the
>> Flashplugin-Installer (updating 11.2.202.297 to 11.2.202.310), but
>> that did not fix the problem either.
>>
>> -------------------------------------
>> THE ORIGINAL REPORT:
>>
>> [1.] One line summary of the problem:
>> Flash 11.2 content displays in shades of green and purple only, and in a
>> horizontally compressed space
>>
>> [2.] Full description of the problem/report:
>> The full downstream bug report is at
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455 , but my
>> description from there:
>>
>> In my testing with the Intel driver using its default acceleration:
>> - Flash 11.2 works on Quantal with the 3.5 kernel
>> - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots
>> to a low-res desktop with a frozen pointer)
>> - Flash 11.2 works on Raring also with the 3.6.11-030611 or
>> 3.7.10-030710 mainline kernels
>> - Flash 11.8 works on Raring with the 3.8 kernel (in Chrome)
>> - Flash 11.2 fails on Raring with the 3.8 kernel
>> - Flash 11.2 fails on Raring with the latest mainline kernel,
>> 3.11.0-031100rc5
>> - Flash 11.2 fails on Saucy alpha 2 with its default kernel
>>
>> Disabling Flash *hardware* acceleration altogether (via R-click in the
>> Flash display window: Settings: General tab) did not fix the problem.
>>
>> WORKAROUND: Setting the Intel driver's acceleration method to UXA rather
>> than its default SNA *always* fixes the Flash problem, but causes a
>> garbled login screen under LightDM that so far has no workaround.
>>
>> I also tried one possible fix for the default Intel SNA acceleration
>> using the TearFree option. I created /etc/X11/xorg.conf.d/20-intel.conf
>> with contents:
>>      Section "Device"
>>         Identifier "Intel Graphics"
>>         Driver "intel"
>>         Option "AccelMethod" "sna"
>>         Option "TearFree" "true"
>>      EndSection
>> But this had no effect.
>>
>> [3.] Keywords (i.e., modules, networking, kernel):
>> I'm a newbie hanging on by my fingernails here -- I have no idea about
>> appropriate keywords.
>>
>> [4.] Kernel version (from /proc/version):
>> Linux version 3.11.0-031100rc5-generic (apw@gomeisa) (gcc version 4.6.3
>> (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201308112135 SMP Mon Aug 12 01:44:44
>> UTC 2013
>>
>> [5.] Output of Oops.. message (if applicable) with symbolic information
>> resolved (see Documentation/oops-tracing.txt)
>>
>> [6.] A small shell script or example program which triggers the problem
>> (if possible)
>>
>> [7.] Environment
>> Description:    Ubuntu 13.04
>> Release:    13.04
>>
>> [7.1.] Software (add the output of the ver_linux script here)
>> If some fields are empty or look unusual you may have an old version.
>> Compare to the current minimal requirements in Documentation/Changes.
>>
>> Linux Dimension 3.11.0-031100rc5-generic #201308112135 SMP Mon Aug 12
>> 01:44:44 UTC 2013 i686 i686 i686 GNU/Linux
>>
>> Gnu C /usr/src/linux-headers-3.11.0-031100rc5-generic/scripts/ver_linux:
>> binutils
>> util-linux             2.20.1
>> mount                  support
>> module-init-tools      9
>> e2fsprogs              1.42.5
>> PPP                    2.4.5
>> Linux C Library        2.17
>> Dynamic linker (ldd)   2.17
>> Procps                 3.3.3
>> Net-tools              1.60
>> Kbd                    1.15.5
>> Sh-utils               8.20
>> wireless-tools         30
>> Modules Loaded         nls_iso8859_1 usb_storage snd_intel8x0
>> snd_ac97_codec ac97_bus bnep snd_pcm rfcomm bluetooth ppdev
>> snd_page_alloc gpio_ich snd_seq_midi snd_seq_midi_event snd_rawmidi
>> snd_seq dcdbas snd_seq_device i915 snd_timer video snd psmouse
>> drm_kms_helper serio_raw soundcore drm i2c_algo_bit parport_pc lpc_ich
>> shpchp lp mac_hid parport b44 ssb mii floppy
>>
>> [7.2.] Processor information (from /proc/cpuinfo):
>> processor    : 0
>> vendor_id    : GenuineIntel
>> cpu family    : 15
>> model        : 2
>> model name    : Intel(R) Celeron(R) CPU 2.40GHz
>> stepping    : 9
>> microcode    : 0x17
>> cpu MHz        : 2392.420
>> cache size    : 128 KB
>> fdiv_bug    : no
>> f00f_bug    : no
>> coma_bug    : no
>> fpu        : yes
>> fpu_exception    : yes
>> cpuid level    : 2
>> wp        : yes
>> flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
>> cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts
>> cid xtpr
>> bogomips    : 4784.84
>> clflush size    : 64
>> cache_alignment    : 128
>> address sizes    : 36 bits physical, 32 bits virtual
>> power management:
>>
>> [7.3.] Module information (from /proc/modules):
>> nls_iso8859_1 12617 1 - Live 0x00000000
>> usb_storage 48631 1 - Live 0x00000000
>> snd_intel8x0 33458 1 - Live 0x00000000
>> snd_ac97_codec 110295 1 snd_intel8x0, Live 0x00000000
>> ac97_bus 12642 1 snd_ac97_codec, Live 0x00000000
>> bnep 19143 2 - Live 0x00000000
>> snd_pcm 94597 2 snd_intel8x0,snd_ac97_codec, Live 0x00000000
>> rfcomm 58965 0 - Live 0x00000000
>> bluetooth 337841 10 bnep,rfcomm, Live 0x00000000
>> ppdev 17423 0 - Live 0x00000000
>> snd_page_alloc 18398 2 snd_intel8x0,snd_pcm, Live 0x00000000
>> gpio_ich 13278 0 - Live 0x00000000
>> snd_seq_midi 13132 0 - Live 0x00000000
>> snd_seq_midi_event 14475 1 snd_seq_midi, Live 0x00000000
>> snd_rawmidi 25157 1 snd_seq_midi, Live 0x00000000
>> snd_seq 55716 2 snd_seq_midi,snd_seq_midi_event, Live 0x00000000
>> dcdbas 14456 0 - Live 0x00000000
>> snd_seq_device 14137 3 snd_seq_midi,snd_rawmidi,snd_seq, Live 0x00000000
>> i915 606994 2 - Live 0x00000000
>> snd_timer 28930 2 snd_pcm,snd_seq, Live 0x00000000
>> video 19046 1 i915, Live 0x00000000
>> snd 61270 10
>> snd_intel8x0,snd_ac97_codec,snd_pcm,snd_seq_midi,snd_rawmidi,snd_seq,snd_seq_device,snd_timer,
>>
>> Live 0x00000000
>> psmouse 92607 0 - Live 0x00000000
>> drm_kms_helper 47306 1 i915, Live 0x00000000
>> serio_raw 13189 0 - Live 0x00000000
>> soundcore 12600 1 snd, Live 0x00000000
>> drm 247743 3 i915,drm_kms_helper, Live 0x00000000
>> i2c_algo_bit 13316 1 i915, Live 0x00000000
>> parport_pc 32114 1 - Live 0x00000000
>> lpc_ich 16987 0 - Live 0x00000000
>> shpchp 32265 0 - Live 0x00000000
>> lp 13359 0 - Live 0x00000000
>> mac_hid 13077 0 - Live 0x00000000
>> parport 40930 3 ppdev,parport_pc,lp, Live 0x00000000
>> b44 31223 0 - Live 0x00000000
>> ssb 56410 1 b44, Live 0x00000000
>> mii 13693 1 b44, Live 0x00000000
>> floppy 60183 0 - Live 0x00000000
>>
>> [7.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)
>> 0000-001f : dma1
>> 0020-0021 : pic1
>> 0040-0043 : timer0
>> 0050-0053 : timer1
>> 0060-0060 : keyboard
>> 0064-0064 : keyboard
>> 0070-007f : rtc0
>> 0080-008f : dma page reg
>> 00a0-00a1 : pic2
>> 00c0-00df : dma2
>> 00f0-00ff : fpu
>> 0170-0177 : 0000:00:1f.1
>>    0170-0177 : ata_piix
>> 01f0-01f7 : 0000:00:1f.1
>>    01f0-01f7 : ata_piix
>> 0376-0376 : 0000:00:1f.1
>>    0376-0376 : ata_piix
>> 0378-037a : parport0
>> 03f2-03f2 : floppy
>> 03f4-03f5 : floppy
>> 03f6-03f6 : 0000:00:1f.1
>>    03f6-03f6 : ata_piix
>> 03f7-03f7 : floppy
>> 03f8-03ff : serial
>> 0778-077a : parport0
>> 0800-0803 : ACPI PM1a_EVT_BLK
>> 0804-0805 : ACPI PM1a_CNT_BLK
>> 0808-080b : ACPI PM_TMR
>> 0810-0815 : ACPI CPU throttle
>> 0828-082f : ACPI GPE0_BLK
>> 0830-0833 : iTCO_wdt
>> 0860-087f : iTCO_wdt
>> 0880-08bf : gpio_ich
>>    0880-08bf : 0000:00:1f.0
>> 0c00-0c7f : pnp 00:0a
>> 0cf8-0cff : PCI conf1
>> d000-dfff : PCI Bus 0000:01
>>    de00-deff : 0000:01:05.0
>>      de08-de0f : serial
>>      de10-de17 : serial
>>      de18-de1f : serial
>>      de20-de27 : serial
>>      de28-de2f : serial
>>      de60-de67 : serial
>> eda0-edbf : 0000:00:1f.3
>> edc0-edff : 0000:00:1f.5
>>    edc0-edff : Intel 82801DB-ICH4
>> ee00-eeff : 0000:00:1f.5
>>    ee00-eeff : Intel 82801DB-ICH4
>> ff40-ff5f : 0000:00:1d.2
>>    ff40-ff5f : uhci_hcd
>> ff60-ff7f : 0000:00:1d.1
>>    ff60-ff7f : uhci_hcd
>> ff80-ff9f : 0000:00:1d.0
>>    ff80-ff9f : uhci_hcd
>> ffa0-ffaf : 0000:00:1f.1
>>    ffa0-ffaf : ata_piix
>>
>> 00000000-00000fff : reserved
>> 00001000-0009ffff : System RAM
>> 000a0000-000bffff : Video RAM area
>> 000c0000-000cb7ff : Video ROM
>> 000cd000-000cffff : Adapter ROM
>> 000f0000-000fffff : reserved
>>    000f0000-000fffff : System ROM
>> 00100000-3f773fff : System RAM
>>    01000000-016691e2 : Kernel code
>>    016691e3-019bcfbf : Kernel data
>>    01aa1000-01b94fff : Kernel bss
>> 3f774000-3f775fff : ACPI Non-volatile Storage
>> 3f776000-3f796fff : ACPI Tables
>> 3f797000-3f7fffff : reserved
>> 3f800000-3fffffff : RAM buffer
>> e8000000-efffffff : 0000:00:02.0
>> f0000000-f7ffffff : 0000:00:00.0
>> fe900000-feafffff : PCI Bus 0000:01
>>    fe9fd000-fe9fdfff : 0000:01:05.0
>>    fe9fe000-fe9fffff : 0000:01:09.0
>>      fe9fe000-fe9fffff : b44
>>    fea00000-fea03fff : 0000:01:09.0
>> feb7f900-feb7f9ff : 0000:00:1f.5
>>    feb7f900-feb7f9ff : Intel 82801DB-ICH4
>> feb7fa00-feb7fbff : 0000:00:1f.5
>>    feb7fa00-feb7fbff : Intel 82801DB-ICH4
>> feb7fc00-feb7ffff : 0000:00:1f.1
>> feb80000-febfffff : 0000:00:02.0
>> fec00000-fec0ffff : reserved
>>    fec00000-fec003ff : IOAPIC 0
>> fecf0000-fecf0fff : pnp 00:00
>> fee00000-fee0ffff : reserved
>>    fee00000-fee0ffff : pnp 00:00
>>      fee00000-fee00fff : Local APIC
>> ffa80800-ffa80bff : 0000:00:1d.7
>>    ffa80800-ffa80bff : ehci_hcd
>> ffb00000-ffffffff : reserved
>>    ffb00000-ffbfffff : pnp 00:00
>>    ffc00000-ffffffff : pnp 00:00
>>
>> [7.5.] PCI information ('lspci -vvv' as root)
>> 00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM
>> Controller/Host-Hub Interface (rev 01)
>>      Subsystem: Dell Device 0160
>>      Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR+ FastB2B- DisINTx-
>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
>> <TAbort- <MAbort+ >SERR- <PERR- INTx-
>>      Latency: 0
>>      Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M]
>>      Capabilities: [e4] Vendor Specific Information: Len=05 <?>
>>      Kernel driver in use: agpgart-intel
>>
>> 00:02.0 VGA compatible controller: Intel Corporation
>> 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
>> (prog-if 00 [VGA controller])
>>      Subsystem: Dell Device 0160
>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR- FastB2B- DisINTx-
>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Latency: 0
>>      Interrupt: pin A routed to IRQ 16
>>      Region 0: Memory at e8000000 (32-bit, prefetchable) [size=128M]
>>      Region 1: Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
>>      Expansion ROM at <unassigned> [disabled]
>>      Capabilities: [d0] Power Management version 1
>>          Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
>> PME(D0-,D1-,D2-,D3hot-,D3cold-)
>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>      Kernel driver in use: i915
>>
>> 00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM
>> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
>>      Subsystem: Dell Device 0160
>>      Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR- FastB2B- DisINTx-
>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Latency: 0
>>      Interrupt: pin A routed to IRQ 16
>>      Region 4: I/O ports at ff80 [size=32]
>>      Kernel driver in use: uhci_hcd
>>
>> 00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM
>> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
>>      Subsystem: Dell Device 0160
>>      Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR- FastB2B- DisINTx-
>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Latency: 0
>>      Interrupt: pin B routed to IRQ 19
>>      Region 4: I/O ports at ff60 [size=32]
>>      Kernel driver in use: uhci_hcd
>>
>> 00:1d.2 USB controller: Intel Corporation 82801DB/DBL/DBM
>> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
>>      Subsystem: Dell Device 0160
>>      Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR- FastB2B- DisINTx-
>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Latency: 0
>>      Interrupt: pin C routed to IRQ 18
>>      Region 4: I/O ports at ff40 [size=32]
>>      Kernel driver in use: uhci_hcd
>>
>> 00:1d.7 USB controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2
>> EHCI Controller (rev 01) (prog-if 20 [EHCI])
>>      Subsystem: Dell Device 0160
>>      Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR+ FastB2B- DisINTx-
>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Latency: 0
>>      Interrupt: pin D routed to IRQ 23
>>      Region 0: Memory at ffa80800 (32-bit, non-prefetchable) [size=1K]
>>      Capabilities: [50] Power Management version 2
>>          Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
>> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
>>      Capabilities: [58] Debug port: BAR=1 offset=0080
>>      Kernel driver in use: ehci-pci
>>
>> 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81) (prog-if
>> 00 [Normal decode])
>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR+ FastB2B- DisINTx-
>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort+
>> <TAbort- <MAbort- >SERR- <PERR+ INTx-
>>      Latency: 0
>>      Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
>>      I/O behind bridge: 0000d000-0000dfff
>>      Memory behind bridge: fe900000-feafffff
>>      Prefetchable memory behind bridge: fff00000-000fffff
>>      Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- <SERR- <PERR-
>>      BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>>          PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>>
>> 00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC
>> Interface Bridge (rev 01)
>>      Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr-
>> Stepping- SERR+ FastB2B- DisINTx-
>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Latency: 0
>>      Kernel driver in use: lpc_ich
>>
>> 00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller
>> (rev 01) (prog-if 8a [Master SecP PriP])
>>      Subsystem: Dell Device 0160
>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR- FastB2B- DisINTx-
>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Latency: 0
>>      Interrupt: pin A routed to IRQ 18
>>      Region 0: I/O ports at 01f0 [size=8]
>>      Region 1: I/O ports at 03f4 [size=1]
>>      Region 2: I/O ports at 0170 [size=8]
>>      Region 3: I/O ports at 0374 [size=1]
>>      Region 4: I/O ports at ffa0 [size=16]
>>      Region 5: Memory at feb7fc00 (32-bit, non-prefetchable) [size=1K]
>>      Kernel driver in use: ata_piix
>>
>> 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
>> SMBus Controller (rev 01)
>>      Subsystem: Dell Device 0160
>>      Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR- FastB2B- DisINTx-
>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Interrupt: pin B routed to IRQ 3
>>      Region 4: I/O ports at eda0 [size=32]
>>
>> 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM
>> (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
>>      Subsystem: Dell Device 0160
>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR- FastB2B- DisINTx-
>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Latency: 0
>>      Interrupt: pin B routed to IRQ 17
>>      Region 0: I/O ports at ee00 [size=256]
>>      Region 1: I/O ports at edc0 [size=64]
>>      Region 2: Memory at feb7fa00 (32-bit, non-prefetchable) [size=512]
>>      Region 3: Memory at feb7f900 (32-bit, non-prefetchable) [size=256]
>>      Capabilities: [50] Power Management version 2
>>          Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
>> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>      Kernel driver in use: snd_intel8x0
>>
>> 01:05.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem PCI
>> (rev 04) (prog-if 00 [Generic])
>>      Subsystem: Dell Device 1000
>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr-
>> Stepping+ SERR+ FastB2B- DisINTx-
>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64 bytes
>>      Interrupt: pin A routed to IRQ 17
>>      Region 0: Memory at fe9fd000 (32-bit, non-prefetchable) [size=4K]
>>      Region 1: I/O ports at de00 [size=256]
>>      Capabilities: [80] Power Management version 2
>>          Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
>> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>      Kernel driver in use: serial
>>
>> 01:09.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T
>> (rev 01)
>>      Subsystem: Dell Device 8127
>>      Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR+ FastB2B- DisINTx-
>>      Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>      Latency: 64
>>      Interrupt: pin A routed to IRQ 17
>>      Region 0: Memory at fe9fe000 (32-bit, non-prefetchable) [size=8K]
>>      Expansion ROM at fea00000 [disabled] [size=16K]
>>      Capabilities: [40] Power Management version 2
>>          Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
>> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=2 PME-
>>      Kernel driver in use: b44
>>
>> [7.6.] SCSI information (from /proc/scsi/scsi)
>> Attached devices:
>> Host: scsi0 Channel: 00 Id: 00 Lun: 00
>>    Vendor: ATA      Model: WDC WD300EB-75CP Rev: 06.0
>>    Type:   Direct-Access                    ANSI  SCSI revision: 05
>> Host: scsi1 Channel: 00 Id: 00 Lun: 00
>>    Vendor: SONY     Model: DVD-ROM DDU1615  Rev: FDS1
>>    Type:   CD-ROM                           ANSI  SCSI revision: 05
>> Host: scsi2 Channel: 00 Id: 00 Lun: 00
>>    Vendor: Simple   Model: Bonzai Xpress    Rev: 0.00
>>    Type:   Direct-Access                    ANSI  SCSI revision: 02
>>
>> [7.7.] Other information that might be relevant to the problem (please
>> look in /proc and include all information that you think to be relevant):
>> ls /proc:
>>
>> 1
>> 10
>> 1007
>> 1016
>> 1018
>> 11
>> 1109
>> 12
>> 1220
>> 13
>> 1334
>> 135
>> 1381
>> 14
>> 1421
>> 1424
>> 1425
>> 1438
>> 1445
>> 1449
>> 1453
>> 1458
>> 1459
>> 1463
>> 1465
>> 1467
>> 1470
>> 1475
>> 1480
>> 1494
>> 15
>> 1509
>> 1511
>> 1516
>> 1523
>> 1526
>> 1529
>> 1541
>> 1546
>> 1550
>> 1564
>> 1566
>> 1571
>> 1586
>> 16
>> 1611
>> 1614
>> 1615
>> 1616
>> 1617
>> 1618
>> 1642
>> 1645
>> 1646
>> 1647
>> 17
>> 18
>> 19
>> 1944
>> 1952
>> 1962
>> 1970
>> 1981
>> 1989
>> 1992
>> 2
>> 20
>> 21
>> 22
>> 223
>> 224
>> 225
>> 23
>> 24
>> 25
>> 26
>> 27
>> 28
>> 29
>> 3
>> 30
>> 307
>> 318
>> 323
>> 4
>> 41
>> 43
>> 44
>> 46
>> 47
>> 5
>> 531
>> 66
>> 667
>> 67
>> 684
>> 687
>> 7
>> 706
>> 736
>> 759
>> 775
>> 8
>> 802
>> 885
>> 894
>> 9
>> 906
>> 910
>> 915
>> 951
>> 971
>> 983
>> 994
>> 996
>> 998
>> acpi
>> asound
>> buddyinfo
>> bus
>> cgroups
>> cmdline
>> consoles
>> cpuinfo
>> crypto
>> devices
>> diskstats
>> dma
>> dri
>> driver
>> execdomains
>> fb
>> filesystems
>> fs
>> interrupts
>> iomem
>> ioports
>> irq
>> kallsyms
>> kcore
>> key-users
>> kmsg
>> kpagecount
>> kpageflags
>> latency_stats
>> loadavg
>> locks
>> mdstat
>> meminfo
>> misc
>> modules
>> mounts
>> mtrr
>> net
>> pagetypeinfo
>> partitions
>> sched_debug
>> schedstat
>> scsi
>> self
>> slabinfo
>> softirqs
>> stat
>> swaps
>> sys
>> sysrq-trigger
>> sysvipc
>> timer_list
>> timer_stats
>> tty
>> uptime
>> version
>> vmallocinfo
>> vmstat
>> zoneinfo
>>
>> [X.] Other notes, patches, fixes, workarounds:
>>
>>
>>
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space
  2013-10-02 19:20   ` John Hupp
@ 2013-10-04 13:44     ` Dieter Nützel
  2013-10-04 14:47       ` John Hupp
  0 siblings, 1 reply; 8+ messages in thread
From: Dieter Nützel @ 2013-10-04 13:44 UTC (permalink / raw)
  To: John Hupp; +Cc: Christian König, dri-devel

Am 02.10.2013 21:20, schrieb John Hupp:
> On 9/30/2013 7:36 AM, Daniel Vetter wrote:
>> On Sat, Sep 28, 2013 at 12:49:24PM -0400, John Hupp wrote:
>>> [I emailed the list with this same material on 9/13, but it has
>>> received no response and someone on the Ubuntu kernel team suggested
>>> that I change the email Subject from "Re: Moving a bug upstream per
>>> downstream request, emailing the maintainers" to the more
>>> descriptive one above.]
>>> 
>>> When I emailed the maintainers with the report below on 8/15 (and
>>> archived at 
>>> http://lists.freedesktop.org/archives/dri-devel/2013-August/043876.html),
>>> a response came on 8/16:
>>> 
>>> "It's a flash bug. They ignore the format of the Window that they
>>> PutImage to. (Worse, they create an image of the right depth or else 
>>> X
>>> would reject the PutImage with a BadMatch and then render incorrect
>>> pixel data into it.)"
>>> 
>>> Despite that, someone on the Ubuntu kernel team asserted "at a
>>> minimum a non-flash regression exists going from Quantal to Raring,"
>>> and urged me to proceed with upstream kernel bisection.
>>> 
>>> I finally finished that, and arrived at the result:
>> Still a flash bug. This commit simply enables rgb555 in the kernel, 
>> which
>> sna likes to use on gen2/3. Flash is just too dense and always 
>> presumes
>> xrgb8888. Adding
>> 
>> Section "Screen"
>>          Identifier "igd"
>>          DefaultDepth 24
>> EndSection
>> 
>> to your xorg.conf will work around.
>> -Daniel
> 
> *Thanks!  That successfully works around the Flash problem with the
> Intel driver/chipsets that I reported on.  We have at least 4 of those
> machines here.*

Hello John,

which 'special' Flash version are you running?
I see that you have an Celeron so YOU can use the SSE2 enabled version, 
which I can't 'cause a have old Athlon/Duron without SSE2.

Do you have to fiddle with

/etc/vdpau_wrapper.cfg
enable_flash_uv_swap=1
disable_flash_pq_bg_color=1
?

I can't get around the green and purple colors, but NO line distortion 
on my RV730 AGP, here.

Any hints, Christian?

Thank you for your insistence, John!

-Dieter


>>> 57779d06367a915ee03e6cb918d7575f0a46e419 is the first bad commit
>>> commit 57779d06367a915ee03e6cb918d7575f0a46e419
>>> Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
>>> Date: Wed Oct 31 17:50:14 2012 +0200
>>> 
>>>      drm/i915: Fix display pixel format handling
>>> 
>>>      Fix support for all RGB/BGR pixel formats (except the
>>> 16:16:16:16 float
>>>      format).
>>> 
>>>      Fix intel_init_framebuffer() to match hardware and driver 
>>> limitations:
>>>      * RGB332 is not supported at all
>>>      * CI8 is supported
>>>      * XRGB1555 & co. are supported on Gen3 and earlier
>>>      * XRGB210101010 & co. are supported from Gen4 onwards
>>>      * BGR formats are supported from Gen4 onwards
>>>      * YUV formats are supported from Gen5 onwards (driver 
>>> limitation)
>>> 
>>>      Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
>>>      Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
>>>      Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
>>> 
>>> :040000 040000 334e1536b3513d0c329a8bb6360593d12065b71d
>>> bf0996ec13cbee07156c5e9f98dcdee30200e658 M drivers
>>> 
>>> -------------------------------------
>>> 
>>> The git bisect log:
>>> 
>>> git bisect start
>>> # good: [29594404d7fe73cd80eaa4ee8c43dcc53970c60e] Linux 3.7
>>> git bisect good 29594404d7fe73cd80eaa4ee8c43dcc53970c60e
>>> # bad: [9931faca02c604c22335f5a935a501bb2ace6e20] Linux 3.8-rc3
>>> git bisect bad 9931faca02c604c22335f5a935a501bb2ace6e20
>>> # good: [db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070] Merge tag 'dt' of
>>> git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
>>> git bisect good db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070
>>> # bad: [3c2e81ef344a90bb0a39d84af6878b4aeff568a2] Merge branch
>>> 'drm-next' of git://people.freedesktop.org/~airlied/linux
>>> git bisect bad 3c2e81ef344a90bb0a39d84af6878b4aeff568a2
>>> # good: [d8c532c40721f7507896d202b8cae3b3642d2b0d] Merge branch
>>> 'v4l_for_linus' of
>>> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
>>> git bisect good d8c532c40721f7507896d202b8cae3b3642d2b0d
>>> # good: [2a74dbb9a86e8102dcd07d284135b4530a84826e] Merge branch
>>> 'for-linus' of
>>> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
>>> git bisect good 2a74dbb9a86e8102dcd07d284135b4530a84826e
>>> # bad: [124ea297c8f0e0a3a567af0894fdbe05caaf80ec] drm/nouveau: unpin
>>> pushbuffer bo before destroying it
>>> git bisect bad 124ea297c8f0e0a3a567af0894fdbe05caaf80ec
>>> # bad: [12f3382bc0262e981a2e58aca900cbbdbbe66825] drm/i915:
>>> implement WaDisablePSDDualDispatchEnable on IVB & VLV
>>> git bisect bad 12f3382bc0262e981a2e58aca900cbbdbbe66825
>>> # good: [20474e90c948545c51da95689b8342a4f3bbaeb6] drm/i915: fix
>>> checks inside ironlake_crtc_{enable, disable}
>>> git bisect good 20474e90c948545c51da95689b8342a4f3bbaeb6
>>> # good: [00c09d70df6b30c980f20facc1db3def3f5a637e] drm/i915: create
>>> the DDI encoder
>>> git bisect good 00c09d70df6b30c980f20facc1db3def3f5a637e
>>> # bad: [a35f267946947b3798827a783d82d3d2aa55697d] drm/i915: remove
>>> IBX code from lpt_enable_pch_transcoder
>>> git bisect bad a35f267946947b3798827a783d82d3d2aa55697d
>>> # bad: [9256aa195d3badd009bf4addee6c3ae39879b8a6] drm/i915: move
>>> encoder->mode_set calls to crtc_mode_set
>>> git bisect bad 9256aa195d3badd009bf4addee6c3ae39879b8a6
>>> # good: [e7210c3c4f0d05e318b854bbd545fe335930c5cc] drm/i915: move
>>> more pte encoding to pte encode
>>> git bisect good e7210c3c4f0d05e318b854bbd545fe335930c5cc
>>> # bad: [90f9a336f56318d4f21a29e8ef063cb70fe7dd11] drm/i915: Check
>>> the framebuffer offset
>>> git bisect bad 90f9a336f56318d4f21a29e8ef063cb70fe7dd11
>>> # bad: [5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e] drm/i915: Check
>>> framebuffer stride more thoroughly
>>> git bisect bad 5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e
>>> # bad: [57779d06367a915ee03e6cb918d7575f0a46e419] drm/i915: Fix
>>> display pixel format handling
>>> git bisect bad 57779d06367a915ee03e6cb918d7575f0a46e419
>>> 
>>> -------------------------------------
>>> 
>>> After finishing the kernel bisection, I also tested the new latest
>>> mainline kernel (3.11.0-031100-generic, modified 9-2-13) and found
>>> that it still suffers from the bug.
>>> 
>>> Software Update also offered an updated version of the
>>> Flashplugin-Installer (updating 11.2.202.297 to 11.2.202.310), but
>>> that did not fix the problem either.
>>> 
>>> -------------------------------------
>>> THE ORIGINAL REPORT:
>>> 
>>> [1.] One line summary of the problem:
>>> Flash 11.2 content displays in shades of green and purple only, and 
>>> in a
>>> horizontally compressed space
>>> 
>>> [2.] Full description of the problem/report:
>>> The full downstream bug report is at
>>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455 , but my
>>> description from there:
>>> 
>>> In my testing with the Intel driver using its default acceleration:
>>> - Flash 11.2 works on Quantal with the 3.5 kernel
>>> - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it 
>>> boots
>>> to a low-res desktop with a frozen pointer)
>>> - Flash 11.2 works on Raring also with the 3.6.11-030611 or
>>> 3.7.10-030710 mainline kernels
>>> - Flash 11.8 works on Raring with the 3.8 kernel (in Chrome)
>>> - Flash 11.2 fails on Raring with the 3.8 kernel
>>> - Flash 11.2 fails on Raring with the latest mainline kernel,
>>> 3.11.0-031100rc5
>>> - Flash 11.2 fails on Saucy alpha 2 with its default kernel
>>> 
>>> Disabling Flash *hardware* acceleration altogether (via R-click in 
>>> the
>>> Flash display window: Settings: General tab) did not fix the problem.
>>> 
>>> WORKAROUND: Setting the Intel driver's acceleration method to UXA 
>>> rather
>>> than its default SNA *always* fixes the Flash problem, but causes a
>>> garbled login screen under LightDM that so far has no workaround.
>>> 
>>> I also tried one possible fix for the default Intel SNA acceleration
>>> using the TearFree option. I created 
>>> /etc/X11/xorg.conf.d/20-intel.conf
>>> with contents:
>>>      Section "Device"
>>>         Identifier "Intel Graphics"
>>>         Driver "intel"
>>>         Option "AccelMethod" "sna"
>>>         Option "TearFree" "true"
>>>      EndSection
>>> But this had no effect.
>>> 
>>> [3.] Keywords (i.e., modules, networking, kernel):
>>> I'm a newbie hanging on by my fingernails here -- I have no idea 
>>> about
>>> appropriate keywords.
>>> 
>>> [4.] Kernel version (from /proc/version):
>>> Linux version 3.11.0-031100rc5-generic (apw@gomeisa) (gcc version 
>>> 4.6.3
>>> (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201308112135 SMP Mon Aug 12 
>>> 01:44:44
>>> UTC 2013
>>> 
>>> [5.] Output of Oops.. message (if applicable) with symbolic 
>>> information
>>> resolved (see Documentation/oops-tracing.txt)
>>> 
>>> [6.] A small shell script or example program which triggers the 
>>> problem
>>> (if possible)
>>> 
>>> [7.] Environment
>>> Description:    Ubuntu 13.04
>>> Release:    13.04
>>> 
>>> [7.1.] Software (add the output of the ver_linux script here)
>>> If some fields are empty or look unusual you may have an old version.
>>> Compare to the current minimal requirements in Documentation/Changes.
>>> 
>>> Linux Dimension 3.11.0-031100rc5-generic #201308112135 SMP Mon Aug 12
>>> 01:44:44 UTC 2013 i686 i686 i686 GNU/Linux
>>> 
>>> Gnu C 
>>> /usr/src/linux-headers-3.11.0-031100rc5-generic/scripts/ver_linux:
>>> binutils
>>> util-linux             2.20.1
>>> mount                  support
>>> module-init-tools      9
>>> e2fsprogs              1.42.5
>>> PPP                    2.4.5
>>> Linux C Library        2.17
>>> Dynamic linker (ldd)   2.17
>>> Procps                 3.3.3
>>> Net-tools              1.60
>>> Kbd                    1.15.5
>>> Sh-utils               8.20
>>> wireless-tools         30
>>> Modules Loaded         nls_iso8859_1 usb_storage snd_intel8x0
>>> snd_ac97_codec ac97_bus bnep snd_pcm rfcomm bluetooth ppdev
>>> snd_page_alloc gpio_ich snd_seq_midi snd_seq_midi_event snd_rawmidi
>>> snd_seq dcdbas snd_seq_device i915 snd_timer video snd psmouse
>>> drm_kms_helper serio_raw soundcore drm i2c_algo_bit parport_pc 
>>> lpc_ich
>>> shpchp lp mac_hid parport b44 ssb mii floppy
>>> 
>>> [7.2.] Processor information (from /proc/cpuinfo):
>>> processor    : 0
>>> vendor_id    : GenuineIntel
>>> cpu family    : 15
>>> model        : 2
>>> model name    : Intel(R) Celeron(R) CPU 2.40GHz
>>> stepping    : 9
>>> microcode    : 0x17
>>> cpu MHz        : 2392.420
>>> cache size    : 128 KB
>>> fdiv_bug    : no
>>> f00f_bug    : no
>>> coma_bug    : no
>>> fpu        : yes
>>> fpu_exception    : yes
>>> cpuid level    : 2
>>> wp        : yes
>>> flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
>>> mca
>>> cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs 
>>> bts
>>> cid xtpr
>>> bogomips    : 4784.84
>>> clflush size    : 64
>>> cache_alignment    : 128
>>> address sizes    : 36 bits physical, 32 bits virtual
>>> power management:
>>> 
>>> [7.3.] Module information (from /proc/modules):
>>> nls_iso8859_1 12617 1 - Live 0x00000000
>>> usb_storage 48631 1 - Live 0x00000000
>>> snd_intel8x0 33458 1 - Live 0x00000000
>>> snd_ac97_codec 110295 1 snd_intel8x0, Live 0x00000000
>>> ac97_bus 12642 1 snd_ac97_codec, Live 0x00000000
>>> bnep 19143 2 - Live 0x00000000
>>> snd_pcm 94597 2 snd_intel8x0,snd_ac97_codec, Live 0x00000000
>>> rfcomm 58965 0 - Live 0x00000000
>>> bluetooth 337841 10 bnep,rfcomm, Live 0x00000000
>>> ppdev 17423 0 - Live 0x00000000
>>> snd_page_alloc 18398 2 snd_intel8x0,snd_pcm, Live 0x00000000
>>> gpio_ich 13278 0 - Live 0x00000000
>>> snd_seq_midi 13132 0 - Live 0x00000000
>>> snd_seq_midi_event 14475 1 snd_seq_midi, Live 0x00000000
>>> snd_rawmidi 25157 1 snd_seq_midi, Live 0x00000000
>>> snd_seq 55716 2 snd_seq_midi,snd_seq_midi_event, Live 0x00000000
>>> dcdbas 14456 0 - Live 0x00000000
>>> snd_seq_device 14137 3 snd_seq_midi,snd_rawmidi,snd_seq, Live 
>>> 0x00000000
>>> i915 606994 2 - Live 0x00000000
>>> snd_timer 28930 2 snd_pcm,snd_seq, Live 0x00000000
>>> video 19046 1 i915, Live 0x00000000
>>> snd 61270 10
>>> snd_intel8x0,snd_ac97_codec,snd_pcm,snd_seq_midi,snd_rawmidi,snd_seq,snd_seq_device,snd_timer,
>>> 
>>> Live 0x00000000
>>> psmouse 92607 0 - Live 0x00000000
>>> drm_kms_helper 47306 1 i915, Live 0x00000000
>>> serio_raw 13189 0 - Live 0x00000000
>>> soundcore 12600 1 snd, Live 0x00000000
>>> drm 247743 3 i915,drm_kms_helper, Live 0x00000000
>>> i2c_algo_bit 13316 1 i915, Live 0x00000000
>>> parport_pc 32114 1 - Live 0x00000000
>>> lpc_ich 16987 0 - Live 0x00000000
>>> shpchp 32265 0 - Live 0x00000000
>>> lp 13359 0 - Live 0x00000000
>>> mac_hid 13077 0 - Live 0x00000000
>>> parport 40930 3 ppdev,parport_pc,lp, Live 0x00000000
>>> b44 31223 0 - Live 0x00000000
>>> ssb 56410 1 b44, Live 0x00000000
>>> mii 13693 1 b44, Live 0x00000000
>>> floppy 60183 0 - Live 0x00000000
>>> 
>>> [7.4.] Loaded driver and hardware information (/proc/ioports, 
>>> /proc/iomem)
>>> 0000-001f : dma1
>>> 0020-0021 : pic1
>>> 0040-0043 : timer0
>>> 0050-0053 : timer1
>>> 0060-0060 : keyboard
>>> 0064-0064 : keyboard
>>> 0070-007f : rtc0
>>> 0080-008f : dma page reg
>>> 00a0-00a1 : pic2
>>> 00c0-00df : dma2
>>> 00f0-00ff : fpu
>>> 0170-0177 : 0000:00:1f.1
>>>    0170-0177 : ata_piix
>>> 01f0-01f7 : 0000:00:1f.1
>>>    01f0-01f7 : ata_piix
>>> 0376-0376 : 0000:00:1f.1
>>>    0376-0376 : ata_piix
>>> 0378-037a : parport0
>>> 03f2-03f2 : floppy
>>> 03f4-03f5 : floppy
>>> 03f6-03f6 : 0000:00:1f.1
>>>    03f6-03f6 : ata_piix
>>> 03f7-03f7 : floppy
>>> 03f8-03ff : serial
>>> 0778-077a : parport0
>>> 0800-0803 : ACPI PM1a_EVT_BLK
>>> 0804-0805 : ACPI PM1a_CNT_BLK
>>> 0808-080b : ACPI PM_TMR
>>> 0810-0815 : ACPI CPU throttle
>>> 0828-082f : ACPI GPE0_BLK
>>> 0830-0833 : iTCO_wdt
>>> 0860-087f : iTCO_wdt
>>> 0880-08bf : gpio_ich
>>>    0880-08bf : 0000:00:1f.0
>>> 0c00-0c7f : pnp 00:0a
>>> 0cf8-0cff : PCI conf1
>>> d000-dfff : PCI Bus 0000:01
>>>    de00-deff : 0000:01:05.0
>>>      de08-de0f : serial
>>>      de10-de17 : serial
>>>      de18-de1f : serial
>>>      de20-de27 : serial
>>>      de28-de2f : serial
>>>      de60-de67 : serial
>>> eda0-edbf : 0000:00:1f.3
>>> edc0-edff : 0000:00:1f.5
>>>    edc0-edff : Intel 82801DB-ICH4
>>> ee00-eeff : 0000:00:1f.5
>>>    ee00-eeff : Intel 82801DB-ICH4
>>> ff40-ff5f : 0000:00:1d.2
>>>    ff40-ff5f : uhci_hcd
>>> ff60-ff7f : 0000:00:1d.1
>>>    ff60-ff7f : uhci_hcd
>>> ff80-ff9f : 0000:00:1d.0
>>>    ff80-ff9f : uhci_hcd
>>> ffa0-ffaf : 0000:00:1f.1
>>>    ffa0-ffaf : ata_piix
>>> 
>>> 00000000-00000fff : reserved
>>> 00001000-0009ffff : System RAM
>>> 000a0000-000bffff : Video RAM area
>>> 000c0000-000cb7ff : Video ROM
>>> 000cd000-000cffff : Adapter ROM
>>> 000f0000-000fffff : reserved
>>>    000f0000-000fffff : System ROM
>>> 00100000-3f773fff : System RAM
>>>    01000000-016691e2 : Kernel code
>>>    016691e3-019bcfbf : Kernel data
>>>    01aa1000-01b94fff : Kernel bss
>>> 3f774000-3f775fff : ACPI Non-volatile Storage
>>> 3f776000-3f796fff : ACPI Tables
>>> 3f797000-3f7fffff : reserved
>>> 3f800000-3fffffff : RAM buffer
>>> e8000000-efffffff : 0000:00:02.0
>>> f0000000-f7ffffff : 0000:00:00.0
>>> fe900000-feafffff : PCI Bus 0000:01
>>>    fe9fd000-fe9fdfff : 0000:01:05.0
>>>    fe9fe000-fe9fffff : 0000:01:09.0
>>>      fe9fe000-fe9fffff : b44
>>>    fea00000-fea03fff : 0000:01:09.0
>>> feb7f900-feb7f9ff : 0000:00:1f.5
>>>    feb7f900-feb7f9ff : Intel 82801DB-ICH4
>>> feb7fa00-feb7fbff : 0000:00:1f.5
>>>    feb7fa00-feb7fbff : Intel 82801DB-ICH4
>>> feb7fc00-feb7ffff : 0000:00:1f.1
>>> feb80000-febfffff : 0000:00:02.0
>>> fec00000-fec0ffff : reserved
>>>    fec00000-fec003ff : IOAPIC 0
>>> fecf0000-fecf0fff : pnp 00:00
>>> fee00000-fee0ffff : reserved
>>>    fee00000-fee0ffff : pnp 00:00
>>>      fee00000-fee00fff : Local APIC
>>> ffa80800-ffa80bff : 0000:00:1d.7
>>>    ffa80800-ffa80bff : ehci_hcd
>>> ffb00000-ffffffff : reserved
>>>    ffb00000-ffbfffff : pnp 00:00
>>>    ffc00000-ffffffff : pnp 00:00
>>> 
>>> [7.5.] PCI information ('lspci -vvv' as root)
>>> 00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE 
>>> DRAM
>>> Controller/Host-Hub Interface (rev 01)
>>>      Subsystem: Dell Device 0160
>>>      Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR+ FastB2B- DisINTx-
>>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
>>> <TAbort- <MAbort+ >SERR- <PERR- INTx-
>>>      Latency: 0
>>>      Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M]
>>>      Capabilities: [e4] Vendor Specific Information: Len=05 <?>
>>>      Kernel driver in use: agpgart-intel
>>> 
>>> 00:02.0 VGA compatible controller: Intel Corporation
>>> 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
>>> (prog-if 00 [VGA controller])
>>>      Subsystem: Dell Device 0160
>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR- FastB2B- DisINTx-
>>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Latency: 0
>>>      Interrupt: pin A routed to IRQ 16
>>>      Region 0: Memory at e8000000 (32-bit, prefetchable) [size=128M]
>>>      Region 1: Memory at feb80000 (32-bit, non-prefetchable) 
>>> [size=512K]
>>>      Expansion ROM at <unassigned> [disabled]
>>>      Capabilities: [d0] Power Management version 1
>>>          Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
>>> PME(D0-,D1-,D2-,D3hot-,D3cold-)
>>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>>      Kernel driver in use: i915
>>> 
>>> 00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM
>>> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01) (prog-if 00 
>>> [UHCI])
>>>      Subsystem: Dell Device 0160
>>>      Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR- FastB2B- DisINTx-
>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Latency: 0
>>>      Interrupt: pin A routed to IRQ 16
>>>      Region 4: I/O ports at ff80 [size=32]
>>>      Kernel driver in use: uhci_hcd
>>> 
>>> 00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM
>>> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01) (prog-if 00 
>>> [UHCI])
>>>      Subsystem: Dell Device 0160
>>>      Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR- FastB2B- DisINTx-
>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Latency: 0
>>>      Interrupt: pin B routed to IRQ 19
>>>      Region 4: I/O ports at ff60 [size=32]
>>>      Kernel driver in use: uhci_hcd
>>> 
>>> 00:1d.2 USB controller: Intel Corporation 82801DB/DBL/DBM
>>> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01) (prog-if 00 
>>> [UHCI])
>>>      Subsystem: Dell Device 0160
>>>      Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR- FastB2B- DisINTx-
>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Latency: 0
>>>      Interrupt: pin C routed to IRQ 18
>>>      Region 4: I/O ports at ff40 [size=32]
>>>      Kernel driver in use: uhci_hcd
>>> 
>>> 00:1d.7 USB controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) 
>>> USB2
>>> EHCI Controller (rev 01) (prog-if 20 [EHCI])
>>>      Subsystem: Dell Device 0160
>>>      Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR+ FastB2B- DisINTx-
>>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Latency: 0
>>>      Interrupt: pin D routed to IRQ 23
>>>      Region 0: Memory at ffa80800 (32-bit, non-prefetchable) 
>>> [size=1K]
>>>      Capabilities: [50] Power Management version 2
>>>          Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
>>> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
>>>      Capabilities: [58] Debug port: BAR=1 offset=0080
>>>      Kernel driver in use: ehci-pci
>>> 
>>> 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81) 
>>> (prog-if
>>> 00 [Normal decode])
>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR+ FastB2B- DisINTx-
>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort+
>>> <TAbort- <MAbort- >SERR- <PERR+ INTx-
>>>      Latency: 0
>>>      Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
>>>      I/O behind bridge: 0000d000-0000dfff
>>>      Memory behind bridge: fe900000-feafffff
>>>      Prefetchable memory behind bridge: fff00000-000fffff
>>>      Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>> <TAbort- <MAbort- <SERR- <PERR-
>>>      BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>>>          PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>>> 
>>> 00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC
>>> Interface Bridge (rev 01)
>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR+ FastB2B- DisINTx-
>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Latency: 0
>>>      Kernel driver in use: lpc_ich
>>> 
>>> 00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE 
>>> Controller
>>> (rev 01) (prog-if 8a [Master SecP PriP])
>>>      Subsystem: Dell Device 0160
>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR- FastB2B- DisINTx-
>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Latency: 0
>>>      Interrupt: pin A routed to IRQ 18
>>>      Region 0: I/O ports at 01f0 [size=8]
>>>      Region 1: I/O ports at 03f4 [size=1]
>>>      Region 2: I/O ports at 0170 [size=8]
>>>      Region 3: I/O ports at 0374 [size=1]
>>>      Region 4: I/O ports at ffa0 [size=16]
>>>      Region 5: Memory at feb7fc00 (32-bit, non-prefetchable) 
>>> [size=1K]
>>>      Kernel driver in use: ata_piix
>>> 
>>> 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
>>> SMBus Controller (rev 01)
>>>      Subsystem: Dell Device 0160
>>>      Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR- FastB2B- DisINTx-
>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Interrupt: pin B routed to IRQ 3
>>>      Region 4: I/O ports at eda0 [size=32]
>>> 
>>> 00:1f.5 Multimedia audio controller: Intel Corporation 
>>> 82801DB/DBL/DBM
>>> (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
>>>      Subsystem: Dell Device 0160
>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR- FastB2B- DisINTx-
>>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Latency: 0
>>>      Interrupt: pin B routed to IRQ 17
>>>      Region 0: I/O ports at ee00 [size=256]
>>>      Region 1: I/O ports at edc0 [size=64]
>>>      Region 2: Memory at feb7fa00 (32-bit, non-prefetchable) 
>>> [size=512]
>>>      Region 3: Memory at feb7f900 (32-bit, non-prefetchable) 
>>> [size=256]
>>>      Capabilities: [50] Power Management version 2
>>>          Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
>>> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>>      Kernel driver in use: snd_intel8x0
>>> 
>>> 01:05.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem 
>>> PCI
>>> (rev 04) (prog-if 00 [Generic])
>>>      Subsystem: Dell Device 1000
>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- 
>>> ParErr-
>>> Stepping+ SERR+ FastB2B- DisINTx-
>>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64 bytes
>>>      Interrupt: pin A routed to IRQ 17
>>>      Region 0: Memory at fe9fd000 (32-bit, non-prefetchable) 
>>> [size=4K]
>>>      Region 1: I/O ports at de00 [size=256]
>>>      Capabilities: [80] Power Management version 2
>>>          Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
>>> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>>      Kernel driver in use: serial
>>> 
>>> 01:09.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T
>>> (rev 01)
>>>      Subsystem: Dell Device 8127
>>>      Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>> ParErr-
>>> Stepping- SERR+ FastB2B- DisINTx-
>>>      Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>      Latency: 64
>>>      Interrupt: pin A routed to IRQ 17
>>>      Region 0: Memory at fe9fe000 (32-bit, non-prefetchable) 
>>> [size=8K]
>>>      Expansion ROM at fea00000 [disabled] [size=16K]
>>>      Capabilities: [40] Power Management version 2
>>>          Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
>>> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=2 PME-
>>>      Kernel driver in use: b44
>>> 
>>> [7.6.] SCSI information (from /proc/scsi/scsi)
>>> Attached devices:
>>> Host: scsi0 Channel: 00 Id: 00 Lun: 00
>>>    Vendor: ATA      Model: WDC WD300EB-75CP Rev: 06.0
>>>    Type:   Direct-Access                    ANSI  SCSI revision: 05
>>> Host: scsi1 Channel: 00 Id: 00 Lun: 00
>>>    Vendor: SONY     Model: DVD-ROM DDU1615  Rev: FDS1
>>>    Type:   CD-ROM                           ANSI  SCSI revision: 05
>>> Host: scsi2 Channel: 00 Id: 00 Lun: 00
>>>    Vendor: Simple   Model: Bonzai Xpress    Rev: 0.00
>>>    Type:   Direct-Access                    ANSI  SCSI revision: 02
>>> 
>>> [7.7.] Other information that might be relevant to the problem 
>>> (please
>>> look in /proc and include all information that you think to be 
>>> relevant):
>>> ls /proc:
>>> 
>>> 1
>>> 10
>>> 1007
>>> 1016
>>> 1018
>>> 11
>>> 1109
>>> 12
>>> 1220
>>> 13
>>> 1334
>>> 135
>>> 1381
>>> 14
>>> 1421
>>> 1424
>>> 1425
>>> 1438
>>> 1445
>>> 1449
>>> 1453
>>> 1458
>>> 1459
>>> 1463
>>> 1465
>>> 1467
>>> 1470
>>> 1475
>>> 1480
>>> 1494
>>> 15
>>> 1509
>>> 1511
>>> 1516
>>> 1523
>>> 1526
>>> 1529
>>> 1541
>>> 1546
>>> 1550
>>> 1564
>>> 1566
>>> 1571
>>> 1586
>>> 16
>>> 1611
>>> 1614
>>> 1615
>>> 1616
>>> 1617
>>> 1618
>>> 1642
>>> 1645
>>> 1646
>>> 1647
>>> 17
>>> 18
>>> 19
>>> 1944
>>> 1952
>>> 1962
>>> 1970
>>> 1981
>>> 1989
>>> 1992
>>> 2
>>> 20
>>> 21
>>> 22
>>> 223
>>> 224
>>> 225
>>> 23
>>> 24
>>> 25
>>> 26
>>> 27
>>> 28
>>> 29
>>> 3
>>> 30
>>> 307
>>> 318
>>> 323
>>> 4
>>> 41
>>> 43
>>> 44
>>> 46
>>> 47
>>> 5
>>> 531
>>> 66
>>> 667
>>> 67
>>> 684
>>> 687
>>> 7
>>> 706
>>> 736
>>> 759
>>> 775
>>> 8
>>> 802
>>> 885
>>> 894
>>> 9
>>> 906
>>> 910
>>> 915
>>> 951
>>> 971
>>> 983
>>> 994
>>> 996
>>> 998
>>> acpi
>>> asound
>>> buddyinfo
>>> bus
>>> cgroups
>>> cmdline
>>> consoles
>>> cpuinfo
>>> crypto
>>> devices
>>> diskstats
>>> dma
>>> dri
>>> driver
>>> execdomains
>>> fb
>>> filesystems
>>> fs
>>> interrupts
>>> iomem
>>> ioports
>>> irq
>>> kallsyms
>>> kcore
>>> key-users
>>> kmsg
>>> kpagecount
>>> kpageflags
>>> latency_stats
>>> loadavg
>>> locks
>>> mdstat
>>> meminfo
>>> misc
>>> modules
>>> mounts
>>> mtrr
>>> net
>>> pagetypeinfo
>>> partitions
>>> sched_debug
>>> schedstat
>>> scsi
>>> self
>>> slabinfo
>>> softirqs
>>> stat
>>> swaps
>>> sys
>>> sysrq-trigger
>>> sysvipc
>>> timer_list
>>> timer_stats
>>> tty
>>> uptime
>>> version
>>> vmallocinfo
>>> vmstat
>>> zoneinfo
>>> 
>>> [X.] Other notes, patches, fixes, workarounds:
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> dri-devel mailing list
>>> dri-devel@lists.freedesktop.org
>>> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>> 
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space
  2013-10-04 13:44     ` Dieter Nützel
@ 2013-10-04 14:47       ` John Hupp
  0 siblings, 0 replies; 8+ messages in thread
From: John Hupp @ 2013-10-04 14:47 UTC (permalink / raw)
  To: dri-devel

On 10/4/2013 9:44 AM, Dieter Nützel wrote:
> Am 02.10.2013 21:20, schrieb John Hupp:
>> On 9/30/2013 7:36 AM, Daniel Vetter wrote:
>>> On Sat, Sep 28, 2013 at 12:49:24PM -0400, John Hupp wrote:
>>>> [I emailed the list with this same material on 9/13, but it has
>>>> received no response and someone on the Ubuntu kernel team suggested
>>>> that I change the email Subject from "Re: Moving a bug upstream per
>>>> downstream request, emailing the maintainers" to the more
>>>> descriptive one above.]
>>>>
>>>> When I emailed the maintainers with the report below on 8/15 (and
>>>> archived at 
>>>> http://lists.freedesktop.org/archives/dri-devel/2013-August/043876.html),
>>>> a response came on 8/16:
>>>>
>>>> "It's a flash bug. They ignore the format of the Window that they
>>>> PutImage to. (Worse, they create an image of the right depth or else X
>>>> would reject the PutImage with a BadMatch and then render incorrect
>>>> pixel data into it.)"
>>>>
>>>> Despite that, someone on the Ubuntu kernel team asserted "at a
>>>> minimum a non-flash regression exists going from Quantal to Raring,"
>>>> and urged me to proceed with upstream kernel bisection.
>>>>
>>>> I finally finished that, and arrived at the result:
>>> Still a flash bug. This commit simply enables rgb555 in the kernel, 
>>> which
>>> sna likes to use on gen2/3. Flash is just too dense and always presumes
>>> xrgb8888. Adding
>>>
>>> Section "Screen"
>>>          Identifier "igd"
>>>          DefaultDepth 24
>>> EndSection
>>>
>>> to your xorg.conf will work around.
>>> -Daniel
>>
>> *Thanks!  That successfully works around the Flash problem with the
>> Intel driver/chipsets that I reported on.  We have at least 4 of those
>> machines here.*
>
> Hello John,
>
> which 'special' Flash version are you running?
> I see that you have an Celeron so YOU can use the SSE2 enabled 
> version, which I can't 'cause a have old Athlon/Duron without SSE2.
>
> Do you have to fiddle with
>
> /etc/vdpau_wrapper.cfg
> enable_flash_uv_swap=1
> disable_flash_pq_bg_color=1
> ?
>
> I can't get around the green and purple colors, but NO line distortion 
> on my RV730 AGP, here.
>
> Any hints, Christian?
>
> Thank you for your insistence, John!
>
> -Dieter

I'm just using the current 11.2.x Flash installed by 
flashplugin-installer from the standard Ubuntu repos.

I don't have to fiddle with anything you mentioned there.

On the face of it, though our cases share a symptom, your case varies 
from mine in both the graphics driver (my Intel chipsets, your ATI 
Radeon) and processor support.  I don't know enough about these things 
to assess whether the same bug and work-around apply.

>
>
>>>> 57779d06367a915ee03e6cb918d7575f0a46e419 is the first bad commit
>>>> commit 57779d06367a915ee03e6cb918d7575f0a46e419
>>>> Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
>>>> Date: Wed Oct 31 17:50:14 2012 +0200
>>>>
>>>>      drm/i915: Fix display pixel format handling
>>>>
>>>>      Fix support for all RGB/BGR pixel formats (except the
>>>> 16:16:16:16 float
>>>>      format).
>>>>
>>>>      Fix intel_init_framebuffer() to match hardware and driver 
>>>> limitations:
>>>>      * RGB332 is not supported at all
>>>>      * CI8 is supported
>>>>      * XRGB1555 & co. are supported on Gen3 and earlier
>>>>      * XRGB210101010 & co. are supported from Gen4 onwards
>>>>      * BGR formats are supported from Gen4 onwards
>>>>      * YUV formats are supported from Gen5 onwards (driver limitation)
>>>>
>>>>      Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
>>>>      Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
>>>>      Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
>>>>
>>>> :040000 040000 334e1536b3513d0c329a8bb6360593d12065b71d
>>>> bf0996ec13cbee07156c5e9f98dcdee30200e658 M drivers
>>>>
>>>> -------------------------------------
>>>>
>>>> The git bisect log:
>>>>
>>>> git bisect start
>>>> # good: [29594404d7fe73cd80eaa4ee8c43dcc53970c60e] Linux 3.7
>>>> git bisect good 29594404d7fe73cd80eaa4ee8c43dcc53970c60e
>>>> # bad: [9931faca02c604c22335f5a935a501bb2ace6e20] Linux 3.8-rc3
>>>> git bisect bad 9931faca02c604c22335f5a935a501bb2ace6e20
>>>> # good: [db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070] Merge tag 'dt' of
>>>> git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
>>>> git bisect good db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070
>>>> # bad: [3c2e81ef344a90bb0a39d84af6878b4aeff568a2] Merge branch
>>>> 'drm-next' of git://people.freedesktop.org/~airlied/linux
>>>> git bisect bad 3c2e81ef344a90bb0a39d84af6878b4aeff568a2
>>>> # good: [d8c532c40721f7507896d202b8cae3b3642d2b0d] Merge branch
>>>> 'v4l_for_linus' of
>>>> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
>>>> git bisect good d8c532c40721f7507896d202b8cae3b3642d2b0d
>>>> # good: [2a74dbb9a86e8102dcd07d284135b4530a84826e] Merge branch
>>>> 'for-linus' of
>>>> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
>>>> git bisect good 2a74dbb9a86e8102dcd07d284135b4530a84826e
>>>> # bad: [124ea297c8f0e0a3a567af0894fdbe05caaf80ec] drm/nouveau: unpin
>>>> pushbuffer bo before destroying it
>>>> git bisect bad 124ea297c8f0e0a3a567af0894fdbe05caaf80ec
>>>> # bad: [12f3382bc0262e981a2e58aca900cbbdbbe66825] drm/i915:
>>>> implement WaDisablePSDDualDispatchEnable on IVB & VLV
>>>> git bisect bad 12f3382bc0262e981a2e58aca900cbbdbbe66825
>>>> # good: [20474e90c948545c51da95689b8342a4f3bbaeb6] drm/i915: fix
>>>> checks inside ironlake_crtc_{enable, disable}
>>>> git bisect good 20474e90c948545c51da95689b8342a4f3bbaeb6
>>>> # good: [00c09d70df6b30c980f20facc1db3def3f5a637e] drm/i915: create
>>>> the DDI encoder
>>>> git bisect good 00c09d70df6b30c980f20facc1db3def3f5a637e
>>>> # bad: [a35f267946947b3798827a783d82d3d2aa55697d] drm/i915: remove
>>>> IBX code from lpt_enable_pch_transcoder
>>>> git bisect bad a35f267946947b3798827a783d82d3d2aa55697d
>>>> # bad: [9256aa195d3badd009bf4addee6c3ae39879b8a6] drm/i915: move
>>>> encoder->mode_set calls to crtc_mode_set
>>>> git bisect bad 9256aa195d3badd009bf4addee6c3ae39879b8a6
>>>> # good: [e7210c3c4f0d05e318b854bbd545fe335930c5cc] drm/i915: move
>>>> more pte encoding to pte encode
>>>> git bisect good e7210c3c4f0d05e318b854bbd545fe335930c5cc
>>>> # bad: [90f9a336f56318d4f21a29e8ef063cb70fe7dd11] drm/i915: Check
>>>> the framebuffer offset
>>>> git bisect bad 90f9a336f56318d4f21a29e8ef063cb70fe7dd11
>>>> # bad: [5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e] drm/i915: Check
>>>> framebuffer stride more thoroughly
>>>> git bisect bad 5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e
>>>> # bad: [57779d06367a915ee03e6cb918d7575f0a46e419] drm/i915: Fix
>>>> display pixel format handling
>>>> git bisect bad 57779d06367a915ee03e6cb918d7575f0a46e419
>>>>
>>>> -------------------------------------
>>>>
>>>> After finishing the kernel bisection, I also tested the new latest
>>>> mainline kernel (3.11.0-031100-generic, modified 9-2-13) and found
>>>> that it still suffers from the bug.
>>>>
>>>> Software Update also offered an updated version of the
>>>> Flashplugin-Installer (updating 11.2.202.297 to 11.2.202.310), but
>>>> that did not fix the problem either.
>>>>
>>>> -------------------------------------
>>>> THE ORIGINAL REPORT:
>>>>
>>>> [1.] One line summary of the problem:
>>>> Flash 11.2 content displays in shades of green and purple only, and 
>>>> in a
>>>> horizontally compressed space
>>>>
>>>> [2.] Full description of the problem/report:
>>>> The full downstream bug report is at
>>>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455 , but my
>>>> description from there:
>>>>
>>>> In my testing with the Intel driver using its default acceleration:
>>>> - Flash 11.2 works on Quantal with the 3.5 kernel
>>>> - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots
>>>> to a low-res desktop with a frozen pointer)
>>>> - Flash 11.2 works on Raring also with the 3.6.11-030611 or
>>>> 3.7.10-030710 mainline kernels
>>>> - Flash 11.8 works on Raring with the 3.8 kernel (in Chrome)
>>>> - Flash 11.2 fails on Raring with the 3.8 kernel
>>>> - Flash 11.2 fails on Raring with the latest mainline kernel,
>>>> 3.11.0-031100rc5
>>>> - Flash 11.2 fails on Saucy alpha 2 with its default kernel
>>>>
>>>> Disabling Flash *hardware* acceleration altogether (via R-click in the
>>>> Flash display window: Settings: General tab) did not fix the problem.
>>>>
>>>> WORKAROUND: Setting the Intel driver's acceleration method to UXA 
>>>> rather
>>>> than its default SNA *always* fixes the Flash problem, but causes a
>>>> garbled login screen under LightDM that so far has no workaround.
>>>>
>>>> I also tried one possible fix for the default Intel SNA acceleration
>>>> using the TearFree option. I created 
>>>> /etc/X11/xorg.conf.d/20-intel.conf
>>>> with contents:
>>>>      Section "Device"
>>>>         Identifier "Intel Graphics"
>>>>         Driver "intel"
>>>>         Option "AccelMethod" "sna"
>>>>         Option "TearFree" "true"
>>>>      EndSection
>>>> But this had no effect.
>>>>
>>>> [3.] Keywords (i.e., modules, networking, kernel):
>>>> I'm a newbie hanging on by my fingernails here -- I have no idea about
>>>> appropriate keywords.
>>>>
>>>> [4.] Kernel version (from /proc/version):
>>>> Linux version 3.11.0-031100rc5-generic (apw@gomeisa) (gcc version 
>>>> 4.6.3
>>>> (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201308112135 SMP Mon Aug 12 01:44:44
>>>> UTC 2013
>>>>
>>>> [5.] Output of Oops.. message (if applicable) with symbolic 
>>>> information
>>>> resolved (see Documentation/oops-tracing.txt)
>>>>
>>>> [6.] A small shell script or example program which triggers the 
>>>> problem
>>>> (if possible)
>>>>
>>>> [7.] Environment
>>>> Description:    Ubuntu 13.04
>>>> Release:    13.04
>>>>
>>>> [7.1.] Software (add the output of the ver_linux script here)
>>>> If some fields are empty or look unusual you may have an old version.
>>>> Compare to the current minimal requirements in Documentation/Changes.
>>>>
>>>> Linux Dimension 3.11.0-031100rc5-generic #201308112135 SMP Mon Aug 12
>>>> 01:44:44 UTC 2013 i686 i686 i686 GNU/Linux
>>>>
>>>> Gnu C 
>>>> /usr/src/linux-headers-3.11.0-031100rc5-generic/scripts/ver_linux:
>>>> binutils
>>>> util-linux             2.20.1
>>>> mount                  support
>>>> module-init-tools      9
>>>> e2fsprogs              1.42.5
>>>> PPP                    2.4.5
>>>> Linux C Library        2.17
>>>> Dynamic linker (ldd)   2.17
>>>> Procps                 3.3.3
>>>> Net-tools              1.60
>>>> Kbd                    1.15.5
>>>> Sh-utils               8.20
>>>> wireless-tools         30
>>>> Modules Loaded         nls_iso8859_1 usb_storage snd_intel8x0
>>>> snd_ac97_codec ac97_bus bnep snd_pcm rfcomm bluetooth ppdev
>>>> snd_page_alloc gpio_ich snd_seq_midi snd_seq_midi_event snd_rawmidi
>>>> snd_seq dcdbas snd_seq_device i915 snd_timer video snd psmouse
>>>> drm_kms_helper serio_raw soundcore drm i2c_algo_bit parport_pc lpc_ich
>>>> shpchp lp mac_hid parport b44 ssb mii floppy
>>>>
>>>> [7.2.] Processor information (from /proc/cpuinfo):
>>>> processor    : 0
>>>> vendor_id    : GenuineIntel
>>>> cpu family    : 15
>>>> model        : 2
>>>> model name    : Intel(R) Celeron(R) CPU 2.40GHz
>>>> stepping    : 9
>>>> microcode    : 0x17
>>>> cpu MHz        : 2392.420
>>>> cache size    : 128 KB
>>>> fdiv_bug    : no
>>>> f00f_bug    : no
>>>> coma_bug    : no
>>>> fpu        : yes
>>>> fpu_exception    : yes
>>>> cpuid level    : 2
>>>> wp        : yes
>>>> flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
>>>> mca
>>>> cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs 
>>>> bts
>>>> cid xtpr
>>>> bogomips    : 4784.84
>>>> clflush size    : 64
>>>> cache_alignment    : 128
>>>> address sizes    : 36 bits physical, 32 bits virtual
>>>> power management:
>>>>
>>>> [7.3.] Module information (from /proc/modules):
>>>> nls_iso8859_1 12617 1 - Live 0x00000000
>>>> usb_storage 48631 1 - Live 0x00000000
>>>> snd_intel8x0 33458 1 - Live 0x00000000
>>>> snd_ac97_codec 110295 1 snd_intel8x0, Live 0x00000000
>>>> ac97_bus 12642 1 snd_ac97_codec, Live 0x00000000
>>>> bnep 19143 2 - Live 0x00000000
>>>> snd_pcm 94597 2 snd_intel8x0,snd_ac97_codec, Live 0x00000000
>>>> rfcomm 58965 0 - Live 0x00000000
>>>> bluetooth 337841 10 bnep,rfcomm, Live 0x00000000
>>>> ppdev 17423 0 - Live 0x00000000
>>>> snd_page_alloc 18398 2 snd_intel8x0,snd_pcm, Live 0x00000000
>>>> gpio_ich 13278 0 - Live 0x00000000
>>>> snd_seq_midi 13132 0 - Live 0x00000000
>>>> snd_seq_midi_event 14475 1 snd_seq_midi, Live 0x00000000
>>>> snd_rawmidi 25157 1 snd_seq_midi, Live 0x00000000
>>>> snd_seq 55716 2 snd_seq_midi,snd_seq_midi_event, Live 0x00000000
>>>> dcdbas 14456 0 - Live 0x00000000
>>>> snd_seq_device 14137 3 snd_seq_midi,snd_rawmidi,snd_seq, Live 
>>>> 0x00000000
>>>> i915 606994 2 - Live 0x00000000
>>>> snd_timer 28930 2 snd_pcm,snd_seq, Live 0x00000000
>>>> video 19046 1 i915, Live 0x00000000
>>>> snd 61270 10
>>>> snd_intel8x0,snd_ac97_codec,snd_pcm,snd_seq_midi,snd_rawmidi,snd_seq,snd_seq_device,snd_timer, 
>>>>
>>>>
>>>> Live 0x00000000
>>>> psmouse 92607 0 - Live 0x00000000
>>>> drm_kms_helper 47306 1 i915, Live 0x00000000
>>>> serio_raw 13189 0 - Live 0x00000000
>>>> soundcore 12600 1 snd, Live 0x00000000
>>>> drm 247743 3 i915,drm_kms_helper, Live 0x00000000
>>>> i2c_algo_bit 13316 1 i915, Live 0x00000000
>>>> parport_pc 32114 1 - Live 0x00000000
>>>> lpc_ich 16987 0 - Live 0x00000000
>>>> shpchp 32265 0 - Live 0x00000000
>>>> lp 13359 0 - Live 0x00000000
>>>> mac_hid 13077 0 - Live 0x00000000
>>>> parport 40930 3 ppdev,parport_pc,lp, Live 0x00000000
>>>> b44 31223 0 - Live 0x00000000
>>>> ssb 56410 1 b44, Live 0x00000000
>>>> mii 13693 1 b44, Live 0x00000000
>>>> floppy 60183 0 - Live 0x00000000
>>>>
>>>> [7.4.] Loaded driver and hardware information (/proc/ioports, 
>>>> /proc/iomem)
>>>> 0000-001f : dma1
>>>> 0020-0021 : pic1
>>>> 0040-0043 : timer0
>>>> 0050-0053 : timer1
>>>> 0060-0060 : keyboard
>>>> 0064-0064 : keyboard
>>>> 0070-007f : rtc0
>>>> 0080-008f : dma page reg
>>>> 00a0-00a1 : pic2
>>>> 00c0-00df : dma2
>>>> 00f0-00ff : fpu
>>>> 0170-0177 : 0000:00:1f.1
>>>>    0170-0177 : ata_piix
>>>> 01f0-01f7 : 0000:00:1f.1
>>>>    01f0-01f7 : ata_piix
>>>> 0376-0376 : 0000:00:1f.1
>>>>    0376-0376 : ata_piix
>>>> 0378-037a : parport0
>>>> 03f2-03f2 : floppy
>>>> 03f4-03f5 : floppy
>>>> 03f6-03f6 : 0000:00:1f.1
>>>>    03f6-03f6 : ata_piix
>>>> 03f7-03f7 : floppy
>>>> 03f8-03ff : serial
>>>> 0778-077a : parport0
>>>> 0800-0803 : ACPI PM1a_EVT_BLK
>>>> 0804-0805 : ACPI PM1a_CNT_BLK
>>>> 0808-080b : ACPI PM_TMR
>>>> 0810-0815 : ACPI CPU throttle
>>>> 0828-082f : ACPI GPE0_BLK
>>>> 0830-0833 : iTCO_wdt
>>>> 0860-087f : iTCO_wdt
>>>> 0880-08bf : gpio_ich
>>>>    0880-08bf : 0000:00:1f.0
>>>> 0c00-0c7f : pnp 00:0a
>>>> 0cf8-0cff : PCI conf1
>>>> d000-dfff : PCI Bus 0000:01
>>>>    de00-deff : 0000:01:05.0
>>>>      de08-de0f : serial
>>>>      de10-de17 : serial
>>>>      de18-de1f : serial
>>>>      de20-de27 : serial
>>>>      de28-de2f : serial
>>>>      de60-de67 : serial
>>>> eda0-edbf : 0000:00:1f.3
>>>> edc0-edff : 0000:00:1f.5
>>>>    edc0-edff : Intel 82801DB-ICH4
>>>> ee00-eeff : 0000:00:1f.5
>>>>    ee00-eeff : Intel 82801DB-ICH4
>>>> ff40-ff5f : 0000:00:1d.2
>>>>    ff40-ff5f : uhci_hcd
>>>> ff60-ff7f : 0000:00:1d.1
>>>>    ff60-ff7f : uhci_hcd
>>>> ff80-ff9f : 0000:00:1d.0
>>>>    ff80-ff9f : uhci_hcd
>>>> ffa0-ffaf : 0000:00:1f.1
>>>>    ffa0-ffaf : ata_piix
>>>>
>>>> 00000000-00000fff : reserved
>>>> 00001000-0009ffff : System RAM
>>>> 000a0000-000bffff : Video RAM area
>>>> 000c0000-000cb7ff : Video ROM
>>>> 000cd000-000cffff : Adapter ROM
>>>> 000f0000-000fffff : reserved
>>>>    000f0000-000fffff : System ROM
>>>> 00100000-3f773fff : System RAM
>>>>    01000000-016691e2 : Kernel code
>>>>    016691e3-019bcfbf : Kernel data
>>>>    01aa1000-01b94fff : Kernel bss
>>>> 3f774000-3f775fff : ACPI Non-volatile Storage
>>>> 3f776000-3f796fff : ACPI Tables
>>>> 3f797000-3f7fffff : reserved
>>>> 3f800000-3fffffff : RAM buffer
>>>> e8000000-efffffff : 0000:00:02.0
>>>> f0000000-f7ffffff : 0000:00:00.0
>>>> fe900000-feafffff : PCI Bus 0000:01
>>>>    fe9fd000-fe9fdfff : 0000:01:05.0
>>>>    fe9fe000-fe9fffff : 0000:01:09.0
>>>>      fe9fe000-fe9fffff : b44
>>>>    fea00000-fea03fff : 0000:01:09.0
>>>> feb7f900-feb7f9ff : 0000:00:1f.5
>>>>    feb7f900-feb7f9ff : Intel 82801DB-ICH4
>>>> feb7fa00-feb7fbff : 0000:00:1f.5
>>>>    feb7fa00-feb7fbff : Intel 82801DB-ICH4
>>>> feb7fc00-feb7ffff : 0000:00:1f.1
>>>> feb80000-febfffff : 0000:00:02.0
>>>> fec00000-fec0ffff : reserved
>>>>    fec00000-fec003ff : IOAPIC 0
>>>> fecf0000-fecf0fff : pnp 00:00
>>>> fee00000-fee0ffff : reserved
>>>>    fee00000-fee0ffff : pnp 00:00
>>>>      fee00000-fee00fff : Local APIC
>>>> ffa80800-ffa80bff : 0000:00:1d.7
>>>>    ffa80800-ffa80bff : ehci_hcd
>>>> ffb00000-ffffffff : reserved
>>>>    ffb00000-ffbfffff : pnp 00:00
>>>>    ffc00000-ffffffff : pnp 00:00
>>>>
>>>> [7.5.] PCI information ('lspci -vvv' as root)
>>>> 00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE 
>>>> DRAM
>>>> Controller/Host-Hub Interface (rev 01)
>>>>      Subsystem: Dell Device 0160
>>>>      Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR+ FastB2B- DisINTx-
>>>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
>>>> <TAbort- <MAbort+ >SERR- <PERR- INTx-
>>>>      Latency: 0
>>>>      Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M]
>>>>      Capabilities: [e4] Vendor Specific Information: Len=05 <?>
>>>>      Kernel driver in use: agpgart-intel
>>>>
>>>> 00:02.0 VGA compatible controller: Intel Corporation
>>>> 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
>>>> (prog-if 00 [VGA controller])
>>>>      Subsystem: Dell Device 0160
>>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR- FastB2B- DisINTx-
>>>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Latency: 0
>>>>      Interrupt: pin A routed to IRQ 16
>>>>      Region 0: Memory at e8000000 (32-bit, prefetchable) [size=128M]
>>>>      Region 1: Memory at feb80000 (32-bit, non-prefetchable) 
>>>> [size=512K]
>>>>      Expansion ROM at <unassigned> [disabled]
>>>>      Capabilities: [d0] Power Management version 1
>>>>          Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
>>>> PME(D0-,D1-,D2-,D3hot-,D3cold-)
>>>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>>>      Kernel driver in use: i915
>>>>
>>>> 00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM
>>>> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01) (prog-if 00 
>>>> [UHCI])
>>>>      Subsystem: Dell Device 0160
>>>>      Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR- FastB2B- DisINTx-
>>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Latency: 0
>>>>      Interrupt: pin A routed to IRQ 16
>>>>      Region 4: I/O ports at ff80 [size=32]
>>>>      Kernel driver in use: uhci_hcd
>>>>
>>>> 00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM
>>>> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01) (prog-if 00 
>>>> [UHCI])
>>>>      Subsystem: Dell Device 0160
>>>>      Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR- FastB2B- DisINTx-
>>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Latency: 0
>>>>      Interrupt: pin B routed to IRQ 19
>>>>      Region 4: I/O ports at ff60 [size=32]
>>>>      Kernel driver in use: uhci_hcd
>>>>
>>>> 00:1d.2 USB controller: Intel Corporation 82801DB/DBL/DBM
>>>> (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01) (prog-if 00 
>>>> [UHCI])
>>>>      Subsystem: Dell Device 0160
>>>>      Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR- FastB2B- DisINTx-
>>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Latency: 0
>>>>      Interrupt: pin C routed to IRQ 18
>>>>      Region 4: I/O ports at ff40 [size=32]
>>>>      Kernel driver in use: uhci_hcd
>>>>
>>>> 00:1d.7 USB controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) 
>>>> USB2
>>>> EHCI Controller (rev 01) (prog-if 20 [EHCI])
>>>>      Subsystem: Dell Device 0160
>>>>      Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR+ FastB2B- DisINTx-
>>>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Latency: 0
>>>>      Interrupt: pin D routed to IRQ 23
>>>>      Region 0: Memory at ffa80800 (32-bit, non-prefetchable) [size=1K]
>>>>      Capabilities: [50] Power Management version 2
>>>>          Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
>>>> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
>>>>      Capabilities: [58] Debug port: BAR=1 offset=0080
>>>>      Kernel driver in use: ehci-pci
>>>>
>>>> 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81) 
>>>> (prog-if
>>>> 00 [Normal decode])
>>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR+ FastB2B- DisINTx-
>>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort+
>>>> <TAbort- <MAbort- >SERR- <PERR+ INTx-
>>>>      Latency: 0
>>>>      Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
>>>>      I/O behind bridge: 0000d000-0000dfff
>>>>      Memory behind bridge: fe900000-feafffff
>>>>      Prefetchable memory behind bridge: fff00000-000fffff
>>>>      Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>>> <TAbort- <MAbort- <SERR- <PERR-
>>>>      BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>>>>          PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>>>>
>>>> 00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC
>>>> Interface Bridge (rev 01)
>>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR+ FastB2B- DisINTx-
>>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Latency: 0
>>>>      Kernel driver in use: lpc_ich
>>>>
>>>> 00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller
>>>> (rev 01) (prog-if 8a [Master SecP PriP])
>>>>      Subsystem: Dell Device 0160
>>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR- FastB2B- DisINTx-
>>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Latency: 0
>>>>      Interrupt: pin A routed to IRQ 18
>>>>      Region 0: I/O ports at 01f0 [size=8]
>>>>      Region 1: I/O ports at 03f4 [size=1]
>>>>      Region 2: I/O ports at 0170 [size=8]
>>>>      Region 3: I/O ports at 0374 [size=1]
>>>>      Region 4: I/O ports at ffa0 [size=16]
>>>>      Region 5: Memory at feb7fc00 (32-bit, non-prefetchable) [size=1K]
>>>>      Kernel driver in use: ata_piix
>>>>
>>>> 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
>>>> SMBus Controller (rev 01)
>>>>      Subsystem: Dell Device 0160
>>>>      Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR- FastB2B- DisINTx-
>>>>      Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Interrupt: pin B routed to IRQ 3
>>>>      Region 4: I/O ports at eda0 [size=32]
>>>>
>>>> 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM
>>>> (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
>>>>      Subsystem: Dell Device 0160
>>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR- FastB2B- DisINTx-
>>>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Latency: 0
>>>>      Interrupt: pin B routed to IRQ 17
>>>>      Region 0: I/O ports at ee00 [size=256]
>>>>      Region 1: I/O ports at edc0 [size=64]
>>>>      Region 2: Memory at feb7fa00 (32-bit, non-prefetchable) 
>>>> [size=512]
>>>>      Region 3: Memory at feb7f900 (32-bit, non-prefetchable) 
>>>> [size=256]
>>>>      Capabilities: [50] Power Management version 2
>>>>          Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
>>>> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>>>      Kernel driver in use: snd_intel8x0
>>>>
>>>> 01:05.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem PCI
>>>> (rev 04) (prog-if 00 [Generic])
>>>>      Subsystem: Dell Device 1000
>>>>      Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- 
>>>> ParErr-
>>>> Stepping+ SERR+ FastB2B- DisINTx-
>>>>      Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64 bytes
>>>>      Interrupt: pin A routed to IRQ 17
>>>>      Region 0: Memory at fe9fd000 (32-bit, non-prefetchable) [size=4K]
>>>>      Region 1: I/O ports at de00 [size=256]
>>>>      Capabilities: [80] Power Management version 2
>>>>          Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
>>>> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>>>      Kernel driver in use: serial
>>>>
>>>> 01:09.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T
>>>> (rev 01)
>>>>      Subsystem: Dell Device 8127
>>>>      Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
>>>> ParErr-
>>>> Stepping- SERR+ FastB2B- DisINTx-
>>>>      Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+
>>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>>>      Latency: 64
>>>>      Interrupt: pin A routed to IRQ 17
>>>>      Region 0: Memory at fe9fe000 (32-bit, non-prefetchable) [size=8K]
>>>>      Expansion ROM at fea00000 [disabled] [size=16K]
>>>>      Capabilities: [40] Power Management version 2
>>>>          Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
>>>> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>>>>          Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=2 PME-
>>>>      Kernel driver in use: b44
>>>>
>>>> [7.6.] SCSI information (from /proc/scsi/scsi)
>>>> Attached devices:
>>>> Host: scsi0 Channel: 00 Id: 00 Lun: 00
>>>>    Vendor: ATA      Model: WDC WD300EB-75CP Rev: 06.0
>>>>    Type:   Direct-Access                    ANSI  SCSI revision: 05
>>>> Host: scsi1 Channel: 00 Id: 00 Lun: 00
>>>>    Vendor: SONY     Model: DVD-ROM DDU1615  Rev: FDS1
>>>>    Type:   CD-ROM                           ANSI  SCSI revision: 05
>>>> Host: scsi2 Channel: 00 Id: 00 Lun: 00
>>>>    Vendor: Simple   Model: Bonzai Xpress    Rev: 0.00
>>>>    Type:   Direct-Access                    ANSI  SCSI revision: 02
>>>>
>>>> [7.7.] Other information that might be relevant to the problem (please
>>>> look in /proc and include all information that you think to be 
>>>> relevant):
>>>> ls /proc:
>>>>
>>>> 1
>>>> 10
>>>> 1007
>>>> 1016
>>>> 1018
>>>> 11
>>>> 1109
>>>> 12
>>>> 1220
>>>> 13
>>>> 1334
>>>> 135
>>>> 1381
>>>> 14
>>>> 1421
>>>> 1424
>>>> 1425
>>>> 1438
>>>> 1445
>>>> 1449
>>>> 1453
>>>> 1458
>>>> 1459
>>>> 1463
>>>> 1465
>>>> 1467
>>>> 1470
>>>> 1475
>>>> 1480
>>>> 1494
>>>> 15
>>>> 1509
>>>> 1511
>>>> 1516
>>>> 1523
>>>> 1526
>>>> 1529
>>>> 1541
>>>> 1546
>>>> 1550
>>>> 1564
>>>> 1566
>>>> 1571
>>>> 1586
>>>> 16
>>>> 1611
>>>> 1614
>>>> 1615
>>>> 1616
>>>> 1617
>>>> 1618
>>>> 1642
>>>> 1645
>>>> 1646
>>>> 1647
>>>> 17
>>>> 18
>>>> 19
>>>> 1944
>>>> 1952
>>>> 1962
>>>> 1970
>>>> 1981
>>>> 1989
>>>> 1992
>>>> 2
>>>> 20
>>>> 21
>>>> 22
>>>> 223
>>>> 224
>>>> 225
>>>> 23
>>>> 24
>>>> 25
>>>> 26
>>>> 27
>>>> 28
>>>> 29
>>>> 3
>>>> 30
>>>> 307
>>>> 318
>>>> 323
>>>> 4
>>>> 41
>>>> 43
>>>> 44
>>>> 46
>>>> 47
>>>> 5
>>>> 531
>>>> 66
>>>> 667
>>>> 67
>>>> 684
>>>> 687
>>>> 7
>>>> 706
>>>> 736
>>>> 759
>>>> 775
>>>> 8
>>>> 802
>>>> 885
>>>> 894
>>>> 9
>>>> 906
>>>> 910
>>>> 915
>>>> 951
>>>> 971
>>>> 983
>>>> 994
>>>> 996
>>>> 998
>>>> acpi
>>>> asound
>>>> buddyinfo
>>>> bus
>>>> cgroups
>>>> cmdline
>>>> consoles
>>>> cpuinfo
>>>> crypto
>>>> devices
>>>> diskstats
>>>> dma
>>>> dri
>>>> driver
>>>> execdomains
>>>> fb
>>>> filesystems
>>>> fs
>>>> interrupts
>>>> iomem
>>>> ioports
>>>> irq
>>>> kallsyms
>>>> kcore
>>>> key-users
>>>> kmsg
>>>> kpagecount
>>>> kpageflags
>>>> latency_stats
>>>> loadavg
>>>> locks
>>>> mdstat
>>>> meminfo
>>>> misc
>>>> modules
>>>> mounts
>>>> mtrr
>>>> net
>>>> pagetypeinfo
>>>> partitions
>>>> sched_debug
>>>> schedstat
>>>> scsi
>>>> self
>>>> slabinfo
>>>> softirqs
>>>> stat
>>>> swaps
>>>> sys
>>>> sysrq-trigger
>>>> sysvipc
>>>> timer_list
>>>> timer_stats
>>>> tty
>>>> uptime
>>>> version
>>>> vmallocinfo
>>>> vmstat
>>>> zoneinfo
>>>>
>>>> [X.] Other notes, patches, fixes, workarounds:
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> dri-devel mailing list
>>>> dri-devel@lists.freedesktop.org
>>>> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>>>
>>
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/dri-devel

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-10-04 14:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-28 16:49 Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space John Hupp
2013-09-30 11:36 ` Daniel Vetter
2013-09-30 12:04   ` Dieter Nützel
2013-09-30 12:19     ` Daniel Vetter
2013-09-30 12:45       ` Dieter Nützel
2013-10-02 19:20   ` John Hupp
2013-10-04 13:44     ` Dieter Nützel
2013-10-04 14:47       ` John Hupp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.