Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449388 - x11-drivers/xf86-video-intel-2.19.0 - .../work/xf86-video-intel-2.19.0/uxa/uxa.c:421:2: error: too many arguments to function 'pScreen->CloseScreen'
Summary: x11-drivers/xf86-video-intel-2.19.0 - .../work/xf86-video-intel-2.19.0/uxa/ux...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-31 01:58 UTC by ta2002
Modified: 2013-01-07 18:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (bug.log,19.87 KB, text/plain)
2012-12-31 01:58 UTC, ta2002
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ta2002 2012-12-31 01:58:08 UTC
Created attachment 333822 [details]
build log

I am guessing there should be restrictions on the driver versions in the x11-base/xorg-server ebuilds that aren't there.

# emerge xf86-video-intel (note I am blocking x11-drivers/xf86-video-intel-2.20.13 due to problems with it)

Output attached
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-12-31 15:43:45 UTC
Does the problem remain if you build xf86-video-intel with USE="sna -uxa"?
Comment 2 ta2002 2012-12-31 23:53:04 UTC
(In reply to comment #1)
> Does the problem remain if you build xf86-video-intel with USE="sna -uxa"?

Not possible (the uxa USE flag only exists in the xf86-video-intel-2.20.13, xf86-video-intel-2.20.15, and xf86-video-intel-2.20.16 ebuilds).
Comment 3 Rémi Cardona (RETIRED) gentoo-dev 2013-01-01 11:14:17 UTC
1) you're mixing a stable xf86-video-intel with an unstable xorg-server. While it usually works, the various internal APIs of the X server have changed and this combination cannot work. Either downgrade your X server, or use a newer intel driver.

2) If you have issues with the intel driver, please try newer versions and report bugs instead of downgrading.

Thanks
Comment 4 ta2002 2013-01-05 22:20:01 UTC
(In reply to comment #3)
> 1) you're mixing a stable xf86-video-intel with an unstable xorg-server.
> While it usually works, the various internal APIs of the X server have
> changed and this combination cannot work. Either downgrade your X server, or
> use a newer intel driver.

No, I am not. Current STABLE versions of xorg-server include ALL of 1.12.2, 1.12.4, 1.13.0-r1, and 1.13.1.

Current stable versions of xf86-video-intel include 2.19.0 and 2.20.13.

> 2) If you have issues with the intel driver, please try newer versions and
> report bugs instead of downgrading.

xf86-video-intel-2.20.13 is completely unusable (see bug 447306), so the only stable version that works is 2.19.0.

If there are API incompatibilities due to changes in xorg-server, the versions of video drives that work with a particular version of xorg-server should be restricted in the ebuild.
Comment 5 Matt Turner gentoo-dev 2013-01-06 03:05:36 UTC
(In reply to comment #4)
> If there are API incompatibilities due to changes in xorg-server, the
> versions of video drives that work with a particular version of xorg-server
> should be restricted in the ebuild.

In general, this is much easier said than done.
Comment 6 Rémi Cardona (RETIRED) gentoo-dev 2013-01-07 18:54:59 UTC
(In reply to comment #4)
> If there are API incompatibilities due to changes in xorg-server, the
> versions of video drives that work with a particular version of xorg-server
> should be restricted in the ebuild.

Gentoo lacks the proper tools to do that, so right now it's just us telling you this combination is not supported and we will not patch either ebuild for this to work as there's way too much work involved.

Please do try the xf86-video-intel 2.20.16 (or even .17 within the coming days). It's the only way we can be of assistance.

Thank you