this package also depends to dri2proto-git.
Search Criteria
Package Details: xf86-video-intel-git 1:2.99.917+916+g31486f40-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xf86-video-intel-git.git (read-only, click to copy) |
---|---|
Package Base: | xf86-video-intel-git |
Description: | X.org Intel i810/i830/i915/945G/G965+ video drivers |
Upstream URL: | https://01.org/linuxgraphics |
Keywords: | git intel xf86 xorg xserver |
Licenses: | custom |
Groups: | xorg-drivers-git |
Conflicts: | xf86-video-i810, xf86-video-intel, xf86-video-intel-legacy, xf86-video-intel-sna, xf86-video-intel-uxa, xorg-server |
Provides: | xf86-video-intel, xf86-video-intel-sna, xf86-video-intel-uxa |
Replaces: | xf86-video-intel-sna, xf86-video-intel-uxa |
Submitter: | None |
Maintainer: | yurikoles (JstKddng) |
Last Packager: | yurikoles |
Votes: | 117 |
Popularity: | 0.000244 |
First Submitted: | 2008-07-27 16:36 (UTC) |
Last Updated: | 2022-09-22 10:56 (UTC) |
Dependencies (21)
- libxfont2
- libxvmc
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- pixman (pixman-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- xcb-util
- git (git-gitAUR, git-glAUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxcursor (make)
- libxinerama (libxinerama-randr-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- libxrender (make)
- libxss (make)
- libxtst (make)
- libxv (make)
- xorg-server-devel (xorg-server-devel-gitAUR) (make)
- libxcursor (optional) – for intel-virtual-output
- libxinerama (libxinerama-randr-gitAUR) (optional) – for intel-virtual-output
- libxrandr (libxrandr-gitAUR) (optional) – for intel-virtual-output
- libxss (optional) – for intel-virtual-output
- Show 1 more dependencies...
Required by (5)
- hybrid-video-ati-intel (requires xf86-video-intel)
- intel-nvidia-switch-bin (requires xf86-video-intel)
- nv-card (requires xf86-video-intel) (optional)
- nv-card-pm (requires xf86-video-intel) (optional)
- showcase-git (requires xf86-video-intel) (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 Next › Last »
<deleted-account> commented on 2011-06-10 16:09 (UTC)
<deleted-account> commented on 2011-06-09 13:35 (UTC)
embarrassing... I always forget that.. thanks!
Marcel_K commented on 2011-06-09 13:07 (UTC)
I read your previous message as well. Again: you forgot to add a \ after the previous option to indicate that the next line makes part of the same command (that's why you get 'command not found'). E.g.:
./autogen.sh \
--prefix=/usr \
--enable-dri \
--enable-sna=gen3 \
--enable-kms-only
Marcel_K commented on 2011-06-09 12:02 (UTC)
Ah! You forgot to add a \ after the previous option to indicate that the next line makes part of the same command.
<deleted-account> commented on 2011-06-09 11:20 (UTC)
"/home/mariachi/bin/xf86-video-intel-git/PKGBUILD: line 48: --enable-sna=gen3: command not found"
--enable-kms-only doesn't work either (same error)
but building manually without a PKGBUILD/makepkg works
<deleted-account> commented on 2011-06-09 09:12 (UTC)
--enable-sna stopped being recognised for me. has it been disabled/defaulted?
Marcel_K commented on 2011-06-07 17:27 (UTC)
I noticed that remark to, another reason not to change the default options.
But although I don't have a patched Xorg, AFAIK, it works (or is it just not used?). Mine is GME945.
fmoralesc commented on 2011-06-07 16:46 (UTC)
I wouldn't recommend adding --enable-sna to the build since that won't work properly without a patched Xorg server. From the commit:
"PS: This depends upon the Xorg patchset "Remove the cacheing of the last scratch PixmapRec" for correct invalidations of scratch Pixmaps (used by the dix to implement SHM operations, used by chromium and gtk+ pixbufs."
Even with it, this seems to have some glitches (tested using a GM965 chip).
Marcel_K commented on 2011-06-07 15:10 (UTC)
In stock Arch xf86-video-intel, there's only --enable-dri (see http://projects.archlinux.org/svntogit/packages.git/tree/xf86-video-intel/trunk/PKGBUILD). But I'll add a note containing the most useful options in PKGBUILD. After all, one should always look at the PKGBUILD before compiling a package, in case some malicious AUR packager put harmful code in it.
Pinned Comments
yurikoles commented on 2018-05-19 00:12 (UTC) (edited on 2020-05-28 12:04 (UTC) by yurikoles)
PRs are welcome: github://yurikoles/xf86-video-intel-git
Binary builds is available in chaotic-aur repo, which is kindly provided by @PedroHLC.