Summary: | --disable-xv is broken | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Michael Olbrich <m.olbrich> | ||||
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | normal | ||||||
Priority: | medium | CC: | kibi | ||||
Version: | git | Keywords: | patch | ||||
Hardware: | Other | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Michael Olbrich
2010-07-16 07:07:49 UTC
Created attachment 37129 [details] [review] fix build without xv I can compile the xserver with this patch. However it crashes on startup: [3694698.999] (==) intel(0): Backing store disabled [3694698.999] (==) intel(0): Silken mouse enabled [3694699.001] (II) intel(0): Initializing HW Cursor [3694699.601] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. Without XV I get a segfault here. No usefull backtrace so far (just some '???'). [3694699.602] (II) intel(0): Set up overlay video [3694699.602] (II) intel(0): direct rendering: DRI2 Enabled This comes next _with_ XV. So I guess something goes wrong while setting up overlay video. I have no idea if the problem is in the xserver or the intel driver (xf86-video-intel-2.12.0). > --- Comment #2 from Michael Olbrich <m.olbrich@pengutronix.de> 2010-07-16 07:53:20 PDT ---
> This comes next _with_ XV. So I guess something goes wrong while setting up
> overlay video. I have no idea if the problem is in the xserver or the intel
> driver (xf86-video-intel-2.12.0).
>
Looks like the intel driver assumes XV is enabled. We're using fbdev
on the XV-disabled server, and that works fine afaik.
Indeed. Can we get that patch merged at some point? I just stumbled upon that build failure while playing with random build options. It has my: Tested-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Cyril Brulebois <kibi@debian.org> Thanks. It's now in my "for-keith" branch which will be in a [PULL] request soon. Marking as fixed. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.